Remove trailing whitespace.
[platform/upstream/glibc.git] / ChangeLog
1 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
2
3         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
4         Optimize to avoid an unnecessary FPCR read.
5
6 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
7
8         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv):
9         Optimize to reduce FPCR/FPSR accesses.
10
11 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
12
13         * sysdeps/aarch64/fpu/ftestexcept.c (fetestexcept):
14         Call libc_fetestexcept_aarch64.
15
16 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
17
18         * sysdeps/aarch64/fpu/fesetround.c (fesetround):
19         Call libc_fesetround_aarch64.
20
21 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
22
23         [BZ #17733]
24         * sysdeps/unix/sysv/linux/bind.S (NO_WEAK_ALIAS): Do not define.
25         (__bind): Do not define as weak alias.
26         * sysdeps/unix/sysv/linux/getsockname.S (NO_WEAK_ALIAS): Do not
27         define.
28         (__getsockname): Do not define as weak alias.
29
30 2014-12-22  Will Newton  <will.newton@linaro.org>
31
32         * manual/install.texi: Document that we require bison 2.7
33         or above.
34         * INSTALL: Regenerate.
35         * configure.ac: Use AC_CHECK_PROG_VER instead of
36         AC_PATH_PROG when checking for bison and check for
37         version 2.7 or above.
38         * configure: Regenerate.
39
40 2014-12-21  Chris Metcalf  <cmetcalf@ezchip.com>
41
42         * sysdeps/tile/ffs.c (__ffs): Moved ffsll definition...
43         * sysdeps/tile/ffsll.c (ffsll): To here.
44
45         * sysdeps/unix/sysv/linux/tile/localplt.data: Removed.
46
47 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
48
49         * elf/dl-tls.c (__tls_get_addr): Provide the hidden definition
50         if not defined.
51         * sysdeps/i386/dl-tls.h (___tls_get_addr): Provide the hidden
52         definition.
53         * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
54         hidden ___tls_get_addr.
55         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
56         hidden __tls_get_addr.
57         * sysdeps/generic/localplt.data (__tls_get_addr): Removed.
58         * sysdeps/unix/sysv/linux/i386/localplt.data (___tls_get_addr):
59         Likewise.
60
61 2014-12-21  Andreas Schwab  <schwab@linux-m68k.org>
62
63         * sysdeps/m68k/dl-machine.h (RTLD_START): Remove @PLTPC from
64         _dl_init call.
65
66 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
67
68         * sysdeps/i386/dl-machine.h (_dl_start_user): Remove @PLT
69         from "call _dl_init@PLT".
70         * sysdeps/x86_64/dl-machine.h (_dl_start_user): Likewise.
71
72 2014-12-21  Anders Kaseorg  <andersk@mit.edu>
73
74         * manual/search.texi: (Array Sort Function): Clarify stable sorting
75         guarantees.
76
77 2014-12-20  Chris Metcalf  <cmetcalf@ezchip.com>
78
79         * sysdeps/unix/sysv/linux/tile/localplt.data: New file.
80
81 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
82
83         * sysdeps/tile/tilegx/strstr.c (STRSTR): Call __strnlen, not
84         strnlen.
85
86 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
87
88         * sysdeps/mips/addmul_1.S (__mpn_addmul_1): Use mulu/muhu instead
89         of multu on MIPSr6.
90         * sysdeps/mips/mul_1.S (__mpn_mul_1): Ditto.
91         * sysdeps/mips/submul_1.S (__mpn_submul_1): Ditto.
92         * sysdeps/mips/mips64/addmul_1.S (__mpn_addmul_1): Ditto.
93         * sysdeps/mips/mips64/mul_1.S (__mpn_mul_1): Ditto.
94         * sysdeps/mips/mips64/submul_1.S (__mpn_submul_1): Ditto.
95
96 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
97
98         * sysdeps/mips/sys/asm.h (PTR_ADDU): Use addu on mips32r6/mips64r6.
99         (PTR_ADDIU): Use addiu for mips32r6/mips64r6.
100         (PTR_SUBU): Use subu for mips32r6/mips64r6.
101         (PTR_SUBIU): Use subu for mips32r6/mips64r6 (subiu does not exist).
102         * sysdeps/mips/machine-gmon.h (PTR_ADDU_STRING) Use addu for
103         mips32r6/mips64r6.
104         (PTR_SUBU_STRING) Use subu for mips32r6/mips64r6.
105
106 2014-12-19  Ondřej Bílka  <neleai@seznam.cz>
107
108         * string/strncat.c (STRNCAT): Simplify implementation.
109
110 2014-12-19  David S. Miller  <davem@davemloft.net>
111
112         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Use a union to
113         access the quad as both a long double and as a series of 4 words.
114
115         * get-dynamic-info.h (elf_get_dynamic_info): Ignore -Warray-bounds for a
116         link_map->l_info array access.
117
118 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
119
120         * iconvdata/tst-loading.c (TIMEOUT): Increase timeout 10 sec.
121
122         * math/atest-exp.c (TIMEOUT): Increase timeout to 10 sec.
123         * math/atest-exp2.c (TIMEOUT): Likewise.
124         * math/atest-sincos.c (TIMEOUT): Likewise.
125
126 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
127
128         * sysdeps/x86_64/x32/Makefile (CFLAGS-s_llround.c): Replace
129         -Wno-error with -fno-builtin-lround.
130
131 2014-12-19  Torvald Riegel  <triegel@redhat.com>
132
133         * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: New file.
134         Contains futex constants and functions moved over from ...
135         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.  Include
136         <lowlevellock-futex.h>.
137         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
138         (lll_timedwait_tid): Add comments and parentheses around macro
139         arguments.
140
141 2014-12-19  Torvald Riegel  <triegel@redhat.com>
142
143         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Include
144         <lowlevellock-futex.h>.  Remove FUTEX_* constants defined there.
145         (__lll_private_flag): Remove.
146         (lll_futex_wait): Likewise.
147         (lll_futex_timed_wait): Likewise.
148         (lll_futex_wake): Likewise.
149         (lll_futex_requeue): Likewise.
150         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
151         (__lll_timedwait_tid): Spell out argument names.
152         (lll_timedwait_tid): Add comments and parentheses around macro
153         arguments.
154         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Make FUTEX_* constants,
155         LLL_SHARED and LLL_PRIVATE usable from assembly code.
156
157 2014-12-19  Torvald Riegel  <triegel@redhat.com>
158
159         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Remove file.
160         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
161         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
162         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Likewise.
163         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Likewise.
164         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Likewise.
165         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Likewise.
166         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise.
167         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Likewise.
168         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: Likewise.
169         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: Likewise.
170         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Likewise.
171         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Likewise.
172         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Likewise.
173         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Likewise.
174         * sysdeps/unix/sysv/linux/sh/sem_post.S: Likewise.
175         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Likewise.
176         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Likewise.
177         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Likewise.
178
179 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
180
181         * sysdeps/x86_64/x32/Makefile: New file.
182
183 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
184
185         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Replace
186         1L with (mp_limb_t) 1.
187
188 2014-12-17  Roland McGrath  <roland@hack.frob.com>
189
190         * sysdeps/nptl/fork.c (__fork_generation_pointer): Variable moved ...
191         * nptl/libc_pthread_init.c: ... here.
192         * sysdeps/nptl/fork.c (__fork_handlers): Variable moved ...
193         * nptl/register-atfork.c: ... here.
194
195         * sysdeps/nptl/gai_misc.h (__gai_start_notify_thread):
196         Use pthread_sigmask rather than INTERNAL_SYSCALL.
197         Use assert_perror to check its return value.
198         (__gai_create_helper_thread): Likewise.
199
200         * inet/if_index.c (__if_freenameindex): Add libc_hidden_def.
201
202         * malloc/malloc.c (alloc_perturb, free_perturb): Remove inline keyword.
203
204 2014-12-17  Joseph Myers  <joseph@codesourcery.com>
205
206         [BZ #17725]
207         * sysdeps/generic/profil-counter.h (profil_counter): Rename to
208         __profil_counter.
209         * sysdeps/unix/sysv/linux/hppa/profil-counter.h (profil_counter):
210         Likewise.
211         * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter):
212         Likewise.
213         * sysdeps/unix/sysv/linux/ia64/profil-counter.h (profil_counter):
214         Likewise.
215         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h
216         (profil_counter): Likewise.
217         * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h
218         (profil_counter): Likewise.
219         * sysdeps/unix/sysv/linux/sh/profil-counter.h (profil_counter):
220         Likewise.
221         * sysdeps/unix/sysv/linux/tile/profil-counter.h (profil_counter):
222         Likewise.
223         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h
224         (profil_counter): Likewise.
225         * sysdeps/unix/sysv/linux/arm/profil-counter.h (profil_counter):
226         Likewise.
227         [!__profil_counter] (profil_counter): Define as weak alias of
228         __profil_counter.
229         * sysdeps/unix/sysv/linux/sparc/sparc32/profil-counter.h
230         (profil_counter): Rename to __profil_counter.
231         [!__profil_counter] (profil_counter): Define as weak alias of
232         __profil_counter.
233         * sysdeps/unix/sysv/linux/sparc/sparc64/profil-counter.h
234         (profil_counter): Rename to __profil_counter.
235         [!__profil_counter] (profil_counter): Define as weak alias of
236         __profil_counter.
237         * sysdeps/posix/profil.c: Update comment referring to
238         profil_counter.
239         (__profil): Use __profil_counter instead of profil_counter.
240         * sysdeps/posix/sprofil.c (profil_counter): Rename to
241         __profil_counter.  Use __profil_counter_ushort and
242         __profil_counter_uint in definitions.
243         (__sprofil): Use __profil_counter_uint and __profil_counter_ushort
244         instead of profil_counter_uint and profil_counter_ushort.
245
246         [BZ #17722]
247         * inet/inet_mkadr.c (inet_makeaddr): Rename to __inet_makeaddr and
248         define as weak alias of __inet_makeaddr.
249         * resolv/inet_addr.c (inet_addr): Rename to __inet_addr and define
250         as weak alias of __inet_addr.
251         * resolv/inet_pton.c (inet_pton): Rename to __inet_pton and define
252         as weak alias of __inet_pton.  Use libc_hidden_weak.
253         * include/arpa/inet.h (__inet_pton): Declare.  Use
254         libc_hidden_proto.
255         (inet_makeaddr): Don't use libc_hidden_proto.
256         (__inet_makeaddr): Declare.  Use libc_hidden_proto.
257         * resolv/res_init.c (__res_vinit): Use __inet_pton instead of
258         inet_pton.  Use __inet_makeaddr instead of inet_makeaddr.
259         * conform/Makefile (test-xfail-POSIX/pthread.h/linknamespace):
260         Remove variable.
261         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
262         (test-xfail-POSIX/time.h/linknamespace): Likewise.
263
264 2014-12-17  Steve Ellcey  <sellcey@imgtec.com>
265
266         * inet/getnetgrent_r.c: Move while loop to be inside if statement.
267
268 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
269
270         * stdio-common/bug-vfprintf-nargs.c (do_test):
271         Cast value to intptr_t to avoid format warning
272         for usage with PRIdPTR printing macro.
273
274 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
275
276         * libio/tst-widetext.c (do_test):
277         Use format type %td instead of %Zd for ptrdiff_t
278         in order to avoid format warning.
279
280 2014-12-17  Andreas Schwab  <schwab@suse.de>
281
282         * nscd/mem.c (gc): Add size_t cast to match printf format.
283
284 2014-12-16  Roland McGrath  <roland@hack.frob.com>
285
286         * sysdeps/gnu/unwind-resume.c: #include <sysdep.h>.
287         (init): Apply PTR_MANGLE to pointers before storing them.
288         (_Unwind_Resume, __gcc_personality_v0): Apply PTR_DEMANGLE to pointers
289         before using them.
290
291 2014-12-16  Joseph Myers  <joseph@codesourcery.com>
292
293         [BZ #17719]
294         * sysdeps/x86_64/memrchr.S (memrchr): Rename to __memrchr and
295         define as weak alias of __memrchr.
296         (__memrchr): Do not define as strong alias of memrchr.
297         * conform/Makefile (test-xfail-XPG4/libgen.h/linknamespace):
298         Remove variable.
299         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
300         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
301         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
302
303         [BZ #17717]
304         * inet/if_index.c (if_nametoindex): Rename to __if_nametoindex and
305         define as weak alias of __if_nametoindex.  Use libc_hidden_weak.
306         (if_indextoname): Rename to __if_indextoname and define as weak
307         alias of __if_indextoname.  Use libc_hidden_weak.
308         (if_freenameindex): Rename to __if_freenameindex and define as
309         weak alias of __if_freenameindex.
310         (if_nameindex): Rename to __if_nameindex and define as weak alias
311         of __if_nameindex.
312         * sysdeps/mach/hurd/if_index.c (if_nametoindex): Rename to
313         __if_nametoindex and define as weak alias of __if_nametoindex.
314         Use libc_hidden_weak.
315         (if_freenameindex): Rename to __if_freenameindex and define as
316         weak alias of __if_freenameindex.
317         (if_nameindex): Rename to __if_nameindex and define as weak alias
318         of __if_nameindex.
319         (if_indextoname): Rename to __if_indextoname and define as weak
320         alias of __if_indextoname.  Use libc_hidden_weak.
321         * sysdeps/unix/sysv/linux/if_index.c (if_nametoindex): Rename to
322         __if_nametoindex and define as weak alias of __if_nametoindex.
323         Use libc_hidden_weak.
324         (if_freenameindex): Rename to __if_freenameindex and define as
325         weak alias of __if_freenameindex.  Use libc_hidden_weak.
326         (if_nameindex_netlink): Use __if_freenameindex instead of
327         if_freenameindex.
328         (if_nameindex): Rename to __if_nameindex and define as weak alias
329         of __if_nameindex.  Use libc_hidden_weak.
330         (if_indextoname): Rename to __if_indextoname and define as weak
331         alias of __if_indextoname.  Use libc_hidden_weak.
332         * include/net/if.h [!_ISOMAC] (__if_nametoindex): Declare and use
333         libc_hidden_proto.
334         [!_ISOMAC] (__if_freenameindex): Likewise.
335         * resolv/res_init.c (__res_vinit): Use __if_nametoindex instead of
336         if_nametoindex.
337         * conform/Makefile (test-xfail-XPG4/grp.h/linknamespace): Remove
338         variable.
339         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
340         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
341         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
342         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
343         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
344         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
345         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
346
347         * conform/Makefile (test-xfail-UNIX98/semaphore.h/linknamespace):
348         Remove variable.
349         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
350         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
351
352 2014-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
353
354         * resolv/res_send.c (__libc_res_nsend): Disable warning 'array
355         subscript above bounds'
356
357         * resolv/res_send.c (__libc_res_nsend): Fix check for nsmap
358         bounds.
359
360 2014-12-16  Arjun Shankar  <arjun.is@lostca.se>
361
362         * libio/tst-fopenloc.c: Use test-skeleton.c.
363
364         * stdlib/tst-bsearch.c: Use test-skeleton.c.
365         (entry): Rename to ITEM.
366         (do_test, comp): Adjust.
367
368         * stdio-common/tst-fseek.c: Use test-skeleton.c.
369
370 2014-12-16  Torvald Riegel  <triegel@redhat.com>
371
372         * string/tester.c: Include <libc-internal.h>.
373         (test_memset): Ignore -Wmemset-transposed-args.
374
375 2014-12-16  Torvald Riegel  <triegel@redhat.com>
376
377         * misc/tst-mntent2.c (do_test): Fix warning.
378
379 2014-12-16  Torvald Riegel  <triegel@redhat.com>
380
381         * elf/tst-unique4lib.cc(a): Mark as used.
382
383 2014-12-16  Florian Weimer  <fweimer@redhat.com>
384
385         [BZ #17630]
386         * resolv/nss_dns/dns-network.c (getanswer_r): Iterate over alias
387         names.
388
389 2014-12-16  Allan McRae  <allan@archlinux.org>
390
391         * stdio-common/Makefile (tests): Re-add bug26.
392
393 2014-12-15  Ondřej Bílka  <neleai@seznam.cz>
394
395         [BZ #17657]
396         * locale/programs/ld-ctype.c (find_translit2, read_widestring): Return
397         static array.
398
399 2014-12-15  Bernard Ogden  <bernie.ogden@linaro.org>
400
401         * nptl/lowlevellock.c (__lll_lock_wait_private): Add comments.
402         (__lll_lock_wait): Likewise.
403         (__lll_timedlock_wait): Likewise.
404         (__lll_timedwait_tid): Likewise.
405         * nptl/lowlevelrobustlock.c (__lll_robust_lock_wait): Likewise.
406         (__lll_robust_timedlock_wait): Likewise.
407         * sysdeps/nptl/lowlevellock.h (lll_trylock): Likewise.
408         (lll_cond_trylock): Likewise.
409         (__lll_lock): Likewise.
410         (__lll_robust_lock): Likewise.
411         (__lll_cond_lock): Likewise.
412         (lll_robust_cond_lock): Likewise.
413         (__lll_timedlock): Likewise.
414         (__lll_robust_timedlock): Likewise.
415         (__lll_unlock): Likewise.
416         (__lll_robust_unlock): Likewise.
417         (lll_wait_tid): Likewise.
418         (lll_timedwait_tid): Likewise.
419
420 2014-12-15  Torvald Riegel  <triegel@redhat.com>
421
422         * nptl/tst-sem4.c (do_test): Start with a fresh semaphore state.
423
424 2014-12-15  Torvald Riegel  <triegel@redhat.com>
425
426         * nptl/tst-mutex5.c (do_test): Do not skip tests if elision is enabled.
427
428 2014-12-15  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
429
430         * stdio-common/test-vfprintf.c: Include <libc-internal.h>.
431         * stdio-common/tst-sprintf.c: Likewise.
432
433 2014-12-15  Torvald Riegel  <triegel@redhat.com>
434
435         * sysdeps/unix/sysv/linux/s390/pthread_once.c: Remove file.
436
437 2014-12-15  Jeff Law  <law@redhat.com>
438
439         [BZ #16617]
440         * stdio-common/vfprintf.c (vfprintf): Allocate large specs array
441         on the heap.  (CVE-2012-3406)
442         * stdio-common/bug23-2.c, stdio-common/bug23-3.c: New file.
443         * stdio-common/bug23-4.c: New file.  Test case by Joseph Myers.
444         * stdio-common/Makefile (tests): Add bug23-2, bug23-3, bug23-4.
445
446 2014-12-15  Will Newton  <will.newton@linaro.org>
447
448         * manual/install.texi: Bump required version of texinfo
449         to 4.7 from 4.5.
450         * INSTALL: Regenerated.
451         * configure.ac: Check for makeinfo version 4.7 and above.
452         * configure: Regenerated.
453
454 2014-12-12  Roland McGrath  <roland@hack.frob.com>
455
456         * sysdeps/posix/shm-directory.h (SHM_GET_NAME): Take new argument
457         PREFIX, string constant to insert between directory and name.
458         * sysdeps/posix/shm_open.c: Update caller.
459         * sysdeps/posix/shm_unlink.c: Likewise.
460         * nptl/semaphoreP.h (struct mountpoint_info): Type removed.
461         (__where_is_shmfs, mountpoint, __namedsem_once): Declarations removed.
462         (SEM_SHM_PREFIX): New macro.
463         * sysdeps/posix/Makefile (librt-routines): Add shm-directory only if
464         [$(have-thread-library) = no].
465         * nptl/Makefile (libpthread-routines): Add shm-directory.
466         * nptl/Versions (GLIBC_PRIVATE): Add __shm_directory.
467         * sysdeps/nptl/shm-directory.h: New file.
468         * sysdeps/posix/shm-directory.c
469         [IS_IN (libpthread)] (__shm_directory): Add hidden_def.
470         * sysdeps/unix/sysv/linux/shm-directory.c: Likewise.
471         * nptl/sem_open.c (check_add_mapping): Use munmap function rather than
472         INTERNAL_SYSCALL.
473         (__where_is_shmfs): Function removed.
474         (mountpoint, defaultmount, defaultdir, __namedsem_once):
475         Variables removed.
476         (sem_open): Use __libc_close function rather than INTERNAL_SYSCALL.
477         Use SHM_GET_NAME.
478         * nptl/sem_unlink.c: Prototypify.  Use SHM_GET_NAME.
479
480         * sysdeps/nptl/bits/libc-lockP.h [IS_IN (libpthread)]
481         (PTFAVAIL, __libc_ptf_call, __libc_ptf_call_always): Define as
482         unconditional for use inside libpthread.
483         [IS_IN (libpthread)]: Include <nptl/pthreadP.h>.
484
485 2014-12-12  Roland McGrath  <roland@hack.frob.com>
486
487         * nptl/pthread_getaffinity.c: New file.
488         * nptl/pthread_setaffinity.c: New file.
489         * nptl/pthread_getname.c: New file.
490         * nptl/pthread_setname.c: New file.
491
492         * nptl/pthread_create.c (START_THREAD_DEFN)
493         [! __ASSUME_SET_ROBUST_LIST]: Add missing & in lll_futex_wake argument.
494
495 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
496             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
497
498         * resolv/res_send.c (send_vc): Disable warning resplen may
499         be used uninitialized.
500
501 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
502
503         * nptl/tst-mutex6.c
504         (ATTR_NULL): New define checks ATTR against NULL.
505         (do_test): Use !ATTR_NULL instead of ATTR != NULL.
506         * nptl/tst-mutexpp6.c (ATTR_NULL): New define.
507
508 2014-12-11  James Lemke  <jwlemke@codesourcery.com>
509
510         [BZ #17581]
511         * malloc/hooks.c
512         (mem2mem_check): Revert my previous change.
513         (malloc_check_get_size): Revert my previous change.
514         (mem2chunk_check): Revert my previous change.
515
516 2014-12-11  Roland McGrath  <roland@hack.frob.com>
517
518         * sysdeps/posix/shm-directory.c: New file.
519         * sysdeps/posix/shm-directory.h: New file.
520         * sysdeps/posix/Makefile [($(subdir) = rt] (librt-routines): Add it.
521         * sysdeps/posix/shm_open.c: Use SHM_GET_NAME.
522         Use O_NOFOLLOW and O_CLOEXEC if available.  Transmute EISDIR to EINVAL.
523         * sysdeps/posix/shm_unlink.c: Use SHM_GET_NAME.
524         Transmute EPERM to EACCES.
525         * sysdeps/unix/sysv/linux/shm-directory.c: New file, most code taken
526         from ...
527         * sysdeps/unix/sysv/linux/shm_open.c: ... here.  File removed.
528         * sysdeps/unix/sysv/linux/shm_unlink.c: File removed.
529
530 2014-12-11  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
531
532         * sysdeps/sh/jmpbuf_unwind.h (_jmpbuf_sp): Declare SP as void
533         pointer and cast to uintptr_t.
534         * sysdeps/sh/nptl/tls.h (TLS_INIT_TP): Use NULL instead of 0.
535         * sysdeps/unix/sysv/linux/sh/lowlevellock.h (lll_futex_timed_wait):
536         Add cast to avoid warning.
537         * sysdeps/unix/sysv/linux/sh/register-dump.h: Use 0 instead of NULL.
538
539 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
540
541         * nptl/semaphore.h: Move to ...
542         * sysdeps/pthread/semaphore.h: ... here.
543         * Makefile (installed-headers): Change nptl/semaphore.h to
544         sysdeps/pthread/semaphore.h.
545
546 2014-12-11  Roland McGrath  <roland@hack.frob.com>
547
548         * misc/tst-error1.c (do_test): Ignore -Wformat-security for
549         generated error format strings.
550
551         * stdio-common/tstdiomisc.c (t2): Ignore -Wformat and
552         -Wformat-extra-args warnings for scanf formats.
553         * stdio-common/scanf4.c (main): Ignore -Wformat-zero-length around
554         test of zero-length format (duh).
555         * stdio-common/scanf7.c (main): Ignore -Wformat warnings for
556         corner-case scanf format test.
557         * stdio-common/test-vfprintf.c (do_test): Ignore -Wformat-security for
558         generated fprintf format string.
559         * stdio-common/tst-sprintf.c (do_test): Ignore -Wformat warnings for
560         corner-case sprintf format tests.
561         * stdio-common/tst-printf.c: Ignore -Wformat throughout.
562         * stdio-common/tst-printfsz.c (main): Ignore -Wformat and
563         -Wformat-extra-args warnings throughout.
564         * stdio-common/Makefile (CFLAGS-tstdiomisc.c): Variable removed.
565         (CFLAGS-scanf4.c): Likewise.
566         (CFLAGS-scanf7.c): Likewise.
567         (CFLAGS-tst-sprintf.c): Likewise.
568         (CFLAGS-tst-printf.c): Likewise.
569         (CFLAGS-tst-printfsz.c): Likewise.
570
571 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
572
573         * include/cpio.h: New file.
574         * include/fmtmsg.h: Likewise.
575
576         * tst-mbswcs1.c (show): Use %zu format instead of %Zd.  Cast
577         corresponding format argument to size_t.
578         * tst-mbswcs2.c (show): Likewise.  Use %td format for ptrdiff_t
579         arguments.
580         * tst-mbswcs3.c (show): Use %zu format instead of %Zd.  Cast
581         corresponding format argument to size_t.
582         * tst-mbswcs4.c (show): Likewise.  Use %td format for ptrdiff_t
583         arguments.
584         * tst-mbswcs5.c (show): Use %zu format instead of %Zd.  Cast
585         corresponding format argument to size_t.
586         * tst-trans.c (do_test): Use %lc format for wint_t arguments.
587         * Makefile (CFLAGS-tst-mbswcs1.c): Remove variable.
588         (CFLAGS-tst-mbswcs2.c): Likewise.
589         (CFLAGS-tst-mbswcs3.c): Likewise.
590         (CFLAGS-tst-mbswcs4.c): Likewise.
591         (CFLAGS-tst-mbswcs5.c): Likewise.
592         (CFLAGS-tst-trans.c): Likewise
593
594 2014-12-11  Roland McGrath  <roland@hack.frob.com>
595
596         * posix/regexbug1.c (main): Use "%s" format with regerror results,
597         rather than assuming they won't contain any '%'s.
598
599 2014-12-11  Chris Metcalf  <cmetcalf@ezchip.com>
600
601         * sysdeps/tile/tilegx/memset.c (__memcpy): Add
602         inhibit_loop_to_libcall to avoid recursive calls.
603         * sysdeps/tile/tilegx/memcpy.c (__memcpy): Likewise.
604         * sysdeps/tile/tilepro/memcpy.c (__memcpy): Likewise.
605
606 2014-12-11  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
607
608         * include/sys/socket.h (__sendmmsg): Add __USE_GNU guards on function
609         prototype.
610
611 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
612
613         * sysdeps/mips/dl-trampoline.c: Modify switch expression to have
614         integer value instead of boolean.
615
616 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
617
618         * malloc/malloc.c: Fix powerof2 check.
619
620 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
621
622         * locale/programs/locfile.h (maybe_swap_uint32):
623         Remove inline and add unused attribute.
624
625 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
626
627         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
628         Truncating assembler expression to a .long expression.
629
630 2014-12-11  Andreas Schwab  <schwab@suse.de>
631
632         * elf/rtld.c (struct map_args): Constify str member.
633         (do_preload): Constify fname argument.
634
635 2014-12-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
636
637         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Remove overflow warnings for
638         constants definition.
639
640 2014-12-11  Andreas Schwab  <schwab@suse.de>
641
642         [BZ #16657]
643         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Use
644         FORCE_ELISION instead of DO_ELISION.
645         * sysdeps/unix/sysv/linux/x86/force-elision.h (DO_ELISION):
646         Remove.
647         * sysdeps/unix/sysv/linux/s390/force-elision.h (DO_ELISION):
648         Likewise.
649
650         * iconvdata/gconv-modules: Remove duplicate entry.
651
652 2014-12-11  Will Newton  <will.newton@linaro.org>
653
654         Merge gettext 0.19.3 into intl/.
655
656         This involves a number of cosmetic changes to comments
657         and ANSI function definitions and prototypes throughout
658         all the files. The gettext copyright header is used but
659         with the date ranges taken from the glibc copy.
660
661         * NEWS: Add gettext merge to 2.21.
662         * intl/bindtextdom.c: Switch to gettext copyright.
663         Use ANSI definitions and prototypes.
664         Use gl_* locking primitives rather than __libc_* ones.
665         Use __builtin_expect rather than __glibc_likely/unlikely.
666         * intl/dcgettext.c: Switch to gettext copyright.
667         Use ANSI definitions and prototypes.
668         * intl/dcigettext.c: Switch to gettext copyright.
669         Use ANSI definitions and prototypes.
670         (INTDIV0_RAISES_SIGFPE): New define.
671         Use gl_* locking primitives rather than __libc_* ones.
672         Include eval-plural.h instead of plural-eval.c.
673         Use __builtin_expect rather than __glibc_likely/unlikely.
674         * intl/dcngettext.c: Switch to gettext copyright.
675         Use ANSI definitions and prototypes.
676         * intl/dgettext.c: Likewise.
677         * intl/dngettext.c: Likewise.
678         * intl/plural-eval.c: Renamed to...
679         * intl/eval-plural.h: ...this.
680         * intl/explodename.c: Switch to gettext copyright.
681         Use ANSI definitions and prototypes.
682         (_nl_explode_name): Use strchr instead of __rawmemchr.
683         * intl/finddomain.c: Switch to gettext copyright.
684         Use ANSI definitions and prototypes.
685         Use gl_* locking primitives rather than __libc_* ones.
686         (_nl_find_domain): Use malloc rather than alloca for
687         allocation of temporary locale name.
688         * intl/gettext.c: Switch to gettext copyright.
689         Use ANSI definitions and prototypes.
690         * intl/gettextP.h: Switch to gettext copyright.
691         Use ANSI definitions and prototypes.
692         Use gl_* locking primitives rather than __libc_* ones.
693         * intl/gmo.h: Switch to gettext copyright.
694         (struct sysdep_string): Move struct segment_pair outside of
695         struct definition.
696         * intl/hash-string.c: Use ANSI definitions and prototypes.
697         * intl/hash-string.h: Switch to gettext copyright.
698         Use ANSI definitions and prototypes.
699         * intl/l10nflist.c: Switch to gettext copyright.
700         Use ANSI definitions and prototypes.
701         (_nl_normalize_codeset): Avoid integer overflow.
702         * intl/loadinfo.h: Switch to gettext copyright.
703         Use ANSI definitions and prototypes.
704         (LIBINTL_DLL_EXPORTED): New define.
705         (PATH_SEPARATOR): New define.
706         * intl/loadmsgcat.c: Switch to gettext copyright.
707         * intl/localealias.c: Switch to gettext copyright.
708         Use ANSI definitions and prototypes.
709         (_nl_expand_alias): Use PATH_SEPARATOR.
710         * intl/ngettext.c: Switch to gettext copyright.
711         Use ANSI definitions and prototypes.
712         * intl/plural-exp.c: Likewise.
713         * intl/plural-exp.h: Switch to gettext copyright.
714         Use ANSI definitions and prototypes.
715         (struct expression): Move definition of enum operator outside
716         of struct definition.
717         * intl/plural.c: Regenerate.
718         * intl/plural.y: Switch to gettext copyright.
719         Use ANSI definitions and prototypes.
720         Port to bison 3.0.
721         * intl/textdomain.c: Switch to gettext copyright.
722         Use ANSI definitions and prototypes.
723         Use gl_* locking primitives rather than __libc_* ones.
724
725 2014-12-10  Steve Ellcey  <sellcey@imgtec.com>
726
727         * debug/warning-nop.c: Add used atrribute.
728
729 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
730
731         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: New file.
732
733         * sysdeps/unix/sysv/linux/mips/mips64/Makefile
734         [$(subdir) == signal] (CFLAGS-sigaction.c): New variable.
735         [$(subdir) == nptl] (CFLAGS-sigaction.c): Likewise.
736
737 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
738             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
739
740         [BZ #17634]
741         * wcsmbs/wcschr.c [!WCSCHR] (wcschr): Define as __wcschr.
742         Undefine after defining function.  Define as weak alias of
743         __wcschr.  Use libc_hidden_weak.
744         * include/wchar.h (__wcschr): Declare.  Use libc_hidden_proto.
745         * sysdeps/i386/i686/multiarch/wcschr-c.c [IS_IN (libc) && SHARED]
746         (libc_hidden_def): Also define __GI___wcschr alias.
747         * sysdeps/i386/i686/multiarch/wcschr.S (wcschr): Rename to
748         __wcschr and define as weak alias of __wcschr.
749         * sysdeps/powerpc/power6/wcschr.c [!WCSCHR] (WCSCHR): Define as
750         __wcschr.
751         [!WCSCHR] (DEFAULT_WCSCHR): Define.
752         [DEFAULT_WCSCHR] (__wcschr): Use libc_hidden_def.
753         [DEFAULT_WCSCHR] (wcschr): Define as weak alias of __wcschr.  Use
754         libc_hidden_weak.  Do not use libc_hidden_def.
755         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c
756         [IS_IN (libc) && SHARED] (libc_hidden_def): Also define
757         __GI___wcschr alias.
758         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c
759         [IS_IN (libc)] (wcschr): Define as macro expanding to
760         __redirect_wcschr.
761         [IS_IN (libc)] (__wcschr_ppc): Use __redirect_wcschr in typeof.
762         [IS_IN (libc)] (__wcschr_power6): Likewise.
763         [IS_IN (libc)] (__wcschr_power7): Likewise.
764         [IS_IN (libc)] (__libc_wcschr): New.  Define with libc_ifunc
765         instead of wcschr.
766         [IS_IN (libc)] (wcschr): Undefine and define as weak alias of
767         __libc_wcschr.
768         [!IS_IN (libc)] (libc_hidden_def): Do not undefine and redefine.
769         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c (wcschr): Rename to
770         __wcschr and define as weak alias of __wcschr.  Use
771         libc_hidden_builtin_def.
772         * sysdeps/x86_64/wcschr.S (wcschr): Rename to __wcschr and define
773         as weak alias of __wcschr.  Use libc_hidden_weak.
774         * time/alt_digit.c (_nl_get_walt_digit): Use __wcschr instead of
775         wcschr.
776         * time/era.c (_nl_init_era_entries): Likewise.
777         * conform/Makefile (test-xfail-ISO/time.h/linknamespace): Remove
778         variable.
779         (test-xfail-XPG3/time.h/linknamespace): Likewise.
780         (test-xfail-XPG4/time.h/linknamespace): Likewise.
781
782 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
783
784         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Use %ld
785         format for long int variable.
786
787 2014-12-10  Anders Kaseorg  <andersk@MIT.EDU>
788
789         [BZ #10672]
790         * manual/search.texi: (Array Sort Function): Remove claim how to make
791         qsort stable.
792
793 2014-12-10  Andreas Schwab  <schwab@suse.de>
794
795         [BZ #12847]
796         * sysdeps/nptl/fork.c (fresetlockfiles): Skip files with
797         user-controlled locks.
798
799 2014-12-10  Richard Earnshaw  <rearnsha@arm.com>
800
801         * sysdeps/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
802         register.
803
804 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
805
806         * configure.ac (--disable-werror): New configure option.
807         (enable_werror): New AC_SUBST.
808         * configure: Regenerated.
809         * config.make.in (enable-werror): New variable.
810         * Makeconfig [$(enable-werror) = yes] (+gccwarn): Add -Werror
811         -Wno-error=undef.
812         (+gccwarn-c): Do not use -Werror=implicit-function-declaration.
813         * manual/install.texi (Configuring and compiling): Document
814         --disable-werror.
815         * INSTALL: Regenerated.
816         * debug/Makefile (CFLAGS-tst-chk1.c): Add -Wno-error.
817         (CFLAGS-tst-chk2.c): Likewise.
818         (CFLAGS-tst-chk3.c): Likewise.
819         (CFLAGS-tst-chk4.cc): Likewise.
820         (CFLAGS-tst-chk5.cc): Likewise.
821         (CFLAGS-tst-chk6.cc): Likewise.
822         (CFLAGS-tst-lfschk1.c): Likewise.
823         (CFLAGS-tst-lfschk2.c): Likewise.
824         (CFLAGS-tst-lfschk3.c): Likewise.
825         (CFLAGS-tst-lfschk4.cc): Likewise.
826         (CFLAGS-tst-lfschk5.cc): Likewise.
827         (CFLAGS-tst-lfschk6.cc): Likewise.
828
829         * stdio-common/tst-printfsz.c: Include <libc-internal.h>.
830         (main): Disable -Wdeprecated-declarations around calls to
831         register_printf_function.
832
833         * stdio-common/tst-unlockedio.c: Include <libc-internal.h>.
834         (do_test): Disable -Wdiv-by-zero around some calls to
835         fwrite_unlocked and fread_unlocked.
836
837         * include/libc-internal.h (DIAG_PUSH_NEEDS_COMMENT): New macro.
838         (DIAG_POP_NEEDS_COMMENT): Likewise.
839         (_DIAG_STR1): Likewise.
840         (_DIAG_STR): Likewise.
841         (DIAG_IGNORE_NEEDS_COMMENT): Likewise.
842         * stdio-common/bug21.c: Include <libc-internal.h>.
843         (do_test): Disable -Wformat around call to sscanf.
844         * stdio-common/scanf14.c: Include <libc-internal.h>.
845         (main): Disable -Wformat around some calls to scanf functions.
846
847 2014-12-09  Torvald Riegel  <triegel@redhat.com>
848
849         * sysdeps/unix/sysv/linux/sh/pthread_once.S: Remove file.
850
851 2014-12-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
852
853         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix wide-character
854         stack variable alignment.
855
856 2014-12-06  Joseph Myers  <joseph@codesourcery.com>
857
858         [BZ #17682]
859         * resource/Versions (libc): Add __getrlimit at GLIBC_PRIVATE.
860         * resource/getrlimit.c (__getrlimit): Use libc_hidden_def.
861         * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
862         * include/sys/resource.h (__getrlimit): Use libc_hidden_proto.
863         * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Use
864         __getrlimit instead of getrlimit.
865         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Use
866         __gettimeofday instead of gettimeofday.
867         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
868         Likewise.
869         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
870         Likewise.
871         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
872         * conform/Makefile (test-xfail-POSIX2008/aio.h/linknamespace):
873         Remove variable.
874         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
875         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
876
877 2014-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
878
879         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix buffer overrun
880         for wide-character tests.
881
882 2014-12-04  Roland McGrath  <roland@hack.frob.com>
883
884         * io/openat64.c: #include <libc-internal.h>
885         (__openat64): Prototypify.  Use ignore_value on MODE.
886         * io/openat.c: Likewise.
887         * misc/reboot.c: #include <libc-internal.h>
888         (reboot): Prototypify.  Use ignore_value on HOWTO.
889         * misc/ptrace.c: #include <libc-internal.h>
890         (ptrace): Prototypify.  Use ignore_value for va_arg'd parameters.
891
892 2014-12-04  Joseph Myers  <joseph@codesourcery.com>
893
894         * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
895         XPG4, UNIX98 and XOPEN2K.
896         * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
897         Remove variable.
898         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
899
900 2014-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
901
902         * libio/fileops.c: Use ISO C style for function definitions.
903         * libio/iofopen.c: Likewise.
904         * libio/wfileops.c: Likewise.
905
906         [BZ #17653]
907         * libio/fileops.c (_IO_new_file_underflow): Unset cached
908         offset on EOF.
909         * libio/wfileops.c (_IO_wfile_underflow): Likewise.
910         * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
911         (fgets_func): Function pointer to fgets and fgetws.
912         (do_ftell_test): Add test to verify ftell value after read
913         EOF.
914         (do_test): Set fgets_func.
915
916         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
917         O_TRUNC flag for w and w+ modes.
918         (do_rewind_test): Likewise.
919         (do_ftell_test): Likewise.
920         (do_write_test): Likewise.
921
922         [BZ #17647]
923         * libio/fileops.c (do_ftell): Seek only when there are
924         unflushed writes.
925         * libio/wfileops.c (do_ftell_wide): Likewise.
926         * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
927         test case.
928         (do_one_test): Call it.
929
930 2014-12-03  Joseph Myers  <joseph@codesourcery.com>
931
932         * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
933         for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
934         * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
935         Remove variable.
936         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
937         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
938         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
939
940 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
941
942         * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
943         Remove variable.
944         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
945
946         [BZ #17668]
947         * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
948         as weak alias of __getifaddrs.  Use libc_hidden_weak.
949         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
950         __freeifaddrs.  Use libc_hidden_weak.
951         * sysdeps/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
952         define as weak alias of __getifaddrs.  Use libc_hidden_weak.
953         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
954         __freeifaddrs.  Use libc_hidden_weak.
955         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
956         __getifaddrs and define as weak alias of __getifaddrs.  Use
957         libc_hidden_weak.
958         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
959         __freeifaddrs.  Use libc_hidden_weak.
960         * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
961         Remove variable.
962         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
963         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
964
965 2014-12-02  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
966
967         [BZ #17601]
968         * sysdeps/mips/start.S (__start): Use indirect jump to call
969         __libc_start_main.
970
971 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
972
973         * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
974
975         * nptl/tst-mutex1.c: Include <stdbool.h>.
976         [!ATTR] (ATTR_NULL): New macro.
977         (do_test): Test !ATTR_NULL instead of ATTR != NULL.
978         * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
979         * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
980
981         * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
982         to char *.
983
984         [BZ #17665]
985         * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
986         Change conditional to [__USE_MISC].
987
988         [BZ #17664]
989         * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
990         fgets_unlocked.
991         * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
992         __fgets_unlocked.
993         * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
994         fgets_unlocked.
995         * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
996         Remove variable.
997         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
998         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
999         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
1000         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
1001         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
1002         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
1003         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
1004         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
1005         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
1006
1007         * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
1008
1009 2014-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1010
1011         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1012         Remove strpbrk objects.
1013         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1014         (__libc_ifunc_impl_list): Remove strpbrk implementation.
1015         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
1016         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
1017         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
1018         * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
1019
1020         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1021         Remove strcspn objects.
1022         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1023         (__libc_ifunc_impl_list): Remove strcspn implementation.
1024         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
1025         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
1026         * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
1027         * sysdeps/powerpc/powerpc64/strcspn.S: New file.
1028
1029         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1030         Remove strspn objetcs.
1031         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1032         (__libc_ifunc_impl_list): Remove strspn implementation.
1033         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
1034         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
1035         * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
1036         * sysdeps/powerpc/powerpc64/strspn.S: New file.
1037
1038 2014-12-01  James Lemke  <jwlemke@codesourcery.com>
1039
1040         [BZ #17581]
1041         * malloc/hooks.c
1042         (mem2mem_check): Add a terminator to the chain of checking blocks.
1043         (malloc_check_get_size): Use it here.
1044         (mem2chunk_check): Ditto.
1045
1046 2014-12-01  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
1047
1048         * sysdeps/powerpc/powerpc64/strtok.S: New file.
1049         * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
1050
1051 2014-11-29  Carlos O'Donell  <carlos@redhat.com>
1052
1053         * bits/ioctl-types.h: Indent preprocessor directives correctly.
1054
1055         * nptl/nptl-init.c: Include libc-internal.h.
1056         (__pthread_initialize_minimal_internal): Use ROUND_UP.
1057
1058         * elf/ldconfig.c (search_dir): Expand comment.
1059
1060 2014-11-29  Joseph Myers  <joseph@codesourcery.com>
1061
1062         * conform/Makefile (linknamespace-symlist-stdlibs-base): New
1063         variable.
1064         (linknamespace-symlist-stdlibs-tests): Likewise.
1065         (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
1066         instead of $(objpfx)symlist-stdlibs.
1067         (linknamespace-libs-isoc): New variable.
1068         (linknamespace-libs): Use $(linknamespace-libs-isoc).
1069         (linknamespace-libs-ISO): New variable.
1070         (linknamespace-libs-ISO99): Likewise.
1071         (linknamespace-libs-ISO11): Likewise.
1072         (linknamespace-libs-XPG3): Likewise.
1073         (linknamespace-libs-XPG4): Likewise.
1074         (linknamespace-libs-POSIX): Likewise.
1075         (linknamespace-libs-UNIX98): Likewise.
1076         (linknamespace-libs-XOPEN2K): Likewise.
1077         (linknamespace-libs-POSIX2008): Likewise.
1078         (linknamespace-libs-XOPEN2K8): Likewise.
1079         ($(objpfx)symlist-stdlibs): Replace by
1080         $(linknamespace-symlist-stdlibs-tests).  Use
1081         $(linknamespace-libs-$*) as set of libraries.
1082         ($(linknamespace-header-tests)): Update dependencies.  Use
1083         $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
1084         (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
1085         * conform/linknamespace.pl: Remove comment about considering
1086         definitions of symbols from irrelevant libraries.
1087
1088 2014-11-28  H.J. Lu  <hongjiu.lu@intel.com>
1089
1090         [BZ #13862]
1091         * elf/dl-tls.c: Include <atomic.h>.
1092         (oom): Remove #ifdef SHARED/#endif.
1093         (_dl_static_dtv, _dl_initial_dtv): Moved before ...
1094         (_dl_resize_dtv): This.  Extracted from _dl_update_slotinfo.
1095         (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
1096         big enough.
1097         (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
1098         * nptl/Makefile (tests): Add tst-stack4.
1099         (modules-names): Add tst-stack4mod.
1100         ($(objpfx)tst-stack4): New.
1101         (tst-stack4mod.sos): Likewise.
1102         ($(objpfx)tst-stack4.out): Likewise.
1103         ($(tst-stack4mod.sos)): Likewise.
1104         (clean): Likewise.
1105         * nptl/tst-stack4.c: New file.
1106         * nptl/tst-stack4mod.c: Likewise.
1107
1108 2014-11-27  J. Brown  <jb999@gmx.de>
1109
1110         * sysdeps/x86/bits/string.h: Add recent CPUs.
1111
1112 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
1113
1114         * misc/tst-pselect.c (do_test): Use sigprocmask instead of
1115         sigblock.
1116
1117         * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
1118         feof.
1119
1120         * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
1121         variable.
1122
1123 2014-11-27  Stefan Liebler  <stli@linux.vnet.ibm.com>
1124
1125         * nscd/connections.c: Include libc-internal.h because of macro
1126         usage ignore_value.
1127
1128 2014-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
1129
1130         * string/bits/string3.h (__warn_memset_zero_len): Don't
1131         declare for gcc newer than 5.0.
1132         (memset): Don't test for zero-length __LEN for gcc newer than
1133         5.0.
1134
1135 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
1136
1137         * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
1138         size_t for %zu format.
1139
1140         * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
1141         difference, not %ju.
1142
1143 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
1144
1145         * include/libc-internal.h (ignore_value): New macro.
1146         * nscd/connections.c (restart): Wrap calls to setuid and setgid
1147         with ignore_value.
1148
1149         * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
1150         definition.
1151
1152         * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
1153         pthread_cleanup_push to void *.
1154
1155         * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
1156         Undefine.
1157
1158         [BZ #16619]
1159         [BZ #16740]
1160         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
1161         instead of 1L << 52.
1162
1163         * libio/bug-rewind.c (do_test): Check fwscanf return values.
1164         * libio/bug-rewind2.c (do_test): Likewise.
1165
1166         * debug/test-stpcpy_chk-ifunc.c: Remove file.
1167         * debug/test-strcpy_chk-ifunc.c: Likewise.
1168         * wcsmbs/test-wcschr-ifunc.c: Likewise.
1169         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
1170         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
1171         * wcsmbs/test-wcslen-ifunc.c: Likewise.
1172         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
1173         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
1174         * Rules [$(multi-arch) = no] (tests): Do not filter out
1175         $(tests-ifunc).
1176         [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
1177         * debug/Makefile (tests-ifunc): Remove variable.
1178         (tests): Do not add $(tests-ifunc).
1179         * wcsmbs/Makefile (tests-ifunc): Remove variable.
1180         (tests): Do not add $(tests-ifunc).
1181         * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
1182         [TEST_IFUNC]: Remove conditionals.
1183         * string/test-string.h (TEST_IFUNC): Remove macro.
1184         [TEST_IFUNC]: Remove conditionals.
1185
1186         * string/test-strchr.c [!WIDE] (L): New macro.
1187         [WIDE] (L): Likewise.
1188         (check1): Use CHAR instead of char.  Use L on string and character
1189         constants.
1190
1191 2014-11-26  Adhemerval Zanella  <azanella@linux.ibm.com>
1192
1193         * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
1194         tests.
1195         * sysdeps/powerpc/bits/atomic.h
1196         (__arch_atomic_exchange_and_add_32_acq): Add definition.
1197         (__arch_atomic_exchange_and_add_32_rel): Likewise.
1198         (atomic_exchange_and_add_acq): Likewise.
1199         (atomic_exchange_and_add_rel): Likewise.
1200         * sysdeps/powerpc/powerpc32/bits/atomic.h
1201         (__arch_atomic_exchange_and_add_64_acq): Add definition.
1202         (__arch_atomic_exchange_and_add_64_rel): Likewise.
1203         * sysdeps/powerpc/powerpc64/bits/atomic.h
1204         (__arch_atomic_exchange_and_add_64_acq): Add definition.
1205         (__arch_atomic_exchange_and_add_64_rel): Likewise.
1206
1207 2014-11-26  Torvald Riegel  <triegel@redhat.com>
1208
1209         * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
1210         Change synchronization of __sched_fifo_min_prio and
1211         __sched_fifo_max_prio.
1212         * nptl/pthread_mutexattr_getprioceiling.c
1213         (pthread_mutexattr_getprioceiling): Likewise.
1214         * nptl/pthread_mutexattr_setprioceiling.c
1215         (pthread_mutexattr_setprioceiling): Likewise.
1216         * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
1217         * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
1218         Likewise.
1219
1220 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
1221
1222         * setjmp/jmpbug.c (test): Make foo volatile and cast it to
1223         void.
1224
1225 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
1226
1227         * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
1228         third argument const.
1229
1230 2014-11-25  Paul Eggert  <eggert@cs.ucla.edu>
1231
1232         fnmatch: work around GCC compiler warning bug with uninit var
1233         * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
1234         This works around a bug with x86-64 GCC 4.9.2 and earlier
1235         where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
1236         "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
1237         used uninitialized in this function [-Wmaybe-uninitialized]".
1238
1239 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
1240
1241         * posix/bug-regex31.c (main): Return RES not 0.
1242
1243 2014-11-25  Anton Blanchard <anton@samba.org>
1244
1245         * sysdeps/powerpc/bits/atomic.h
1246         (__arch_compare_and_exchange_bool_64_rel): Load from mem.
1247
1248 2014-11-24  Sterling Augustine  <saugustine@google.com>
1249
1250         * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
1251
1252 2014-11-24  Ryan Cumming  <etaoins@gmail.com>
1253
1254         [BZ #17608]
1255         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
1256
1257 2014-11-24  Joseph Myers  <joseph@codesourcery.com>
1258
1259         [BZ #17633]
1260         * stdio-common/perror.c (perror): Call __fileno instead of fileno.
1261         * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
1262         variable.
1263         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
1264         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
1265
1266 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
1267
1268         * string/strncpy.c (strncpy): Improve performance by using memset.
1269
1270 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
1271
1272         * string/strcpy.c (strcpy):
1273         Improve performance by using strlen and memcpy.
1274
1275 2014-11-24  Leonhard Holz  <leonhard.holz@web.de>
1276
1277         * string/strcoll_l.c (get_next_seq): __always_inline.
1278         * string/strcoll_l.c (do_compare): __always_inline.
1279
1280 2014-11-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
1281
1282         * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
1283         defined.
1284         * include/mqueue.h: Likewise.
1285         * include/stdlib.h: Likewise.
1286
1287         * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
1288         (get_null_defines): Adjust.
1289         * sunrpc/Makefile: Adjust comment.
1290         * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
1291         * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
1292         (CFLAGS-interp.c): Likewise.
1293         (CFLAGS-ldconfig.c): Likewise.
1294         (CPPFLAGS-.os): Likewise.
1295         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
1296         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
1297         * extra-modules.mk (extra-modules.mk): Likewise.
1298         * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
1299         * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
1300         * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
1301         * nscd/Makefile (CPPFLAGS-nscd): Likewise.
1302         * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
1303         * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
1304         * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
1305         * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
1306         * iconvdata/Makefile (CPPFLAGS): Likewise.
1307         (cpp-srcs-left): Add libof for all iconvdata routines.
1308         * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
1309         * include/assert.h: Likewise.
1310         * include/ctype.h: Likewise.
1311         * include/errno.h: Likewise.
1312         * include/libc-symbols.h: Likewise.
1313         * include/math.h: Likewise.
1314         * include/netdb.h: Likewise.
1315         * include/resolv.h: Likewise.
1316         * include/stdio.h: Likewise.
1317         * include/stdlib.h: Likewise.
1318         * include/string.h: Likewise.
1319         * include/sys/stat.h: Likewise.
1320         * include/wctype.h: Likewise.
1321         * intl/l10nflist.c: Likewise.
1322         * libidn/idn-stub.c: Likewise.
1323         * libio/libioP.h: Likewise.
1324         * nptl/libc_multiple_threads.c: Likewise.
1325         * nptl/pthreadP.h: Likewise.
1326         * posix/regex_internal.h: Likewise.
1327         * resolv/res_hconf.c: Likewise.
1328         * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
1329         * sysdeps/arm/memmove.S: Likewise.
1330         * sysdeps/arm/sysdep.h: Likewise.
1331         * sysdeps/generic/_itoa.h: Likewise.
1332         * sysdeps/generic/symbol-hacks.h: Likewise.
1333         * sysdeps/gnu/errlist.awk: Likewise.
1334         * sysdeps/gnu/errlist.c: Likewise.
1335         * sysdeps/i386/i586/memcpy.S: Likewise.
1336         * sysdeps/i386/i586/memset.S: Likewise.
1337         * sysdeps/i386/i686/memcpy.S: Likewise.
1338         * sysdeps/i386/i686/memmove.S: Likewise.
1339         * sysdeps/i386/i686/mempcpy.S: Likewise.
1340         * sysdeps/i386/i686/memset.S: Likewise.
1341         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
1342         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
1343         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
1344         * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
1345         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
1346         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
1347         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
1348         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
1349         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
1350         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
1351         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
1352         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
1353         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
1354         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
1355         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
1356         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
1357         * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
1358         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
1359         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
1360         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
1361         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
1362         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
1363         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
1364         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
1365         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
1366         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
1367         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
1368         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
1369         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
1370         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
1371         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
1372         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
1373         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
1374         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
1375         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
1376         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
1377         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
1378         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
1379         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
1380         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
1381         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
1382         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
1383         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
1384         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
1385         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
1386         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
1387         * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
1388         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
1389         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
1390         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
1391         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
1392         * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
1393         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
1394         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
1395         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
1396         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
1397         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
1398         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
1399         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
1400         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
1401         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
1402         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
1403         * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
1404         * sysdeps/nptl/bits/libc-lock.h: Likewise.
1405         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
1406         * sysdeps/nptl/bits/stdio-lock.h: Likewise.
1407         * sysdeps/posix/closedir.c: Likewise.
1408         * sysdeps/posix/opendir.c: Likewise.
1409         * sysdeps/posix/readdir.c: Likewise.
1410         * sysdeps/posix/rewinddir.c: Likewise.
1411         * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
1412         * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
1413         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
1414         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
1415         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
1416         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
1417         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
1418         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
1419         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
1420         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
1421         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
1422         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
1423         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
1424         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
1425         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
1426         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
1427         * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
1428         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
1429         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
1430         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
1431         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
1432         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
1433         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
1434         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
1435         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
1436         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
1437         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
1438         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
1439         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
1440         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
1441         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
1442         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
1443         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
1444         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
1445         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
1446         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
1447         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
1448         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
1449         * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
1450         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
1451         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
1452         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
1453         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
1454         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
1455         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
1456         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
1457         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
1458         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
1459         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
1460         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
1461         * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
1462         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
1463         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
1464         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
1465         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
1466         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
1467         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
1468         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
1469         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
1470         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
1471         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
1472         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
1473         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
1474         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
1475         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
1476         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
1477         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
1478         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
1479         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
1480         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
1481         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
1482         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
1483         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
1484         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
1485         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
1486         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
1487         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
1488         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
1489         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
1490         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
1491         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
1492         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
1493         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
1494         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
1495         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
1496         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
1497         * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
1498         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
1499         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
1500         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
1501         * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
1502         * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
1503         * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
1504         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
1505         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
1506         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
1507         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
1508         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
1509         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
1510         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
1511         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
1512         * sysdeps/unix/alpha/sysdep.S: Likewise.
1513         * sysdeps/unix/alpha/sysdep.h: Likewise.
1514         * sysdeps/unix/make-syscalls.sh: Likewise.
1515         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1516         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1517         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1518         * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
1519         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1520         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
1521         * sysdeps/unix/sysv/linux/getpid.c: Likewise.
1522         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
1523         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1524         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
1525         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
1526         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1527         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1528         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
1529         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1530         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
1531         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1532         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
1533         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
1534         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1535         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
1536         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
1537         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1538         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1539         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1540         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1541         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
1542         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
1543         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
1544         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
1545         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
1546         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1547         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
1548         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
1549         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
1550         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1551         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
1552         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
1553         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
1554         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
1555         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1556         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1557         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
1558         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
1559         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
1560         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1561         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
1562         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
1563         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1564         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
1565         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
1566         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1567         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1568         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1569         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
1570         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1571         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1572         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
1573         * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
1574         * sysdeps/x86_64/memcpy.S: Likewise.
1575         * sysdeps/x86_64/memmove.c: Likewise.
1576         * sysdeps/x86_64/memset.S: Likewise.
1577         * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
1578         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
1579         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
1580         * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
1581         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
1582         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
1583         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
1584         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
1585         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
1586         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
1587         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
1588         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
1589         * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
1590         * sysdeps/x86_64/multiarch/memset.S: Likewise.
1591         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
1592         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
1593         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
1594         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
1595         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
1596         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
1597         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
1598         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
1599         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
1600         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
1601         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
1602         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
1603         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
1604         * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
1605         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
1606         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
1607         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
1608         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
1609         * sysdeps/x86_64/strcmp.S: Likewise.
1610
1611         * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
1612
1613         * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
1614         * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
1615         * elf/rtld-Rules: Likewise.
1616         * elf/setup-vdso.h: Likewise.
1617         * include/assert.h: Likewise.
1618         * include/bits/stdlib-float.h: Likewise.
1619         * include/errno.h: Likewise.
1620         * include/sys/stat.h: Likewise.
1621         * include/unistd.h: Likewise.
1622         * sysdeps/aarch64/setjmp.S: Likewise.
1623         * sysdeps/alpha/setjmp.S: Likewise.
1624         * sysdeps/arm/__longjmp.S: Likewise.
1625         * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
1626         * sysdeps/arm/setjmp.S: Likewise.
1627         * sysdeps/arm/sysdep.h: Likewise.
1628         * sysdeps/generic/_itoa.h: Likewise.
1629         * sysdeps/generic/dl-sysdep.h: Likewise.
1630         * sysdeps/generic/ldsodefs.h: Likewise.
1631         * sysdeps/i386/dl-tls.h: Likewise.
1632         * sysdeps/i386/setjmp.S: Likewise.
1633         * sysdeps/m68k/setjmp.c: Likewise.
1634         * sysdeps/mach/hurd/dl-execstack.c: Likewise.
1635         * sysdeps/mach/hurd/opendir.c: Likewise.
1636         * sysdeps/posix/getcwd.c: Likewise.
1637         * sysdeps/posix/opendir.c: Likewise.
1638         * sysdeps/posix/profil.c: Likewise.
1639         * sysdeps/powerpc/dl-procinfo.h: Likewise.
1640         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
1641         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
1642         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
1643         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
1644         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
1645         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
1646         * sysdeps/s390/dl-tls.h: Likewise.
1647         * sysdeps/s390/s390-32/setjmp.S: Likewise.
1648         * sysdeps/s390/s390-64/setjmp.S: Likewise.
1649         * sysdeps/sh/sh3/setjmp.S: Likewise.
1650         * sysdeps/sh/sh4/setjmp.S: Likewise.
1651         * sysdeps/unix/alpha/sysdep.h: Likewise.
1652         * sysdeps/unix/arm/sysdep.S: Likewise.
1653         * sysdeps/unix/i386/sysdep.S: Likewise.
1654         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1655         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
1656         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
1657         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
1658         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1659         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
1660         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
1661         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1662         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
1663         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
1664         * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
1665         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
1666         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
1667         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
1668         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
1669         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
1670         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
1671         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
1672         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1673         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
1674         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
1675         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
1676         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
1677         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
1678         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1679         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1680         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
1681         * sysdeps/unix/x86_64/sysdep.S: Likewise.
1682         * sysdeps/x86_64/setjmp.S: Likewise.
1683
1684         * include/math.h: Use IS_IN instead of IS_IN_libm.
1685         * sysdeps/alpha/fpu/s_copysign.c: Likewise.
1686         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
1687         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
1688         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
1689         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
1690         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
1691         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
1692         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
1693         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
1694         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
1695         * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
1696         * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
1697         * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
1698         * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
1699         * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
1700         * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
1701         * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
1702         * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
1703         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
1704         * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
1705         * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
1706         * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
1707         * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
1708         * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
1709         * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
1710         * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
1711         * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
1712         * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
1713         * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
1714         * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
1715         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
1716         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
1717         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
1718         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
1719         Likewise.
1720         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
1721         Likewise.
1722         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
1723         Likewise.
1724         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
1725         Likewise.
1726         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
1727         Likewise.
1728         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
1729         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
1730         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
1731         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
1732         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
1733         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
1734         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
1735         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
1736         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
1737         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
1738         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
1739         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
1740         * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
1741         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
1742         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
1743         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
1744         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
1745         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
1746         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
1747         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
1748         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
1749         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
1750         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
1751         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
1752         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
1753         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
1754         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
1755
1756         * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
1757         * nptl/pthreadP.h: Likewise.
1758         * nptl_db/structs.def: Likewise.
1759         * sysdeps/arm/sysdep.h: Likewise.
1760         * sysdeps/nptl/bits/libc-lock.h: Likewise.
1761         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
1762         * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
1763         * sysdeps/unix/alpha/sysdep.h: Likewise.
1764         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1765         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1766         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1767         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1768         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1769         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1770         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1771         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1772         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1773         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1774         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1775         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1776         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1777         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1778         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
1779         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
1780         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1781         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1782         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1783         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1784         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1785         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1786         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1787         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1788         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
1789         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1790
1791         * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
1792         * nptl/pthreadP.h: Likewise.
1793         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1794         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1795         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1796         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1797         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1798         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1799         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1800         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1801         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1802         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1803         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1804         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1805         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
1806         Likewise.
1807         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
1808         Likewise.
1809         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1810         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1811         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1812         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1813         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1814         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1815         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1816         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1817
1818         * dlfcn/dladdr.c: Use IS_IN.
1819         * dlfcn/dladdr1.c: Likewise.
1820         * dlfcn/dlclose.c: Likewise.
1821         * dlfcn/dlerror.c: Likewise.
1822         * dlfcn/dlinfo.c: Likewise.
1823         * dlfcn/dlmopen.c: Likewise.
1824         * dlfcn/dlopen.c: Likewise.
1825         * dlfcn/dlsym.c: Likewise.
1826         * dlfcn/dlvsym.c: Likewise.
1827
1828         * include/ifaddrs.h: Use IS_IN.
1829         * inet/check_pf.c: Likewise.
1830         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
1831         * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
1832
1833         * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
1834         IS_IN_ldconfig.
1835         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
1836         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
1837
1838         * include/shlib-compat.h [!NOT_IN_libc]: Remove.
1839         * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
1840         IS_IN (libc).
1841
1842         * elf/Makefile (libof-sotruss-lib): Set as extramodules.
1843
1844         * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
1845         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
1846         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
1847         * include/libc-symbols.h (IS_IN_LIB): New macro.
1848         * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
1849         * include/netdb.h: Likewise.
1850         * include/stap-probe.h: Remove all uses of IN_LIB.
1851
1852         * Makeconfig (module-cppflags-real): Define MODULE_NAME
1853         instead of IN_MODULE.
1854         * include/libc-symbols.h (IN_MODULE): Define using
1855         MODULE_NAME.
1856         (PASTE_NAME, PASTE_NAME1): New macros.
1857         * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
1858         of IN_LIB.
1859         (STAP_PROBE_ASM): Likewise.
1860
1861 2014-11-23  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1862
1863         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
1864         __mach_init in dlopened libc.
1865
1866 2014-11-22  Mike Frysinger  <vapier@gentoo.org>
1867
1868         * sysdeps/arm/preconfigure.ac: Delete EABI check.
1869         * sysdeps/arm/preconfigure: Regenerate.
1870
1871 2014-11-21  Roland McGrath  <roland@hack.frob.com>
1872
1873         * nptl/pthread_create.c (__pthread_create_2_1): Set
1874         ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
1875         when copying values from IATTR into PD.
1876
1877 2014-11-21  Will Newton  <will.newton@linaro.org>
1878             Andrew Pinski  <andrew.pinski@caviumnetworks.com>
1879
1880         * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
1881         Refactor inline-asm.  Also add comment.
1882
1883         * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
1884         ElfW macro instead of hardcoded Elf64 types.
1885         (la_aarch64_gnu_pltenter): Likewise.
1886         * sysdeps/aarch64/dl-machine.h
1887         (elf_machine_runtime_setup): Use ElfW(Addr).
1888
1889         * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
1890         R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
1891         R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
1892         R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
1893         R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
1894         (R_AARCH64_TLS_DTPMOD64): Rename to ..
1895         (R_AARCH64_TLS_DTPMOD): This.
1896         (R_AARCH64_TLS_DTPREL64): Rename to ...
1897         (R_AARCH64_TLS_DTPREL): This.
1898         (R_AARCH64_TLS_TPREL64): Rename to ...
1899         (R_AARCH64_TLS_TPREL): This.
1900         * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
1901         R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
1902         R_AARCH64_TLS_TPREL64.
1903         (elf_machine_rela): Likewise.
1904
1905 2014-11-21  Torvald Riegel  <triegel@redhat.com>
1906
1907         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
1908         by setting it to 0.  64b atomics are not supported currently.
1909
1910 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1911
1912         [BZ #16469]
1913         * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
1914         search domain names.
1915
1916 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1917
1918         [BZ #16469]
1919         * NEWS: Update.
1920         * resolv/res_query.c (__libc_res_nquerydomain): Retain
1921         trailing dot.
1922         * posix/tst-getaddrinfo5.c: New.
1923         * posix/Makefile (tests): Add it.
1924
1925 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1926
1927         [BZ #14498]
1928         * NEWS: Fixed.
1929         * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
1930         after parsing line but before break_if_match.
1931         * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
1932         if there is a protocol mismatch.
1933
1934 2014-11-21  Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
1935
1936         * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
1937         because the potential race is on the user-supplied stream.
1938
1939 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1940
1941         * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
1942         string literal if not passed a buffer.
1943         * manual/job.texi (ctermid): Update reasoning, note deviation
1944         from posix, suggest mtasurace when not passed a buffer, for
1945         future non-preliminary safety notes.
1946
1947 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1948
1949         * manual/users.texi (cuserid): Fix MT-Safety note for the case
1950         of not passing it a buffer.
1951         Reported by Peng Haitao.
1952
1953 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1954
1955         * manual/Makefile ($(objpfx)stamp-summary): Require
1956         check-safety.sh to pass.
1957         * manual/check-safety.sh: Wish for verification that every
1958         @deftypefn and @deftypefun is followed by a @safety remark.
1959
1960 2014-11-20  Roland McGrath  <roland@hack.frob.com>
1961
1962         * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
1963
1964         * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
1965         PTHREAD_CANCEL_ASYNCHRONOUS.
1966         * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
1967         send SIGCANCEL.
1968
1969         * nptl/default-sched.h: New file.
1970         * sysdeps/unix/sysv/linux/default-sched.h: New file.
1971         * nptl/pthread_create.c: Include it.
1972         (__pthread_create_2_1): Use collect_default_sched instead of making
1973         Linux syscalls here directly.
1974
1975 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1976
1977         * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
1978         __pthread_once): Use C11 atomics.
1979
1980 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1981
1982         * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
1983
1984 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1985
1986         * include/atomic.h (__atomic_link_error, __atomic_check_size,
1987         atomic_thread_fence_acquire, atomic_thread_fence_release,
1988         atomic_thread_fence_seq_cst, atomic_load_relaxed,
1989         atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
1990         atomic_compare_exchange_weak_relaxed,
1991         atomic_compare_exchange_weak_acquire,
1992         atomic_compare_exchange_weak_release,
1993         atomic_exchange_acquire, atomic_exchange_release,
1994         atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
1995         atomic_fetch_add_release, atomic_fetch_add_acq_rel,
1996         atomic_fetch_and_acquire,
1997         atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
1998
1999 2014-11-20  Torvald Riegel  <triegel@redhat.com>
2000
2001         * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
2002         USE_ATOMIC_COMPILER_BUILTINS): Define.
2003         * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
2004         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2005         * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
2006         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2007         * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
2008         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2009         * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
2010         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2011         * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
2012         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2013         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
2014         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2015         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
2016         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2017         * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
2018         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2019         * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
2020         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2021         * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
2022         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2023         * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
2024         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2025         * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
2026         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2027         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
2028         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2029         * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
2030         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2031         * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
2032         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2033         * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
2034         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2035         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
2036         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2037         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
2038         (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2039         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
2040         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2041         * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
2042         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2043
2044 2014-11-19  Roland McGrath  <roland@hack.frob.com>
2045
2046         * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
2047         the sched_priority value here.  It was already checked when the user
2048         called pthread_attr_setschedparam.
2049
2050         * nptl/tst-bad-schedattr.c: New file.
2051         * nptl/Makefile (tests): Add it.
2052
2053 2014-11-19  Carlos O'Donell  <carlos@redhat.com>
2054             Florian Weimer  <fweimer@redhat.com>
2055             Joseph Myers  <joseph@codesourcery.com>
2056             Adam Conrad  <adconrad@0c3.net>
2057             Andreas Schwab  <schwab@suse.de>
2058             Brooks  <bmoses@google.com>
2059
2060         [BZ #17625]
2061         * wordexp-test.c (__dso_handle): Add prototype.
2062         (__register_atfork): Likewise.
2063         (__app_register_atfork): New function.
2064         (registered_forks): New global.
2065         (register_fork): New function.
2066         (test_case): Add 3 new tests for WRDE_CMDSUB.
2067         (main): Call __app_register_atfork.
2068         (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
2069         fork count is non-zero fail the test.
2070         * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
2071         is set.
2072         (parse_dollars): Remove check for WRDE_NOCMD.
2073         (parse_dquote): Likewise.
2074
2075 2014-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
2076
2077         * Makeconfig (built-modules): List non-library modules to be
2078         built.
2079         (module-cppflags): Include libc-modules.h for
2080         everything except shlib-versions.v.i.
2081         (CPPFLAGS): Use it.
2082         (before-compile): Add libc-modules.h.
2083         ($(common-objpfx)libc-modules.h,
2084         $(common-objpfx)libc-modules.stmp): New targets.
2085         (common-generated): Add libc-modules.h and libc-modules.stmp.
2086         ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
2087         * include/libc-symbols.h: Don't include libc-modules.h.
2088         * include/libc-modules.h: Remove file.
2089         * scripts/gen-libc-modules.awk: New script to generate
2090         libc-modules.h.
2091         * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
2092         Depend on libc-modules.stmp.
2093
2094         * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
2095
2096         * Makeconfig (in-module): Get value of libof set for the
2097         translation unit.
2098         (CPPFLAGS): Use $(in-module).
2099         * Makerules: Don't suffix routine names for nonlib.
2100         * include/libc-modules.h: New file.
2101         * include/libc-symbols.h: Include libc-modules.h
2102         (IS_IN): New macro to replace IS_IN_* macros.
2103         * elf/Makefile: Set libof-* for each routine.
2104         * elf/rtld-Rules: Likewise.
2105         * extra-modules.mk: Likewise.
2106         * iconv/Makefile: Likewise.
2107         * iconvdata/Makefile: Likewise.
2108         * locale/Makefile: Likewise.
2109         * malloc/Makefile: Likewise.
2110         * nss/Makefile: Likewise.
2111         * sysdeps/gnu/Makefile: Likewise.
2112         * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
2113         * sysdeps/unix/sysv/linux/Makefile: Likewise.
2114         * sysdeps/s390/s390-64/Makefile: Likewise.
2115         * nscd/Makefile: Set libof-* for each routine.  Set CFLAGS and
2116         CPPFLAGS for nscd instead of nonlib.
2117
2118 2014-11-18  Roland McGrath  <roland@hack.frob.com>
2119
2120         * nptl/createthread.c: New file.
2121
2122         * nptl/createthread.c: Moved ...
2123         * sysdeps/unix/sysv/linux/createthread.c: ... here.
2124
2125         * nptl/createthread.c: Add proper top-line comment.
2126         (do_clone): Folded into ...
2127         (create_thread): ... here.  Take new arguments STOPPED_START and
2128         THREAD_RAN.  Always set PD->stopped_start to something here.  Don't
2129         increment __nptl_threads, do event-reporting logic, do
2130         CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
2131         here.  Set *THREAD_RAN after ARCH_CLONE call succeeds.  Don't do any
2132         resource cleanup if sched_setaffinity or sched_setscheduler fails,
2133         just send SIGCANCEL.
2134         * nptl/pthread_create.c: Forward-declare create_thread before
2135         including createthread.c.
2136         (start_thread): Use new macro START_THREAD_DEFN to replace defining
2137         declaration, and new macro START_THREAD_SELF to replace argument.
2138         Remove return statement.
2139         (report_thread_creation): New function.
2140         (__pthread_create_2_1): Use it.  Do TD_CREATE reporting,
2141         synchronization logic, and __nptl_nthreads increment here, around
2142         calling create_thread.  Do CHECK_THREAD_SYSINFO and initialize
2143         PD->parent_cancelhandling here, before create_thread.  When
2144         create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
2145         __deallocate_stack, and ENOMEM translation here.
2146
2147 2014-11-18  Joseph Myers  <joseph@codesourcery.com>
2148
2149         [BZ #17616]
2150         * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
2151         (mptwo): Rename to __mptwo.
2152         (__inv): Use __mptwo instead of mptwo.
2153         * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
2154         (mptwo): Rename to __mptwo.
2155         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
2156         of mpone and __mptwo instead of mptwo.
2157         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
2158         instead of mpone.
2159         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
2160         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
2161         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
2162         of mpone and __mptwo instead of mptwo.
2163         (__mpranred): Use __mpone instead of mpone.
2164         * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
2165         variable.
2166         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
2167         (test-xfail-ISO99/math.h/linknamespace): Likewise.
2168         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
2169         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
2170         (test-xfail-ISO11/math.h/linknamespace): Likewise.
2171         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
2172         (test-xfail-XPG3/math.h/linknamespace): Likewise.
2173         (test-xfail-XPG4/math.h/linknamespace): Likewise.
2174         (test-xfail-POSIX/math.h/linknamespace): Likewise.
2175         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
2176         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
2177         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
2178         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
2179         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
2180         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
2181         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
2182         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
2183         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
2184         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
2185
2186 2014-11-18  Tom de Vries  <tom@codesoucery.com>
2187
2188         * manual/signal.texi (Primitives Interrupted by Signals): In section,
2189         replace BSD Handler xref with BSD Signal Handling.
2190
2191 2014-11-17  Richard Henderson  <rth@redhat.com>
2192
2193         * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
2194         (_FP_PACK_RAW_2): Remove.
2195         (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
2196         (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
2197         (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
2198         (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
2199         * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
2200         * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
2201         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
2202         * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
2203         * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
2204         * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
2205         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
2206         * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
2207         * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
2208         * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
2209         * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
2210         * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
2211
2212 2014-11-14  Roland McGrath  <roland@hack.frob.com>
2213
2214         * signal/signal.h [__USE_MISC]
2215         (struct sigvec): Remove type.
2216         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
2217         (sigvec): Remove declaration.
2218         * sysdeps/posix/sigvec.c: Moved ...
2219         * signal/sigvec.c: ... here, replacing old file.
2220         (struct sigvec): New type, copied from old signal.h definition.
2221         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
2222         (__sigvec): Convert definition to prototype.
2223         (sigvec): Replace weak_alias with compat_symbol.
2224         * signal/Versions (libc: GLIBC_2.21): New version set.
2225         * include/signal.h: Remove __sigvec declaration.
2226         * sysdeps/unix/bsd/sigvec.c: Remove file.
2227         * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
2228         * manual/signal.texi (BSD Handler): Remove subsection.
2229         Move siginterrupt up to ...
2230         (BSD Signal Handling): ... here.  Mark it as XPG rather than BSD.
2231         (Blocking in BSD): Fold subsection into its parent.
2232         * NEWS: Mention sigvec removal.
2233
2234 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
2235
2236         * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
2237         (DLA_FMS): Make definition conditional only on [__FMA4__].
2238         [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
2239         definition.
2240
2241         * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
2242         Make definition conditional only on [PROF].
2243         [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
2244         definition.
2245         [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
2246         [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
2247
2248         * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
2249         !__GNUC__].
2250         * include/signal.h (__sigpause): Move declaration above call to
2251         libc_hidden_proto.
2252         * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
2253         variable.
2254         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
2255         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
2256
2257 2014-11-14  David S. Miller  <davem@davemloft.net>
2258
2259         * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
2260         Define before including <string/memcpy.c> and <string/mempcpy.c>.
2261
2262 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
2263
2264         * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
2265         * configure: Regenerated.
2266         * manual/install.texi (Tools for Compilation): Document a
2267         requirement of GCC 4.6 or later and that GCC 4.9 is the newest
2268         compiler verified to work.
2269         * INSTALL: Regenerated.
2270
2271         * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
2272         redeclare with asm name.
2273         [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
2274         * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
2275         including <string.h>.
2276         * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2277         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
2278         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2279         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
2280         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2281         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
2282         [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2283
2284 2014-11-13  Joseph Myers  <joseph@codesourcery.com>
2285
2286         * stdlib/strtol.c (__strtol): Use prototype definition.
2287
2288         [BZ #17594]
2289         * stdlib/strtol.c (SYM__): New macro.
2290         (SYM__1): Likewise.
2291         (__strtol): Likewise.
2292         (strtol): Rename to __strtol and define as weak alias of
2293         __strtol.  Use libc_hidden_weak.
2294
2295 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
2296
2297         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
2298         Use numbered labels in inline assembly.
2299
2300 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
2301
2302         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
2303         Add setjmp LIBC_PROBE.
2304         * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
2305         Likewise.
2306         * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
2307         Add longjmp, longjmp_target LIBC_PROBE.
2308         * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
2309         Likewise.
2310
2311 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
2312
2313         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
2314         Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
2315         to get rid of unused variable warning.
2316
2317 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
2318
2319         * sysdeps/s390/s390-32/backtrace.c (__backtrace):
2320         Check for unwind_backtrace ==  NULL only in SHARED case.
2321         (__backchain_backtrace): Compile only in SHARED case.
2322         * sysdeps/s390/s390-64/backtrace.c (__backtrace):
2323         Likewise.
2324         (__backchain_backtrace): Declare as static.
2325
2326 2014-11-12  Roland McGrath  <roland@hack.frob.com>
2327
2328         * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
2329         (__libc_multiple_threads_ptr): Variable moved ...
2330         * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
2331
2332 2014-11-12  Joseph Myers  <joseph@codesourcery.com>
2333
2334         * conform/GlibcConform.pm: New file.
2335         * conform/conformtest.pl: Use GlibcConform module.
2336         * conform/linknamespace.pl: New file.
2337         * conform/list-header-symbols.pl: Likewise.
2338         * conform/Makefile (linknamespace-symlists-base): New variable.
2339         (linknamespace-symlists-tests): Likewise.
2340         (linknamespace-header-base): Likewise.
2341         (linknamespace-header-tests): Likewise.
2342         (tests-special): Add new tests.
2343         ($(linknamespace-symlists-tests)): New rule.
2344         (linknamespace-libs): New variable.
2345         ($(objpfx)symlist-stdlibs): New rule.
2346         ($(linknamespace-header-tests)): Likewise.
2347         (test-xfail-XPG3/varargs.h/linknamespace): New variable.
2348         (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
2349         (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
2350         (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
2351         (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
2352         (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
2353         (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
2354         (test-xfail-ISO/math.h/linknamespace): Likewise.
2355         (test-xfail-ISO/signal.h/linknamespace): Likewise.
2356         (test-xfail-ISO/stdio.h/linknamespace): Likewise.
2357         (test-xfail-ISO/time.h/linknamespace): Likewise.
2358         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
2359         (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
2360         (test-xfail-ISO99/math.h/linknamespace): Likewise.
2361         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
2362         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
2363         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
2364         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
2365         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
2366         (test-xfail-ISO11/math.h/linknamespace): Likewise.
2367         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
2368         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
2369         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
2370         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
2371         (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
2372         (test-xfail-XPG3/glob.h/linknamespace): Likewise.
2373         (test-xfail-XPG3/math.h/linknamespace): Likewise.
2374         (test-xfail-XPG3/regex.h/linknamespace): Likewise.
2375         (test-xfail-XPG3/search.h/linknamespace): Likewise.
2376         (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
2377         (test-xfail-XPG3/time.h/linknamespace): Likewise.
2378         (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
2379         (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
2380         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
2381         (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
2382         (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
2383         (test-xfail-XPG4/glob.h/linknamespace): Likewise.
2384         (test-xfail-XPG4/grp.h/linknamespace): Likewise.
2385         (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
2386         (test-xfail-XPG4/math.h/linknamespace): Likewise.
2387         (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
2388         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
2389         (test-xfail-XPG4/regex.h/linknamespace): Likewise.
2390         (test-xfail-XPG4/search.h/linknamespace): Likewise.
2391         (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
2392         (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
2393         (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
2394         (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
2395         (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
2396         (test-xfail-XPG4/time.h/linknamespace): Likewise.
2397         (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
2398         (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
2399         (test-xfail-POSIX/aio.h/linknamespace): Likewise.
2400         (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
2401         (test-xfail-POSIX/glob.h/linknamespace): Likewise.
2402         (test-xfail-POSIX/math.h/linknamespace): Likewise.
2403         (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
2404         (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
2405         (test-xfail-POSIX/regex.h/linknamespace): Likewise.
2406         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
2407         (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
2408         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
2409         (test-xfail-POSIX/time.h/linknamespace): Likewise.
2410         (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
2411         (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
2412         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
2413         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
2414         (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
2415         (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
2416         (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
2417         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
2418         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
2419         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
2420         (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
2421         (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
2422         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
2423         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
2424         (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
2425         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
2426         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
2427         (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
2428         (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
2429         (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
2430         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
2431         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
2432         (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
2433         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
2434         (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
2435         (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
2436         (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
2437         (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
2438         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
2439         (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
2440         (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
2441         (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
2442         (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
2443         (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
2444         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
2445         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
2446         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
2447         (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
2448         (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
2449         (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
2450         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
2451         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
2452         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
2453         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
2454         (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
2455         (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
2456         (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
2457         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
2458         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
2459         (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
2460         (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
2461         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
2462         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
2463         (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
2464         (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
2465         (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
2466         (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
2467         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
2468         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
2469         (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
2470         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
2471         (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
2472         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
2473         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
2474         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
2475         (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
2476         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
2477         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
2478         (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
2479         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
2480         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
2481         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
2482         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
2483         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
2484         (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
2485         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
2486         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
2487         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
2488         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
2489         (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
2490         (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
2491         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
2492         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
2493         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
2494         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
2495         (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
2496         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
2497         (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
2498         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
2499         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
2500         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
2501         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
2502         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
2503         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
2504         (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
2505         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
2506         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
2507         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
2508
2509         [BZ #17589]
2510         * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
2511         of fgets_unlocked.
2512
2513         [BZ #17585]
2514         * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
2515         (memmem): Rename to __memmem and define as weak alias of
2516         __memmem.  Use libc_hidden_weak.
2517         (__memmem): Use libc_hidden_def.
2518         * include/string.h (__memmem): Declare.  Use libc_hidden_proto.
2519         * locale/findlocale.c (valid_locale_name): Use __memmem instead of
2520         memmem.
2521
2522         [BZ #17582]
2523         * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
2524         (__fgets_unlocked): Add alias of _IO_fgets.  Use libc_hidden_def.
2525         * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
2526         and define as weak alias of __fgets_unlocked.  Use
2527         libc_hidden_weak.
2528         (__fgets_unlocked): Use libc_hidden_def.
2529         * include/stdio.h (__fgets_unlocked): Declare.  Use
2530         libc_hidden_proto.
2531         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
2532         __fgets_unlocked instead of fgets_unlocked.
2533         * sysdeps/unix/sysv/linux/alpha/getsysstats.c
2534         (GET_NPROCS_CONF_PARSER): Likewise.
2535         * sysdeps/unix/sysv/linux/sparc/getsysstats.c
2536         (GET_NPROCS_CONF_PARSER): Likewise.
2537
2538         [BZ #17574]
2539         * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
2540         weak alias of __wmemset.  Use libc_hidden_weak.
2541         (__wmemset): Use libc_hidden_def.
2542         * include/wchar.h (__wmemset): Declare.  Use libc_hidden_proto.
2543         * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
2544         of wmemset.
2545
2546         [BZ #17573]
2547         * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
2548         with asm name __mempcpy.
2549         [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
2550
2551         [BZ #17572]
2552         * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
2553         and define as weak alias of __rawmemchr.
2554         (__rawmemchr): Do not define as strong alias of rawmemchr.
2555
2556         [BZ #17571]
2557         * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
2558         alias of __qsort_r.
2559         (qsort): Call __qsort_r instead of qsort_r.
2560         * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
2561         (__qsort_r): Declare.  Call libc_hidden_proto.
2562         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
2563         instead of qsort_r.
2564         * nscd/gai.c (__qsort_r): Define to qsort_r.
2565         * posix/tst-rfc3484.c (__qsort_r): Likewise.
2566         * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
2567         * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
2568
2569         [BZ #17570]
2570         * malloc/malloc.c (malloc_info): Rename to __malloc_info and
2571         define as weak alias of __malloc_info.
2572
2573         [BZ #17584]
2574         * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
2575         as weak alias of __rewinddir.  Don't use libc_hidden_def.
2576         (__rewinddir): Use libc_hidden_def.
2577         * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
2578         as weak alias of __rewinddir.  Don't use libc_hidden_def.
2579         (__rewinddir): Use libc_hidden_def.
2580         * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
2581         weak alias of __rewinddir.  Don't use libc_hidden_def.
2582         (__rewinddir): Use libc_hidden_def.
2583         * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
2584         (__rewinddir): Use libc_hidden_proto.
2585         * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
2586         rewinddir.
2587         (__getcwd): Use __rewinddir instead of rewinddir.
2588
2589         [BZ #17583]
2590         * libio/fileno.c (fileno): Rename to __fileno and define as weak
2591         alias of __fileno.  Use libc_hidden_weak.
2592         (__fileno): Use libc_hidden_def.
2593         [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
2594         * libio/ftello.c (ftello): Rename to __ftello and define as weak
2595         alias of __ftello.
2596         [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
2597         __ftello.
2598         * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
2599         (__fread_unlocked): Define as strong alias of _IO_fread.  Use
2600         libc_hidden_def.
2601         (fread_unlocked): Don't use libc_hidden_ver.
2602         * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
2603         and define as weak alias of __fread_unlocked.  Don't use
2604         libc_hidden_def.
2605         (__fread_unlocked): Use libc_hidden_def.
2606         * include/stdio.h (__fileno): Declare.  Use libc_hidden_proto.
2607         (ftello): Don't use libc_hidden_proto.
2608         (__ftello): Declare.  Use libc_hidden_proto.
2609         (fread_unlocked): Don't use libc_hidden_proto.
2610         (__fread_unlocked): Declare.  Use libc_hidden_proto.
2611         * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
2612         and __ftello instead of fileno, fread_unlocked and ftello.
2613
2614 2012-11-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
2615
2616         * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
2617         GOT12.
2618         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
2619         Likewise.
2620         (_dl_start_user): Likewise.
2621         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
2622
2623 2014-11-12  Carlos O'Donell  <carlos@redhat.com>
2624             Siddhesh Poyarekar  <siddhesh@redhat.com>
2625
2626         * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
2627         Move argv and envp down instead of moving argc up.
2628         * sysdeps/s390/s390-32/dl-sysdep.h: New file.
2629
2630 2014-11-12  Leonhard Holz  <leonhard.holz@web.de>
2631
2632         [BZ #17506]
2633         * test-skeleton.c (main): Return successful if one of
2634         EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
2635         * string/tst-strcoll-overflow.c: Define expected status.
2636
2637 2014-11-12  Tatiana Udalova  <t.udalova@samsung.com>
2638
2639         [BZ #17475]
2640         * locale/iso-639.def: Define Bhili and Tulu language codes.
2641
2642 2014-11-11  Alan Hayward  <alan.hayward@arm.com>
2643
2644         * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
2645
2646 2014-11-10  Renlin Li  <Renlin.Li@arm.com>
2647
2648         [BZ #17555]
2649         * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
2650
2651 2014-11-10  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
2652
2653         * configure.ac: Updated check of minimal required version to
2654         2.22.
2655         * manual/install.texi (Tools for Compilation): Updated version
2656         number.
2657         * configure: Regenerated.
2658         * INSTALL: Likewise.
2659
2660 2014-11-07  Andreas Schwab  <schwab@linux-m68k.org>
2661
2662         * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
2663         __tls_get_addr.
2664
2665 2014-11-07  Joseph Myers  <joseph@codesourcery.com>
2666
2667         * include/sys/wait.h (__libc_waitpid): Remove declaration.
2668         * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
2669         (__waitpid): Don't define as alias.  Use libc_hidden_def not
2670         libc_hidden_weak.
2671         (waitpid): Define as alias of __waitpid.
2672         * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
2673         __waitpid.
2674         (__waitpid): Don't define as alias.  Use libc_hidden_def not
2675         libc_hidden_weak.
2676         (waitpid): Define as alias of __waitpid.
2677         * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
2678         __libc_waitpid alias.
2679         * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
2680         * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
2681         Likewise.
2682         * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
2683         * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
2684         * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
2685         alias.
2686         * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
2687         __waitpid.
2688         (__waitpid): Don't define as alias.  Use libc_hidden_def not
2689         libc_hidden_weak.
2690         (waitpid): Define as alias of __waitpid.
2691
2692 2014-11-06  Carlos O'Donell  <carlos@redhat.com>
2693
2694         * manual/llio.texi: Add comment that write safety has been
2695         fixed in Linux.
2696
2697         * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
2698         (localplt-build-dso): Add elf/ld.so.
2699         * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
2700         i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
2701         and free for ld.so.
2702         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
2703         __libc_memalign, malloc, calloc, realloc, and free for ld.so.
2704         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
2705         Likewise.
2706         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
2707         Likewise.
2708         * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
2709         * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
2710         version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
2711         * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
2712         * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
2713         * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
2714         * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
2715         * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
2716         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
2717         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
2718         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
2719
2720 2014-11-05  Joseph Myers  <joseph@codesourcery.com>
2721
2722         [BZ #14132]
2723         * include/libc-symbols.h (INTUSE): Remove macro.
2724         (INTDEF): Likewise.
2725         (INTVARDEF): Likewise.
2726         (_INTVARDEF): Likewise.
2727         (INTDEF2): Likewise.
2728         (INTVARDEF2): Likewise.
2729         * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
2730         rtld_hidden_def instead of INTVARDEF.
2731         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
2732         (_dl_starting_up_internal): Remove declaration.
2733         (_dl_starting_up): Use rtld_hidden_proto.
2734         * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
2735         declaration.
2736         [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
2737         (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
2738         _dl_starting_up.
2739         * elf/dl-writev.h (_dl_writev): Likewise.
2740         * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
2741         (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
2742         _dl_starting_up_internal.
2743
2744 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2745
2746         * stdio-common/tst-fmemopen.c (do_test): Refactor to use
2747         test-skeleton.c.
2748
2749 2014-11-05  Will Newton  <will.newton@linaro.org>
2750
2751         * benchtests/Makefile: (bench-malloc): Add malloc thread
2752         scalability benchmark.
2753         * benchtests/bench-malloc-threads.c: New file.
2754
2755 2014-11-05  Richard Earnshaw  <rearnsha@arm.com>
2756
2757         * sysdeps/aarch64/strchrnul.S: New file.
2758
2759 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2760
2761         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
2762         definition.
2763         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
2764         Likwise.
2765         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
2766         Likewise.
2767         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
2768         Likewise.
2769         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
2770         Likewise.
2771         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
2772         Likewise.
2773
2774 2014-11-05  Arjun Shankar  <arjun.is@lostca.se>
2775
2776         * catgets/test-gencat.c: Use test-skeleton.c.
2777         * catgets/tst-catgets.c: Likewise.
2778         * csu/tst-empty.c: Likewise.
2779         * elf/tst-audit2.c: Likewise.
2780         * elf/tst-global1.c: Likewise.
2781         * elf/tst-pathopt.c: Likewise.
2782         * elf/tst-piemod1.c: Likewise.
2783         * elf/tst-tls10.c: Likewise.
2784         * elf/tst-tls11.c: Likewise.
2785         * elf/tst-tls12.c: Likewise.
2786         * gnulib/tst-gcc.c: Likewise.
2787         * iconvdata/tst-e2big.c: Likewise.
2788         * iconvdata/tst-loading.c: Likewise.
2789         * iconv/tst-iconv1.c: Likewise.
2790         * iconv/tst-iconv2.c: Likewise.
2791         * inet/test-inet6_opt.c: Likewise.
2792         * inet/tst-gethnm.c: Likewise.
2793         * inet/tst-network.c: Likewise.
2794         * inet/tst-ntoa.c: Likewise.
2795         * intl/tst-codeset.c: Likewise.
2796         * intl/tst-gettext2.c: Likewise.
2797         * intl/tst-gettext3.c: Likewise.
2798         * intl/tst-ngettext.c: Likewise.
2799         * intl/tst-translit.c: Likewise.
2800         * io/test-stat.c: Likewise.
2801         * libio/test-fmemopen.c: Likewise.
2802         * libio/tst-freopen.c: Likewise.
2803         * libio/tst-sscanf.c: Likewise.
2804         * libio/tst-ungetwc1.c: Likewise.
2805         * libio/tst-ungetwc2.c: Likewise.
2806         * libio/tst-widetext.c: Likewise.
2807         * localedata/tst-ctype.c: Likewise.
2808         * localedata/tst-digits.c: Likewise.
2809         * localedata/tst-leaks.c: Likewise.
2810         * localedata/tst-mbswcs1.c: Likewise.
2811         * localedata/tst-mbswcs2.c: Likewise.
2812         * localedata/tst-mbswcs3.c: Likewise.
2813         * localedata/tst-mbswcs4.c: Likewise.
2814         * localedata/tst-mbswcs5.c: Likewise.
2815         * localedata/tst-setlocale.c: Likewise.
2816         * localedata/tst-trans.c: Likewise.
2817         * localedata/tst-wctype.c: Likewise.
2818         * localedata/tst-xlocale1.c: Likewise.
2819         * login/tst-grantpt.c: Likewise.
2820         * malloc/tst-calloc.c: Likewise.
2821         * malloc/tst-malloc.c: Likewise.
2822         * malloc/tst-mallocstate.c: Likewise.
2823         * malloc/tst-mcheck.c: Likewise.
2824         * malloc/tst-mtrace.c: Likewise.
2825         * malloc/tst-obstack.c: Likewise.
2826         * math/atest-exp2.c: Likewise.
2827         * math/atest-exp.c: Likewise.
2828         * math/atest-sincos.c: Likewise.
2829         * math/test-matherr.c: Likewise.
2830         * math/test-misc.c: Likewise.
2831         * math/test-powl.c: Likewise.
2832         * math/tst-definitions.c: Likewise.
2833         * misc/tst-dirname.c: Likewise.
2834         * misc/tst-efgcvt.c: Likewise.
2835         * misc/tst-fdset.c: Likewise.
2836         * misc/tst-hsearch.c: Likewise.
2837         * misc/tst-mntent2.c: Likewise.
2838         * nptl/tst-sem7.c: Likewise.
2839         * nptl/tst-sem8.c: Likewise.
2840         * nptl/tst-sem9.c: Likewise.
2841         * nss/test-netdb.c: Likewise.
2842         * posix/tst-fnmatch.c: Likewise.
2843         * posix/tst-getlogin.c: Likewise.
2844         * posix/tst-gnuglob.c: Likewise.
2845         * posix/tst-mmap.c: Likewise.
2846         * pwd/tst-getpw.c: Likewise.
2847         * resolv/tst-inet_ntop.c: Likewise.
2848         * rt/tst-timer.c: Likewise.
2849         * stdio-common/test-fseek.c: Likewise.
2850         * stdio-common/test-popen.c: Likewise.
2851         * stdio-common/test-vfprintf.c: Likewise.
2852         * stdio-common/tst-cookie.c: Likewise.
2853         * stdio-common/tst-fileno.c: Likewise.
2854         * stdio-common/tst-gets.c: Likewise.
2855         * stdio-common/tst-obprintf.c: Likewise.
2856         * stdio-common/tst-perror.c: Likewise.
2857         * stdio-common/tst-sprintf2.c: Likewise.
2858         * stdio-common/tst-sprintf3.c: Likewise.
2859         * stdio-common/tst-sprintf.c: Likewise.
2860         * stdio-common/tst-swprintf.c: Likewise.
2861         * stdio-common/tst-tmpnam.c: Likewise.
2862         * stdio-common/tst-unbputc.c: Likewise.
2863         * stdio-common/tst-wc-printf.c: Likewise.
2864         * stdlib/tst-environ.c: Likewise.
2865         * stdlib/tst-fmtmsg.c: Likewise.
2866         * stdlib/tst-limits.c: Likewise.
2867         * stdlib/tst-rand48-2.c: Likewise.
2868         * stdlib/tst-rand48.c: Likewise.
2869         * stdlib/tst-random2.c: Likewise.
2870         * stdlib/tst-random.c: Likewise.
2871         * stdlib/tst-strtol.c: Likewise.
2872         * stdlib/tst-strtoll.c: Likewise.
2873         * stdlib/tst-tls-atexit.c: Likewise.
2874         * stdlib/tst-xpg-basename.c: Likewise.
2875         * string/test-ffs.c: Likewise.
2876         * string/tst-bswap.c: Likewise.
2877         * string/tst-inlcall.c: Likewise.
2878         * string/tst-strtok.c: Likewise.
2879         * string/tst-strxfrm.c: Likewise.
2880         * sysdeps/x86_64/tst-audit10.c: Likewise.
2881         * sysdeps/x86_64/tst-audit3.c: Likewise.
2882         * sysdeps/x86_64/tst-audit4.c: Likewise.
2883         * sysdeps/x86_64/tst-audit5.c: Likewise.
2884         * time/tst-ftime_l.c: Likewise.
2885         * time/tst-getdate.c: Likewise.
2886         * time/tst-mktime3.c: Likewise.
2887         * time/tst-mktime.c: Likewise.
2888         * time/tst-posixtz.c: Likewise.
2889         * time/tst-strptime2.c: Likewise.
2890         * time/tst-strptime3.c: Likewise.
2891         * wcsmbs/tst-btowc.c: Likewise.
2892         * wcsmbs/tst-mbrtowc.c: Likewise.
2893         * wcsmbs/tst-mbsrtowcs.c: Likewise.
2894         * wcsmbs/tst-wchar-h.c: Likewise.
2895         * wcsmbs/tst-wcpncpy.c: Likewise.
2896         * wcsmbs/tst-wcrtomb.c: Likewise.
2897         * wcsmbs/tst-wcsnlen.c: Likewise.
2898         * wcsmbs/tst-wcstof.c: Likewise.
2899
2900 2014-11-04  Joseph Myers  <joseph@codesourcery.com>
2901
2902         [BZ #14132]
2903         * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
2904         INTDEF.
2905         * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
2906         declaration.
2907         (_dl_mcount): Use rtld_hidden_proto.
2908         * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
2909         _dl_mcount.
2910         * elf/rtld.c (_rtld_global_ro): Likewise.
2911
2912         [BZ #14132]
2913         * elf/dl-init.c (_dl_init): Don't use INTDEF.
2914         * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
2915         of _dl_init_internal.
2916         * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
2917         * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
2918         * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
2919         * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
2920         * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
2921         * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
2922         * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
2923         * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
2924         * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
2925         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
2926         * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
2927         * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
2928         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
2929         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
2930         * sysdeps/tile/dl-start.S (_start): Likewise.
2931         * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
2932         * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
2933
2934         [BZ #14132]
2935         * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
2936         [IS_IN_rtld] (_dl_argv_internal): Do not declare.
2937         (rtld_progname): Make macro definition unconditional.
2938         * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
2939         INTDEF.
2940         (dlmopen_doit): Do not use INTUSE with _dl_argv.
2941         (dl_main): Likewise.
2942         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
2943         * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
2944         instead of _dl_argv_internal.
2945         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
2946         __GI__dl_argv instead of INTUSE(_dl_argv).
2947         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
2948         __GI__dl_argv instead of _dl_argv_internal.
2949
2950         * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
2951         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
2952         macro.
2953         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
2954         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
2955         New macro.
2956         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
2957         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
2958         macro.
2959         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
2960         * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
2961
2962 2014-11-04  Andreas Schwab  <schwab@suse.de>
2963
2964         * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
2965
2966 2014-11-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2967
2968         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
2969         mtvsrd instruction in binary form.
2970
2971 2014-11-03  Andreas Schwab  <schwab@suse.de>
2972
2973         [BZ #17522]
2974         * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
2975         for less than MB_LEN_MAX use a local buffer of that size.
2976         * libio/tst-fputws.c: New file.
2977         * libio/Makefile (tests): Add tst-fputws.
2978
2979 2014-11-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
2980
2981         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
2982         the size of the fpu_fr.fpu_dregs[] array.
2983
2984 2014-11-01  Joseph Myers  <joseph@codesourcery.com>
2985
2986         * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
2987         (__nanosleep): Do not define as alias.
2988         (nanosleep): Define as alias of __nanosleep.
2989         * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
2990         __libc_nanosleep name.
2991
2992 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
2993
2994         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
2995         install.texi in comment.
2996
2997 2014-10-31  Torvald Riegel  <triegel@redhat.com>
2998
2999         * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
3000         * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
3001         ... add here and use lwsync or sync ...
3002         * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
3003         ... and add here using lwsync.
3004
3005 2014-10-31  Matthew Fortune  <matthew.fortune@imgtec.com>
3006
3007         * elf/dl-machine-reject-phdr.h: New file.
3008         * elf/dl-load.c: #include that.
3009         (open_verify): Call elf_machine_reject_phdr_p and ignore the file
3010         if that returned true.
3011
3012 2014-10-31  Roland McGrath  <roland@hack.frob.com>
3013
3014         [BZ #17496]
3015         * Makerules: Move gnu/lib-names.h generation chunk up, to right after
3016         gen-as-const-headers chunk.  Add a big scare comment after the last
3017         safe place to touch before-compile.
3018
3019 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
3020
3021         * manual/install.texi (Tools for Compilation): Update autoconf
3022         version requirements.
3023         * INSTALL: Regenerated.
3024
3025         * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
3026         * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
3027         (__libc_pselect): Likewise.
3028
3029         [BZ #14138]
3030         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
3031         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
3032         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
3033         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
3034
3035 2014-10-31  Torvald Riegel  <triegel@redhat.com>
3036
3037         * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
3038         correct barrier instruction.
3039         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
3040         Likewise.
3041         * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
3042         Likewise.
3043
3044 2014-10-30  Roland McGrath  <roland@hack.frob.com>
3045
3046         * include/ctype.h: Include <ctype/ctype.h> first thing rather than
3047         after defining inlines.  Instead, just use parens to defeat macro
3048         expansion of __isctype in its declaration.
3049
3050 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
3051
3052         * include/sys/uio.h (__libc_readv): Remove declaration.
3053         (__libc_writev): Likewise.
3054         * misc/readv.c (__libc_readv): Rename to __readv.
3055         (__readv): Do not define as alias.
3056         (readv): Define as alias of __readv.
3057         * misc/writev.c (__libc_writev): Rename to __writev.
3058         (__writev): Do not define as alias.
3059         (writev): Define as alias of __writev.
3060         * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
3061         (__readv): Do not define as alias.
3062         (readv): Define unconditionally as alias of __readv.
3063         * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
3064         (__writev): Do not define as alias.
3065         (writev): Define unconditionally as alias of __writev.
3066         * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
3067         name.
3068         (writev): Do not define __libc_writev name.
3069
3070 2014-10-30  Roland McGrath  <roland@hack.frob.com>
3071
3072         * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
3073         (convert_charseq): New function, broken out of ...
3074         (use_from_charmap): ... here.  Call it.
3075         (use_to_charmap): Use convert_charseq and free instead of duplicating
3076         its code with a variable-length stack struct.
3077
3078 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
3079
3080         * include/fcntl.h (__libc_creat): Remove declaration.
3081         * io/creat.c (__libc_creat): Rename to creat.
3082         (creat): Do not define as alias.
3083         * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
3084         of creat instead of __libc_creat.
3085         * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
3086         to creat.
3087         (creat): Do not define as alias.
3088         [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
3089         __libc_creat.
3090         * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
3091         __libc_creat name.
3092         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
3093         Likewise.
3094
3095 2014-10-29  Carlos O'Donell  <carlos@redhat.com>
3096
3097         * manual/llio.texi: Add comments discussing why write() may be
3098         considered MT-unsafe on Linux.
3099
3100 2014-10-28  Carlos O'Donell  <carlos@redhat.com>
3101
3102         * dl-load.c (local_strdup): Remove.
3103         (expand_dynamic_string_token): Use __strdup.
3104         (decompose_rpath): Likewise.
3105         (_dl_map_object): Likewise.
3106
3107 2014-10-28  Joseph Myers  <joseph@codesourcery.com>
3108
3109         [BZ #14132]
3110         * sysdeps/generic/unwind-dw2-fde.c
3111         (__register_frame_info_bases_internal): Do not declare.
3112         (__register_frame_info_table_bases_internal): Likewise.
3113         (__deregister_frame_info_bases_internal): Likewise.
3114         (__register_frame_info_bases): Declare and use hidden_proto before
3115         definition.  Use hidden_def instead of INTDEF.
3116         (__register_frame_info_table_bases): Likewise.
3117         (__deregister_frame_info_bases): Likewise.
3118         (__register_frame_info): Do not use INTUSE.
3119         (__register_frame): Likewise.
3120         (__register_frame_info_table): Likewise.
3121         (__register_frame_table): Likewise.
3122         (__deregister_frame_info): Likewise.
3123         (__deregister_frame): Likewise.
3124
3125 2014-10-27  Gratian Crisan  <gratian.crisan@ni.com>
3126
3127         * sysdeps/unix/sysv/linux/arm/kernel-features.h
3128         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
3129         not undefine.
3130         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
3131         Likewise.
3132         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
3133         Likewise.
3134
3135 2014-10-27  Joseph Myers  <joseph@codesourcery.com>
3136
3137         [BZ #14138]
3138         * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
3139         * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
3140         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
3141         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
3142         * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
3143         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
3144         * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
3145         * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
3146         * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
3147         * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
3148         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
3149         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
3150         * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
3151         syscall.
3152         (setfsuid): Likewise.
3153         * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
3154         (setfsuid): Likewise.
3155         * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
3156         (setfsuid): Likewise.
3157         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
3158         Likewise.
3159         (setfsuid): Likewise.
3160         * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
3161         (setfsuid): Likewise.
3162         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
3163         Likewise.
3164         (setfsuid): Likewise.
3165
3166 2014-10-27  Andreas Schwab  <schwab@suse.de>
3167
3168         [BZ #17501]
3169         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
3170         check for Slow_SSE4_2 feature bit.
3171         * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
3172         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
3173         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
3174         Likewise.  Fix check for Fast_Unaligned_Load feature bit.
3175
3176 2014-10-24  Roland McGrath  <roland@hack.frob.com>
3177
3178         * configure.ac: Validate compiler version with a empirical test of
3179         __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
3180         $CC -v output.
3181         * configure: Regenerated.
3182
3183         * inet/htons.c (htons): Prototypify.
3184         * inet/htonl.c (htonl): Likewise.
3185
3186 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3187
3188         * string/strncat.c (strncat): Improve performance by using strlen.
3189
3190 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3191
3192         * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
3193
3194 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3195
3196         * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
3197         Call libc_fetestexcept_aarch64.
3198
3199 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3200
3201         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
3202         Call libc_feholdexcept_aarch64.
3203
3204 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3205
3206         * sysdeps/aarch64/fpu/fegetround.c (fegetround):
3207         Call get_rounding_mode.
3208
3209 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3210
3211         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
3212         Simplify logic.
3213
3214 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3215
3216         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
3217         Simplify logic.
3218
3219 2014-10-24  Joseph Myers  <joseph@codesourcery.com>
3220
3221         [BZ #14138]
3222         * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
3223         * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
3224         * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
3225         * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
3226         * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
3227         * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
3228         * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
3229         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
3230         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
3231         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
3232         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
3233         * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
3234         * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
3235         * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
3236         * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
3237         * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
3238         * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
3239         * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
3240         * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
3241         * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
3242         * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
3243         * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
3244         * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
3245         * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
3246         * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
3247         * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
3248         * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
3249         * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
3250         * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
3251         * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
3252         * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
3253         * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
3254         * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
3255         * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
3256         * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
3257         * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
3258         * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
3259         * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
3260         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
3261         * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
3262         * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
3263         syscall.
3264         (geteuid): Likewise.
3265         (getgid): Likewise.
3266         (getuid): Likewise.
3267         (getresgid): Likewise.
3268         (getresuid): Likewise.
3269         (getgroups): Likewise.
3270         * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
3271         (geteuid): Likewise.
3272         (getgid): Likewise.
3273         (getuid): Likewise.
3274         (getresgid): Likewise.
3275         (getresuid): Likewise.
3276         (getgroups): Likewise.
3277         * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
3278         (geteuid): Likewise.
3279         (getgid): Likewise.
3280         (getuid): Likewise.
3281         (getresgid): Likewise.
3282         (getresuid): Likewise.
3283         (getgroups): Likewise.
3284         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
3285         Likewise.
3286         (geteuid): Likewise.
3287         (getgid): Likewise.
3288         (getuid): Likewise.
3289         (getresgid): Likewise.
3290         (getresuid): Likewise.
3291         (getgroups): Likewise.
3292         * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
3293         (geteuid): Likewise.
3294         (getgid): Likewise.
3295         (getuid): Likewise.
3296         (getresgid): Likewise.
3297         (getresuid): Likewise.
3298         (getgroups): Likewise.
3299         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
3300         Likewise.
3301         (geteuid): Likewise.
3302         (getgid): Likewise.
3303         (getuid): Likewise.
3304         (getgroups): Likewise.
3305
3306         [BZ #14138]
3307         * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
3308         * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
3309         * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
3310         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
3311         * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
3312         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
3313         * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
3314         * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
3315         * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
3316         * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
3317         * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
3318         * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
3319         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
3320         __chown.
3321         * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
3322         (lchown): Likewise.
3323         (fchown): Likewise.
3324         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
3325         Likewise.
3326         (lchown): Likewise.
3327         (fchown): Likewise.
3328         * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
3329         (lchown): Likewise.
3330         (fchown): Likewise.
3331         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
3332         Likewise.
3333         (lchown): Likewise.
3334         (fchown): Likewise.
3335
3336 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
3337
3338         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
3339         Simplify logic.
3340
3341 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
3342
3343         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
3344         Cleanup logic.
3345
3346 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
3347
3348         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
3349         Remove unused include.
3350
3351 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
3352
3353         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
3354         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
3355         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
3356         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
3357
3358 2014-10-23  Carlos O'Donell  <carlos@systemhalted.org>
3359             Helge Deller <deller@gmx.de>
3360
3361         [BZ #17508]
3362         * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
3363         Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
3364         Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
3365
3366 2014-10-23  Joseph Myers  <joseph@codesourcery.com>
3367
3368         [BZ #14132]
3369         * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
3370         Remove macro definition.
3371         (__ashrdi3_v_glibc20): Likewise.
3372         (__lshrdi3_v_glibc20): Likewise.
3373         (__cmpdi2_v_glibc20): Likewise.
3374         (__ucmpdi2_v_glibc20): Likewise.
3375         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
3376         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
3377         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
3378         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
3379         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
3380         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
3381
3382 2014-10-22  Roland McGrath  <roland@hack.frob.com>
3383
3384         * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
3385         old GNU extension [0] syntax.
3386         * nscd/nscd_helper.c (open_socket): Use a flexible array member and
3387         alloca rather than an array member with variable length.
3388         * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
3389         * nscd/nscd.c (invalidate_db): New function, broken out of ...
3390         (parse_opt): ... here.  Likewise use alloca there.
3391         Validate the -i argument before checking for rootness.
3392         (send_shutdown): New function, broken out of ...
3393         (parse_opt): ... here.
3394
3395 2014-10-22  Roland McGrath  <roland@hack.frob.com>
3396
3397         * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
3398         macro to get at the _rt_local_ro field.
3399         [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
3400         ([PIC] case) or _dl_hwcap ([!PIC] case).
3401         * sysdeps/arm/setjmp.S: Likewise.
3402
3403         * config.h.in (ARM_PCREL_MOVW_OK): New macro.
3404         * sysdeps/arm/configure.ac: New check to define it.
3405         * sysdeps/arm/configure: Regenerated.
3406         * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
3407         (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
3408         (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
3409         depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
3410         (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
3411         Use move/movt pair instead of a load.
3412         (LDST_GLOBAL): Macro removed.
3413         (LDR_GLOBAL): New macro replaces it.
3414         (LDR_HIDDEN): New macro.
3415         (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
3416         Use LDR_HIDDEN instead for __pointer_chk_guard_local.
3417
3418         * setjmp/tst-setjmp-static.c: New file.
3419         * setjmp/Makefile (tests): Add it.
3420         (tests-static): New variable.
3421
3422 2014-10-22  Maciej W. Rozycki  <macro@codesourcery.com>
3423
3424         [BZ #17485]
3425         * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
3426
3427 2014-10-21  Joseph Myers  <joseph@codesourcery.com>
3428
3429         [BZ #14132]
3430         * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
3431
3432 2014-10-21  Roland McGrath  <roland@hack.frob.com>
3433
3434         * nptl/version.c (__nptl_main): Call __libc_write, not __write.
3435
3436 2014-10-20  Roland McGrath  <roland@hack.frob.com>
3437
3438         * io/fts.c (dirent_not_directory): New function.
3439         (fts_build): Call it.
3440
3441 2014-10-20  Roland McGrath  <roland@hack.frob.com>
3442
3443         * nptl/version.c (__nptl_main): Use normal __write rather than
3444         INTERNAL_SYSCALL.
3445         (banner): Update copyright years.
3446
3447         * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
3448         gettimeofday.
3449         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
3450         * nptl/pthread_cond_timedwait.c: Likewise.
3451         * nptl/pthread_mutex_timedlock.c: Likewise.
3452         * nptl/sem_timedwait.c: Likewise.
3453
3454         * sysdeps/nptl/bits/libc-lock.h
3455         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
3456         (__libc_lock_init_recursive): Return void, not 0.
3457         * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
3458         (__libc_rwlock_init): Likewise.
3459         * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
3460
3461 2014-10-20  Torvald Riegel  <triegel@redhat.com>
3462
3463         [BZ #15215]
3464         * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
3465         (__pthread_once_slow): ... here.
3466         * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
3467         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
3468
3469 2014-10-20  Torvald Riegel  <triegel@redhat.com>
3470
3471         [BZ #15215]
3472         * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
3473         __PTHREAD_ONCE_FORK_GEN_INCR): New.
3474         * sysdeps/nptl/fork.c (__libc_fork): Use them.
3475         * nptl/pthread_once.c (__pthread_once): Likewise.
3476         Update comments.
3477
3478 2014-10-20  Joseph Myers  <joseph@codesourcery.com>
3479
3480         [BZ #14138]
3481         * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
3482         name.
3483         (writev): Use __libc_writev as strong name.
3484         * sysdeps/unix/sysv/linux/readv.c: Remove file.
3485         * sysdeps/unix/sysv/linux/writev.c: Likewise.
3486
3487 2014-10-17  Roland McGrath  <roland@hack.frob.com>
3488
3489         * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
3490
3491         * sysdeps/i386/nptl/tls.h
3492         (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
3493         [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
3494         New macros.
3495         * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
3496         (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
3497         * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
3498         Call SETUP_THREAD_SYSINFO instead of doing an assignment.
3499         * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
3500         Call CHECK_THREAD_SYSINFO instead of doing an assert.
3501
3502         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
3503         Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
3504         on [__NR_futex].
3505         * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
3506         broken out of ...
3507         (__pthread_mutex_init): ... here.  Call it.
3508         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
3509         Conditionalize PI cases on [__NR_futex].
3510         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
3511         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
3512         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
3513
3514         * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
3515         conditional on [SIGSETXID].
3516         (sigcancel_handler): Make definition conditional on [SIGCANCEL].
3517         (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
3518         is defined.  Likewise for SIGSETXID.
3519         * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
3520         Conditionalize definitions on [SIGSETXID].
3521         (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
3522         * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
3523         unblocking on [SIGCANCEL].
3524
3525         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
3526         [__NR_set_robust_list].
3527
3528 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
3529
3530         * string/strcoll_l.c (get_next_seq): Fix up formatting.
3531         (do_compare): Likewise.
3532
3533 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
3534
3535         [BZ #15884]
3536         * string/strcoll_l.c: Don't include stdio.h.
3537         (coll_seq): Remove members idxarr and rulearr.
3538         (get_next_seq_cached): Remove function.
3539         (get_next_seq): Likewise.
3540         (get_next_seq_nocache): Rename to get_next_seq.
3541         (do_compare): Remove function.
3542         (do_compare_nocache): Rename to do_compare.
3543         (STRCOLL): Remove weight and rules cache.
3544
3545 2014-10-16  Roland McGrath  <roland@hack.frob.com>
3546
3547         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
3548         * sysdeps/arm/sfp-machine.h: ... to here.
3549         * sysdeps/arm/Implies: Remove arm/soft-fp.
3550
3551 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
3552
3553         * conform/data/sys/utsname.h-data (*_t): Allow.
3554         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
3555         [POSIX] (WEXITED): Do not expect constant.
3556         [POSIX] (WSTOPPED): Likewise.
3557         [POSIX] (WNOHANG): Likewise.
3558         [POSIX] (WNOWAIT): Likewise.
3559         [POSIX] (siginfo_t): Do not expect type or elements.
3560         [POSIX] (pid_t): Do not expect type.
3561         [POSIX] (signal.h): Do not allow header.
3562         [POSIX] (sys/resource.h): Likewise.
3563         [POSIX] (si_*): Do not allow pattern.
3564         [POSIX] (W*): Likewise.
3565         [POSIX] (P_*): Likewise.
3566         [POSIX] (BUS_*): Likewise.
3567         [POSIX] (CLD_*): Likewise.
3568         [POSIX] (FPE_*): Likewise.
3569         [POSIX] (ILL_*): Likewise.
3570         [POSIX] (POLL_*): Likewise.
3571         [POSIX] (SEGV_*): Likewise.
3572         [POSIX] (SI_*): Likewise.
3573         [POSIX] (TRAP_*): Likewise.
3574         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
3575         variable.
3576
3577 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
3578
3579         [BZ #12926]
3580         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
3581         infinite loop when __recvmsg returns 0.
3582
3583 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
3584
3585         * CANCEL-FCT-WAIVE: Remove file.
3586         * CANCEL-FILE-WAIVE: Likewise.
3587
3588         [BZ #14132]
3589         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
3590         instead of INTVARDEF.
3591         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
3592         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
3593         rtld_hidden_data_def instead of INTVARDEF.
3594         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
3595         * elf/dl-deps.c (expand_dst): Likewise.
3596         * elf/dl-load.c (_dl_dst_count): Likewise.
3597         (_dl_dst_substitute): Likewise.
3598         (decompose_rpath): Likewise.
3599         (_dl_init_paths): Likewise.
3600         (open_path): Likewise.
3601         (_dl_map_object): Likewise.
3602         * elf/rtld.c (dl_main): Likewise.
3603         (process_dl_audit): Likewise.
3604         (process_envvars): Likewise.
3605         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
3606         Remove declaration.
3607         (__libc_enable_secure): Use rtld_hidden_proto.
3608
3609 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3610
3611         * elf/dl-load.c
3612         (add_path): New function broken out of _dl_rtld_di_serinfo.
3613         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
3614
3615 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
3616
3617         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
3618         parentheses around macro arguments.
3619         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
3620         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
3621         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
3622         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
3623         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
3624         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
3625         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
3626         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
3627         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
3628         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
3629         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
3630         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
3631         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
3632         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
3633         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
3634         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
3635         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
3636         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
3637         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
3638         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
3639         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
3640         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
3641         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
3642         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
3643         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
3644         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
3645         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
3646         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
3647         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
3648         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
3649         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
3650         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
3651         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
3652         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
3653         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
3654         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
3655         Likewise.
3656         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
3657         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
3658         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
3659         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
3660         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
3661         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
3662         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
3663         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
3664         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
3665         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
3666         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
3667         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
3668         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
3669         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
3670         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
3671         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
3672         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
3673         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
3674         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
3675         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
3676         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
3677         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
3678         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
3679         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
3680         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
3681         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
3682         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
3683         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
3684         (_FP_FRAC_SRS_1): Likewise.
3685         (_FP_FRAC_CLZ_1): Likewise.
3686         (_FP_MUL_MEAT_1_imm): Likewise.
3687         (_FP_MUL_MEAT_1_wide): Likewise.
3688         (_FP_MUL_MEAT_1_hard): Likewise.
3689         (_FP_SQRT_MEAT_1): Likewise.
3690         (_FP_FRAC_ASSEMBLE_1): Likewise.
3691         (_FP_FRAC_DISASSEMBLE_1): Likewise.
3692         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
3693         (__FP_CLZ_2): Likewise.
3694         (_FP_MUL_MEAT_2_wide): Likewise.
3695         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
3696         (_FP_MUL_MEAT_2_gmp): Likewise.
3697         (_FP_MUL_MEAT_2_120_240_double): Likewise.
3698         (_FP_SQRT_MEAT_2): Likewise.
3699         (_FP_FRAC_ASSEMBLE_2): Likewise.
3700         (_FP_FRAC_DISASSEMBLE_2): Likewise.
3701         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
3702         (_FP_FRAC_CLZ_4): Likewise.
3703         (_FP_MUL_MEAT_4_wide): Likewise.
3704         (_FP_MUL_MEAT_4_gmp): Likewise.
3705         (_FP_SQRT_MEAT_4): Likewise.
3706         (_FP_FRAC_ASSEMBLE_4): Likewise.
3707         (_FP_FRAC_DISASSEMBLE_4): Likewise.
3708         * soft-fp/op-common.h (_FP_CMP): Likewise.
3709         (_FP_CMP_EQ): Likewise.
3710         (_FP_CMP_UNORD): Likewise.
3711         (_FP_TO_INT): Likewise.
3712         (_FP_FROM_INT): Likewise.
3713         [!__FP_CLZ] (__FP_CLZ): Likewise.
3714         (_FP_DIV_HELP_imm): Likewise.
3715         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
3716         Likewise.
3717         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
3718         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
3719         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
3720         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
3721         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
3722         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
3723         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
3724         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
3725         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
3726         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
3727         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
3728         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
3729         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
3730         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
3731         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
3732         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
3733         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
3734         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
3735         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
3736         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
3737         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
3738         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
3739         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
3740         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
3741         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
3742         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
3743         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
3744         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
3745         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
3746         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
3747         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
3748         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
3749         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
3750         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
3751         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
3752         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
3753         (FP_UNPACK_RAW_SP): Likewise.
3754         (FP_PACK_RAW_S): Likewise.
3755         (FP_PACK_RAW_SP): Likewise.
3756         (FP_UNPACK_S): Likewise.
3757         (FP_UNPACK_SP): Likewise.
3758         (FP_UNPACK_SEMIRAW_S): Likewise.
3759         (FP_UNPACK_SEMIRAW_SP): Likewise.
3760         (FP_PACK_S): Likewise.
3761         (FP_PACK_SP): Likewise.
3762         (FP_PACK_SEMIRAW_S): Likewise.
3763         (FP_PACK_SEMIRAW_SP): Likewise.
3764         (_FP_SQRT_MEAT_S): Likewise.
3765         (FP_CMP_S): Likewise.
3766         (FP_CMP_EQ_S): Likewise.
3767         (FP_CMP_UNORD_S): Likewise.
3768         (FP_TO_INT_S): Likewise.
3769         (FP_FROM_INT_S): Likewise.
3770
3771         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
3772
3773         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
3774         (FP_EX_INVALID_IMZ): Likewise.
3775         (FP_EX_INVALID_IMZ_FMA): Likewise.
3776         (FP_EX_INVALID_ISI): Likewise.
3777         (FP_EX_INVALID_ZDZ): Likewise.
3778         (FP_EX_INVALID_IDI): Likewise.
3779         (FP_EX_INVALID_SQRT): Likewise.
3780         (FP_EX_INVALID_CVI): Likewise.
3781         (FP_EX_INVALID_VC): Likewise.
3782         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
3783         "invalid" exceptions.
3784         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
3785         (_FP_ADD_INTERNAL): Likewise.
3786         (_FP_MUL): Likewise.
3787         (_FP_FMA): Likewise.
3788         (_FP_DIV): Likewise.
3789         (_FP_CMP_CHECK_NAN): Likewise.
3790         (_FP_SQRT): Likewise.
3791         (_FP_TO_INT): Likewise.
3792         (FP_EXTEND): Likewise.
3793
3794 2014-10-09  Allan McRae  <allan@archlinux.org>
3795
3796         * po/fr.po: Update French translation from translation project.
3797
3798 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
3799
3800         [BZ #14132]
3801         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
3802         of INTDEF.
3803         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
3804         (__cxa_atexit): Use libc_hidden_proto.
3805         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
3806
3807         [BZ #14132]
3808         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
3809         declaration.
3810         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
3811         [!_ISOMAC] (__iswspace_l_internal): Likewise.
3812         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
3813         [!_ISOMAC] (__iswctype_internal): Likewise.
3814         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
3815         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
3816         alias.
3817         (fcntl): Remove __fcntl_internal alias.
3818         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
3819         __connect_internal alias.
3820         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
3821         Likewise.
3822
3823         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
3824         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
3825         FP_DENORM_ZERO.
3826         (_FP_CHECK_FLUSH_ZERO): New macro.
3827         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
3828         (_FP_CMP): Likewise.
3829         (_FP_CMP_EQ): Likewise.
3830         (_FP_TO_INT): Do not set inexact for subnormal arguments if
3831         FP_DENORM_ZERO.
3832         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
3833         (FP_TRUNC): Likewise.
3834
3835         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
3836         treated as invalid conversion, not as normal exponent.
3837
3838         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
3839         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
3840         (_FP_CMP_EQ): Likewise.
3841         (_FP_CMP_UNORD): Likewise.
3842         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
3843         (FP_CMP_EQ_D): Likewise.
3844         (FP_CMP_UNORD_D): Likewise.
3845         * soft-fp/extended.h (FP_CMP_E): Likewise.
3846         (FP_CMP_EQ_E): Likewise.
3847         (FP_CMP_UNORD_E): Likewise.
3848         * soft-fp/quad.h (FP_CMP_Q): Likewise.
3849         (FP_CMP_EQ_Q): Likewise.
3850         (FP_CMP_UNORD_Q): Likewise.
3851         * soft-fp/single.h (FP_CMP_S): Likewise.
3852         (FP_CMP_EQ_S): Likewise.
3853         (FP_CMP_UNORD_S): Likewise.
3854         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
3855         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
3856         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
3857         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
3858         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
3859         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
3860         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
3861         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
3862         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
3863         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
3864         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
3865         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
3866         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
3867         to FP_CMP_Q.
3868         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
3869         FP_CMP_Q.
3870         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
3871         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
3872         FP_CMP_EQ_Q.
3873         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
3874         FP_CMP_Q.
3875         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
3876         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
3877         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
3878         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
3879         FP_CMP_EQ_Q.
3880         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
3881         FP_CMP_Q.
3882         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
3883         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
3884         FP_CMP_EQ_Q.
3885         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
3886         FP_CMP_Q.
3887         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
3888         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
3889         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
3890         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
3891         FP_CMP_EQ_Q.
3892
3893         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
3894         a subnormal result, set the underflow exception if trapping on
3895         underflow is enabled.
3896         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
3897         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
3898         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
3899         redefine to 0.
3900         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
3901         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
3902         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
3903         * soft-fp/extendxftf2.c (__extendxftf2): Use
3904         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
3905
3906         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
3907         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
3908         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3909         FP_HANDLE_EXCEPTIONS.
3910         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
3911         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3912         FP_HANDLE_EXCEPTIONS.
3913         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
3914         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3915         FP_HANDLE_EXCEPTIONS.
3916         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
3917         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3918         FP_HANDLE_EXCEPTIONS.
3919
3920 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
3921
3922         [BZ #14132]
3923         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
3924         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
3925         use INTUSE.
3926         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
3927         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
3928         Remove alias.
3929         (__adjtimex): Define using libc_hidden_ver.
3930         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
3931         Remove declaration.
3932         (ntp_gettime): Call __adjtimex directly.
3933         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
3934         Remove declaration.
3935         (ntp_gettimex): Call __adjtimex directly.
3936         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
3937         __adjtimex_internal alias.
3938
3939 2014-10-08  Roland McGrath  <roland@hack.frob.com>
3940
3941         [BZ #17460]
3942         * nscd/nscd.c (more_help): Rewrite list of tables collection
3943         using xstrdup and asprintf.
3944
3945         * nscd/nscd_conf.c: Remove local xstrdup declaration.
3946
3947 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3948             Roland McGrath  <roland@hack.frob.com>
3949
3950         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
3951         (do_lookup_unique): ... local function 'enter' here; update callers.
3952
3953 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
3954
3955         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
3956         compat_symbol calls on [SHARED].
3957         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
3958         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
3959         Remove.
3960         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3961         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
3962         (oldsetrlimit): Remove.
3963         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3964         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
3965         (lchown): New syscall entry.
3966         (oldsetrlimit): Remove.
3967         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3968         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
3969         (oldsetrlimit): Remove.
3970         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3971
3972         [BZ #14138]
3973         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
3974         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
3975         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
3976         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
3977         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
3978         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
3979         (fchown): Likewise.
3980         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
3981         (fchown): Likewise.
3982         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
3983         Likewise.
3984
3985 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3986
3987         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
3988         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
3989         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
3990         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
3991         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
3992         Likewise.
3993         (__old_sem_post): Likewise.
3994
3995 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
3996
3997         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
3998         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
3999         HAVE_CLOCK_GETTIME_VSYSCALL macros.
4000         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
4001         Use INLINE_VSYSCALL macro.
4002         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
4003         __vdso_clock_gettime.
4004         * sysdeps/unix/sysv/linux/tile/init-first.c
4005         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
4006         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
4007         __vdso_clock_gettime.
4008
4009         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
4010         to set up frame more cleanly.
4011
4012         * sysdeps/tile/memcmp.c: New file.
4013
4014         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
4015
4016         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
4017         * sysdeps/tile/tilegx/strcasestr.c: New file.
4018         * sysdeps/tile/tilegx/strnlen.c: New file.
4019         * sysdeps/tile/tilegx/strstr.c: New file.
4020
4021         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
4022
4023 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
4024
4025         * nptl/tst-setuid3.c: Write errors to stdout.
4026
4027 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
4028
4029         * elf/dl-deps.c
4030         (preload): New functions broken out of _dl_map_object_deps.
4031         (_dl_map_object_deps):  Remove a nested function. Update call sites.
4032
4033 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
4034
4035         [BZ #14138]
4036         * sysdeps/unix/sysv/linux/execve.c: Remove file.
4037         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
4038
4039 2014-10-01  Steve Ellcey  <sellcey@mips.com>
4040
4041         * sysdeps/mips/strcmp.S: New.
4042
4043 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
4044
4045         [BZ #14138]
4046         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
4047         (linkat): Likewise.
4048         (mkdirat): Likewise.
4049         (readlinkat): Likewise.
4050         (renameat): Likewise.
4051         (symlinkat): Likewise.
4052         (unlinkat): Likewise.
4053         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
4054         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
4055         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
4056         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
4057         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
4058         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
4059         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
4060
4061 2014-09-30  Will Newton  <will.newton@linaro.org>
4062
4063         * math/math.h: Define long double math functions if
4064         _LIBC_TEST is defined.
4065         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
4066
4067         * localedata/Makefile: Move assignment to tests-special
4068         into an ifdef testing run-built-tests.
4069         * timezone/Makefile: Likewise.
4070
4071 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
4072
4073         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
4074         with $(BASH) not $(SHELL).
4075
4076 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
4077             Matthew LeGendre  <legendre1@llnl.gov>
4078
4079         [BZ #17411]
4080         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
4081         l_reloc_result.
4082
4083 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
4084
4085         * stdio-common/printf_fp.c
4086         (hack_digit): New function, broken out of ...
4087         (__printf_fp): ... local function here.  Update call sites.
4088         hack_digit now takes an additional parameter that is a pointer
4089         to a struct of the referenced locals.  Those locals moved inside
4090         the struct and references updated.
4091
4092 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
4093
4094         * aclocal.m4: Require autoconf 2.69.
4095         * configure: Regenerated.
4096         * sysdeps/aarch64/configure: Likewise.
4097         * sysdeps/alpha/configure: Likewise.
4098         * sysdeps/arm/armv7/configure: Likewise.
4099         * sysdeps/arm/configure: Likewise.
4100         * sysdeps/ia64/configure: Likewise.
4101         * sysdeps/mach/configure: Likewise.
4102         * sysdeps/mips/configure: Likewise.
4103         * sysdeps/s390/configure: Likewise.
4104         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
4105         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
4106
4107         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
4108         file.
4109         * sysdeps/ia64/configure.ac: Likewise.
4110
4111 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
4112
4113         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
4114         specify symbol version for ld.so.  Do not include entry for
4115         libpthread.
4116         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
4117         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
4118         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
4119
4120         [BZ #14171]
4121         * Makeconfig [$(build-shared) = yes]
4122         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
4123         makefiles.
4124         [$(build-shared) = yes && $(soversions.mk-done) = t]
4125         ($(common-objpfx)gnu/lib-names.h): Remove rule.
4126         [$(build-shared) = yes && $(soversions.mk-done) = t]
4127         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
4128         to Makerules.
4129         [$(build-shared) = yes && $(soversions.mk-done) = t]
4130         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
4131         here.
4132         [$(build-shared) = yes && $(soversions.mk-done) = t]
4133         (common-generated): Don't append gnu/lib-names.h and
4134         gnu/lib-names.stmp here.
4135         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
4136         (lib-names-h-abi): New variable.
4137         [$(build-shared) = yes && $(soversions.mk-done) = t]
4138         (lib-names-stmp-abi): Likewise.
4139         [$(build-shared) = yes && $(soversions.mk-done) = t &&
4140         abi-variants] (before-compile): Append
4141         $(common-objpfx)$(lib-names-h-abi).
4142         [$(build-shared) = yes && $(soversions.mk-done) = t &&
4143         abi-variants] (common-generated): Append gnu/lib-names.h.
4144         [$(build-shared) = yes && $(soversions.mk-done) = t &&
4145         abi-variants] (install-others-nosubdir): Depend on
4146         $(inst_includedir)/$(lib-names-h-abi).
4147         [$(build-shared) = yes && $(soversions.mk-done) = t &&
4148         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
4149         [$(build-shared) = yes && $(soversions.mk-done) = t]
4150         ($(common-objpfx)$(lib-names-h-abi)): New rule.
4151         [$(build-shared) = yes && $(soversions.mk-done) = t]
4152         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
4153         [$(build-shared) = yes && $(soversions.mk-done) = t]
4154         (common-generated): Append $(lib-names-h-abi) and
4155         $(lib-names-stmp-abi).
4156         * scripts/lib-names.awk: Do not handle multi being set.
4157         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
4158         Remove variable.
4159         (abi-lp64_be-ld-soname): Likewise.
4160         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
4161         Likewise.
4162         (abi-hard-ld-soname): Likewise.
4163         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
4164         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
4165         Remove variable.
4166         (abi-o32_hard-ld-soname): Likewise.
4167         (abi-o32_soft_2008-ld-soname): Likewise.
4168         (abi-o32_hard_2008-ld-soname): Likewise.
4169         (abi-n32_soft-ld-soname): Likewise.
4170         (abi-n32_hard-ld-soname): Likewise.
4171         (abi-n32_soft_2008-ld-soname): Likewise.
4172         (abi-n32_hard_2008-ld-soname): Likewise.
4173         (abi-n64_soft-ld-soname): Likewise.
4174         (abi-n64_hard-ld-soname): Likewise.
4175         (abi-n64_soft_2008-ld-soname): Likewise.
4176         (abi-n64_hard_2008-ld-soname): Likewise.
4177         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
4178         Likewise.
4179         (abi-64-v2-ld-soname): Likewise.
4180         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
4181         ld.so entries.
4182         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
4183         variable.
4184         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
4185         entry.
4186         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
4187         variable.
4188         (abi-64-ld-soname): Likewise.
4189         (abi-x32-ld-soname): Likewise.
4190         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
4191         entry.
4192         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
4193
4194 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
4195
4196         [BZ #14138]
4197         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
4198         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
4199         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
4200         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
4201         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
4202         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
4203         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
4204         syscall entry for GLIBC_2.2 symbol version.
4205         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
4206         Likewise.
4207         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
4208         (setrlimit): Likewise.
4209         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
4210         Likewise.
4211
4212 2014-09-23  Will Newton  <will.newton@linaro.org>
4213
4214         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
4215         _LINUX_ARM_SYSDEP_H include guard too.
4216         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
4217         define.
4218
4219 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
4220
4221         * sysdeps/unix/sysv/linux/eventfd.c:
4222         Make first argument unsigned.
4223         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
4224         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
4225
4226 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
4227
4228         * socket/recvmmsg.c (recvmmsg): Drop const argument.
4229         * socket/sys/socket.h: Likewise
4230         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
4231
4232 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
4233
4234         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
4235
4236 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
4237
4238         * time/tst-ftime.c: New test.
4239         * time/Makefile (tests): Add tst-ftime.
4240
4241 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
4242
4243         * soft-fp/extended.h: Fix comment formatting.
4244         * soft-fp/op-1.h: Likewise.
4245         * soft-fp/op-2.h: Likewise.
4246         * soft-fp/op-4.h: Likewise.
4247         * soft-fp/op-8.h: Likewise.
4248         * soft-fp/op-common.h: Likewise.
4249         * soft-fp/soft-fp.h: Likewise.
4250
4251         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
4252
4253 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
4254
4255         [BZ #6652]
4256         * Makeconfig (soversions-default-setname): Remove variable.
4257         ($(common-objpfx)soversions.i): Don't pass default_setname to
4258         soversions.awk.
4259         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
4260         oldest_abi to abi-versions.awk.
4261         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
4262         * config.make.in (oldest-abi): Remove variable.
4263         * configure.ac (--enable-oldest-abi): Remove configure option.
4264         * configure: Regenerated.
4265         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
4266         text.
4267         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
4268         * scripts/soversions.awk: Do not handle default_setname variable.
4269         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
4270         variable.
4271         * sysdeps/mach/hurd/configure: Regenerated.
4272         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
4273         variable.
4274         * sysdeps/unix/sysv/linux/configure: Regenerated.
4275
4276 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
4277
4278         * elf/Makefile (CFLAGS-interp.c): Remove.
4279         ($(elf-objpfx)runtime-linker.h): Generate header with linker
4280         path string.
4281         * elf/interp.c: Include generated runtime-linker.h
4282
4283         * Makerules (lib%.so): Don't include $(+interp) in
4284         prerequisites.
4285         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
4286         * dlfcn/eval.c: Remove file.
4287
4288         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
4289         macros.
4290
4291         [BZ #17266]
4292         * misc/sys/cdefs.h: Define __extern_always_inline for clang
4293         4.2 and newer.
4294
4295         [BZ #17370]
4296         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
4297
4298 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
4299             Jakub Jelinek  <jakub@redhat.com>
4300
4301         [BZ #17266]
4302         * libio/stdio.h: Check definition of __fortify_function
4303         instead of __extern_always_inline to include bits/stdio2.h.
4304         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
4305         check if __extern_always_inline is defined.
4306         [__USE_MISC || __USE_XOPEN]: Likewise.
4307         [__USE_ISOC99] Likewise.
4308         * misc/sys/cdefs.h (__fortify_function): Define only if
4309         __extern_always_inline is defined.
4310         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
4311         __extern_always_inline and __extern_inline only for g++-4.3
4312         and newer or a compatible gcc.
4313
4314 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
4315
4316         [BZ #17371]
4317         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
4318         last change to handle zero prefix length.
4319
4320 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
4321
4322         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
4323         _SC_REGEX_VERSION.
4324
4325         * posix/getconf.c (vars): Add _POSIX_IPV6 and
4326         _POSIX_RAW_SOCKETS.
4327
4328 2014-09-13  Allan McRae  <allan@archlinux.org>
4329
4330         * po/ru.po: Update Russian translation from translation project.
4331
4332 2014-09-12  Roland McGrath  <roland@hack.frob.com>
4333
4334         * locale/programs/locale.c (show_locale_vars): Inline local function
4335         into its sole call site.  Clean up some style nits.
4336         (print_item): New function, broken out of ...
4337         (show_info): ... local function here.  Clean up style nits.
4338
4339         * locale/programs/ld-ctype.c (set_one_default): New function, broken
4340         out of ...
4341         (set_class_defaults): ... local function set_default here.
4342         Define set_default as a macro locally to pass constant parameters.
4343         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
4344         rather than a shared local.
4345
4346         * stdlib/rpmatch.c (try): New function, broken out of ...
4347         (rpmatch): ... local function here.  Also, prototypify definition.
4348
4349 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
4350
4351         * scripts/soversions.awk: Do not handle configuration names.
4352         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
4353         vendor and os variables to soversions.awk.
4354         * configure.ac: Do not modify gnu-* host_os.
4355         * configure: Regenerated
4356         * shlib-versions: Remove first column with configuration names.
4357         * nptl/shlib-versions: Likewise.
4358         * nptl_db/shlib-versions: Likewise.
4359         * sysdeps/hppa/shlib-versions: Likewise.
4360         * sysdeps/m68k/shlib-versions: Likewise.
4361         * sysdeps/mach/hurd/shlib-versions: Likewise.
4362         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
4363         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
4364         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
4365         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
4366         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
4367         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
4368         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
4369         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
4370         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
4371         Likewise.
4372         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
4373         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
4374         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
4375         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
4376         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
4377         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
4378         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
4379         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
4380
4381         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
4382         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
4383         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
4384         Regenerated.
4385         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
4386         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
4387         Condition symbol version definitions on [HAVE_ELFV2_ABI].
4388
4389         * shlib-versions: Remove OS-specific entries.  Moved to files in
4390         sysdeps.
4391         * sysdeps/mach/hurd/shlib-versions: New file.
4392         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
4393
4394         * nptl/shlib-versions: Remove architecture-specific entries.
4395         Moved to files in sysdeps.
4396         * shlib-versions: Likewise.
4397         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
4398         file.
4399         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
4400         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
4401         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
4402         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
4403
4404         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
4405         (UDP_NO_CHECK6_RX): Likewise.
4406
4407 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
4408
4409         * sysdeps/posix/sysconf.c (__sysconf): Spell
4410         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
4411
4412 2014-08-12  Florian Weimer  <fweimer@redhat.com>
4413
4414         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
4415         loading.
4416         * iconv/Versions (__gconv_transliterate): Export for use from
4417         gconv modules.
4418         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
4419         (struct __gconv_trans_data, __gconv_trans_fct,
4420         __gconv_trans_context_fct, __gconv_trans_query_fct,
4421         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
4422         definitions.
4423         (struct __gconv_step_data): Remove __trans member.
4424         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
4425         longer hidden.  Remove unused trans_data argument.
4426         * iconv/gconv_int.h (struct trans_struct): Remove definition.
4427         (__gconv_translit_find): Remove declaration.
4428         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
4429         prototype.
4430         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
4431         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
4432         trans_data argument.  Add hidden definition.
4433         (__gconv_translit_find): Remove.
4434         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
4435         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
4436         * iconv/skeleton.c: Remove transliteration initialization.
4437         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
4438         __gconv_step_data initialization.
4439         * libio/iofwide.c (__libio_translit_): Remove.
4440         (_IO_fwide): Adjust struct __gconv_step_data initialization.
4441         * wcsmbs/btowc.c (__btowc): Likewise.
4442         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
4443         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
4444         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
4445         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
4446         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
4447         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
4448         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
4449         * wcsmbs/wctob.c (wctob): Likewise.
4450
4451 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
4452
4453         [BZ #16194]
4454         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
4455         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
4456         register usage.
4457         * sysdeps/x86/Makefile: Adjust.
4458
4459 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
4460             Roland McGrath  <roland@hack.frob.com>
4461
4462         * locale/weight.h: Add include guard.
4463         (findidx): Make static rather than auto; take new parameters
4464         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
4465         * locale/weightwc.h: Likewise.
4466         * posix/fnmatch_loop.c
4467         (FCT): Change type of EXTRA from int32_t to wint_t.
4468         Don't include either header inside the function.
4469         Call FINDIDX rather than findidx, and pass new arguments.
4470         #undef FINDIDX at the end of the file.
4471         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
4472         FINDIDX before including fnmatch_loop.c for the non-wide version.
4473         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
4474         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
4475         for the wide version.
4476         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
4477         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
4478         Pass new arguments to findidx.
4479         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
4480         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
4481         Don't #include it inside the function.  Pass new arguments to findidx.
4482         * posix/regex_internal.h
4483         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
4484         (re_string_elem_size_at): Don't #include it inside the function.
4485         Pass new arguments to findidx.
4486         * string/strcoll_l.c: #include WEIGHT_H at top level.
4487         (get_next_seq): Don't #include it inside the function.
4488         Pass new arguments to findidx.
4489         (get_next_seq_nocache): Likewise.
4490         * string/strxfrm_l.c: #include WEIGHT_H at top level.
4491         (STRXFRM): Don't #include it inside the function.
4492         Pass new arguments to findidx.
4493
4494 2014-09-11  Florian Weimer  <fweimer@redhat.com>
4495
4496         [BZ #17344]
4497         * malloc/malloc.c (unlink): Turn asserts into a call to
4498         malloc_printerr.
4499
4500 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
4501
4502         [BZ #17370]
4503         * libio/wfileops (do_ftell_wide): Free OUT.
4504
4505 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
4506
4507         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
4508
4509 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
4510
4511         [BZ #17363]
4512         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
4513         group if the current group is empty.
4514
4515 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4516
4517         * benchtests/bench-memset.c (test_main): Add more test from size
4518         from 32 to 512 bytes.
4519         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4520         Add POWER8 memset object.
4521         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
4522         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
4523         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
4524         implementation.
4525         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
4526         Likewise.
4527         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
4528         multiarch POWER8 memset optimization.
4529         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
4530         POWER8 memset optimization.
4531
4532         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4533         Remove bzero multiarch objects.
4534         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
4535         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
4536         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
4537         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
4538         Remove define.
4539         [__bzero]: Redefine to specific name.
4540         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
4541         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
4542         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
4543         define.
4544         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
4545         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
4546
4547 2014-09-10  Florian Weimer  <fweimer@redhat.com>
4548
4549         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
4550         warnings into errors.
4551
4552         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
4553         __cxa_thread_atexit_impl prototype.
4554
4555 2014-09-09  Steve Ellcey  <sellcey@mips.com>
4556
4557         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
4558         Fix capitalization of error message.
4559
4560 2014-09-09  Steve Ellcey  <sellcey@mips.com>
4561
4562         * sysdeps/mips/preconfigure: Modify ABI tests.
4563
4564 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
4565
4566         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
4567
4568 2014-09-07  Roland McGrath  <roland@hack.frob.com>
4569             Carlos O'Donell  <carlos@systemhalted.org>
4570
4571         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
4572         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
4573         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
4574         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
4575         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
4576         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
4577         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
4578         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
4579         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
4580         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
4581         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
4582         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
4583         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
4584         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
4585         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
4586         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
4587         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
4588         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
4589         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
4590         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
4591         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
4592         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
4593         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
4594         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
4595         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
4596         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
4597         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
4598         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
4599         Deconditionalize the code that was previously under [RESET_PID].
4600         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
4601         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
4602         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
4603         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
4604         include sysdep.h.
4605
4606 2014-09-08  Allan McRae  <allan@archlinux.org>
4607
4608         * version.h (RELEASE): Set to "development".
4609         (VERSION): Set to "2.20.90"
4610
4611 2014-09-07  Allan McRae  <allan@archlinux.org
4612
4613         * version.h (RELEASE): Set to "stable".
4614         (VERSION): Set to "2.20"
4615         * include/features.h (__GLIBC_MINOR__): Set to 20.
4616
4617         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
4618         Liebler.
4619
4620         * po/ko.po: Update Korean translation from translation project.
4621
4622 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
4623
4624         [BZ #17354]
4625         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
4626         macro for handling signed relocations.
4627
4628 2014-09-03  Florian Weimer  <fweimer@redhat.com>
4629
4630         [BZ #17325]
4631         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
4632         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
4633         assert.
4634         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
4635         * iconvdata/ibm935.c (BODY): Likewise.
4636         * iconvdata/ibm937.c (BODY): Likewise.
4637         * iconvdata/ibm939.c (BODY): Likewise.
4638         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
4639         assert.
4640         * iconvdata/Makefile (iconv-test.out): Pass module list to test
4641         script.
4642         * iconvdata/run-iconv-test.sh: New test loop for checking for
4643         decoder crashers.
4644
4645 2014-09-02  Khem Raj  <raj.khem@gmail.com>
4646
4647         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
4648         libm_hidden_ver.
4649
4650 2014-09-01  Allan McRae  <allan@archlinux.org>
4651
4652         * po/eo.po: Update Esperanto translation from translation project.
4653
4654         * po/ca.po: Update Catalan translation from translation project.
4655
4656 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4657
4658         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
4659         __proc_dostop call.
4660
4661 2014-08-27  Mark Wielaard  <mjw@redhat.com>
4662
4663         [BZ #17319]
4664         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
4665         to call set_thread_area instead of hand written asm.
4666         (__NR_set_thread_area): Removed define.
4667         (TLS_FLAG_WRITABLE): Likewise.
4668         (__ASSUME_SET_THREAD_AREA): Remove check.
4669         (TLS_EBX_ARG): Remove define.
4670         (TLS_LOAD_EBX): Likewise.
4671
4672 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4673
4674         Simplify atomicity of socket creation in bind.
4675
4676         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
4677         looking up the name after linking the file.
4678
4679 2014-08-27  Allan McRae  <allan@archlinux.org>
4680
4681         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
4682
4683 2014-08-26  Florian Weimer  <fweimer@redhat.com>
4684
4685         [BZ #17187]
4686         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
4687         trans_compare, open_translit, __gconv_translit_find):
4688         Remove module loading code.
4689
4690 2014-08-26  Allan McRae  <allan@archlinux.org>
4691
4692         * po/vi.po: Update Vietnamese translation from translation project.
4693
4694         * po/uk.po: Update Ukrainian translation from translation project.
4695
4696         * po/fr.po: Update French translation from translation project.
4697
4698         * po/ru.po: Update Russian translation from translation project.
4699
4700         * po/pl.po: Update Polish translation from translation project.
4701
4702         * po/cs.po: Update Czech translation from translation project.
4703
4704         * po/de.po: Update German translation from translation project.
4705
4706         * po/bg.po: Update Bulgarian translation from translation project.
4707
4708         * po/sv.po: Update Sweedish translation from translation project.
4709
4710         * po/nl.po: Update Dutch translation from translation project.
4711
4712         * po/es.po: Update Spanish translation from translation project.
4713
4714 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
4715
4716         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
4717
4718         * catgets/Makefile (CPPFLAGS-gencat): Remove.
4719         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
4720         (CPPFLAGS-iconvconfig): Likewise.
4721         * timezone/Makefile (CPPFLAGS-zic): Likewise.
4722
4723         * include/libc-symbols.h: Remove unnecessary check for
4724         NOT_IN_libc.
4725         * nptl/pthreadP.h: Likewise.
4726         * sysdeps/aarch64/setjmp.S: Likewise.
4727         * sysdeps/alpha/setjmp.S: Likewise.
4728         * sysdeps/arm/sysdep.h: Likewise.
4729         * sysdeps/i386/setjmp.S: Likewise.
4730         * sysdeps/m68k/setjmp.c: Likewise.
4731         * sysdeps/posix/getcwd.c: Likewise.
4732         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
4733         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
4734         * sysdeps/s390/s390-32/setjmp.S: Likewise.
4735         * sysdeps/s390/s390-64/setjmp.S: Likewise.
4736         * sysdeps/sh/sh3/setjmp.S: Likewise.
4737         * sysdeps/sh/sh4/setjmp.S: Likewise.
4738         * sysdeps/unix/alpha/sysdep.h: Likewise.
4739         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
4740         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
4741         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
4742         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
4743         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
4744         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
4745         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
4746         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
4747         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
4748         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
4749         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
4750         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
4751         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
4752         * sysdeps/x86_64/setjmp.S: Likewise.
4753
4754 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
4755
4756         [BZ #17263]
4757         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
4758         <stdint.h>.
4759         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
4760         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
4761
4762 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
4763
4764         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
4765
4766         [BZ #17262]
4767         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
4768         and __x86_64__ when disabling x87 inline functions.
4769
4770 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
4771
4772         [BZ #17259]
4773         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
4774         asm statement with __cpuid_count.
4775
4776 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
4777
4778         * configure.ac: Change __ehdr_start code to dereference the struct.
4779         Run readelf on the output to look for relocations.
4780         * configure: Regenerated.
4781
4782 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
4783
4784         [BZ #17261]
4785         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
4786         value to 0.
4787         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
4788
4789 2014-08-12  Roland McGrath  <roland@hack.frob.com>
4790
4791         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
4792
4793 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
4794
4795         [BZ #16892]
4796         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
4797         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
4798
4799 2014-08-12  Sean Anderson  <seanga2@gmail.com>
4800
4801         * malloc/malloc.c: Fix typo in comment.
4802
4803 2014-08-09  Allan McRae  <allan@archlinux.org>
4804
4805         * Regenerate libc.po.
4806
4807 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
4808
4809         * intl/tst-gettext2.sh: Check every lang file for creation.
4810
4811 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
4812
4813         * sysdeps/aarch64/fpu/math_private.h
4814         (libc_feholdsetround_noex_aarch64_ctx): New function.
4815
4816 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
4817
4818         * sysdeps/arm/armv6/strcpy.S (strcpy):
4819         Fix performance issue in misaligned cases.
4820
4821 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4822
4823         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
4824         Move definition from termios.h.
4825         (struct termio): Likewise.
4826         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
4827         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
4828         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
4829         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
4830         Likewise.
4831         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
4832         Move definition to ioctl-types.h
4833         (struct termio): Likewise.
4834         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
4835         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
4836         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
4837         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
4838         Likewise.
4839
4840 2014-08-05  Richard Henderson  <rth@redhat.com>
4841
4842         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
4843         exceptions.
4844         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
4845         Add fraiseexcpt.
4846         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
4847         Use __feraiseexcept.
4848         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
4849         Protect libm symbols with IS_IN_libm.
4850
4851         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
4852
4853 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
4854
4855         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
4856
4857 2014-08-04  Will Newton  <will.newton@linaro.org>
4858
4859         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
4860         file.
4861
4862 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
4863
4864         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
4865         variants for each function.
4866
4867 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4868
4869         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
4870         appended ...
4871         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
4872         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
4873         appended ...
4874         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
4875         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
4876         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
4877         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
4878         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
4879         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
4880         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
4881         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
4882         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
4883         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
4884         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
4885         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
4886         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
4887         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
4888         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
4889         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
4890         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
4891         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
4892         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
4893         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
4894         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
4895         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
4896         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
4897         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
4898         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
4899         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
4900         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
4901         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
4902         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
4903         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
4904         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
4905         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
4906         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
4907         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
4908         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
4909         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
4910         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
4911         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
4912         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
4913         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
4914         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
4915         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
4916         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
4917         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
4918         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
4919         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
4920         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
4921         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
4922         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
4923         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
4924         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
4925         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
4926         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
4927         Update #include.
4928         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
4929         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
4930
4931 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4932
4933         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
4934         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
4935         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
4936         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
4937         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
4938         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
4939
4940 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4941
4942         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
4943         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
4944         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4945         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
4946
4947 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4948
4949         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
4950         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
4951         (__libc_vfork): Define function under this name.
4952         (__vfork): Define as an alias.
4953         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
4954         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
4955
4956 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4957
4958         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
4959         that was previously under [RESET_PID].
4960         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
4961
4962 2014-08-04  Andreas Schwab  <schwab@suse.de>
4963
4964         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
4965
4966 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
4967
4968         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
4969         (main): Likewise.
4970
4971 2014-08-01  Roland McGrath  <roland@hack.frob.com>
4972
4973         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
4974
4975 2014-08-01  Richard Henderon  <rth@redhat.com>
4976
4977         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
4978         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
4979         typo in exact zero test.
4980         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
4981         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
4982         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
4983
4984 2014-08-01  Roland McGrath  <roland@hack.frob.com>
4985
4986         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
4987         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
4988         * sysdeps/arm/sysdep.h: ... here.
4989         [!__ASSEMBLER__]: Include <stdint.h>.
4990
4991 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
4992
4993         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
4994         (HAVE_WCTYPE_H): Likewise.
4995         (HAVE_ISWCTYPE): Likewise.
4996         (ENABLE_NLS): Likewise.
4997         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
4998         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
4999
5000         * posix/regex_internal.c: Check if DEBUG is defined and is
5001         set.
5002
5003         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
5004         (HAVE_MBSRTOWCS): Likewise.
5005         * posix/fnmatch.c: Include string.h unconditionally.
5006
5007 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
5008
5009         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
5010         reversal.
5011
5012 2014-07-31  Roland McGrath  <roland@hack.frob.com>
5013
5014         * sysdeps/generic/safe-fatal.h: New file.
5015         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
5016         * nptl/forward.c: Include it.
5017         (__pthread_unwind): Use __safe_fatal as default action, rather
5018         than a bogus use of INTERNAL_SYSCALL that could never work.
5019
5020         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
5021         * configure.ac (libc_cv_builtin_trap): New test.
5022         * configure: Regenerated.
5023         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
5024         (ABORT_INSTRUCTION): Define using __builtin_trap.
5025
5026         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
5027         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
5028         * sysdeps/nptl/nptl-signals.h: New file.
5029         * nptl/pthreadP.h: Include <nptl-signals.h>.
5030
5031 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
5032
5033         * sysdeps/s390/s390-64/utf16-utf32-z9.c
5034         (ONE_DIRECTION): Define.
5035         * sysdeps/s390/s390-64/utf8-utf16-z9.c
5036         (ONE_DIRECTION): Define.
5037         * sysdeps/s390/s390-64/utf8-utf32-z9.c
5038         (ONE_DIRECTION): Define.
5039
5040 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
5041
5042         * sysdeps/s390/Makefile: Delete file.
5043         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
5044         * sysdeps/s390/__longjmp.c: Delete file.
5045         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
5046         Remove fields __flags and __reserved.
5047         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
5048         and add versioning.
5049         * sysdeps/s390/rtld-__longjmp.c: Delete file.
5050         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
5051         * sysdeps/s390/rtld-setjmp.S: Likewise.
5052         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
5053         * sysdeps/s390/s390-32/__longjmp.c: ... here.
5054         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
5055         * sysdeps/s390/s390-32/setjmp.S: ... here.
5056         Add versioning.
5057         (__sigsetjmp): Remove setting __flags field.
5058         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
5059         * sysdeps/s390/s390-64/__longjmp.c: ... here.
5060         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
5061         * sysdeps/s390/s390-64/setjmp.S: ... here.
5062         Add versioning.
5063         (__sigsetjmp): Remove setting __flags field.
5064         * sysdeps/s390/setjmp.S: Delete file.
5065         * sysdeps/s390/sigjmp.c: Likewise.
5066         * sysdeps/s390/v1-longjmp.c: Likewise.
5067         * sysdeps/s390/v1-setjmp.h: Likewise.
5068         * sysdeps/s390/v1-sigjmp.c: Likewise.
5069         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
5070         Remove v1-longjmp_chk.
5071         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
5072         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
5073         Include debug/longjmp_chk.c and add versioning.
5074         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
5075         Include nptl/pt-longjmp.c and add versioning.
5076         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
5077         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
5078         Include __longjmp.c.
5079         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
5080         Move to ...
5081         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
5082         (__getcontext): Remove setting __flags field.
5083         Add versioning.
5084         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
5085         Don't restore upper high grps.
5086         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
5087         Likewise.
5088         (__swapcontext): Remove setting uc_flags field.
5089         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
5090         Delete file.
5091         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
5092         Include __longjmp.c.
5093         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
5094         Move to ...
5095         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
5096         (__getcontext): Remove setting __flags field.
5097         Add versioning.
5098         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
5099         (__swapcontext): Remove setting uc_flags field.
5100         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
5101         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
5102         Remove fields uc_high_gprs and __reserved.
5103         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
5104         New file with reverted content.
5105         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
5106         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
5107         Regenerated.
5108         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
5109         Regenerated.
5110
5111 2014-07-31  Andreas Schwab  <schwab@suse.de>
5112
5113         * config.h.in (HAVE_IFUNC): Define to 0.
5114         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
5115         definedness.
5116
5117 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
5118
5119         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
5120         memmove-avx-unaligned, memcpy-avx-unaligned and
5121         mempcpy-avx-unaligned.
5122         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
5123         Add tests for AVX memcpy functions.
5124         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
5125         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
5126         memcpy_chk.
5127         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
5128         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
5129         memmove_chk.
5130         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
5131         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
5132         mempcpy_chk.
5133         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
5134         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
5135         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
5136
5137 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5138
5139         [BZ #17213]
5140         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
5141         powerpc64le.
5142
5143 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
5144
5145         [BZ #16839]
5146         * manual/llio.texi: Add section about open file description locks.
5147         * manual/examples/ofdlocks.c: Example of open file description
5148         lock usage.
5149         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
5150         F_OFD_SETLK, and F_OFD_SETLKW.
5151
5152 2014-07-23  Allan McRae  <allan@archlinux.org>
5153
5154         * po/es.po: Update Spanish translation from translation project.
5155
5156 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
5157
5158         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
5159
5160 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
5161
5162         [BZ #17078]
5163         * sysdeps/arm/dl-machine.h (elf_machine_rela)
5164         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
5165         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
5166
5167 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
5168
5169         [BZ #17088]
5170         * math/fesetenv.c (__fesetenv)
5171         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
5172         * math/feupdateenv.c (__feupdateenv)
5173         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
5174
5175         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
5176         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
5177         (__ASSUME_SOCKETCALL): Do not define.
5178
5179         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
5180         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
5181         (__ASSUME_SOCKETCALL): Do not define.
5182         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
5183         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
5184         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
5185         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
5186         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
5187         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
5188         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5189         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5190
5191         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
5192         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
5193         (__ASSUME_SOCKETCALL): Do not define.
5194         (__ASSUME_IPC64): Define unconditionally.
5195         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
5196         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
5197         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
5198         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
5199         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
5200         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5201         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
5202         Likewise.
5203
5204         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
5205         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
5206         (__ASSUME_SOCKETCALL): Do not define.
5207         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
5208         (__ASSUME_FUTEX_LOCK_PI): Likewise.
5209         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
5210         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
5211         (__ASSUME_REQUEUE_PI): Define unconditionally.
5212         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
5213         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
5214         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5215         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
5216         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5217         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5218
5219         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
5220         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
5221         (__ASSUME_SOCKETCALL): Do not define.
5222         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
5223         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
5224         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5225         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
5226         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5227         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5228
5229         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
5230         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
5231         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
5232         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
5233         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
5234         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
5235         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5236         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
5237         (__ASSUME_GETCPU_SYSCALL): Likewise.
5238
5239         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
5240         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
5241         cases for individual architectures.
5242         * sysdeps/gnu/configure: Regenerated.
5243         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
5244         LIBC_SLIBDIR_RTLDDIR.
5245         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
5246         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
5247         LIBC_SLIBDIR_RTLDDIR.
5248         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
5249         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
5250         LIBC_SLIBDIR_RTLDDIR.
5251         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
5252         Regenerated.
5253         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
5254         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
5255         file.
5256         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
5257         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
5258         file.
5259         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
5260         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
5261         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
5262         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
5263
5264         * sysdeps/aarch64/shlib-versions: Move to ...
5265         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
5266         * sysdeps/alpha/shlib-versions: Move to ...
5267         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
5268         * sysdeps/arm/shlib-versions: Move to ...
5269         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
5270         * sysdeps/hppa/shlib-versions: Move all contents except for
5271         libgcc_s entry to ...
5272         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
5273         entry from ...
5274         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
5275         * sysdeps/ia64/shlib-versions: Move to ...
5276         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
5277         entry from ...
5278         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
5279         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
5280         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
5281         * sysdeps/microblaze/shlib-versions: Move to ...
5282         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
5283         * sysdeps/mips/shlib-versions: Move to ...
5284         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
5285         entry from ...
5286         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
5287         * sysdeps/tile/shlib-versions: Move to ...
5288         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
5289         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
5290         from ...
5291         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
5292         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
5293         entry from ...
5294         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
5295
5296 2014-07-17  Will Newton  <will.newton@linaro.org>
5297
5298         * sysdeps/arm/bits/atomic.h
5299         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
5300         (__arch_compare_and_exchange_bool_16_int): Likewise.
5301         (__arch_compare_and_exchange_bool_64_int): Likewise.
5302
5303         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
5304         into an #else block.
5305
5306 2014-07-16  Roland McGrath  <roland@hack.frob.com>
5307
5308         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
5309         just Linux configurations.  Test empirically that the compiler sets
5310         __ARM_EABI__, rather than using the tuple to decide.
5311         * sysdeps/arm/preconfigure: Regenerated.
5312         * sysdeps/unix/sysv/linux/arm/configure: File removed.
5313         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
5314         contents appended ...
5315         * sysdeps/arm/configure.ac: ... here.
5316         * sysdeps/arm/configure: Regenerated.
5317
5318 2014-07-15  Roland McGrath  <roland@hack.frob.com>
5319
5320         * nptl/pthread_kill.c: New file.
5321         * nptl/pthread_sigmask.c: New file.
5322         * nptl/pthread_sigqueue.c: New file.
5323
5324         * sysdeps/nptl/lowlevellock.h: New file.
5325         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
5326         * sysdeps/nptl/lowlevellock-futex.h: New file.
5327
5328         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
5329         Remove dead declarations.
5330
5331 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
5332
5333         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
5334         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
5335         config-cflags-avx2.
5336         * sysdeps/x86_64/configure.ac: Likewise.
5337         * sysdeps/i386/configure: Regenerated.
5338         * sysdeps/x86_64/configure: Likewise.
5339         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
5340         memset-avx2 only if config-cflags-avx2 is yes.
5341         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
5342         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
5343         defined.
5344         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
5345         only if HAVE_AVX2_SUPPORT is defined.
5346         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
5347
5348 2014-07-14  Alan Modra  <amodra@gmail.com>
5349
5350         [BZ #17153]
5351         * elf/elf.h (DT_PPC64_NUM): Correct value.
5352         * NEWS: Add to fixed bug list.
5353
5354 2014-07-13  Jim Meyering  <meyering@fb.com>
5355
5356         [BZ 17150]
5357         regex: don't deref NULL upon heap allocation failure
5358         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
5359         failure in one more place.
5360         To trigger the segfault, configure grep -with-included-regex,
5361         build it, and run these commands:
5362         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
5363
5364 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
5365
5366         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
5367
5368 2014-07-11  Richard Henderson  <rth@redhat.com>
5369
5370         * sysdeps/aarch64/libm-test-ulps: Update.
5371
5372 2014-07-10  Florian Weimer  <fweimer@redhat.com>
5373
5374         [BZ #17135]
5375         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
5376         * nptl/allocatestack.c (__nptl_setxid_error): New function.
5377         (__nptl_setxid): Initialize error member.  Call
5378         __nptl_setxid_error.
5379         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
5380         * nptl/descr.h (struct xid_command): Add error member.
5381         * nptl/tst-setuid3.c: New file.
5382         * nptl/Makefile (tests): Add it.
5383
5384 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5385
5386         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
5387         New define.
5388         (__lll_trylock): Use __lll_base_trylock.
5389         (__lll_cond_trylock): Likewise.
5390
5391 2014-07-10  Roland McGrath  <roland@hack.frob.com>
5392
5393         * nptl/pthread_create.c (start_thread): Use atomic_or and
5394         lll_futex_wake directly rather than lll_robust_dead.
5395         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
5396         (lll_robust_dead): Macro removed.
5397         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
5398         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
5399         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
5400         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
5401         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
5402         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
5403         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
5404         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
5405         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
5406         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5407         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5408         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5409         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
5410         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
5411         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
5412
5413         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
5414         Use atomic_compare_and_exchange_val_acq directly rather than
5415         lll_robust_trylock.
5416         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
5417         (__lll_robust_trylock, lll_robust_trylock): Removed.
5418         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
5419         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
5420         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
5421         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
5422         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
5423         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
5424         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
5425         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
5426         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5427         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5428         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5429         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
5430         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
5431         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
5432
5433 2014-07-02  Florian Weimer  <fweimer@redhat.com>
5434
5435         * manual/locale.texi (Locale Names): New section documenting
5436         locale name syntax.  Adjust menu and node chaining accordingly.
5437         (Choosing Locale): Reference Locale Names, Locale Categories.
5438         Mention setting LC_ALL=C.  Reflect that name syntax is now
5439         documented.
5440         (Locale Categories): New section title.  Reference Locale Names.
5441         LC_ALL is an environment variable, but not a category.
5442         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
5443         description, now in Locale Name.  Reference that section.  Locale
5444         name syntax is now documented.
5445
5446 2014-07-02  Florian Weimer  <fweimer@redhat.com>
5447
5448         [BZ #17137]
5449         * locale/findlocale.c (name_present, valid_locale_name): New
5450         functions.
5451         (_nl_find_locale): Use the loc_name variable to store name
5452         candidates.  Call name_present and valid_locale_name to check and
5453         validate locale names.  Return an error if the locale is invalid.
5454
5455 2014-07-02  Florian Weimer  <fweimer@redhat.com>
5456
5457         * locale/setlocale.c (setlocale): Use strdup for allocating
5458         composite name copy.
5459
5460 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
5461
5462         Sync up with gnulib.
5463         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
5464         [!_LIBC && ENABLE_NLS]: Include gettext.h.
5465         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
5466         and _GL_ARG_NONNULL.
5467         [USE_UNLOCKED_IO]: Include unlocked-io.h.
5468         [!_LIBC]: Include code for Windows and Cygwin.
5469         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
5470         Include prototype for int strerror_r.
5471         [!_LIBC] (is_open): New function.
5472         (flush_stdout): New function.
5473         (print_errno_message): Use it.
5474         (error): Likewise.
5475         (error_at_line): Likewise.
5476         (error_tail) Add function attribute macros.  Use
5477         __builtin_expect.
5478
5479         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
5480
5481         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
5482
5483         * io/ftw.c: Include sys/param.h unconditionally.
5484
5485         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
5486
5487         [BZ #17125]
5488         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
5489         libc_freeres_ptr.
5490         (freecache): New function to free CACHE on exit.
5491
5492         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
5493         initialization.
5494
5495 2014-07-09  David S. Miller  <davem@davemloft.net>
5496
5497         * sysdeps/sparc/fpu/libm-test-ulps: Update.
5498
5499         * sysdeps/sparc/nptl/internaltypes.h: Delete.
5500         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
5501         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
5502         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
5503         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
5504         * sysdeps/sparc/nptl/sem_init.c: Likewise.
5505         * sysdeps/sparc/nptl/sem_post.c: Likewise.
5506         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
5507         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
5508         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
5509         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
5510         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
5511         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
5512
5513 2014-07-09  Andreas Schwab  <schwab@suse.de>
5514
5515         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
5516         output.
5517         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
5518         (do_test): Likewise.
5519
5520         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
5521
5522 2014-07-09  Will Newton  <will.newton@linaro.org>
5523
5524         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
5525         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
5526         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
5527         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
5528         * sysdeps/hppa/start.S (_start): Likewise.
5529
5530 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
5531
5532         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
5533
5534         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
5535         defined.
5536
5537 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
5538
5539         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
5540         after checking that it is non-NULL.
5541
5542         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
5543
5544 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5545
5546         * sysdeps/powerpc/memmove.c: Remove file.
5547         * sysdeps/powerpc/powerpc32/power4/memcopy.h
5548         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
5549         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
5550         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
5551         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
5552         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
5553         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
5554         string memmove instead of removed powerpc one.
5555
5556         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
5557         [weak_alias]: Fix compiler warning due trailing data.
5558         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
5559         [weak_alias]: Likewise.
5560         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
5561         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
5562
5563         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
5564         (__libc_ifunc_impl_list): Add memmove functions.
5565
5566 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
5567
5568         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
5569         Remove code.
5570         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
5571         Likewise
5572         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
5573         Likewise
5574         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
5575         Likewise
5576         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
5577         Likewise
5578         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
5579         Likewise
5580         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
5581         Likewise
5582         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
5583         Likewise
5584         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
5585         Likewise
5586         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
5587         Likewise
5588         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
5589         Likewise
5590         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
5591         Likewise
5592         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
5593         Likewise
5594         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
5595         Likewise
5596         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
5597         Likewise
5598         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
5599         Likewise
5600         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
5601         Likewise
5602
5603 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5604
5605         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
5606         to avoid alignment traps in non-cacheable memory.
5607         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
5608
5609         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
5610         multiarch objects.
5611         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
5612         file: multiarch power7 memmove.
5613         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
5614         multiarch default memmove.
5615         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
5616         multiarch memove for powerpc32/power4.
5617
5618         * string/bcopy.c: Use full path to include memmove.c.
5619         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
5620         multiarch objects.
5621         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
5622         bcopy for powerpc64.
5623         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
5624         bcopy for powerpc64.
5625         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
5626         and memmove implementations.
5627         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
5628         optimized multiarch memmove for POWER7/powerpc64.
5629         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
5630         default multiarch memmove for powerpc64.
5631         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
5632         multiarch for powerpc64.
5633         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
5634         for POWER7/powerpc64.
5635         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
5636         memmove for POWER7/powerpc64.
5637
5638         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
5639         glibc default one.
5640
5641         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
5642         __ELF_NATIVE_CLASS equal to 64.
5643
5644 2014-07-07  Roland McGrath  <roland@hack.frob.com>
5645
5646         * sysdeps/nptl/lowlevellock.h: File removed.
5647
5648         * NEWS: NPTL is no longer an add-on!
5649         * nptl/internaltypes.h: Moved ...
5650         * sysdeps/nptl/internaltypes.h: ... here.
5651         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
5652         * sysdeps/nptl/fork.c: Likewise.
5653         * sysdeps/nptl/gai_misc.h: Likewise.
5654         * sysdeps/nptl/librt-cancellation.c: Likewise.
5655         * sysdeps/nptl/jmp-unwind.c: Likewise.
5656         * sysdeps/nptl/setxid.h: Likewise.
5657         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
5658         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
5659         * sysdeps/unix/sysv/linux/arm/Implies: New file.
5660         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
5661         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
5662         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
5663         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
5664         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
5665         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
5666         * sysdeps/unix/sysv/linux/mips/Implies: New file.
5667         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
5668         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
5669         * sysdeps/unix/sysv/linux/sh/Implies: New file.
5670         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
5671         * sysdeps/unix/sysv/linux/tile/Implies: New file.
5672         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
5673         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
5674         * nptl/Makeconfig: Moved ...
5675         * sysdeps/nptl/Makeconfig: ... here.
5676         * nptl/configure: File removed.
5677         * nptl/ANNOUNCE: File removed.
5678         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
5679         * sysdeps/unix/sysv/linux/configure: Regenerated.
5680
5681         * nptl/Makefile (routines): Add libc_pthread_init,
5682         libc_multiple_threads, register-atfork and unregister-atfork.
5683         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
5684         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
5685         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
5686         pthread-pi-defines.sym, structsem.sym.
5687         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
5688         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
5689         [$(subdir) = nptl] (tests): Add tst-setgetname.
5690         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
5691         * sysdeps/unix/sysv/linux/sigaction.c: Just include
5692         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
5693         [!LIBC_SIGACTION]: Remove aliases.
5694         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
5695         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
5696         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
5697         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
5698         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
5699         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
5700         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
5701         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
5702         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
5703         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
5704         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
5705         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
5706         __libc_allocate_rtsig_private.
5707         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
5708         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
5709         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
5710         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
5711         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
5712         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
5713         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
5714         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
5715         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
5716         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
5717         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
5718         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
5719         * nptl/internaltypes.h: ... here.
5720         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
5721         * sysdeps/nptl/jmp-unwind.c: ... here.
5722         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
5723         * nptl/libc-lowlevellock.c: ... here.
5724         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
5725         * nptl/libc_multiple_threads.c: ... here.
5726         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
5727         * nptl/libc_pthread_init.c: ... here.
5728         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
5729         * nptl/lowlevelbarrier.sym: ... here.
5730         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
5731         * nptl/lowlevelcond.sym: ... here.
5732         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
5733         * nptl/lowlevellock.c: ... here.
5734         * nptl/lowlevellock.h: Moved ...
5735         * sysdeps/nptl/lowlevellock.h: ... here.
5736         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
5737         * nptl/lowlevelrobustlock.c: ... here.
5738         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
5739         * nptl/lowlevelrobustlock.sym: ... here.
5740         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
5741         * nptl/lowlevelrwlock.sym: ... here.
5742         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
5743         * nptl/pt-fork.c: ... here.
5744         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
5745         * nptl/pthread-pi-defines.sym: ... here.
5746         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
5747         * nptl/pthread_attr_getaffinity.c: ... here.
5748         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
5749         * nptl/pthread_attr_setaffinity.c: ... here.
5750         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
5751         * nptl/pthread_mutex_cond_lock.c: ... here.
5752         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
5753         Update #include.
5754         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
5755         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
5756         * nptl/pthread_once.c: ... here, replacing old file.
5757         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
5758         * nptl/pthread_yield.c: ... here.
5759         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
5760         * nptl/register-atfork.c: ... here.
5761         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
5762         * nptl/sem_post.c: ... here.
5763         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
5764         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
5765         * nptl/sem_timedwait.c: ... here.
5766         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
5767         * nptl/sem_trywait.c: ... here.
5768         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
5769         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
5770         * nptl/sem_wait.c: ... here.
5771         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
5772         * nptl/structsem.sym: ... here.
5773         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
5774         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
5775         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
5776         * nptl/unregister-atfork.c: ... here.
5777         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
5778         * nptl/unwindbuf.sym: ... here.
5779         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
5780         * sysdeps/nptl/fork.c: ... here.
5781         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
5782         * sysdeps/nptl/fork.h: ... here.
5783         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
5784         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
5785         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
5786         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
5787         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
5788         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
5789         * sysdeps/unix/sysv/linux/getpid.c: ... here.
5790         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
5791         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
5792         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
5793         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
5794         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
5795         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
5796         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
5797         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
5798         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
5799         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
5800         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
5801         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
5802         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
5803         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
5804         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
5805         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
5806         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
5807         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
5808         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
5809         * sysdeps/unix/sysv/linux/raise.c: ... here.
5810         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
5811         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
5812         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
5813         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
5814         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
5815         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
5816         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
5817         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
5818         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
5819         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
5820         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
5821         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
5822         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
5823         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
5824         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
5825
5826 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
5827
5828         * sysdeps/generic/memcopy.h: Add comment for
5829         MEMCPY_OK_FOR_FWD_MEMMOVE.
5830
5831 2014-07-04  Will Newton  <will.newton@linaro.org>
5832
5833         * string/memchr.c: Merge from gnulib.
5834         [_LIBC]: Remove conditionals.
5835         (__ptr_t): Remove define.
5836         (LONG_MAX_32_BITS): Likewise.
5837         (LONG_MAX): Likewise.
5838         (MEMCHR): Use ANSI prototype and optimize algorithm.
5839
5840         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
5841
5842 2014-07-03  Roland McGrath  <roland@hack.frob.com>
5843
5844         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
5845         (lll_futex_timed_wait_bitset): Fix syscall argument count.
5846
5847         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
5848         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
5849         in a bare environment with no <stdlib.h> installed.
5850         * sysdeps/nptl/configure: Regenerated.
5851
5852         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
5853
5854         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
5855         AC_EGREP_CPP for kernel header checks, so they only succeed if
5856         including <linux/version.h> actually works right.
5857         * sysdeps/unix/sysv/linux/configure: Regenerated.
5858
5859         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
5860         value so it's not diagnosed as unused.
5861
5862         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
5863         thing) with "ifeq ($(subdir),rt)".
5864
5865 2014-07-03  Richard Henderson  <rth@redhat.com>
5866
5867         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
5868         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
5869         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
5870
5871         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
5872         (math_force_eval): New.
5873
5874         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
5875         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
5876
5877         * sysdeps/alpha/fpu/s_round.c: Remove file.
5878         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
5879
5880         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
5881         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
5882         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
5883         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
5884         (_dl_start, print_statistics): Likewise.
5885         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
5886         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
5887
5888         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5889         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5890         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5891         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5892         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5893         (HP_SMALL_TIMING_AVAIL): Define.
5894         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5895         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
5896         (HP_SMALL_TIMING_AVAIL): Define.
5897         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5898         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5899
5900         * sysdeps/aarch64/hp-timing.h: New file.
5901
5902         * sysdeps/generic/hp-timing.h: Remove dead comment.
5903         * sysdeps/generic/hp-timing-common.h: New file.
5904         * sysdeps/alpha/hp-timing.h: Include it.
5905         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
5906         * sysdeps/i386/i686/hp-timing.h: Likewise.
5907         * sysdeps/ia64/hp-timing.h: Likewise.
5908         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
5909         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
5910         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
5911         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
5912         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
5913         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
5914         (hp_timing_t): New.
5915
5916         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
5917         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
5918         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
5919         * elf/rtld.c (_dl_start_final): Likewise.
5920         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
5921         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5922         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5923         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5924         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5925         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5926         (HP_TIMING_DIFF_INIT): Remove.
5927         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5928         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
5929         (HP_TIMING_DIFF_INIT): Remove.
5930         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5931         * sysdeps/i386/i686/hp-timing.c: Remove file.
5932         * sysdeps/x86_64/hp-timing.c: Remove file.
5933         * sysdeps/ia64/hp-timing.c: Remove file.
5934         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
5935         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
5936         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
5937         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
5938
5939         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
5940         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
5941         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
5942         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5943         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5944         (HP_TIMING_ACCUM): Remove.
5945         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5946         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
5947         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5948
5949         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
5950         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
5951         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
5952         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
5953         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
5954         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
5955         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
5956         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
5957
5958         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
5959
5960 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
5961
5962         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
5963
5964 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5965
5966         Sync up with gettext.
5967         * intl/loadmsgcat.c: Define O_BINARY if not defined.
5968         [_MSC_VER]: Include malloc.h
5969         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
5970         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
5971         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
5972         TEMP_FAILURE_RETRY.  Cast return of alloca.
5973         [!_LIBC] Call gl_rwlock_init.
5974         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
5975
5976 2014-07-02  Roland McGrath  <roland@hack.frob.com>
5977
5978         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
5979         before checking its value.
5980
5981 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5982
5983         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
5984
5985         * debug/memcpy_chk.c: Don't include pagecopy.h.
5986         * debug/mempcpy_chk.c: Likewise.
5987         * string/memcpy.c: Likewise.
5988         * string/memmove.c: Likewise.
5989         * sysdeps/powerpc/memmove.c: Likewise.
5990         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
5991         definition of PAGE_COPY_FWD_MAYBE here...
5992         * sysdeps/generic/pagecopy.h: ... from here.
5993         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
5994
5995 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
5996             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5997
5998         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
5999         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
6000         optimizations.
6001         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
6002         (__libc_ifunc_impl_list): Likewise.
6003         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
6004         multiarch strcat for PPC64.
6005         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
6006         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
6007
6008 2014-07-02  Roland McGrath  <roland@hack.frob.com>
6009
6010         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
6011
6012 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
6013
6014         * intl/loadmsgcat.c: Remove declaration of
6015         get_sysdep_segment_value.
6016         (get_sysdep_segment_value): Use ISO C style.
6017         (_nl_load_domain): Use ISO C style.  Get rid of redundant
6018         semicolon.  Fix typo and formatting in comment.
6019         (_nl_unload_domain): Use ISO C style.
6020
6021         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
6022
6023 2014-07-02  Will Newton  <will.newton@linaro.org>
6024
6025         * malloc/obstack.c: Merge from gnulib master.
6026         [HAVE_CONFIG_H]: Remove conditional code.
6027         [!_LIBC]: Include config.h.
6028         [!ELIDE_CODE]: Don't include inttypes.h, include
6029         stdint.h unconditionally.
6030         (print_and_abort): Mark as _Noreturn.
6031         (_obstack_allocated_p): Mark as __attribute_pure__.
6032         (obstack_free): Rename to __obstack_free.
6033         [!__attribute__]: Remove conditional code.
6034         * malloc/obstack.h: Merge from gnulib master.
6035         [__cplusplus]: Move conditional down.
6036         [!__attribute_pure__]: Define __attribute_pure__ here
6037         if it is not already defined.
6038         (_obstack_memory_used): Mark as __attribute_pure__.
6039         [!__obstack_free]: Define as obstack_free.
6040         [__GNUC__]: Remove check for ancient NeXT gcc.
6041
6042 2014-07-02  Will Newton  <will.newton@linaro.org>
6043             Paul Eggert  <eggert@cs.ucla.edu>
6044
6045         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
6046
6047 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
6048
6049         * resolv/gethnamaddr.c: Add comment warning that the file is
6050         not maintained.
6051
6052 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
6053
6054         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
6055         entries.
6056
6057         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
6058         entry for aio_cancel and aio_cancel64.
6059         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
6060         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
6061         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
6062         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
6063         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
6064         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
6065         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
6066         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
6067         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
6068         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
6069         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
6070         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
6071         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
6072
6073 2014-07-01  Roland McGrath  <roland@hack.frob.com>
6074
6075         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
6076         * nptl/pthread_mutex_lock.c: Likewise.
6077         * nptl/pthread_mutex_timedlock.c: Likewise.
6078         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
6079
6080 2014-07-01  Richard henderson  <rth@redhat.com>
6081
6082         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
6083         (__isnan, __isnanl): Remove.
6084         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
6085
6086         * sysdeps/alpha/fpu/libm-test-ulps: Update.
6087
6088 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
6089
6090         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
6091
6092 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
6093
6094         * resolv/nss_dns/dns-host.c (getanswer_r)
6095         [MULTI_PTRS_ARE_ALIASES]: Remove code.
6096
6097 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
6098
6099         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
6100         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
6101         undefine.
6102         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
6103         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
6104
6105 2014-07-01  Roland McGrath <roland@hack.frob.com>
6106
6107         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
6108         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
6109
6110         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
6111         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
6112
6113         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
6114         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
6115         ... here.
6116         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
6117         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
6118
6119         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
6120         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
6121         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
6122         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
6123
6124         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
6125         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
6126         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
6127         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
6128         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
6129         Moved ...
6130         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
6131         ... here.
6132         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
6133         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
6134         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
6135         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
6136         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
6137         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
6138         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
6139         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
6140         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
6141         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
6142         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
6143         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
6144         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
6145         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
6146         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
6147         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
6148         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
6149         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
6150         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
6151         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
6152         ... here.
6153         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
6154         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
6155         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
6156         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
6157         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
6158         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
6159         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
6160         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
6161
6162 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
6163
6164         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
6165         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
6166         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
6167         Add sysdep.
6168
6169 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6170
6171         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6172
6173 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
6174
6175         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
6176         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
6177
6178         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
6179
6180         * sysdeps/arm/libm-test-ulps: Regenerated.
6181
6182 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
6183             Roland McGrath <roland@hack.frob.com>
6184
6185         * test-skeleton.c (signal_handler): Kill the whole process group
6186         before killing the child individually.
6187         (main): Report any failure on `setpgid'.
6188
6189 2014-06-30  Roland McGrath  <roland@hack.frob.com>
6190
6191         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
6192         from _TLS_H to _ARM_NPTL_TLS_H.
6193         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
6194         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
6195
6196 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
6197
6198         [BZ #16539]
6199         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
6200         (__expm1l): Return argument unchanged when small but not
6201         subnormal.
6202
6203         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
6204         include macro name.
6205         (_FP_UNPACK_RAW_1_P): Likewise.
6206         (_FP_PACK_RAW_1): Likewise.
6207         (_FP_PACK_RAW_1_P): Likewise.
6208         (_FP_MUL_MEAT_1_wide): Likewise.
6209         (_FP_MUL_MEAT_DW_1_hard): Likewise.
6210         (_FP_MUL_MEAT_1_hard): Likewise.
6211         (_FP_DIV_MEAT_1_imm): Likewise.
6212         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
6213         (_FP_DIV_MEAT_1_udiv): Likewise.
6214         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
6215         (_FP_UNPACK_RAW_2): Likewise.
6216         (_FP_UNPACK_RAW_2_P): Likewise.
6217         (_FP_PACK_RAW_2): Likewise.
6218         (_FP_PACK_RAW_2_P): Likewise.
6219         (_FP_MUL_MEAT_DW_2_wide): Likewise.
6220         (_FP_MUL_MEAT_2_wide): Likewise.
6221         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
6222         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
6223         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
6224         (_FP_MUL_MEAT_2_gmp): Likewise.
6225         (_FP_DIV_MEAT_2_udiv): Likewise.
6226         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
6227         (_FP_FRAC_SRL_4): Likewise.
6228         (_FP_FRAC_SRST_4): Likewise.
6229         (_FP_FRAC_SRS_4): Likewise.
6230         (_FP_UNPACK_RAW_4): Likewise.
6231         (_FP_UNPACK_RAW_4_P): Likewise.
6232         (_FP_PACK_RAW_4): Likewise.
6233         (_FP_PACK_RAW_4_P): Likewise.
6234         (_FP_MUL_MEAT_DW_4_wide): Likewise.
6235         (_FP_MUL_MEAT_4_wide): Likewise.
6236         (_FP_MUL_MEAT_4_gmp): Likewise.
6237         (umul_ppppmnnn): Likewise.
6238         (_FP_DIV_MEAT_4_udiv): Likewise.
6239         (__FP_FRAC_ADD_4): Likewise.
6240         (__FP_FRAC_SUB_3): Likewise.
6241         (__FP_FRAC_SUB_4): Likewise.
6242         (__FP_FRAC_DEC_3): Likewise.
6243         (__FP_FRAC_DEC_4): Likewise.
6244         (__FP_FRAC_ADDI_4): Likewise.
6245         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
6246         (_FP_FRAC_SRL_8): Likewise.
6247         (_FP_FRAC_SRS_8): Likewise.
6248
6249         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
6250         include macro name.
6251         (FP_UNPACK_RAW_EP): Likewise.
6252         (FP_PACK_RAW_E): Likewise.
6253         (FP_PACK_RAW_EP): Likewise.
6254         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
6255         (_FP_ISSIGNAN): Likewise.
6256         (_FP_ADD_INTERNAL): Likewise.
6257         (_FP_FMA): Likewise.
6258         (_FP_CMP): Likewise.
6259         (_FP_SQRT): Likewise.
6260         (_FP_TO_INT): Likewise.
6261         (_FP_FROM_INT): Likewise.
6262         (FP_EXTEND): Likewise.
6263         (_FP_DIV_MEAT_N_loop): Likewise.
6264
6265 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
6266
6267         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
6268         throughout.
6269
6270 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
6271
6272         [BZ #17097]
6273         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
6274         result with correct sign in case of exponents that produce
6275         overflow except for X very close to 1.
6276
6277 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
6278
6279         mktime: merge #if/#ifdef usage from glibc
6280         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
6281         as that works with both Glibc's and Gnulib's style.
6282         See thread starting at Siddhesh Poyarekar's bug report at:
6283         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
6284
6285 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
6286
6287         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
6288         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
6289         * sysdeps/tile/tilegx/memmove.c: Remove file.
6290
6291 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
6292
6293         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
6294         abi-name definition.
6295         * scripts/soversions.awk: Do not handle or generate ABI lines.
6296         * shlib-versions: Remove ABI entries.
6297         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
6298         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
6299
6300 2014-06-27  Roland McGrath  <roland@hack.frob.com>
6301
6302         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
6303         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
6304         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
6305         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
6306         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
6307         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
6308         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
6309         Moved ...
6310         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
6311         ... here.
6312         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
6313         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
6314         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
6315         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
6316         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
6317         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
6318         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
6319         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
6320         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
6321         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
6322         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
6323         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
6324         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
6325         Moved ...
6326         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
6327         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
6328         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
6329         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
6330         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
6331         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
6332         Moved ...
6333         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
6334         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
6335         Moved ...
6336         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
6337         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
6338         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
6339         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
6340         Moved ...
6341         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
6342         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
6343         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
6344         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
6345         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
6346         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
6347         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
6348         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
6349         Moved ...
6350         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
6351         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
6352         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
6353         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
6354         Moved ...
6355         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
6356         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
6357         Moved ...
6358         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
6359         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
6360         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
6361         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
6362         Moved ...
6363         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
6364         ... here.
6365         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
6366         Identical file removed.
6367         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
6368         Moved ...
6369         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
6370         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
6371         Identical file removed.
6372         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
6373         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
6374         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
6375         Moved ...
6376         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
6377         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
6378         Identical file removed.
6379         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
6380         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
6381         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
6382         Identical file removed.
6383         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
6384         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
6385         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
6386         Identical file removed.
6387         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
6388         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
6389         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
6390         Identical file removed.
6391         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
6392         Moved ...
6393         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
6394         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
6395         Identical file removed.
6396         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
6397         Moved ...
6398         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
6399         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
6400         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
6401         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
6402         Identical file removed.
6403         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
6404         Moved ...
6405         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
6406         ... here.
6407         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
6408         Identical file removed.
6409         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
6410         Moved ...
6411         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
6412         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
6413         Identical file removed.
6414         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
6415         Moved ...
6416         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
6417         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
6418         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
6419         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
6420         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
6421         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
6422         Moved ...
6423         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
6424         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
6425         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
6426
6427         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
6428         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
6429         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
6430         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
6431         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
6432
6433 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
6434
6435         [BZ #17092]
6436         * nscd/nscd.c (monitor_child): Return exit status of child
6437         instead of return value from wait syscall.
6438
6439 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
6440
6441         * configure.ac (libc_commonpagesize): Remove variable.
6442         (libc_relro_required): Likewise.
6443         (libc_cv_z_relro): Remove configure test.
6444         * configure: Regenerated.
6445         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
6446         variable.
6447         (libc_relro_required): Likewise.
6448         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
6449         (libc_relro_required): Likewise.
6450         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
6451         (libc_relro_required): Likewise.
6452         * sysdeps/arm/preconfigure: Regenerated.
6453         * sysdeps/ia64/preconfigure: Remove file.
6454         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
6455         variable.
6456         (libc_relro_required): Likewise.
6457
6458         [BZ #16561]
6459         [BZ #16562]
6460         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
6461         (__ieee754_yn): Set FE_TONEAREST mode internally and then
6462         recompute overflowing results in original rounding mode.
6463         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
6464         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
6465         recompute overflowing results in original rounding mode.
6466         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
6467         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
6468         recompute overflowing results in original rounding mode.
6469         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
6470         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
6471         recompute overflowing results in original rounding mode.
6472         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
6473         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
6474         recompute overflowing results in original rounding mode.
6475         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
6476         (libc_feholdsetround_ctx): New macro.
6477         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
6478         * sysdeps/i386/fpu/libm-test-ulps: Update.
6479         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
6480
6481 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6482
6483         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
6484         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
6485         corresponding .cpsetup call.
6486
6487 2014-06-26  Roland McGrath  <roland@hack.frob.com>
6488
6489         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
6490         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
6491         * sysdeps/arm/Makefile [$(subdir) = csu]
6492         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
6493         (static-only-routines): Add aeabi_read_tp here.
6494         (shared-only-routines): Add libc-aeabi_read_tp here.
6495         (CFLAGS-libc-start.c): Add -fexceptions here.
6496         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
6497         (sysdep_routines, static-only-routines, shared-only-routines):
6498         Don't add to these here.
6499         (CFLAGS-libc-start.c): Likewise.
6500
6501         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
6502         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
6503         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
6504         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
6505         * sysdeps/arm/Makefile [$(subdir) = rt]
6506         (librt-sysdep_routines, librt-shared-only-routines):
6507         Append rt-aeabi_unwind_cpp_pr1 here.
6508         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
6509         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
6510         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
6511         (libpthread-sysdep_routines, libpthread-shared-only-routines):
6512         Append nptl-aeabi_unwind_cpp_pr1 here.
6513         (tests): Filter out tst-cleanupx4 here.
6514         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
6515         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
6516         Don't do those here.
6517
6518 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6519
6520         * scripts/list-sources.sh: Do not handle ports specially.
6521
6522 2014-06-26  Roland McGrath  <roland@hack.frob.com>
6523
6524         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
6525         * sysdeps/arm/feupdateenv.c: Likewise.
6526
6527         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
6528
6529 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6530
6531         * manual/texinfo.tex: Update to version 2014-05-05.10 with
6532         trailing whitespace removed.
6533         * scripts/config.guess: Update to version 2014-03-23.
6534         * scripts/config.sub: Update to version 2014-05-01
6535         * scripts/install-sh: Update to version 2013-12-25.23.
6536         * scripts/move-if-change: Update from gnulib.
6537
6538 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
6539
6540         * debug/memmove_chk.c: Remove pagecopy.h include.
6541
6542 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
6543
6544         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
6545         identical to gnulib mktime.
6546
6547 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6548
6549         * configure.ac: Do not test for machine being rs6000.  Do not test
6550         for powerpc*-*soft.
6551         * configure: Regenerated.
6552
6553         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
6554         test.
6555         * configure: Regenerated.
6556         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
6557         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
6558         Remove configure test.
6559         * sysdeps/arm/configure: Regenerated.
6560         * sysdeps/nptl/configure.ac: Do not check
6561         libc_cv_asm_cfi_directives.
6562         * sysdeps/nptl/configure: Regenerated.
6563         * sysdeps/x86_64/nptl/configure.ac: Remove file.
6564         * sysdeps/x86_64/nptl/configure: Remove generated file.
6565         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
6566         unconditional.
6567         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
6568
6569 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
6570
6571         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
6572         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
6573         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
6574         it is defined.
6575
6576         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
6577         instead of whether it is defined.
6578         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
6579         * sysdeps/hppa/dl-machine.h: Likewise.
6580         * sysdeps/ia64/dl-machine.h: Likewise.
6581         * sysdeps/m68k/dl-machine.h: Likewise.
6582         * sysdeps/microblaze/dl-machine.h: Likewise.
6583         * sysdeps/mips/dl-machine.: Likewise.
6584         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
6585         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
6586         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
6587         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
6588         * sysdeps/sh/dl-machine.h: Likewise.
6589         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
6590         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
6591         * sysdeps/tile/dl-machine.h: Likewise.
6592         * sysdeps/x86_64/dl-machine.h: Likewise.
6593
6594         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
6595         code.
6596         (verify_persistent_db): Likewise.
6597
6598 2014-06-26  Roland McGrath  <roland@hack.frob.com>
6599
6600         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
6601         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
6602         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
6603         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
6604         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
6605         Moved ...
6606         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
6607         ... here.
6608         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
6609         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
6610         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
6611         Identical file removed.
6612         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
6613         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
6614         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
6615         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
6616         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
6617         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
6618         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
6619         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
6620         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
6621         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
6622         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
6623         Moved ...
6624         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
6625         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
6626         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
6627         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
6628         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
6629         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
6630         Moved ...
6631         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
6632         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
6633         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
6634         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
6635         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
6636         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
6637         Identical file removed.
6638         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
6639         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
6640         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
6641         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
6642         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
6643         Moved ...
6644         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
6645         ... here.
6646         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
6647         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
6648         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
6649         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
6650         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
6651         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
6652         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
6653         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
6654         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
6655         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
6656         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
6657         Moved ...
6658         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
6659         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
6660         Moved ...
6661         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
6662         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
6663         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
6664         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
6665         Moved ...
6666         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
6667         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
6668         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
6669
6670         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
6671         folded into ...
6672         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
6673         * sysdeps/unix/sysv/linux/s390/Versions
6674         (libpthread: GLIBC_2.19): New version set.
6675         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
6676         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
6677         (librt: GLIBC_2.3.3): New version set.
6678         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
6679         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
6680         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
6681         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
6682         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
6683         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
6684         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
6685         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
6686         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
6687         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
6688         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
6689         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
6690         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
6691         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
6692         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
6693         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
6694         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
6695         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
6696         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
6697         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
6698         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
6699         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
6700         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
6701         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
6702         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
6703         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
6704         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
6705         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
6706         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
6707         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
6708         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
6709         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
6710         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
6711         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
6712         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
6713         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
6714         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
6715         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
6716         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
6717         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
6718         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
6719         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
6720         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
6721         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
6722         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
6723
6724         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
6725         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
6726         (__libc_vfork): Define the function under this name.
6727         [!NOT_IN_libc] (__vfork): Make this an alias.
6728         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
6729         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
6730         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
6731         (__libc_vfork): Define the function under this name.
6732         [!NOT_IN_libc] (__vfork): Make this an alias.
6733         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
6734         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
6735         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
6736         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
6737         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
6738         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
6739
6740         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
6741         code that was previously under [RESET_PID].
6742         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
6743         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
6744         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
6745
6746         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
6747         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
6748         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
6749         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
6750         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
6751         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
6752         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
6753         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
6754         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
6755         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
6756         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
6757         Moved ...
6758         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
6759         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
6760         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
6761         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
6762         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
6763         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
6764         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
6765         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
6766         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
6767         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
6768         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
6769         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
6770         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
6771         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
6772         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
6773         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
6774         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
6775         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
6776         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
6777         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
6778         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
6779         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
6780         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
6781         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
6782         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
6783         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
6784         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
6785         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
6786         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
6787
6788 2014-06-25  Roland McGrath  <roland@hack.frob.com>
6789
6790         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
6791         that was previously under [RESET_PID].
6792         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
6793
6794 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
6795
6796         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
6797         not undefine and redefine.
6798         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
6799         [O_CLOEXEC]: Make code unconditional.
6800         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
6801         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
6802         <kernel-features.h>.
6803         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
6804         conditional variable definition.
6805         (shm_open) [O_CLOEXEC]: Make code unconditional.
6806         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
6807         code.
6808
6809         * configure.ac (USE_REGPARMS): Don't define here.
6810         * configure: Regenerated.
6811         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
6812         * sysdeps/i386/configure: Regenerated.
6813
6814         * nptl/createthread.c: Don't include kernel-features.h.
6815         * nptl/pthread_cancel.c: Likewise.
6816         * nptl/pthread_condattr_setclock.c: Likewise.
6817         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
6818         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
6819         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
6820         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
6821         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
6822         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
6823         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
6824         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
6825         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
6826         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
6827         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
6828         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
6829         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
6830         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
6831         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
6832         * nscd/gai.c: Likewise.
6833         * nss/nss_db/db-open.c: Likewise.
6834         * sysdeps/generic/ldsodefs.h: Likewise.
6835         * sysdeps/sh/nptl/tls.h: Likewise.
6836         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
6837         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
6838         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
6839         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
6840         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
6841         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
6842         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
6843         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
6844         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
6845         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
6846         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
6847         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
6848         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
6849         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
6850         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
6851         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
6852         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
6853         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
6854         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
6855         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
6856         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
6857         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
6858         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
6859         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
6860         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
6861         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
6862         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
6863         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
6864         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
6865         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
6866         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
6867         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
6868         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
6869         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
6870         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
6871         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
6872         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
6873         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
6874         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
6875         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
6876         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
6877         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
6878         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
6879         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
6880         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
6881         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
6882         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
6883         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
6884         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
6885         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
6886         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
6887         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
6888         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
6889         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
6890         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
6891         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
6892         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
6893         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
6894         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
6895         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
6896         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
6897         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
6898         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
6899         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
6900         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
6901         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
6902         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
6903         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
6904         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
6905         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
6906         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
6907         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
6908         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
6909         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
6910         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
6911         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
6912         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
6913         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
6914         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
6915         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
6916         * sysdeps/unix/sysv/linux/pread.c: Likewise.
6917         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
6918         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
6919         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
6920         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
6921         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
6922         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
6923         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
6924         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
6925         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
6926         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
6927         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
6928         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
6929         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
6930         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
6931         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
6932         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
6933         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
6934         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
6935         * sysdeps/unix/sysv/linux/system.c: Likewise.
6936         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
6937         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
6938         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
6939         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
6940         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
6941         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
6942         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
6943
6944         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
6945         * configure: Regenerated.
6946         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
6947
6948         * configure.ac (base_machine): Do not set specially for particular
6949         machines here.
6950         * configure: Regenerated.
6951         * sysdeps/powerpc/preconfigure: Move machine and base_machine
6952         settings from configure.ac.
6953         * sysdeps/i386/preconfigure: New file.
6954         * sysdeps/s390/preconfigure: Likewise.
6955         * sysdeps/sh/preconfigure: Likewise.
6956         * sysdeps/sparc/preconfigure: Likewise.
6957
6958 2014-06-25  Roland McGrath  <roland@hack.frob.com>
6959
6960         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
6961         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
6962         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
6963         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
6964         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
6965         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
6966         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
6967         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
6968         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
6969         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
6970         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
6971         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
6972         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
6973         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
6974         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
6975         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
6976         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
6977         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
6978         * sysdeps/sparc/sparc64/Makefile: ... appended here.
6979
6980         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
6981         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
6982         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
6983         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
6984         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
6985         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
6986         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
6987         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
6988         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
6989         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
6990         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
6991         * sysdeps/sparc/sparc32/sem_post.c: ... here.
6992         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
6993         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
6994         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
6995         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
6996         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
6997         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
6998         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
6999         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
7000         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
7001         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
7002         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
7003         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
7004         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
7005         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
7006         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
7007         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
7008         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
7009         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
7010         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
7011         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
7012         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
7013         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
7014         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
7015         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
7016         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
7017         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
7018
7019         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
7020         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
7021         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
7022         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
7023         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
7024         Moved ...
7025         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
7026         ... here.
7027         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
7028         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
7029         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
7030         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
7031         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
7032         Moved ...
7033         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
7034         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
7035         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
7036         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
7037         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
7038         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
7039         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
7040         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
7041         Moved ...
7042         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
7043         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
7044         Moved ...
7045         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
7046         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
7047         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
7048         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
7049         Moved ...
7050         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
7051         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
7052         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
7053         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
7054         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
7055         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
7056         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
7057         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
7058         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
7059         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
7060         Moved ...
7061         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
7062         ... here.
7063         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
7064         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
7065         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
7066         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
7067         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
7068         Moved ...
7069         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
7070         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
7071         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
7072         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
7073         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
7074         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
7075         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
7076         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
7077         Moved ...
7078         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
7079         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
7080         Moved ...
7081         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
7082         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
7083         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
7084         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
7085         Moved ...
7086         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
7087         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
7088         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
7089         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
7090         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
7091
7092 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
7093
7094         * timezone/checktab.awk: Update from tzcode 2014e.
7095         * timezone/private.h: Likewise.
7096         * timezone/tzfile.h: Likewise.
7097         * timezone/zdump.c: Likewise.
7098         * timezone/zic.c: Likewise.
7099
7100         * sysdeps/unix/sysv/linux/kernel-features.h
7101         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
7102         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
7103         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
7104         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
7105         Remove conditional code.
7106
7107 2014-06-25  Will Newton  <will.newton@linaro.org>
7108
7109         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
7110         (_dl_arm_cap_flags): Add HWCAP2 values.
7111         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
7112         (_DL_HWCAP_COUNT): Increase to 37.
7113         (_DL_HWCAP_LAST): New define.
7114         (_DL_HWCAP2_LAST): New define.
7115         (_dl_procinfo): Add support for printing
7116         AT_HWCAP2 entries.
7117         (_dl_string_hwcap): Use _dl_hwcap_string.
7118
7119 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7120
7121         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
7122
7123 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
7124
7125         * README: Do not mention ports directory.
7126
7127         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
7128         Remove macro.
7129         * sysdeps/unix/sysv/linux/futimes.c: Do not include
7130         <kernel-features.h>.
7131         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
7132         conditional variable definition.
7133         (__futimes): Update comment.
7134         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
7135         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
7136
7137         [BZ #16560]
7138         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
7139         arguments close to 0.
7140         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
7141         Likewise.
7142         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
7143         Likewise.
7144         * math/auto-libm-test-in: Add more tests of exp10.
7145         * math/auto-libm-test-out: Regenerated.
7146         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
7147
7148         * sysdeps/unix/sysv/linux/kernel-features.h
7149         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
7150         * sysdeps/unix/sysv/linux/readv.c: Do not include
7151         <kernel-features.h>.
7152         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
7153         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
7154         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
7155         unconditional.
7156         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
7157         conditional code.
7158         * sysdeps/unix/sysv/linux/writev.c: Do not include
7159         <kernel-features.h>.
7160         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
7161         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
7162         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
7163         unconditional.
7164         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
7165         conditional code.
7166
7167 2014-06-25  Will Newton  <will.newton@linaro.org>
7168
7169         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
7170         comment changes throughout the file.  Remove checks
7171         for HAVE_*_H definitions that are not required.
7172         (__gen_tempname): Call abort if an unknown kind value is
7173         passed.
7174
7175 2014-06-25  Andreas Schwab  <schwab@suse.de>
7176
7177         [BZ #17086]
7178         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
7179         scalbln, scalblnf, scalblnl in libc.
7180
7181 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
7182
7183         [BZ #17086]
7184         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
7185         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
7186         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
7187
7188 2014-06-24  Roland McGrath  <roland@hack.frob.com>
7189
7190         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
7191         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
7192         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
7193         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
7194         Update #include.
7195         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
7196         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
7197         Update #include.
7198         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
7199         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
7200         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
7201         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
7202         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
7203         * sysdeps/x86/bits/pthreadtypes.h: ... here.
7204         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
7205         * sysdeps/x86/bits/semaphore.h: ... here.
7206         * sysdeps/x86/nptl/elide.h: Moved ...
7207         * sysdeps/x86/elide.h: ... here.
7208         * sysdeps/x86_64/nptl/Implies: File removed.
7209         * sysdeps/i386/nptl/Implies: File removed.
7210
7211 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
7212
7213         [BZ #16539]
7214         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
7215         return the argument for normal arguments with exponent below -64.
7216         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
7217         Likewise.
7218         * math/auto-libm-test-in: Add another test of expm1.
7219         * math/auto-libm-test-out: Regenerated.
7220
7221         [BZ #16287]
7222         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
7223         calling __erfcl for arguments at least 16.
7224         * math/auto-libm-test-in: Add more tests of erf.
7225         * math/auto-libm-test-out: Regenerated.
7226
7227         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
7228         individual architectures.
7229         * sysdeps/unix/sysv/linux/configure: Regenerated.
7230         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
7231         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
7232         * sysdeps/unix/sysv/linux/powerpc/configure.ac
7233         (ldd_rewrite_script): Define variable.
7234         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
7235         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
7236         file.
7237         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
7238         generated file.
7239         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
7240         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
7241         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
7242         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
7243         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
7244         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
7245         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
7246         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
7247
7248 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
7249
7250         [BZ #17084]
7251         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
7252         Rename member __data.d to __data.__elision_data.
7253
7254 2014-06-24  Wilco  <wdijkstr@arm.com>
7255
7256         * NEWS: Add 16918 to fixed bug list.
7257
7258 2014-06-24  Wilco  <wdijkstr@arm.com>
7259
7260         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
7261
7262 2014-06-24  Wilco  <wdijkstr@arm.com>
7263
7264         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
7265         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
7266         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
7267         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
7268         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
7269         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
7270         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
7271         Use _FPU_MASK_RM.
7272
7273 2014-06-24  Wilco  <wdijkstr@arm.com>
7274
7275         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
7276
7277 2014-06-24  Wilco  <wdijkstr@arm.com>
7278
7279         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
7280         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
7281         * sysdeps/arm/fesetround.c (fesetround): Remove space.
7282         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
7283
7284 2014-06-24  Wilco  <wdijkstr@arm.com>
7285
7286         [BZ #16918]
7287         * sysdeps/arm/feupdateenv.c (feupdateenv):
7288         Rewrite to reduce FPSCR accesses and fix return value.
7289
7290 2014-06-24  Wilco  <wdijkstr@arm.com>
7291
7292         * sysdeps/arm/fclrexcpt.c (feclearexcept):
7293         Optimize to avoid unnecessary FPSCR writes.
7294         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
7295         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
7296         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
7297         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
7298
7299 2014-06-24  Wilco  <wdijkstr@arm.com>
7300
7301         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
7302         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
7303         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
7304         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
7305         Call libc_fetestexcept_vfp.
7306         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
7307         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
7308         __SOFTFP__ ifdef so that they can be built for softfp.
7309
7310 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
7311
7312         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
7313         argument type signed char.
7314
7315         * Makerules (check-abi): Dump diff of symlist if the test
7316         fails.
7317
7318 2014-06-23  Roland McGrath  <roland@hack.frob.com>
7319
7320         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
7321         using abort.
7322
7323         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
7324         Remove unused variable ST.
7325
7326 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
7327
7328         [BZ #16354]
7329         [BZ #17061]
7330         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
7331         small arguments before calling __expm1.
7332         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
7333         small arguments before calling __expm1f.
7334         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
7335         small arguments before calling __expm1l.
7336         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
7337         Likewise.
7338         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
7339         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
7340         spurious underflow for some cosh tests.
7341         * math/auto-libm-test-out: Regenerated.
7342         * sysdeps/i386/fpu/libm-test-ulps: Update.
7343
7344         [BZ #17050]
7345         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
7346         (__ieee754_y1): Set errno if return value overflows.
7347         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
7348         (__ieee754_y1f): Set errno if return value overflows.
7349         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
7350         (__ieee754_y1l): Set errno if return value overflows.
7351         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
7352         (__ieee754_y1l): Set errno if return value overflows.
7353         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
7354         * math/auto-libm-test-out: Regenerated.
7355
7356         * math/gen-auto-libm-tests.c: Document use of
7357         ignore-zero-inf-sign.
7358         (input_flag_type): Add value flag_ignore_zero_inf_sign.
7359         (input_flags): Add ignore-zero-inf-sign.
7360         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
7361         * math/gen-libm-test.pl (generate_testfile): Handle
7362         ignore-zero-inf-sign.
7363         * math/auto-libm-test-in: Mark some cpow tests with
7364         ignore-zero-inf-sign and some with xfail-rounding.
7365         * math/auto-libm-test-out: Regenerated.
7366         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
7367         * sysdeps/i386/fpu/libm-test-ulps: Update.
7368         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7369
7370         [BZ #16315]
7371         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
7372         overflowing or underflowing operations take place with sign of
7373         result.
7374         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
7375         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
7376         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
7377         (__ieee754_pow): Recompute overflowing and underflowing results in
7378         original rounding mode.
7379         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
7380         (__powl_helper): Allow negative argument X and scale negated value
7381         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
7382         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
7383         overflowing or underflowing operations take place with sign of
7384         result.
7385         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
7386         Include <math.h>.
7387         * math/auto-libm-test-in: Add more tests of pow.
7388         * math/auto-libm-test-out: Regenerated.
7389         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
7390         (pow_tonearest_test_data): Remove.
7391         (pow_test_tonearest): Likewise.
7392         (pow_towardzero_test_data): Likewise.
7393         (pow_test_towardzero): Likewise.
7394         (pow_downward_test_data): Likewise.
7395         (pow_test_downward): Likewise.
7396         (pow_upward_test_data): Likewise.
7397         (pow_test_upward): Likewise.
7398         (main): Don't call removed functions.
7399         * sysdeps/i386/fpu/libm-test-ulps: Update.
7400         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7401
7402 2014-06-23  Roland McGrath  <roland@hack.frob.com>
7403
7404         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
7405         Moved ...
7406         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
7407         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
7408         Moved ...
7409         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
7410         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
7411         Moved ...
7412         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
7413         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
7414         Moved ...
7415         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
7416         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
7417         File removed.
7418         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
7419         File removed.
7420         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
7421         File removed.
7422         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
7423         File removed.
7424         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
7425         File removed.
7426         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
7427         File removed.
7428         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
7429         File removed.
7430         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
7431         File removed.
7432         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
7433         File removed.
7434         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
7435         File removed.
7436         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
7437         File removed.
7438         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
7439         File removed.
7440         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
7441         Moved ...
7442         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
7443         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
7444         Moved ...
7445         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
7446         ... here.
7447         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
7448         Moved ...
7449         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
7450         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
7451         Moved ...
7452         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
7453         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
7454         Moved ...
7455         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
7456         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
7457         Moved ...
7458         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
7459         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
7460         Moved ...
7461         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
7462         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
7463         Moved ...
7464         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
7465         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
7466         Moved ...
7467         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
7468         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
7469         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
7470         ... here.
7471         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
7472         Moved ...
7473         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
7474         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
7475         Moved ...
7476         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
7477         ... here.
7478         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
7479         Moved ...
7480         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
7481         ... here.
7482         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
7483         Moved ...
7484         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
7485         ... here.
7486         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
7487         Moved ...
7488         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
7489         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
7490         Moved ...
7491         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
7492         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
7493         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
7494         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
7495         Moved ...
7496         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
7497         ... here.
7498         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
7499         Moved ...
7500         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
7501         ... here.
7502         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
7503         Moved ...
7504         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
7505         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
7506         Moved ...
7507         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
7508         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
7509         Moved ...
7510         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
7511         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
7512         Moved ...
7513         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
7514         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
7515         Moved ...
7516         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
7517         ... here.
7518         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
7519         Moved ...
7520         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
7521         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
7522         Moved ...
7523         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
7524         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
7525         Moved ...
7526         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
7527         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
7528         Moved ...
7529         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
7530         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
7531         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
7532         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
7533         Moved ...
7534         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
7535         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
7536         Moved ...
7537         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
7538         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
7539         Moved ...
7540         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
7541         ... here.
7542         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
7543         Moved ...
7544         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
7545         ... here.
7546         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
7547         Moved ...
7548         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
7549         ... here.
7550         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
7551         Moved ...
7552         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
7553         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
7554         Moved ...
7555         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
7556         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
7557         Moved ...
7558         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
7559         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
7560         Moved ...
7561         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
7562         ... here.
7563         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
7564         Moved ...
7565         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
7566         ... here.
7567         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
7568         Moved ...
7569         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
7570         ... here.
7571         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
7572         Moved ...
7573         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
7574         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
7575         Moved ...
7576         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
7577
7578 2014-06-23  Will Newton  <will.newton@linaro.org>
7579             Wilco  <wdijkstr@arm.com>
7580
7581         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
7582         implementation.  Include get-rounding-mode.h.
7583         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
7584         [!libc_feholdsetround_noex_ctx]: Define
7585         libc_feholdsetround_noex_ctx.
7586         [!libc_feholdsetround_noexf_ctx]: Define
7587         libc_feholdsetround_noexf_ctx.
7588         [!libc_feholdsetround_noexl_ctx]: Define
7589         libc_feholdsetround_noexl_ctx.
7590         (libc_feholdsetround_ctx): New function.
7591         (libc_feresetround_ctx): New function.
7592         (libc_feholdsetround_noex_ctx): New function.
7593         (libc_feresetround_noex_ctx): New function.
7594
7595 2014-06-23  Roland McGrath  <roland@hack.frob.com>
7596
7597         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
7598         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
7599         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
7600         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
7601         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
7602         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
7603
7604         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
7605         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
7606         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
7607         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
7608         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
7609         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
7610         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
7611         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
7612         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
7613         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
7614         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
7615         Moved ...
7616         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
7617         ... here.
7618         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
7619         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
7620         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
7621         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
7622         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
7623         Moved ...
7624         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
7625         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
7626         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
7627         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
7628         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
7629         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
7630         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
7631         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
7632         Moved ...
7633         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
7634         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
7635         Moved ...
7636         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
7637         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
7638         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
7639         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
7640         Moved ...
7641         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
7642         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
7643         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
7644         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
7645         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
7646         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
7647         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
7648         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
7649         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
7650         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
7651         Moved ...
7652         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
7653         ... here.
7654         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
7655         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
7656         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
7657         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
7658         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
7659         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
7660         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
7661         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
7662         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
7663         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
7664         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
7665         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
7666         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
7667         Moved ...
7668         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
7669         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
7670         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
7671         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
7672         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
7673         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
7674         Moved ...
7675         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
7676         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
7677         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
7678         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
7679         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
7680
7681         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
7682         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
7683         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
7684         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
7685         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
7686         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
7687         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
7688         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
7689         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
7690         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
7691         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
7692         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
7693         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
7694         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
7695         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
7696         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
7697         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
7698         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
7699         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
7700         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
7701         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
7702         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
7703         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
7704         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
7705         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
7706         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
7707         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
7708         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
7709
7710 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
7711
7712         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
7713         (FALLOC_FL_COLLAPSE_RANGE): New macro.
7714         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
7715         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
7716         (IPV6_PMTUDISC_INTERFACE): Likewise.
7717         (IPV6_PMTUDISC_OMIT): Likewise.
7718
7719 2014-06-23  Andreas Schwab  <schwab@suse.de>
7720
7721         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
7722         Remove unused errout label.
7723
7724 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7725
7726         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
7727         macro: hardware supports Vector Crypto instructions.
7728
7729 2014-06-23  Will Newton  <will.newton@linaro.org>
7730
7731         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
7732         rather than __builtin_expect.
7733
7734         * elf/dl-lookup.c (undefined_msg): Remove variable.
7735         (_dl_lookup_symbol_x): Replace undefined_msg with string
7736         literal.
7737
7738         * elf/dl-lookup.c (do_lookup_unique): New function.
7739         (do_lookup_x): Move STB_GNU_UNIQUE handling code
7740         to a separate function.
7741
7742 2014-06-23  Andreas Schwab  <schwab@suse.de>
7743
7744         [BZ #17079]
7745         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
7746         before reading the next line.
7747
7748 2014-06-23  Will Newton  <will.newton@linaro.org>
7749
7750         * test-skeleton.c (signal_handler): Use printf and %m
7751         rather than perror.  Use printf rather than fprintf to
7752         stderr.  Use puts rather than fputs to stderr.
7753         (main): Likewise.
7754
7755 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
7756
7757         * nscd/nscd.c (thread_info_t): Remove typedef.
7758         (thread_info): Remove variable.
7759
7760 2014-06-21  Allan McRae  <allan@archlinux.org>
7761
7762         * NEWS: Mention CVE-2014-4043.
7763
7764 2014-06-20  Roland McGrath  <roland@hack.frob.com>
7765
7766         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
7767         * nptl/smp.h: ... here.
7768
7769         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
7770
7771         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
7772         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
7773         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
7774         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
7775
7776         * nptl/allocatestack.c: Include <stack-aliasing.h>.
7777         * nptl/stack-aliasing.h: New file.
7778         * sysdeps/i386/i686/stack-aliasing.h: New file.
7779         * sysdeps/i386/i686/nptl/Makefile: File removed.
7780         * sysdeps/x86_64/stack-aliasing.h: New file.
7781         * sysdeps/x86_64/nptl/Makefile
7782         (CFLAGS-pthread_create.c): Variable removed.
7783
7784         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
7785         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
7786         old file.
7787         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
7788         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
7789         old file.
7790
7791 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
7792
7793         * sysdeps/unix/sysv/linux/arm/kernel-features.h
7794         (__ASSUME_SIGFRAME_V2): Remove macro.
7795         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
7796         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
7797         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
7798         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
7799         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
7800         Declare as function.  Remove conditional macro definitions.
7801         (__default_rt_sa_restorer): Likewise.
7802         (__default_sa_restorer_v1): Remove declaration.
7803         (__default_sa_restorer_v2): Likewise.
7804         (__default_rt_sa_restorer_v1): Likewise.
7805         (__default_rt_sa_restorer_v2): Likewise.
7806         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
7807         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
7808         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
7809
7810 2014-06-20  Roland McGrath  <roland@hack.frob.com>
7811
7812         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
7813         (libpthread-routines): Add sysdep.
7814         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
7815         * sysdeps/unix/sysv/linux/sparc/Versions
7816         (libpthread: GLIBC_2.3.3): New version set.
7817         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
7818         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
7819         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
7820         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
7821         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
7822         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
7823         Moved ...
7824         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
7825         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
7826         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
7827         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
7828         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
7829         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
7830         * sysdeps/sparc/nptl/sem_init.c: ... here.
7831         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
7832         * sysdeps/sparc/nptl/sem_post.c: ... here.
7833         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
7834         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
7835         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
7836         * sysdeps/sparc/nptl/sem_wait.c: ... here.
7837         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
7838         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
7839         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
7840         (libpthread-routines): Add cpu_relax.
7841         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
7842         File removed.
7843         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
7844         (librt: GLIBC_2.3.3): New version set.
7845         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
7846         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
7847         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
7848         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
7849         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
7850         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
7851         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
7852         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
7853         Moved ...
7854         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
7855         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
7856         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
7857         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
7858         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
7859         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
7860         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
7861         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
7862         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
7863         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
7864         Moved ...
7865         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
7866         Update #include.
7867         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
7868         Moved ...
7869         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
7870         Update #include.
7871         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
7872         Moved ...
7873         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
7874         Update #include.
7875         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
7876         Moved ...
7877         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
7878         Update #include.
7879         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
7880         Moved ...
7881         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
7882         Update #include.
7883         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
7884         Moved ...
7885         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
7886         Update #include.
7887         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
7888         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
7889         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
7890         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
7891         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
7892         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
7893         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
7894         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
7895         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
7896         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
7897         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
7898         Moved ...
7899         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
7900         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
7901         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
7902         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
7903         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
7904
7905 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
7906
7907         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
7908         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
7909         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
7910         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
7911         * nscd/nscd.c: Likewise.
7912         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
7913         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
7914         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
7915         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
7916
7917         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
7918         <kernel-features.h>.
7919         (init_mq_netlink): Remove conditional have_sock_cloexec
7920         definitions.  Remove code conditional on have_sock_cloexec < 0.
7921         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
7922         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
7923         * sysdeps/unix/sysv/linux/opensock.c: Do not include
7924         <kernel-features.h>.
7925         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
7926         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
7927
7928 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
7929
7930         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
7931         Add tests for memset_chk and memset.
7932
7933         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
7934         with AVX2_Usable.
7935
7936 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
7937
7938         [BZ #16046]
7939         * elf/tst-dl-iter-static.c: New file.
7940         * elf/Makefile (tests-static): Add tst-dl-iter-static.
7941
7942         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
7943         error.
7944
7945 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
7946
7947         * sysdeps/unix/sysv/linux/kernel-features.h
7948         (__ASSUME_F_GETOWN_EX): Remove macro.
7949         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
7950         <kernel-features.h>.
7951         (miss_F_GETOWN_EX): Remove variable or macro.
7952         (do_fcntl): Do not check miss_F_GETOWN_EX.
7953         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
7954
7955         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
7956         Remove macro.
7957         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
7958         [!__ASSUME_AT_RANDOM]: Remove conditional code.
7959         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
7960
7961         * sysdeps/unix/sysv/linux/kernel-features.h
7962         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
7963         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
7964         [ADJ_OFFSET_SS_READ]: Make code unconditional.
7965         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
7966
7967 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
7968
7969         [BZ #17075]
7970         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
7971         Fix calculation of the symbol's value.
7972         * sysdeps/arm/tst-armtlsdescloc.c: New file.
7973         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
7974         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
7975         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
7976         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
7977         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
7978         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
7979         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
7980         (modules-names): Add `tst-armtlsdescmod',
7981         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
7982         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
7983         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
7984         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
7985         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
7986         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
7987         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
7988         ($(objpfx)tst-armtlsdescloc): New dependency.
7989         ($(objpfx)tst-armtlsdescextnow): Likewise.
7990         ($(objpfx)tst-armtlsdescextlazy): Likewise.
7991         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
7992         TLS scheme support.
7993         * sysdeps/arm/configure: Regenerate.
7994
7995 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
7996
7997         * include/fcntl.h (__atfct_seterrno): Remove prototype.
7998         (__atfct_seterrno_2): Likewise.
7999         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
8000         <kernel-features.h>.
8001         (__ASSUME_ATFCTS): Do not undefine and redefine.
8002         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
8003         (__have_atfcts): Remove conditional definition.
8004         (__fxstatat([__NR_fstatat64]: Make code unconditional.
8005         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
8006         unreachable if [__ASSUME_ATFCTS].
8007         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
8008         not undefine and redefine.
8009         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
8010         <kernel-features.h>.
8011         (faccessat) [__NR_faccessat]: Make code unconditional.
8012         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
8013         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
8014         <kernel-features.h>.
8015         (fchmodat) [__NR_fchmodat]: Make code unconditional.
8016         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
8017         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
8018         <kernel-features.h>.
8019         (fchownat) [__NR_fchownat]: Make code unconditional.
8020         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
8021         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
8022         <kernel-features.h>.
8023         (futimesat) [__NR_futimesat]: Make code unconditional.
8024         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
8025         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
8026         <kernel-features.h>.
8027         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
8028         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
8029         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
8030         <kernel-features.h>.
8031         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
8032         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
8033         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
8034         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
8035         <kernel-features.h>.
8036         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
8037         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
8038         * sysdeps/unix/sysv/linux/linkat.c: Do not include
8039         <kernel-features.h>.
8040         (linkat) [__NR_linkat]: Make code unconditional.
8041         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
8042         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
8043         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
8044         <kernel-features.h>.
8045         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
8046         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
8047         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
8048         <kernel-features.h>.
8049         (mkdirat) [__NR_mkdirat]: Make code unconditional.
8050         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
8051         * sysdeps/unix/sysv/linux/openat.c: Do not include
8052         <kernel-features.h>.
8053         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
8054         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
8055         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
8056         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
8057         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
8058         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
8059         <kernel-features.h>.
8060         (readlinkat) [__NR_readlinkat]: Make code unconditional.
8061         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
8062         result of INLINE_SYSCALL directly, not via int variable.
8063         * sysdeps/unix/sysv/linux/renameat.c: Do not include
8064         <kernel-features.h>.
8065         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
8066         (renameat) [__NR_renameat]: Make code unconditional.
8067         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
8068         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
8069         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
8070         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
8071         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
8072         (__ASSUME_ATFCTS): Do not undefine and redefine.
8073         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
8074         <kernel-features.h>.
8075         (symlinkat) [__NR_symlinkat]: Make code unconditional.
8076         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
8077         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
8078         <kernel-features.h>.
8079         (unlinkat) [__NR_unlinkat]: Make code unconditional.
8080         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
8081         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
8082         (__ASSUME_ATFCTS): Do not undefine and redefine.
8083         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
8084         <kernel-features.h>.
8085         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
8086         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
8087         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
8088         <kernel-features.h>.
8089         (__xmknodat) [__NR_mknodat]: Make code unconditional.
8090         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
8091
8092 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
8093
8094         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
8095
8096 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
8097
8098         [BZ #17069]
8099         * posix/regcomp.c (parse_reg_exp): Deallocate partially
8100         constructed tree before returning error.
8101         * posix/bug-regexp36.c: Expand test case.
8102
8103 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
8104
8105         [BZ #6803]
8106         * math/libm-test.inc (scalbln_test_date):
8107         Add errno expectations.
8108         * math/w_scalblnf.c: New File.
8109         Add wrapper which checks for setting errno to ERANGE.
8110         Add weak_alias for corresponding scalbln function.
8111         * math/w_scalbln.c: Likewise.
8112         * math/w_scalblnl.c: Likewise.
8113         * math/Makefile (libm-calls): Add w_scalbln.
8114         * sysdeps/ieee754/flt-32/s_scalblnf.c:
8115         Remove weak_alias for corresponding scalbln function.
8116         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
8117         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
8118         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
8119         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
8120         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
8121         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
8122         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
8123         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
8124         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
8125         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
8126         Remove long_double_symbol for scalblnl function in libm, libc.
8127         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
8128         Add wrapper which checks for setting errno to ERANGE.
8129         Add long_double_symbol for scalblnl function in libm, libc.
8130         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
8131         Remove long_double_symbol for scalblnl in libm.
8132         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
8133         Add wrapper which checks for setting errno to ERANGE.
8134         Add long_double_symbol for scalblnl function in libm.
8135         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
8136         Do not use wrapper because of own implementation.
8137
8138 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
8139
8140         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
8141         3 bytes for __pad1 for x32.
8142         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
8143
8144 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
8145             H.J. Lu  <hongjiu.lu@intel.com>
8146
8147         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
8148         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
8149         * sysdeps/x86_64/multiarch/memset.S: Likewise.
8150         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
8151         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
8152
8153 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
8154
8155         [BZ #17069]
8156         * posix/regcomp.c (parse_expression): Deallocate partially
8157         constructed tree before returning error.
8158         * posix/Makefile.c (tests): Add bug-regex36.
8159         (generated): Add bug-regex36.mtrace.
8160         (tests-special): Add $(objpfx)bug-regex36-mem.out
8161         (bug-regex36-ENV): New variable.
8162         ($(objpfx)bug-regex36-mem.out): New rule.
8163         * posix/bug-regex36.c: New file.
8164
8165 2014-06-19  Will Newton  <will.newton@linaro.org>
8166
8167         * malloc/malloc.c (systrim): If extra is zero then return
8168         early.
8169
8170 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
8171
8172         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
8173
8174 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
8175
8176         * sysdeps/aarch64/strchr.S: New file.
8177
8178 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
8179
8180         [BZ #17022]
8181         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
8182         from arguments -2 or below.
8183         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
8184         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
8185
8186 2014-06-18  Andreas Schwab  <schwab@suse.de>
8187
8188         [BZ #17062]
8189         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
8190         of a bracket expr not to run off the end of the string.
8191         * posix/Makefile (tests): Add tst-fnmatch3.
8192         * posix/tst-fnmatch3.c: New file.
8193
8194 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
8195
8196         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
8197         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
8198         [$(cross-compiling) = no]: Likewise.
8199         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
8200         [$(cross-compiling) = no]: Likewise.
8201
8202 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
8203
8204         [BZ #17031]
8205         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
8206         double, adjusted for any remainder from the high double.
8207         * math/libm-test.inc (nearbyint): Add tests.
8208         (rint): Likewise.
8209
8210 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8211
8212         * nptl/sysdeps/powerpc/Makefile: Moved ...
8213         * sysdeps/powerpc/nptl/Makefile: ... here.
8214         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
8215         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
8216         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
8217         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
8218         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
8219         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
8220         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
8221         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
8222         * nptl/sysdeps/powerpc/tls.h: Moved ...
8223         * sysdeps/powerpc/nptl/tls.h: ... here.
8224
8225 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
8226
8227         [BZ #16681]
8228         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
8229         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
8230         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
8231         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
8232         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
8233         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
8234         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
8235         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
8236         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
8237
8238 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
8239
8240         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
8241
8242 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
8243
8244         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
8245         defined operator.
8246
8247         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
8248         $TIMEOUTFACTOR.
8249
8250 2014-06-16  Florian Weimer  <fweimer@redhat.com>
8251
8252         [BZ #17058]
8253         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
8254         non-executed part of the test.
8255
8256 2014-06-16  Andreas Schwab  <schwab@suse.de>
8257
8258         * string/bits/string2.h (strdup, strndup): Update feature guard.
8259
8260 2014-06-14  David S. Miller  <davem@davemloft.net>
8261
8262         * sysdeps/sparc/fpu/libm-test-ulps: Update.
8263
8264 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
8265
8266         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
8267         that was previously under [RESET_PID].
8268         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
8269
8270         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
8271         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
8272         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
8273         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
8274         (__libc_vfork): New strong alias.
8275         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
8276
8277 2014-06-14 Andi Kleen  <ak@linux.intel.com>
8278
8279         * sysdeps/generic/elide.h: New file.
8280
8281 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
8282
8283         * Makefile (installed-headers): Adjust path of pthread.h header.
8284
8285 2014-06-13  Roland McGrath  <roland@hack.frob.com>
8286
8287         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
8288         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
8289         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
8290         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
8291
8292         * nptl/sysdeps/s390/Makefile: Moved ...
8293         * sysdeps/s390/nptl/Makefile: ... here.
8294         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
8295         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
8296         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
8297         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
8298         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
8299         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
8300         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
8301         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
8302         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
8303         * sysdeps/s390/nptl/pthreaddef.h: ... here.
8304         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
8305         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
8306         * nptl/sysdeps/s390/tls.h: Moved ...
8307         * sysdeps/s390/nptl/tls.h: ... here.
8308
8309         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
8310         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
8311
8312 2014-06-13  David S. Miller  <davem@davemloft.net>
8313
8314         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
8315         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
8316         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
8317         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
8318         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
8319         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
8320         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
8321         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
8322         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
8323         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
8324         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
8325         Remove RESET_PID cpp guards.
8326         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
8327         Remove RESET_PID cpp guards.
8328         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
8329
8330 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
8331
8332         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
8333         __sp to uintptr_t.
8334
8335 2014-06-13  Andi Kleen  <ak@linux.intel.com>
8336
8337         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
8338         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
8339         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
8340         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
8341         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
8342         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
8343         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
8344         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
8345         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
8346         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
8347         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
8348         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
8349         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
8350         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
8351         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
8352         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
8353         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
8354         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
8355         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
8356         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
8357
8358         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
8359         (pthread_rwlock_rdlock): Add elision.
8360         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
8361         (pthread_rwlock_wrlock): Add elision.
8362         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
8363         (pthread_rwlock_trywrlock): Add elision.
8364         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
8365         (pthread_rwlock_tryrdlock): Add elision.
8366         * nptl/pthread_rwlock_unlock.c: Include elide.h.
8367         (pthread_rwlock_tryrdlock): Add elision unlock.
8368         * nptl/sysdeps/pthread/pthread.h:
8369         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
8370         (PTHREAD_RWLOCK_INITIALIZER,
8371         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
8372         Handle new elision field.
8373         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
8374         * sysdeps/arm/nptl/bits/pthreadtypes.h
8375         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8376         * sysdeps/sh/nptl/bits/pthreadtypes.h
8377         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8378         * sysdeps/tile/nptl/bits/pthreadtypes.h
8379         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8380         * sysdeps/a/nptl/bits/pthreadtypes.h
8381         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8382         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
8383         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8384         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
8385         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8386         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
8387         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8388         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
8389         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8390         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
8391         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8392         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
8393         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8394         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
8395         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8396         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
8397         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8398         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
8399         (elision_init): Set try_xbegin to zero when no RTM.
8400         * sysdeps/x86/nptl/bits/pthreadtypes.h
8401         (pthread_rwlock_t): Change __pad1 to __rwelision.
8402         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8403
8404 2014-06-13  Andi Kleen  <ak@linux.intel.com>
8405
8406         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
8407         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
8408         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
8409         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
8410
8411 2014-06-13  Meador Inge  <meadori@codesourcery.com>
8412
8413         [BZ #16996]
8414         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
8415         that the cached result has been set before returning it.
8416
8417 2014-06-12  Roland McGrath  <roland@hack.frob.com>
8418
8419         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
8420         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
8421         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
8422         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
8423         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
8424         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
8425
8426         * nptl/sysdeps/sparc/Makefile: Moved ...
8427         * sysdeps/sparc/nptl/Makefile: ... here.
8428         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
8429         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
8430         * nptl/sysdeps/sparc/tls.h: Moved ...
8431         * sysdeps/sparc/nptl/tls.h: ... here.
8432         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
8433         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
8434         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
8435         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
8436         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
8437         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
8438         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
8439         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
8440         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
8441         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
8442         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
8443         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
8444         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
8445         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
8446         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
8447         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
8448         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
8449         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
8450         Update #include.
8451         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
8452         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
8453         Update #include.
8454         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
8455         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
8456         Update #include.
8457         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
8458         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
8459         Update #include.
8460
8461         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
8462
8463         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
8464         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
8465
8466         * sysdeps/pthread/posix-timer.h: Include <list.h>.
8467         (struct list_links): Type removed.
8468         (struct thread_node, struct timer_node): Replace struct list_links
8469         with struct list_head.
8470         (list_unlink_ip): Likewise.
8471         * sysdeps/pthread/timer_routines.c
8472         (timer_free_list, thread_free_list, thread_active_list): Likewise.
8473         (list_append, list_insbefore): Likewise.
8474         (list_init): Function removed.
8475         (thread_init, init_module): Use INIT_LIST_HEAD instead.
8476         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
8477         * sysdeps/pthread/Makefile: ... here, new file.
8478
8479         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
8480         * sysdeps/nptl/Implies: ... here.
8481         * sysdeps/unix/sysv/linux/Implies: Add nptl.
8482         * nptl/sysdeps/pthread/list.h: Moved ...
8483         * include/list.h: ... here.
8484         * nptl/sysdeps/pthread/createthread.c: Moved ...
8485         * nptl/createthread.c: ... here.
8486         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
8487         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
8488         * nptl/pt-longjmp.c: ... here.
8489         * nptl/sysdeps/pthread/Makefile: Moved ...
8490         * sysdeps/nptl/Makefile: ... here.
8491         * nptl/sysdeps/pthread/Subdirs: Moved ...
8492         * sysdeps/nptl/Subdirs: ... here.
8493         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
8494         * sysdeps/nptl/aio_misc.h: ... here.
8495         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
8496         * sysdeps/nptl/bits/libc-lock.h: ... here.
8497         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
8498         * sysdeps/nptl/bits/libc-lockP.h: ... here.
8499         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
8500         * sysdeps/nptl/bits/stdio-lock.h: ... here.
8501         * nptl/sysdeps/pthread/configure: Moved ...
8502         * sysdeps/nptl/configure: ... here.
8503         * nptl/sysdeps/pthread/configure.ac: Moved ...
8504         * sysdeps/nptl/configure.ac: ... here.
8505         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
8506         * sysdeps/nptl/gai_misc.h: ... here.
8507         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
8508         * sysdeps/nptl/librt-cancellation.c: ... here.
8509         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
8510         * sysdeps/nptl/malloc-machine.h: ... here.
8511         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
8512         * sysdeps/nptl/pthread-functions.h: ... here.
8513         * nptl/sysdeps/pthread/pthread.h: Moved ...
8514         * sysdeps/nptl/pthread.h: ... here.
8515         * nptl/sysdeps/pthread/setxid.h: Moved ...
8516         * sysdeps/nptl/setxid.h: ... here.
8517         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
8518         * sysdeps/nptl/sigfillset.c: ... here.
8519         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
8520         * sysdeps/nptl/tcb-offsets.h: ... here.
8521         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
8522         * sysdeps/nptl/tst-mqueue8x.c: ... here.
8523         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
8524         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
8525         * nptl/sysdeps/pthread/allocalim.h: Moved ...
8526         * sysdeps/pthread/allocalim.h: ... here.
8527         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
8528         * sysdeps/pthread/bits/sigthread.h: ... here.
8529         * nptl/sysdeps/pthread/flockfile.c: Moved ...
8530         * sysdeps/pthread/flockfile.c: ... here.
8531         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
8532         * sysdeps/pthread/ftrylockfile.c: ... here.
8533         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
8534         * sysdeps/pthread/funlockfile.c: ... here.
8535         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
8536         * sysdeps/pthread/posix-timer.h: ... here.
8537         * nptl/sysdeps/pthread/timer_create.c: Moved ...
8538         * sysdeps/pthread/timer_create.c: ... here.
8539         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
8540         * sysdeps/pthread/timer_delete.c: ... here.
8541         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
8542         * sysdeps/pthread/timer_getoverr.c: ... here.
8543         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
8544         * sysdeps/pthread/timer_gettime.c: ... here.
8545         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
8546         * sysdeps/pthread/timer_routines.c: ... here.
8547         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
8548         * sysdeps/pthread/timer_settime.c: ... here.
8549         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
8550         * sysdeps/pthread/tst-timer.c: ... here.
8551         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
8552         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
8553
8554         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
8555         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
8556
8557         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
8558         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
8559         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
8560         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
8561         Update #include target.
8562         * nptl/sysdeps/i386/i686/Makefile: Moved ...
8563         * sysdeps/i386/i686/nptl/Makefile: ... here.
8564         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
8565         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
8566         Update #include target.
8567         * nptl/sysdeps/i386/i686/tls.h: Moved ...
8568         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
8569         * nptl/sysdeps/i386/Makefile: Moved ...
8570         * sysdeps/i386/nptl/Makefile: ... here.
8571         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
8572         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
8573         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
8574         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
8575         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
8576         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
8577         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
8578         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
8579         * sysdeps/i386/nptl/pthreaddef.h: ... here.
8580         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
8581         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
8582         * nptl/sysdeps/i386/tls.h: Moved ...
8583         * sysdeps/i386/nptl/tls.h: ... here.
8584
8585         * sysdeps/sh/Makefile [$(subdir) = csu]
8586         (gen-as-const-headers): Add tcb-offsets.sym.
8587         * nptl/sysdeps/sh/Makefile: File removed.
8588         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
8589         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
8590         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
8591         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
8592         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
8593         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
8594         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
8595         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
8596         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
8597         * sysdeps/sh/nptl/pthreaddef.h: ... here.
8598         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
8599         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
8600         * nptl/sysdeps/sh/tls.h: Moved ...
8601         * sysdeps/sh/nptl/tls.h: ... here.
8602         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
8603         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
8604         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
8605         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
8606         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
8607         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
8608         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
8609         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
8610         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
8611         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
8612         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
8613         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
8614         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
8615         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
8616         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
8617         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
8618         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
8619         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
8620         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
8621         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
8622         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
8623         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
8624         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
8625         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
8626         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
8627         Moved ...
8628         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
8629         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
8630         Moved ...
8631         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
8632         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
8633         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
8634         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
8635         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
8636         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
8637         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
8638         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
8639         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
8640         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
8641         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
8642         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
8643         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
8644         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
8645         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
8646         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
8647         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
8648         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
8649         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
8650
8651 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
8652
8653         * posix/spawn_faction_addopen.c: Include string.h.
8654
8655 2014-06-11  Roland McGrath  <roland@hack.frob.com>
8656
8657         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
8658         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
8659         * nptl/sysdeps/x86_64/Makefile: Moved ...
8660         * sysdeps/x86_64/nptl/Makefile: ... here.
8661         * nptl/sysdeps/x86_64/configure: Moved ...
8662         * sysdeps/x86_64/nptl/configure: ... here.
8663         * nptl/sysdeps/x86_64/configure.ac: Moved ...
8664         * sysdeps/x86_64/nptl/configure.ac: ... here.
8665         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
8666         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
8667         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
8668         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
8669         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
8670         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
8671         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
8672         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
8673         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
8674         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
8675         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
8676         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
8677         * nptl/sysdeps/x86_64/tls.h: Moved ...
8678         * sysdeps/x86_64/nptl/tls.h: ... here.
8679         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
8680         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
8681         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
8682         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
8683
8684         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
8685
8686 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8687
8688         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8689
8690 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
8691
8692         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
8693         type.
8694         [POSIX] (off_t): Likewise.
8695         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
8696         [POSIX] (S_ISBLK): Require macro.
8697         [POSIX] (S_ISCHR): Likewise.
8698         [POSIX] (S_ISDIR): Likewise.
8699         [POSIX] (S_ISFIFO): Likewise.
8700         [POSIX] (S_ISREG): Likewise.
8701         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
8702         optional-macro.
8703         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
8704         type.
8705         [POSIX] (time_t): Likewise.
8706         [POSIX] (timer_t): Likewise.
8707
8708 2014-06-11  Florian Weimer  <fweimer@redhat.com>
8709
8710         [BZ #17048]
8711         * posix/spawn_int.h (struct __spawn_action): Make the path string
8712         non-const to support deallocation.
8713         * posix/spawn_faction_addopen.c
8714         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
8715         * posix/spawn_faction_destroy.c
8716         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
8717         path in all spawn_do_open actions.
8718         * posix/tst-spawn.c (do_test): Exercise the copy operation in
8719         posix_spawn_file_actions_addopen.
8720
8721 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
8722
8723         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
8724         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
8725         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
8726         conditional code always true.
8727         (__libc_vfork): New alias.
8728
8729 2014-06-11  Roland McGrath  <roland@hack.frob.com>
8730
8731         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8732         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
8733
8734         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
8735
8736         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8737         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
8738
8739         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
8740         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
8741
8742         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8743         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
8744
8745 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
8746
8747         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
8748         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
8749         multiarch strcmp for PPC64.
8750         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
8751         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
8752         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
8753         multiarch optimizations.
8754         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
8755         (__libc_ifunc_impl_list): Likewise.
8756
8757 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
8758
8759         * benchtests/scripts/validate_benchout.py: New script.
8760         * benchtests/Makefile (bench-func): Call it.
8761         * benchtests/scripts/benchout.schema.json: New file.
8762
8763 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
8764
8765         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
8766         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
8767         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
8768         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
8769         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
8770         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
8771         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
8772         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
8773         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
8774         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
8775         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
8776         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
8777         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
8778         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
8779         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
8780         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
8781         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
8782         Moved ...
8783         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
8784         ... here.
8785         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
8786         Moved ...
8787         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
8788         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
8789         Moved ...
8790         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
8791         ... here.
8792         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
8793         Moved ...
8794         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
8795         ... here.
8796         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
8797         Moved ...
8798         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
8799         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
8800         Moved ...
8801         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
8802         ... here.
8803         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
8804         Moved ...
8805         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
8806         ... here.
8807         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
8808         Moved ...
8809         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
8810         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
8811         Moved ...
8812         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
8813         ... here.
8814         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
8815         Moved ...
8816         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
8817         ... here.
8818         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
8819         Moved ...
8820         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
8821         ... here.
8822         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
8823         Moved ...
8824         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
8825         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
8826         Moved ...
8827         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
8828         ... here.
8829         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
8830         Moved ...
8831         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
8832         ... here.
8833         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
8834         Moved ...
8835         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
8836         ... here.
8837         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
8838         Moved ...
8839         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
8840         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
8841         Moved ...
8842         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
8843         ... here.
8844         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
8845         Moved ...
8846         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
8847         ... here.
8848         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
8849         Moved ...
8850         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
8851         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
8852         Moved ...
8853         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
8854         ... here.
8855         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
8856         Moved ...
8857         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
8858         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
8859         Moved ...
8860         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
8861         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
8862         Moved ...
8863         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
8864         ... here.
8865         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
8866         Moved ...
8867         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
8868         ... here.
8869         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
8870         Moved ...
8871         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
8872         ... here.
8873         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
8874         Moved ...
8875         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
8876         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
8877         Moved ...
8878         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
8879         ... here.
8880         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
8881         Moved ...
8882         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
8883         ... here.
8884         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
8885         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
8886         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
8887         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
8888         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
8889         Moved ...
8890         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
8891         ... here.
8892         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
8893         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
8894         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
8895         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
8896         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
8897         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
8898         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
8899         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
8900         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
8901         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
8902         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
8903         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
8904         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
8905         Moved ...
8906         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
8907         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
8908         Moved ...
8909         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
8910         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
8911         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
8912         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
8913         Moved ...
8914         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
8915         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
8916         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
8917         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
8918         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
8919         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
8920         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
8921
8922 2014-06-10  Wilco  <wdijkstr@arm.com>
8923
8924         * math/test-fenv-return.c: New file.
8925         * math/Makefile: Add new test test-fenv-return.
8926
8927 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
8928
8929         [BZ #17042]
8930         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
8931         when x - 1 is zero.
8932         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
8933         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
8934         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
8935         0.0L for an argument of 1.0L.
8936         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
8937         Likewise.
8938         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
8939         value when x - 1 is zero.
8940         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
8941         * sysdeps/i386/fpu/libm-test-ulps: Update.
8942         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8943
8944 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
8945
8946         [BZ #15119]
8947         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
8948
8949 2014-06-09  Roland McGrath  <roland@hack.frob.com>
8950
8951         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
8952         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
8953
8954 2014-06-09  Roland McGrath  <roland@hack.frob.com>
8955
8956         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8957         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
8958
8959         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8960         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
8961
8962         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8963         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
8964
8965         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8966         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
8967
8968         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
8969         if not already defined.
8970         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
8971         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
8972         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
8973         (TLS_INIT_TP): Use it.
8974         (TLS_DEFINE_INIT_TP): New macro.
8975         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
8976
8977 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
8978
8979         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
8980         constant.
8981         [POSIX] (IXANY): Likewise.
8982         [POSIX] (OLCUC): Likewise.
8983         [POSIX || POSIX2008] (CBAUD): Do not allow.
8984         [POSIX || POSIX2008] (DEFECHO): Likewise.
8985         [POSIX || POSIX2008] (ECHOCTL): Likewise.
8986         [POSIX || POSIX2008] (ECHOKE): Likewise.
8987         [POSIX || POSIX2008] (ECHOPRT): Likewise.
8988         [POSIX || POSIX2008] (EXTA): Likewise.
8989         [POSIX || POSIX2008] (EXTB): Likewise.
8990         [POSIX || POSIX2008] (FLUSHO): Likewise.
8991         [POSIX || POSIX2008] (LOBLK): Likewise.
8992         [POSIX || POSIX2008] (PENDIN): Likewise.
8993         [POSIX || POSIX2008] (SWTCH): Likewise.
8994         [POSIX || POSIX2008] (VDISCARD): Likewise.
8995         [POSIX || POSIX2008] (VDSUSP): Likewise.
8996         [POSIX || POSIX2008] (VLNEXT): Likewise.
8997         [POSIX || POSIX2008] (VREPRINT): Likewise.
8998         [POSIX || POSIX2008] (VSTATUS): Likewise.
8999         [POSIX || POSIX2008] (VWERASE): Likewise.
9000         (B*): Change to B[0123456789]*.
9001         * conform/data/time.h-data [POSIX || UNIX98]
9002         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
9003         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
9004         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
9005         [POSIX] (tm_*): Do not allow.
9006
9007 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
9008
9009         * Makefile (install): Don't set LANGUAGE.
9010         * Makefile.in (install): Likewise.
9011         * assert/Makefile (test-assert-ENV): Remove variable.
9012         (test-assert-perr-ENV): Likewise.
9013         * elf/Makefile (neededtest4-ENV): Likewise.
9014         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
9015         [$(cross-compiling) = no]: Don't set LANGUAGE.
9016         * io/ftwtest-sh (LANG): Remove variable.
9017         * libio/Makefile (tst-widetext-ENV): Likewise.
9018         * manual/install.texi (Running make install): Don't refer to
9019         environment settings for make install.
9020         * INSTALL: Regenerated.
9021         * nptl/tst-tls6.sh: Don't set LANG.
9022         * posix/globtest.sh (LANG): Remove variable.
9023         * string/Makefile (tester-ENV): Likewise.
9024         (inl-tester-ENV): Likewise.
9025         (noinl-tester-ENV): Likewise.
9026         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
9027         [$(cross-compiling) = no]: Don't set LANGUAGE.
9028         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
9029         without explicit environment settings.
9030
9031 2014-06-06  Roland McGrath  <roland@hack.frob.com>
9032
9033         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
9034         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
9035         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
9036         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
9037
9038 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
9039
9040         * crypt/crypt-private.h [DOS]: Add some includes taken from the
9041         other files in the crypt directory.
9042         * crypt/crypt.c: Remove duplicate includes.
9043         * crypt/crypt-entry.c: Likewise.
9044         * crypt/crypt_util.c: Likewise.
9045
9046 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
9047
9048         * Makeconfig (run-program-env): New variable.
9049         (run-program-prefix-before-env): Likewise.
9050         (run-program-prefix-after-env): Likewise.
9051         (run-program-prefix): Define in terms of new variables.
9052         (built-program-cmd-before-env): New variable.
9053         (built-program-cmd-after-env): Likewise.
9054         (built-program-cmd): Define in terms of new variables.
9055         (test-program-prefix-before-env): New variable.
9056         (test-program-prefix-after-env): Likewise.
9057         (test-program-prefix): Define in terms of new variables.
9058         (test-program-cmd-before-env): New variable.
9059         (test-program-cmd-after-env): Likewise.
9060         (test-program-cmd): Define in terms of new variables.
9061         * Rules (make-test-out): Use $(run-program-env).
9062         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
9063         (help): Do not mention environment variables.  Mention
9064         --timeoutfactor option.
9065         (timeoutfactor): New variable.
9066         (blacklist_exports): Remove function.
9067         (exports): Remove variable.
9068         (command): Do not include ${exports}.
9069         * manual/install.texi (Configuring and compiling): Do not mention
9070         test wrappers preserving environment variables.  Mention that last
9071         assignment to a variable must take precedence.
9072         * INSTALL: Regenerated.
9073         * benchtests/Makefile (run-bench): Use $(run-program-env).
9074         * catgets/Makefile ($(objpfx)test1.cat): Use
9075         $(built-program-cmd-before-env), $(run-program-env) and
9076         $(built-program-cmd-after-env).
9077         ($(objpfx)test2.cat): Do not specify environment variables
9078         explicitly.
9079         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
9080         $(run-program-env) and $(built-program-cmd-after-env).
9081         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
9082         $(run-program-env) and $(test-program-cmd-after-env).
9083         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
9084         explicitly.
9085         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
9086         run_program_env and test_program_cmd_after_env arguments.
9087         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
9088         * elf/tst-pathopt.sh: Use run_program_env argument.
9089         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
9090         $(test-wrapper-env) and $(run-program-env).
9091         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
9092         run_program_env arguments.
9093         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
9094         * intl/Makefile ($(objpfx)tst-gettext.out): Use
9095         $(test-program-prefix-before-env), $(run-program-env) and
9096         $(test-program-prefix-after-env).
9097         ($(objpfx)tst-gettext2.out): Likewise.
9098         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
9099         run_program_env and test_program_prefix_after_env arguments.
9100         * intl/tst-gettext2.sh: Likewise.
9101         * intl/tst-gettext4.sh: Do not set environment variables
9102         explicitly.
9103         * intl/tst-gettext6.sh: Likewise.
9104         * intl/tst-translit.sh: Likewise.
9105         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
9106         $(test-program-prefix-before-env), $(run-program-env) and
9107         $(test-program-prefix-after-env).
9108         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
9109         run_program_env and test_program_prefix_after_env arguments.
9110         * math/Makefile (run-regen-ulps): Use $(run-program-env).
9111         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
9112         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
9113         explicitly with each use of ${test_wrapper_env}.
9114         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
9115         $(test-program-prefix-before-env), $(run-program-env) and
9116         $(test-program-prefix-after-env).
9117         * posix/tst-getconf.sh: Do not set environment variables
9118         explicitly.
9119         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
9120         run_program_env and test_program_prefix_after_env arguments.
9121         * stdio-common/tst-printf.sh: Do not set environment variables
9122         explicitly.
9123         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
9124         $(test-program-prefix-before-env), $(run-program-env) and
9125         $(test-program-prefix-after-env).
9126         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
9127         run_program_env and test_program_prefix_after_env arguments.
9128         Split $test calls into $test_pre and $test.
9129         * timezone/Makefile (build-testdata): Use
9130         $(built-program-cmd-before-env), $(run-program-env) and
9131         $(built-program-cmd-after-env).
9132
9133 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9134
9135         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
9136         strlen for non SHARED builds.
9137
9138 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
9139
9140         * nptl/allocatestack.c (check_list): Inlined function...
9141         (__reclaim_stacks): ... here.
9142
9143 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
9144
9145         [BZ #15698]
9146         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
9147         memory overrun.
9148
9149 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
9150
9151         * Rules (make-test-out): Include
9152         LOCPATH=$(common-objpfx)localedata in default environment.
9153         * debug/Makefile (tst-chk1-ENV): Remove variable.
9154         (tst-chk2-ENV): Likewise.
9155         (tst-chk3-ENV): Likewise.
9156         (tst-chk4-ENV): Likewise.
9157         (tst-chk5-ENV): Likewise.
9158         (tst-chk6-ENV): Likewise.
9159         (tst-lfschk1-ENV): Likewise.
9160         (tst-lfschk2-ENV): Likewise.
9161         (tst-lfschk3-ENV): Likewise.
9162         (tst-lfschk4-ENV): Likewise.
9163         (tst-lfschk5-ENV): Likewise.
9164         (tst-lfschk6-ENV): Likewise.
9165         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
9166         (tst-iconv7-ENV): Likewise.
9167         * intl/Makefile (LOCPATH-ENV): Likewise.
9168         (tst-codeset-ENV): Likewise.
9169         (tst-gettext3-ENV): Likewise.
9170         (tst-gettext5-ENV): Likewise.
9171         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
9172         (tst-fopenloc-ENV): Likewise.
9173         (tst-fgetws-ENV): Remove variable.
9174         (tst-ungetwc1-ENV): Likewise.
9175         (tst-ungetwc2-ENV): Likewise.
9176         (bug-ungetwc2-ENV): Likewise.
9177         (tst-swscanf-ENV): Likewise.
9178         (bug-ftell-ENV): Likewise.
9179         (tst-fgetwc-ENV): Likewise.
9180         (tst-fseek-ENV): Likewise.
9181         (tst-ftell-partial-wide-ENV): Likewise.
9182         (tst-ftell-active-handler-ENV): Likewise.
9183         (tst-ftell-append-ENV): Likewise.
9184         * posix/Makefile (tst-fnmatch-ENV): Likewise.
9185         (tst-regexloc-ENV): Likewise.
9186         (bug-regex1-ENV): Likewise.
9187         (tst-regex-ENV): Likewise.
9188         (tst-regex2-ENV): Likewise.
9189         (bug-regex5-ENV): Likewise.
9190         (bug-regex6-ENV): Likewise.
9191         (bug-regex17-ENV): Likewise.
9192         (bug-regex18-ENV): Likewise.
9193         (bug-regex19-ENV): Likewise.
9194         (bug-regex20-ENV): Likewise.
9195         (bug-regex22-ENV): Likewise.
9196         (bug-regex23-ENV): Likewise.
9197         (bug-regex25-ENV): Likewise.
9198         (bug-regex26-ENV): Likewise.
9199         (bug-regex30-ENV): Likewise.
9200         (bug-regex32-ENV): Likewise.
9201         (bug-regex33-ENV): Likewise.
9202         (bug-regex34-ENV): Likewise.
9203         (bug-regex35-ENV): Likewise.
9204         (tst-rxspencer-ENV): Likewise.
9205         (tst-rxspencer-no-utf8-ENV): Likewise.
9206         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
9207         (tst-sscanf-ENV): Likewise.
9208         (tst-swprintf-ENV): Likewise.
9209         (tst-swscanf-ENV): Likewise.
9210         (test-vfprintf-ENV): Likewise.
9211         (scanf13-ENV): Likewise.
9212         (bug14-ENV): Likewise.
9213         (tst-grouping-ENV): Likewise.
9214         * stdlib/Makefile (tst-strtod-ENV): Likewise.
9215         (tst-strtod3-ENV): Likewise.
9216         (tst-strtod4-ENV): Likewise.
9217         (tst-strtod5-ENV): Likewise.
9218         (testmb2-ENV): Likewise./
9219         * string/Makefile (tst-strxfrm-ENV): Likewise.
9220         (tst-strxfrm2-ENV): Likewise.
9221         (bug-strcoll1-ENV): Likewise.
9222         (test-strcasecmp-ENV): Likewise.
9223         (test-strncasecmp-ENV): Likewise.
9224         * time/Makefile (tst-strptime-ENV): Likewise.
9225         (tst-ftime_l-ENV): Likewise.
9226         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
9227         (tst-mbrtowc-ENV): Likewise.
9228         (tst-wcrtomb-ENV): Likewise.
9229         (tst-mbrtowc2-ENV): Likewise.
9230         (tst-c16c32-1-ENV): Likewise.
9231         (tst-mbsnrtowcs-ENV): Likewise.
9232
9233 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
9234
9235         * manual/resource.texi (How to get information about the memory
9236         subsystem?): Fix typo.
9237         Reported by Peon de la Parra Ivan <peon@keba.com>
9238
9239 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
9240
9241         [BZ #16882]
9242         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
9243         (pthread_spin_lock): Branch out of spin loop to proper location.
9244         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
9245         (pthread_spin_lock): Likewise.
9246
9247         * nptl/tst-spin4.c: New test.
9248         * nptl/Makefile (tests): Add tst-spin4.
9249
9250 2014-06-03  Andreas Schwab  <schwab@suse.de>
9251
9252         [BZ #15946]
9253         * resolv/res_send.c (send_dg): Reload file descriptor after
9254         calling reopen.
9255
9256 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
9257
9258         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
9259
9260 2014-06-03  Richard Henderson  <rth@redhat.com>
9261
9262         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
9263         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
9264         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
9265         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
9266         in the SAVE_PID block.
9267         (__libc_vfork): New alias.
9268         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
9269
9270         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
9271         child in registers, not on the stack.  Remove RESET_PID conditionals.
9272         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
9273
9274 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
9275
9276         * sysdeps/aarch64/libm-test-ulps: Regenerate.
9277
9278 2014-06-03  Wilco  <wdijkstr@arm.com>
9279
9280         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
9281         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
9282         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
9283         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
9284         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
9285         Likewise.
9286
9287 2014-06-03  Wilco  <wdijkstr@arm.com>
9288
9289         * sysdeps/aarch64/fpu/math_private.h
9290         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
9291         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
9292         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
9293         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
9294         Fix declarations.
9295
9296 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
9297
9298         * crypt/crypt-private.h: Include ufc-crypt.h.
9299         (__b64_from_24bit): Declare extern.
9300         * crypt/crypt_util.c(__b64_from_24bit): New function.
9301         (b64t): New static const variable.
9302         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
9303         (b64t): Remove variable.
9304         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
9305         * crypt/sha256-crypt.c: Include crypt-private.h.
9306         (b64t): Remove variable.
9307         (__sha256_crypt_r): Remove b64_from_24bit and replace
9308         with __b64_from_24bit.
9309         * crypt/sha512-crypt.c: Likewise.
9310
9311 2014-06-02  Roland McGrath  <roland@hack.frob.com>
9312
9313         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
9314         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
9315         Label the code __libc_vfork rather than __vfork.
9316         [!NOT_IN_libc] (vfork): Define as weak alias.
9317         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
9318         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
9319         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
9320
9321 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
9322
9323         * malloc/malloc.c (malloc_info): Fix format specifier for
9324         n_mmaps.
9325
9326 2014-06-02  Wilco  <wdijkstr@arm.com>
9327
9328         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
9329         FPCR write.
9330
9331 2014-06-02  Wilco  <wdijkstr@arm.com>
9332
9333         [BZ #17009]
9334         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
9335         Rewrite to reduce FPCR/FPSR accesses.
9336
9337 2014-06-01  David S. Miller  <davem@davemloft.net>
9338
9339         * sysdeps/sparc/fpu/libm-test-ulps: Update.
9340
9341 2014-05-31  David S. Miller  <davem@davemloft.net>
9342
9343         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
9344         to occur in round to nearest mode when |x| >= 2.0
9345
9346 2014-05-30  Richard Henderson  <rth@twiddle.net>
9347
9348         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
9349         (PSEUDO_RET_NOERRNO): Remove.
9350         (ret): Don't redefine.
9351         (ret_NOERRNO): Define in terms of ret.
9352         (ret_ERRVAL): Likewise.
9353
9354         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
9355         use of PSEUDO_RET; perform the error check directly.
9356
9357 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
9358
9359         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
9360         with __int128_t.
9361
9362 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
9363
9364         * malloc/malloc (malloc_info): Fix formatting.
9365
9366 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
9367             Roland McGrath  <roland@hack.frob.com>
9368
9369         * malloc/malloc (malloc_info): Also print mmapped statistics.
9370
9371 2014-05-30  Roland McGrath  <roland@hack.frob.com>
9372
9373         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
9374         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
9375
9376 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
9377
9378         * malloc/malloc.c (malloc_info): Inline mi_arena.
9379
9380 2014-05-29  Richard Henderson  <rth@twiddle.net>
9381
9382         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
9383         Remove comma before expanding ASM_ARGS_##nr.
9384         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
9385         Make _x0 a strict output; make _x8 a strict input; adjust expansion
9386         of ASM_ARGS_##nr.
9387         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
9388         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
9389         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
9390         (ASM_ARGS_1): Add leading comma.
9391
9392         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
9393         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
9394         to __errno_location.
9395         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
9396         Remove the expected plt for __errno_location.
9397
9398         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9399         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
9400         call to __read_tp.
9401
9402         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9403         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
9404         it and break it down.
9405         (DOCARGS_0, DOCARGS_1): Do nothing.
9406         (DOCARGS_2): Update to store into the new stack frame.
9407         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
9408         (UNDOCARGS_1): Update to restore from the new stack frame.
9409         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
9410         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
9411
9412         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9413         (SINGLE_THREAD_P): New parameter for result regno.
9414         (PSEUDO): Update to match; use cbz instead of beq.
9415
9416         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9417         Use ENTRY to define the _nocancel entry point.  Share the syscall
9418         and syscall error check paths with the cancel path.
9419         (PSEUDO_END): New.
9420
9421         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
9422         whitespace; tabs before and after asm mnemonics.
9423
9424 2014-05-29  Eric Wong  <normalperson@yhbt.net>
9425
9426         [BZ #15132]
9427         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
9428         Call fstat64 or stat64 internally, depending on arguments passed.
9429         Replace stat buffer argument with file descriptor argument.
9430         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
9431         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
9432         Pass fd to __internal_statvfs instead of calling fstat64.
9433         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
9434         Pass fd to __internal_statvfs64 instead of calling fstat64.
9435         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
9436         Pass -1 to __internal_statvfs instead of calling stat64.
9437         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
9438         Pass -1 to __internal_statvfs64 instead of calling stat64.
9439
9440 2014-05-28  Roland McGrath  <roland@hack.frob.com>
9441
9442         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
9443         that was previously under [RESET_PID].
9444         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
9445
9446         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
9447         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
9448
9449 2014-05-27  Roland McGrath  <roland@hack.frob.com>
9450
9451         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
9452
9453         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
9454         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
9455
9456 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
9457
9458         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
9459
9460 2014-05-27  Andreas Schwab  <schwab@suse.de>
9461
9462         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
9463         TLS_INIT_TP macro.
9464         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
9465         * elf/rtld.c (init_tls, dl_main): Likewise.
9466         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
9467         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
9468         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
9469         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
9470         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
9471         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
9472         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
9473         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
9474         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
9475         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
9476         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
9477         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
9478         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
9479         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
9480         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
9481         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
9482         * sysdeps/generic/tls.h: Update description.
9483
9484 2014-05-27  Will Newton  <will.newton@linaro.org>
9485
9486         [BZ #16990]
9487         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
9488         and restore r2 rather than just restoring.
9489
9490 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
9491
9492         [BZ #16724]
9493         * libio/tst-ftell-append.c: New test case.
9494         * libio/Makefile (tests): Add test case.
9495         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
9496         append mode.
9497         * libio/wfileops.c (do_ftell_wide): Likewise.
9498
9499 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9500
9501         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9502
9503         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
9504         ...
9505         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
9506         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
9507         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
9508         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
9509         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
9510         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
9511         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
9512         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
9513         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
9514         Moved ...
9515         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
9516         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
9517         Moved ...
9518         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
9519         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
9520         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
9521         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
9522         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
9523         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
9524         ...
9525         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
9526         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
9527         Moved ...
9528         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
9529         here.
9530         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
9531         ...
9532         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
9533         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
9534         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
9535
9536         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
9537         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
9538         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
9539         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
9540
9541         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
9542         merge into ...
9543         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
9544         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
9545         ...
9546         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
9547         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
9548         ...
9549         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
9550         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
9551         Moved ...
9552         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
9553         here.
9554         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
9555         Moved ...
9556         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
9557         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
9558         Moved ...
9559         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
9560
9561         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
9562         conditional [RESET_PID].
9563         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
9564         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
9565         removed.
9566         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
9567         removed.
9568
9569         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
9570         <tcb-offsets.h>.
9571         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
9572         (__libc_vfork): New strong alias.
9573         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
9574         removed.
9575         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
9576         Removed.
9577
9578         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
9579         <tcb-offsets.h>.
9580         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
9581         (__libc_vfork): New strong alias.
9582         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
9583         removed.
9584         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
9585         removed.
9586
9587 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
9588
9589         * malloc/malloc.c (mi_arena): New function.
9590         (malloc_info): Remove nested function mi_arena. Call non-nosted
9591         function mi_arena.
9592
9593 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9594
9595         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
9596         by insrwi.
9597         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
9598         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
9599         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
9600         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
9601         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
9602         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
9603         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
9604
9605 2014-05-26  Andreas Schwab  <schwab@suse.de>
9606
9607         [BZ #16984]
9608         * locale/programs/repertoire.c (repertoire_read): Add slash
9609         between I18NPATH element and file name.
9610         * locale/programs/locfile.c (locfile_read): Likewise.
9611
9612 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
9613
9614         * nptl/pthread_mutexattr_settype.c
9615         (__pthread_mutexattr_settype):
9616         Disable lock elision for PTHREAD_MUTEX_NORMAL.
9617
9618 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
9619
9620         * nptl/tst-mutex5 (do_test):
9621         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
9622
9623 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
9624
9625         * benchtests/README: Document 'init' directive.
9626         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
9627         BENCH_INIT.
9628         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
9629         (parse_file): Recognize 'init' directive.
9630
9631 2014-05-26  Kyle McMartin  <kyle@redhat.com>
9632
9633         [BZ #16796]
9634         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
9635         alignment of struct pthread.
9636
9637 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
9638
9639         [BZ #16878]
9640         * nscd/netgroupcache.c (addgetnetgrentX): Look for
9641         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
9642         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
9643         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
9644
9645 2014-05-25  Richard Henderson  <rth@twiddle.net>
9646
9647         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9648         (SINGLE_THREAD_P_PIC): Remove.
9649         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
9650         (SINGLE_THREAD_P_PIC): Remove.
9651
9652         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
9653         branch to syscall error ...
9654         (PSEUDO): ... here.
9655         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
9656         from __local_syscall_error to .Lsyscall_error.
9657         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
9658         (SYSCALL_ERROR): Update label name.
9659
9660         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9661         Do not use DOARGS/UNDOARGS.
9662         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
9663         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
9664         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
9665         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
9666         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
9667
9668         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
9669         block comment.
9670
9671         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
9672         define if !NOT_IN_libc.
9673         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
9674         define with non-default symbol versions.
9675
9676 2014-05-23  Richard Henderson  <rth@twiddle.net>
9677
9678         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
9679         (vfork, __vfork): Define via compat_symbol.
9680
9681         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
9682         [!HAVE_IFUNC] (vfork_compat): Remove.
9683         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
9684
9685 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
9686
9687         [BZ #16978]
9688         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
9689         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
9690         variable.
9691
9692 2014-05-23  Richard Henderson  <rth@twiddle.net>
9693
9694         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
9695         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
9696         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
9697         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
9698
9699         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
9700         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
9701         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
9702         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
9703         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
9704         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
9705         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
9706         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
9707         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
9708         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
9709         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
9710         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
9711         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
9712         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
9713         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
9714         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
9715         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
9716         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
9717         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
9718         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
9719         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
9720         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
9721         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
9722         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
9723         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
9724         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
9725         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
9726         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
9727         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
9728         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
9729         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
9730         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
9731         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
9732         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
9733         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
9734         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
9735         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
9736         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
9737         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
9738         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
9739         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
9740         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
9741         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
9742         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
9743         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
9744         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
9745         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
9746         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
9747         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
9748         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
9749         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
9750         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
9751         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
9752         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
9753         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
9754         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
9755
9756         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
9757         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
9758         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
9759         before exiting on error.
9760         (__libc_vfork): New strong alias.
9761         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
9762         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
9763
9764         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
9765         that was previously under [RESET_PID].
9766         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
9767
9768         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
9769
9770 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
9771
9772         [BZ #16977]
9773         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
9774         value when x - 1 is zero.
9775         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
9776         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
9777         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
9778         0.0L for an argument of 1.0L.
9779         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
9780         Likewise.
9781         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
9782         value when x - 1 is zero.
9783         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
9784         * sysdeps/i386/fpu/libm-test-ulps: Update.
9785         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9786
9787 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
9788
9789         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
9790         alphasort and versionsort.
9791
9792 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9793
9794         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
9795         macro.
9796         [copysignf]: Likewise.
9797
9798 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
9799
9800         * crypt/md5-crypt.c: Fix formatting.
9801
9802 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
9803
9804         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
9805         (b64_from_24bit): New function.
9806
9807 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9808
9809         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
9810         libc_hidden_builtin_def to ifunc.
9811         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
9812         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
9813
9814 2014-05-21  Roland McGrath  <roland@hack.frob.com>
9815
9816         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
9817         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
9818
9819 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
9820
9821         * nscd/Depend (linuxthreads): Remove.
9822         (nptl): Add.
9823         * resolv/Depend (linuxthreads): Remove.
9824         * rt/Depend (linuxthreads): Remove.
9825
9826         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
9827         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
9828         $(common-objpfx)elf/.
9829         (link-libc-before-gnulib): Likewise.
9830         (elfobjdir): Remove variable.
9831         * Makefile (install): Use $(elf-objpfx) instead of
9832         $(common-objpfx)elf/.
9833         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
9834         $(elfobjdir)/.
9835         (link-libc-deps): Likewise.
9836         ($(common-objpfx)libc.so): Likewise.
9837         ($(common-objpfx)linkobj/libc.so): Likewise.
9838         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
9839         instead of $(common-objpfx)elf/.
9840         (symbolic-link-list): Likewise.
9841         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
9842         [$(cross-compiling) = no]: Likewise.
9843         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
9844         $(elfobjdir)/.
9845         (static-gnulib-arch): Likewise.
9846         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
9847         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
9848         $(common-objpfx)elf/.
9849
9850 2014-05-21  Richard Henderson  <rth@redhat.com>
9851
9852         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9853         (SINGLE_THREAD_P): Use the correct width load.  Fold
9854         into the ldr offset.
9855
9856         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
9857         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
9858
9859 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
9860
9861         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
9862         (libgcc_s_resume): Use __attribute_used__.
9863         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
9864         Likewise.
9865
9866 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9867
9868         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
9869         optimization when used with float constants.
9870
9871         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9872
9873 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
9874
9875         [BZ #16915]
9876         * locale/nl_langinfo_l.c: Make direct reference to every
9877         _nl_current_CATEGORY symbol.
9878         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
9879         (tests-static): Add tst-langinfo-static.
9880         (tests-special): Add tst-langinfo-static.out.
9881         ($(objpfx)tst-langinfo.out): Redirect output.
9882         ($(objpfx)tst-langinfo-static.out): New.
9883         * localedata/tst-langinfo.sh: Send output to stdout.
9884         * localedata/tst-langinfo-static.c: New file.
9885
9886         [BZ #16965]
9887         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
9888         when the shift amount is modulo the limb size.
9889
9890 2014-05-20  Richard Henderson  <rth@redhat.com>
9891
9892         [BZ #16967]
9893         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
9894         Change type of sa_flags from unsigned int to int.
9895
9896         [BZ #16966]
9897         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
9898
9899         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
9900
9901 2014-05-20  Will Newton  <will.newton@linaro.org>
9902
9903         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9904         Test the return value of the system call in the nocancel case.
9905
9906 2014-05-20  Will Newton  <will.newton@linaro.org>
9907             Yvan Roux  <yvan.roux@linaro.org>
9908
9909         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
9910         #include of asm/ptrace.h.
9911         (PTRACE_GET_THREAD_AREA): Remove #undef.
9912         (PTRACE_GETHBPREGS): Likewise.
9913         (PTRACE_SETHBPREGS): Likewise.
9914         (struct user_regs_struct): New structure.
9915         (struct user_fpsimd_struct): New structure.
9916         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
9917         #include of asm/ptrace.h and second #include of sys/user.h.
9918         (PTRACE_GET_THREAD_AREA): Remove #undef.
9919         (PTRACE_GETHBPREGS): Likewise.
9920         (PTRACE_SETHBPREGS): Likewise.
9921         (ELF_NGREG): Use new struct user_regs_struct.
9922         (elf_fpregset_t): Use new struct user_fpsimd_struct.
9923
9924 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9925
9926         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
9927         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
9928
9929 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
9930
9931         [BZ #16958]
9932         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
9933         membar to avoid block loads/stores to overlap previous stores.
9934
9935 2014-05-17  Richard Henderson  <rth@redhat.com>
9936
9937         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
9938         Create the __##syscall_name##_nocancel entry point.
9939         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
9940         Remove; let the sysdep-cancel.h code create it.
9941
9942 2014-05-17  David S. Miller  <davem@davemloft.net>
9943
9944         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
9945         Protect with __USE_GNU.
9946         (TIOCSET_TEMPT): Likewise.
9947         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
9948         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
9949         these are already provided in bits/ioctl-types.h
9950
9951 2014-05-16  Roland McGrath  <roland@hack.frob.com>
9952
9953         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
9954         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
9955
9956         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
9957         Use wait4 regardless of [__NR_waitpid].
9958
9959 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
9960
9961         PR libgcc/60166
9962         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
9963         (_FP_NANSIGN_Q): Set the quiet bit.
9964
9965 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
9966
9967         * benchtests/Makefile
9968         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
9969         not $(common-objpfx)math/libm.so.
9970         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
9971         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
9972         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
9973         $(common-objpfx)dlfcn/libdl.so.
9974         ($(objpfx)tst-audit8): Depend on $(libm), not
9975         $(common-objpfx)math/libm.so.
9976         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
9977         not $(common-objpfx)dlfcn/libdl.so.
9978         * math/Makefile
9979         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
9980         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
9981         [$(build-shared) = yes].
9982         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
9983         $(common-objpfx)nptl/libpthread.so.
9984         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
9985         $(common-objpfx)math/libm.so$(libm.so-version) or
9986         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
9987         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
9988         $(common-objpfx)dlfcn/libdl.so.
9989         * setjmp/Makefile (link-libm): Remove variable.
9990         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
9991         * stdio-common/Makefile (link-libm): Remove variable.
9992         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
9993         * stdlib/Makefile (link-libm): Remove variable.
9994         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
9995         ($(objpfx)tst-strtod-round): Likewise.
9996         ($(objpfx)tst-tininess): Likewise.
9997         ($(objpfx)tst-strtod-underflow): Likewise.
9998         ($(objpfx)tst-strtod6): Likewise.
9999         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
10000         $(libdl), not $(common-objpfx)nptl/libpthread.so and
10001         $(common-objpfx)dlfcn/libdl.so.
10002
10003 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10004
10005         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
10006         BSD terminal modes definitions.
10007
10008 2014-05-16  Roland McGrath  <roland@hack.frob.com>
10009
10010         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
10011         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
10012
10013         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
10014         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
10015         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
10016         Don't do #include_next.
10017         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
10018         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
10019         Don't do #include_next.
10020         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
10021         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
10022         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
10023         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
10024
10025 2014-05-16  Allan McRae  <allan@archlinux.org>
10026
10027         * po/sv.po: Update Swedish translation from translation project.
10028
10029         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
10030         in sed expression.
10031
10032 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
10033
10034         [BZ #16917]
10035         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
10036         errno if the TIOCGPTN ioctl fails with an error different than
10037         EINVAL.
10038         * login/tst-ptsname.c: New file.
10039         * login/Makefile (tests): Add tst-ptsname.
10040
10041         [BZ #16943]
10042         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
10043         and prlimit64.
10044
10045 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
10046
10047         [BZ #16849]
10048         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
10049         herrno to return EAI_AGAIN.
10050
10051 2014-05-14  Roland McGrath  <roland@hack.frob.com>
10052
10053         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
10054         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
10055         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
10056         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
10057         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
10058         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
10059         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
10060         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
10061         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
10062         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
10063         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
10064         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
10065         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
10066         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
10067         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
10068         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
10069         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
10070         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
10071         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
10072         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
10073         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
10074         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
10075         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
10076         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
10077         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
10078         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
10079         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
10080         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
10081         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
10082         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
10083         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
10084         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
10085         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
10086         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
10087         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
10088         Moved ...
10089         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
10090         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
10091         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
10092         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
10093         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
10094         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
10095         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
10096         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
10097         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
10098         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
10099         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
10100         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
10101         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
10102         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
10103         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
10104         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
10105         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
10106         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
10107         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
10108         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
10109         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
10110         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
10111         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
10112         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
10113         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
10114         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
10115         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
10116         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
10117         Moved ...
10118         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
10119         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
10120         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
10121         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
10122         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
10123         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
10124         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
10125         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
10126         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
10127         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
10128         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
10129         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
10130         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
10131         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
10132         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
10133         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
10134         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
10135         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
10136         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
10137         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
10138         Moved ...
10139         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
10140         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
10141         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
10142
10143         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
10144         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
10145         (libpthread-sysdep_routines): Add elision-related stuff here instead.
10146         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
10147         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
10148         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
10149         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
10150         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
10151         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
10152         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
10153         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
10154         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
10155         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
10156         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
10157         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
10158         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
10159         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
10160         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
10161         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
10162         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
10163         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
10164         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
10165         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
10166         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
10167         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
10168         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
10169         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
10170         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
10171         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
10172         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
10173         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
10174
10175         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
10176         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
10177
10178         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
10179         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
10180         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
10181         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
10182         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
10183         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
10184         Moved ...
10185         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
10186         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
10187         Moved ...
10188         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
10189         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
10190         Moved ...
10191         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
10192         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
10193         Moved ...
10194         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
10195         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
10196         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
10197         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
10198         Moved ...
10199         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
10200         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
10201         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
10202         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
10203         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
10204         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
10205         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
10206         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
10207         Moved ...
10208         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
10209         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
10210         Moved ...
10211         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
10212         ... here.
10213         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
10214         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
10215         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
10216         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
10217         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
10218         Moved ...
10219         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
10220         ... here.
10221         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
10222         Moved ...
10223         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
10224         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
10225         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
10226         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
10227         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
10228         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
10229         Moved ...
10230         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
10231         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
10232         Moved ...
10233         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
10234         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
10235         Moved ...
10236         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
10237         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
10238         Moved ...
10239         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
10240         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
10241         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
10242         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
10243         Moved ...
10244         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
10245         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
10246         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
10247         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
10248         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
10249         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
10250         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
10251         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
10252         Moved ...
10253         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
10254         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
10255         Moved ...
10256         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
10257         ... here.
10258         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
10259         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
10260         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
10261         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
10262         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
10263         Moved ...
10264         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
10265         ... here.
10266         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
10267         Moved ...
10268         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
10269         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
10270         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
10271         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
10272         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
10273         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
10274         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
10275         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
10276         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
10277         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
10278         Moved ...
10279         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
10280         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
10281         Moved ...
10282         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
10283         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
10284         Moved ...
10285         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
10286         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
10287         Moved ...
10288         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
10289         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
10290         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
10291         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
10292         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
10293         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
10294         Moved ...
10295         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
10296         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
10297         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
10298         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
10299         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
10300         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
10301         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
10302         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
10303         Moved ...
10304         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
10305         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
10306         Moved ...
10307         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
10308         ... here.
10309         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
10310         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
10311         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
10312         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
10313         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
10314         Moved ...
10315         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
10316         ... here.
10317         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
10318         Moved ...
10319         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
10320         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
10321         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
10322         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
10323         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
10324         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
10325         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
10326         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
10327         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
10328         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
10329         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
10330
10331         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
10332         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
10333
10334         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
10335         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
10336
10337         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
10338         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
10339         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
10340         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
10341         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
10342         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
10343         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
10344         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
10345         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
10346         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
10347         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
10348         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
10349         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
10350         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
10351         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
10352         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
10353         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
10354         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
10355         Moved ...
10356         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
10357         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
10358         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
10359         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
10360         Moved ...
10361         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
10362         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
10363         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
10364         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
10365         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
10366         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
10367         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
10368         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
10369         Moved ...
10370         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
10371         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
10372         Moved ...
10373         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
10374         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
10375         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
10376         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
10377         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
10378         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
10379         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
10380         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
10381         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
10382         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
10383         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
10384         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
10385         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
10386         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
10387         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
10388         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
10389         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
10390
10391         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
10392         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
10393         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
10394         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
10395         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
10396
10397         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
10398         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
10399         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
10400         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
10401         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
10402         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
10403         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
10404         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
10405         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
10406         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
10407
10408         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
10409         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
10410
10411         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
10412         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
10413         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
10414         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
10415         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
10416         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
10417         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
10418         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
10419         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
10420         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
10421         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
10422         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
10423         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
10424         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
10425         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
10426         Update #include.
10427         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
10428         Likewise.
10429         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
10430         Likewise.
10431         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
10432         Likewise.
10433         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
10434         Likewise.
10435         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
10436         Likewise.
10437         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
10438         Likewise.
10439         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
10440         Likewise.
10441         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
10442         Likewise.
10443         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
10444         Likewise.
10445         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
10446         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
10447         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
10448         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
10449         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
10450         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
10451         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
10452         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
10453         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
10454         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
10455         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
10456         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
10457         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
10458         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
10459         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
10460
10461         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
10462         that was previously under [RESET_PID].
10463         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
10464         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
10465         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
10466
10467         * sysdeps/i386/nptl/Implies: New file.
10468         * sysdeps/x86_64/nptl/Implies: New file.
10469         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
10470         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
10471         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
10472         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
10473
10474         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
10475         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10476         (__libc_vfork): New strong alias.
10477         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
10478         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
10479
10480         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
10481         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10482         (__libc_vfork): New strong alias.
10483         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
10484         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
10485
10486         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
10487         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10488         (__libc_vfork): New strong alias.
10489         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
10490         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
10491         * nptl/pt-vfork.c: New file.
10492         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
10493         (libpthread: GLIBC_2.20): New version set (empty).
10494
10495 2014-05-14  Will Newton  <will.newton@linaro.org>
10496
10497         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
10498         rather than #if.
10499
10500 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
10501
10502         [BZ #16564]
10503         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
10504         arguments with exponent 65 or above.
10505         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
10506         arguments 0x1p113L or above.
10507         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
10508         to arguments 0x1p107L or above.
10509         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
10510         positive arguments with exponent 65 or above.
10511         * math/auto-libm-test-in: Add more tests of log1p.
10512         * math/auto-libm-test-out: Regenerated.
10513
10514         [BZ #16928]
10515         * math/s_cacos.c (__cacos): Ensure zero real part of result from
10516         non-finite arguments is +0.
10517         * math/s_cacosf.c (__cacosf): Likewise.
10518         * math/s_cacosl.c (__cacosl): Likewise.
10519         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
10520         * sysdeps/i386/fpu/libm-test-ulps: Update.
10521         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10522
10523         [BZ #16927]
10524         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
10525         value.
10526         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
10527         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
10528         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
10529         for explicit high bit of mantissa when testing for argument equal
10530         to 1.
10531         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
10532         * sysdeps/i386/fpu/libm-test-ulps: Update.
10533         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10534
10535         [BZ #16516]
10536         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
10537         (__erf): Scale by 16 instead of 8 in potentially underflowing
10538         case.  Ensure exception if result actually underflows.
10539         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
10540         (__erff): Scale by 16 instead of 8 in potentially underflowing
10541         case.  Ensure exception if result actually underflows.
10542         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
10543         (efx8): Remove variable.
10544         (__erfl): Scale by 16 instead of 8 in potentially underflowing
10545         case.  Ensure exception if result actually underflows.
10546         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
10547         (efx8): Remove variable.
10548         (__erfl): Scale by 16 instead of 8 in potentially underflowing
10549         case.  Ensure exception if result actually underflows.
10550         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
10551         (efx8): Remove variable.
10552         (__erfl): Scale by 16 instead of 8 in potentially underflowing
10553         case.  Ensure exception if result actually underflows.
10554         * math/auto-libm-test-in: Add more tests of erf.
10555         * math/auto-libm-test-out: Regenerated.
10556
10557 2014-05-14  Andreas Schwab  <schwab@suse.de>
10558
10559         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
10560         Remove code conditionalized on USE___THREAD.
10561
10562         * config.h.in (HAVE_PT_CHOWN): Define as 0.
10563         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
10564         not definedness.
10565
10566 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
10567
10568         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
10569         Define unconditionally.
10570         (__ASSUME_O_CLOEXEC): Likewise.
10571         (__ASSUME_SOCK_CLOEXEC): Likewise.
10572         (__ASSUME_IN_NONBLOCK): Likewise.
10573         (__ASSUME_PIPE2): Likewise.
10574         (__ASSUME_EVENTFD2): Likewise.
10575         (__ASSUME_SIGNALFD4): Likewise.
10576         (__ASSUME_DUP3): Likewise.
10577         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
10578         (__ASSUME_DUP3): Do not define.
10579         (__ASSUME_EVENTFD2): Likewise.
10580         (__ASSUME_IN_NONBLOCK): Likewise.
10581         (__ASSUME_O_CLOEXEC): Likewise.
10582         (__ASSUME_PIPE2): Likewise.
10583         (__ASSUME_SIGNALFD4): Likewise.
10584         (__ASSUME_SOCK_CLOEXEC): Likewise.
10585         (__ASSUME_UTIMES): Undefine.
10586         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10587         (__ASSUME_UTIMES): Do not define.
10588         (__ASSUME_O_CLOEXEC): Likewise.
10589         (__ASSUME_SOCK_CLOEXEC): Likewise.
10590         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
10591         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
10592         0x020621].
10593         (__ASSUME_PIPE2): Likewise.
10594         (__ASSUME_EVENTFD2): Likewise.
10595         (__ASSUME_SIGNALFD4): Likewise.
10596         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
10597         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
10598         Do not define.
10599         (__ASSUME_EVENTFD2): Likewise.
10600         (__ASSUME_SIGNALFD4): Likewise.
10601         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
10602         (__ASSUME_32BITUIDS): Likewise.
10603         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
10604         (__ASSUME_IPC64): Likewise.
10605         (__ASSUME_ST_INO_64_BIT): Likewise.
10606         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
10607         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
10608         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10609         (__ASSUME_UTIMES): Do not define.
10610         (__ASSUME_PSELECT): Likewise.
10611         (__ASSUME_PPOLL): Likewise.
10612         (__ASSUME_O_CLOEXEC): Likewise.
10613         (__ASSUME_SOCK_CLOEXEC): Likewise.
10614         (__ASSUME_IN_NONBLOCK): Likewise.
10615         (__ASSUME_PIPE2): Likewise.
10616         (__ASSUME_EVENTFD2): Likewise.
10617         (__ASSUME_SIGNALFD4): Likewise.
10618         (__ASSUME_DUP3): Likewise.
10619         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
10620         (__ASSUME_UTIMES): Likewise.
10621         (__ASSUME_O_CLOEXEC): Likewise.
10622         (__ASSUME_SOCK_CLOEXEC): Likewise.
10623         (__ASSUME_IN_NONBLOCK): Likewise.
10624         (__ASSUME_PIPE2): Likewise.
10625         (__ASSUME_EVENTFD2): Likewise.
10626         (__ASSUME_SIGNALFD4): Likewise.
10627         (__ASSUME_DUP3): Likewise.
10628         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
10629         (__ASSUME_UTIMES): Likewise.
10630         (__ASSUME_O_CLOEXEC): Likewise.
10631         (__ASSUME_SOCK_CLOEXEC): Likewise.
10632         (__ASSUME_IN_NONBLOCK): Likewise.
10633         (__ASSUME_PIPE2): Likewise.
10634         (__ASSUME_EVENTFD2): Likewise.
10635         (__ASSUME_SIGNALFD4): Likewise.
10636         (__ASSUME_DUP3): Likewise.
10637         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
10638         Likewise.
10639         (__ASSUME_UTIMES): Likewise.
10640         (__ASSUME_EVENTFD2): Likewise.
10641         (__ASSUME_SIGNALFD4): Likewise.
10642         * sysdeps/unix/sysv/linux/tile/kernel-features.h
10643         (__ASSUME_O_CLOEXEC): Likewise.
10644         (__ASSUME_SOCK_CLOEXEC): Likewise.
10645         (__ASSUME_IN_NONBLOCK): Likewise.
10646         (__ASSUME_PIPE2): Likewise.
10647         (__ASSUME_EVENTFD2): Likewise.
10648         (__ASSUME_SIGNALFD4): Likewise.
10649         (__ASSUME_DUP3): Likewise.
10650         (__ASSUME_UTIMES): Undefine.
10651
10652         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
10653         feclearexcept.  Remove symbol versioning code.
10654         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
10655         symbol versioning code.
10656         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
10657         symbol versioning code.
10658         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
10659         feupdateenv.  Remove symbol versioning code.
10660         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
10661         fegetexceptflag.  Remove symbol versioning code.
10662         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
10663         fesetexceptflag.  Remove symbol versioning code.
10664         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
10665         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
10666         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
10667         (__posix_fadvise64_l32): Remove prototype.
10668         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
10669         code.
10670
10671 2014-05-13  Roland McGrath  <roland@hack.frob.com>
10672
10673         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
10674         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
10675         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
10676         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
10677
10678 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
10679
10680         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
10681         current working directory
10682
10683 2014-05-13  Roland McGrath  <roland@hack.frob.com>
10684
10685         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
10686         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
10687         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
10688         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
10689         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
10690         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
10691         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
10692         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
10693         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
10694         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
10695         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
10696         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
10697         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
10698         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
10699         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
10700         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
10701         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
10702         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
10703         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
10704         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
10705         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
10706         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
10707         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
10708         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
10709         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
10710         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
10711         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
10712         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
10713         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
10714         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
10715         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
10716         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
10717         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
10718         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
10719         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
10720         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
10721         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
10722         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
10723         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
10724         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
10725         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
10726         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
10727
10728         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
10729         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
10730
10731         * sysdeps/unix/sysv/linux/arm/Makefile
10732         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
10733         Add rt-aeabi_unwind_cpp_pr1.
10734         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
10735         Add nptl-aeabi_unwind_cpp_pr1.
10736         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
10737         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
10738         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
10739         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
10740         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
10741         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
10742
10743         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
10744         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
10745         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
10746         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
10747
10748         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
10749         Deconditionalize the code that was previously under [RESET_PID].
10750         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
10751
10752         * sysdeps/generic/exit-thread.h: New file.
10753         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
10754         * include/unistd.h (__exit_thread): Remove declaration.
10755         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
10756         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
10757         * csu/libc-start.c: Include <exit-thread.h>.
10758         (LIBC_START_MAIN): Pass no argument to __exit_thread.
10759         * nptl/pthread_create.c: Include <exit-thread.h>.
10760         (start_thread): Call __exit_thread in place of __exit_thread_inline.
10761         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
10762         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
10763         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
10764         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
10765         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
10766         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
10767         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
10768         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
10769         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
10770         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
10771         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
10772         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
10773         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
10774         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
10775         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
10776         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
10777
10778 2014-05-13  Andreas Schwab  <schwab@suse.de>
10779
10780         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
10781
10782 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
10783
10784         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
10785         (__ASSUME_UTIMES): Do not condition on kernel version.
10786         (__ASSUME_PSELECT): Define unconditionally.
10787         (__ASSUME_PPOLL): Likewise.
10788         (__ASSUME_ATFCTS): Likewise.
10789         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
10790         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
10791         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
10792         (__ASSUME_UTIMENSAT): Define unconditionally.
10793         (__ASSUME_PRIVATE_FUTEX): Likewise.
10794         (__ASSUME_FALLOCATE): Likewise.
10795         (__ASSUME_O_CLOEXEC): Likewise.
10796         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
10797         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
10798         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
10799         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
10800         (__ASSUME_IN_NONBLOCK): Likewise.
10801         (__ASSUME_PIPE2): Likewise.
10802         (__ASSUME_EVENTFD2): Likewise.
10803         (__ASSUME_SIGNALFD4): Likewise.
10804         (__ASSUME_DUP3): Likewise.
10805         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
10806         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
10807         (__ASSUME_AT_RANDOM): Likewise.
10808         (__ASSUME_PREADV): Likewise.
10809         (__ASSUME_PWRITEV): Likewise.
10810         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
10811         (__ASSUME_F_GETOWN_EX): Define unconditionally.
10812         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
10813         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
10814         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
10815         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10816         (__ASSUME_O_CLOEXEC): Define unconditionally.
10817         (__ASSUME_PSELECT): Do not undefine conditionally.
10818         (__ASSUME_PPOLL): Likewise.
10819         (__ASSUME_ATFCTS): Likewise.
10820         (__ASSUME_SET_ROBUST_LIST): Likewise.
10821         (__ASSUME_UTIMENSAT): Likewise.
10822         (__ASSUME_FDATASYNC): Define unconditionally.
10823         * sysdeps/unix/sysv/linux/arm/kernel-features.h
10824         (__ASSUME_SIGFRAME_V2): Likewise.
10825         )__ASSUME_EVENTFD2): Likewise.
10826         (__ASSUME_SIGNALFD4): Likewise.
10827         (__ASSUME_PSELECT): Do not undefine conditionally.
10828         (__ASSUME_PPOLL): Likewise.
10829         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10830         (__ASSUME_PSELECT): Define unconditionally.
10831         (__ASSUME_PPOLL): Likewise.
10832         (__ASSUME_O_CLOEXEC): Likewise.
10833         (__ASSUME_SOCK_CLOEXEC): Likewise.
10834         (__ASSUME_IN_NONBLOCK): Likewise.
10835         (__ASSUME_PIPE2): Likewise.
10836         (__ASSUME_EVENTFD2): Likewise.
10837         (__ASSUME_SIGNALFD4): Likewise.
10838         (__ASSUME_DUP3): Likewise.
10839         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
10840         (__ASSUME_O_CLOEXEC): Likewise.
10841         (__ASSUME_SOCK_CLOEXEC): Likewise.
10842         (__ASSUME_IN_NONBLOCK): Likewise.
10843         (__ASSUME_PIPE2): Likewise.
10844         (__ASSUME_EVENTFD2): Likewise.
10845         (__ASSUME_SIGNALFD4): Likewise.
10846         (__ASSUME_DUP3): Likewise.
10847         * sysdeps/unix/sysv/linux/mips/kernel-features.h
10848         (__ASSUME_EVENTFD2): Likewise.
10849         (__ASSUME_SIGNALFD4): Likewise.
10850         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
10851
10852 2014-05-12  Andreas Schwab  <schwab@suse.de>
10853
10854         [BZ #16932]
10855         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
10856         (_nss_nis_gethostbyname4_r): Return error if item length is larger
10857         than maximum RPC packet size.
10858         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
10859         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
10860         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
10861         (_nss_nis_getservbyport_r): Likewise.
10862
10863 2014-05-12  Will Newton  <will.newton@linaro.org>
10864
10865         * malloc/Makefile (tests): Add tst-mallopt.
10866         * malloc/tst-mallopt.c: New file.
10867
10868 2014-05-09  Roland McGrath  <roland@hack.frob.com>
10869
10870         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
10871         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
10872
10873 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10874
10875         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
10876         (tst-tlsmod6.so): Likewise.
10877
10878 2014-05-09  Roland McGrath  <roland@hack.frob.com>
10879
10880         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
10881
10882 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
10883
10884         [BZ #16064]
10885         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
10886         and <dl-procinfo.h>.
10887         (__fegetenv): Save SSE state in envp->__eip if supported.
10888         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
10889         envp->__eip if supported.
10890         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
10891         and <dl-procinfo.h>.
10892         (__fesetenv): Always set __eip, __cs_selector, __opcode,
10893         __data_offset and __data_selector in environment to 0.  Set SSE
10894         state if supported.
10895         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
10896         test-fenv-sse.
10897         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
10898         -mfpmath=sse.
10899         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
10900
10901 2014-05-09  Will Newton  <will.newton@linaro.org>
10902
10903         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
10904         and libc_relro_required for ARM.
10905         * sysdeps/arm/preconfigure: Regenerate.
10906
10907 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
10908             Stefan Liebler  <stli@linux.vnet.ibm.com>
10909
10910         * config.make.in (enable-lock-elision): New Makefile variable.
10911         * configure.ac: Likewise.
10912         * configure: Regenerate.
10913         * sysdeps/s390/configure.ac:
10914         Add check for gcc transactions support.
10915         * sysdeps/s390/configure: Regenerate.
10916         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
10917         Build elision files if enabled.
10918         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
10919         Add lock elision support for s390.
10920         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
10921         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
10922         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
10923         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
10924         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
10925         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
10926         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
10927         Likewise.
10928         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
10929         Likewise.
10930         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
10931         Likewise.
10932         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
10933         Likewise.
10934         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
10935         (__lll_timedlock_elision, __lll_lock_elision)
10936         (__lll_unlock_elision, __lll_trylock_elision)
10937         (lll_timedlock_elision, lll_lock_elision)
10938         (lll_unlock_elision, lll_trylock_elision): Add.
10939         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
10940         (pthread_mutex_t): Add lock elision support for s390.
10941
10942 2014-05-14  Wilco  <wdijkstr@arm.com>
10943
10944         * sysdeps/arm/fclrexcpt.c: Cleanup.
10945         * sysdeps/arm/fedisblxcpt.c: Cleanup.
10946         * sysdeps/arm/feenablxcpt.c: Cleanup.
10947         * sysdeps/arm/fegetenv.c: Cleanup.
10948         * sysdeps/arm/fegetexcept.c: Cleanup.
10949         * sysdeps/arm/fegetround.c: Cleanup.
10950         * sysdeps/arm/feholdexcpt.c: Cleanup.
10951         * sysdeps/arm/fesetenv.c: Cleanup.
10952         * sysdeps/arm/fesetround.c: Cleanup.
10953         * sysdeps/arm/feupdateenv.c: Cleanup.
10954         * sysdeps/arm/fgetexcptflg.c: Cleanup.
10955         * sysdeps/arm/fraiseexcpt.c: Cleanup.
10956         * sysdeps/arm/fsetexcptflg.c: Cleanup.
10957         * sysdeps/arm/ftestexcept.c: Cleanup.
10958         * sysdeps/arm/get-rounding-mode.h: Cleanup.
10959         * sysdeps/arm/setfpucw.c: Cleanup.
10960
10961 2014-05-09  Will Newton  <will.newton@linaro.org>
10962
10963         * sysdeps/arm/armv7/strcmp.S: New file.
10964         * NEWS: Mention addition of ARMv7 optimized strcmp.
10965
10966 2014-05-08  Roland McGrath  <roland@hack.frob.com>
10967
10968         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
10969         look for %.ac rather than %.in.
10970
10971         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
10972         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
10973         * sysdeps/mach/hurd/configure: Regenerated.
10974         * sysdeps/unix/sysv/linux/configure: Regenerated.
10975
10976         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
10977
10978 2014-05-07  Steve Ellcey  <sellcey@mips.com>
10979
10980         [BZ# 16922]
10981         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
10982         (LONG_SUB): Ditto.
10983         (PTR_SUB): Ditto.
10984
10985 2014-05-07  Andreas Schwab  <schwab@suse.de>
10986
10987         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
10988         when skipping over non-matching result from nscd.
10989
10990 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
10991
10992         [BZ #16876]
10993         * nptl/sockperf.c (client): Check socket return value.
10994
10995         [BZ #16877]
10996         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
10997         nscd security class.
10998
10999 2014-05-06  Roland McGrath  <roland@hack.frob.com>
11000
11001         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
11002         * sysdeps/arm/unwind.h: ... here.
11003
11004 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
11005
11006         [BZ# 16916]
11007         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
11008         Define.
11009
11010 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
11011
11012         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
11013         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
11014         multiarch strncpy for PPC64.
11015         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
11016         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
11017         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
11018         multiarch optimizations.
11019         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
11020         (__libc_ifunc_impl_list): Likewise.
11021         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
11022         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
11023         multiarch stpncpy for PPC64.
11024         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
11025         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
11026
11027 2014-05-06  Andreas Schwab  <schwab@suse.de>
11028
11029         [BZ #16912]
11030         * gmon/mcount.c (_MCOUNT_DECL): Use
11031         atomic_compare_and_exchange_bool_acq instead of
11032         catomic_compare_and_exchange_bool_acq.
11033
11034 2014-05-05  Roland McGrath  <roland@hack.frob.com>
11035
11036         * elf/Makefile (others, install-bin): Remove pldd.
11037         (pldd-modules): Variable removed.
11038         ($(objpfx)pldd): Target removed.
11039         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
11040         (others, install-bin): Append pldd here.
11041         ($(objpfx)pldd): New target.
11042
11043         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
11044         to 0, so the first #if test emitted later doesn't see it undefined.
11045         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
11046         * sysdeps/gnu/errlist.c: Regenerated.
11047
11048 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11049
11050         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
11051         [libc_hidden_builtin_def]: Define to empty value.
11052         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
11053         [libc_hidden_builtin_def]: Likewise.
11054         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
11055         [libc_hidden_builtin_def]: Likewise.
11056         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
11057         [libc_hidden_builtin_def]: Likewise.
11058         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
11059         __redirect_memcpy and define ifunc as default hidden symbol.
11060         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
11061         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
11062
11063 2014-05-04  Adam Conrad  <adconrad@0c3.net>
11064
11065         * locale/iso-4217.def: Reintroduce XDR currency.
11066
11067 2014-05-04  Allan McRae  <allan@archlinux.org>
11068
11069         * po/eo.po: Update Esperanto translation from translation project.
11070
11071 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
11072
11073         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
11074         and FEATURE_INDEX_MAX to 1.
11075         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
11076
11077 2014-05-01  Steve Ellcey  <sellcey@mips.com>
11078
11079         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
11080         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
11081         * iconvdata/big5.c (ONE_DIRECTION): Define.
11082         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
11083         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
11084         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
11085         * iconvdata/cp932.c (ONE_DIRECTION): Define.
11086         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
11087         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
11088         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
11089         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
11090         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
11091         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
11092         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
11093         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
11094         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
11095         * iconvdata/gbk.c (ONE_DIRECTION): Define.
11096         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
11097         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
11098         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
11099         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
11100         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
11101         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
11102         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
11103         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
11104         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
11105         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
11106         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
11107         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
11108         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
11109         * iconvdata/iso646.c (ONE_DIRECTION): Define.
11110         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
11111         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
11112         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
11113         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
11114         * iconvdata/johab.c (ONE_DIRECTION): Define.
11115         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
11116         * iconvdata/sjis.c (ONE_DIRECTION): Define.
11117         * iconvdata/t.61.c (ONE_DIRECTION): Define.
11118         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
11119         * iconvdata/tscii.c (ONE_DIRECTION): Define.
11120         * iconvdata/uhc.c (ONE_DIRECTION): Define.
11121         * iconvdata/unicode.c (ONE_DIRECTION): Define.
11122         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
11123         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
11124         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
11125
11126 2014-05-01  Roland McGrath  <roland@hack.frob.com>
11127
11128         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
11129         (_IO_JUMPS_OFFSET): Define to 0.
11130
11131         * nptl/sysdeps/pthread/bits/libc-lock.h
11132         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
11133         (__libc_lock_define_initialized_recursive): Always define using
11134         initializer.  Modern compilers treat uninitialized (implicit zero) and
11135         explicit zero initializers the same (i.e. put the datum in bss).
11136
11137 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
11138
11139         * nscd/nscd-client.h: Include <string.h>.
11140
11141 2014-05-01  David S. Miller  <davem@davemloft.net>
11142
11143         [BZ #16885]
11144         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
11145         multiple zero bytes exist at the end of a string.
11146         Reported by Aurelien Jarno <aurelien@aurel32.net>
11147
11148         * string/test-strcmp.c (check): Add explicit test for situations where
11149         there are multiple zero bytes after the first.
11150
11151 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
11152
11153         [BZ #16890]
11154         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
11155         when compiling wprintf.
11156         * stdio-common/tstdiomisc.c (t3): New function.
11157         (main): Call it.
11158
11159 2014-05-01  Steve Ellcey  <sellcey@mips.com>
11160
11161         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
11162         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
11163         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
11164         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
11165
11166 2014-05-01  Steve Ellcey  <sellcey@mips.com>
11167
11168         * stdlib/longlong.h: Updated from GCC.
11169
11170 2014-05-01  Will Newton  <will.newton@linaro.org>
11171             Bernard Ogden  <bernie.ogden@linaro.org>
11172
11173         * NEWS: Update fixed bug list.
11174
11175         [BZ #15119]
11176         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
11177
11178 2014-04-30  David S. Miller  <davem@davemloft.net>
11179
11180         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
11181         (libc_feholdexcept_setround_sparc_ctx): New function.
11182         (libc_fesetenv_sparc_ctx): Likewise.
11183         (libc_feupdateenv_sparc_ctx): Likewise.
11184         (libc_feholdsetround_sparc_ctx): Likewise.
11185         (libc_feholdexcept_setround_ctx): Define.
11186         (libc_feholdexcept_setroundf_ctx): Likewise.
11187         (libc_feholdexcept_setroundl_ctx): Likewise.
11188         (libc_fesetenv_ctx): Likewise.
11189         (libc_fesetenvf_ctx): Likewise.
11190         (libc_fesetenvl_ctx): Likewise.
11191         (libc_feupdateenv_ctx): Likewise.
11192         (libc_feupdateenvf_ctx): Likewise.
11193         (libc_feupdateenvl_ctx): Likewise.
11194         (libc_feresetround_ctx): Likewise.
11195         (libc_feresetroundf_ctx): Likewise.
11196         (libc_feresetroundl_ctx): Likewise.
11197         (libc_feholdsetround_ctx): Likewise.
11198         (libc_feholdsetroundf_ctx): Likewise.
11199         (libc_feholdsetroundl_ctx): Likewise.
11200
11201         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
11202         with __USE_GNU instead of XOPEN cpp guards.
11203
11204         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
11205         0.
11206
11207         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
11208         with XOPEN cpp guards.
11209
11210 2014-04-30  Julian Brown  <julian@codesourcery.com>
11211
11212         [BZ #16888]
11213         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
11214         handling.
11215
11216 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
11217
11218         [BZ #9894]
11219         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
11220         Change to 2.6.32.
11221         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
11222         * sysdeps/unix/sysv/linux/configure: Regenerated.
11223         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
11224         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
11225         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
11226         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
11227         * README: Update reference to required Linux kernel version.
11228         * manual/install.texi (Linux): Update reference to required Linux
11229         kernel headers version.
11230         * INSTALL: Regenerated.
11231
11232         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
11233         header inclusion.
11234         [POSIX] (limits.h): Likewise.
11235         [POSIX] (math.h): Likewise.
11236         [POSIX] (sys/wait.h): Likewise.
11237         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
11238         function.
11239         [POSIX] (stddef.h): Do not allow header inclusion.
11240
11241 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11242
11243         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
11244
11245 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
11246
11247         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
11248         Return immediately after lll_futex_wake.
11249
11250 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
11251
11252         [BZ #16791]
11253         * nscd/nscd-client.h (datahead_init_common): Initialize entire
11254         structure.
11255         (datahead_init_pos): Call datahead_init_common early.
11256         (datahead_init_neg): Likewise.
11257
11258         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
11259         datahead_init_neg): New functions.
11260         * nscd/aicache.c (addhstaiX): Use them.
11261         * nscd/grpcache.c (cache_addgr): Likewise.
11262         * nscd/hstcache.c (cache_addhst): Likewise.
11263         * nscd/initgrcache.c (addinitgroupsX): Likewise.
11264         * nscd/netgroupcache.c (do_notfound): Likewise.
11265         (addgetnetgrentX): Likewise.
11266         (addinnetgrX): Likewise.
11267         * nscd/pwdcache.c (cache_addpw): Likewise.
11268         * nscd/servicescache.c (cache_addserv): Likewise.
11269
11270 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
11271             Atsushi Onoe  <atsushi@onoe.org>
11272
11273         [BZ #14308]
11274         [BZ #12994]
11275         [BZ #13651]
11276         * resolv/res_query.c (__libc_res_nsearch): Return if at least
11277         one response is valid.
11278         * resolv/res_send.c (send_dg): Check for validity of other
11279         response if the current response is a referral.
11280
11281 2014-04-29  Steve Ellcey  <sellcey@mips.com>
11282
11283         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
11284
11285 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
11286
11287         [BZ #16823]
11288         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
11289         Always divide by positive zero when computing -Inf result.
11290         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
11291         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
11292
11293 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11294
11295         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
11296         FPSCR if value do not change.
11297         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
11298         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
11299         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
11300         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
11301         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
11302         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
11303         function.
11304
11305 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
11306
11307         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
11308         * sysdeps/unix/sysv/linux/hppa: Move directory from
11309         ports/systeps/unix/sysv/linux/hppa.
11310         * README: Update listing for hppa-*-linux-gnu.
11311
11312 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
11313
11314         [BZ #16754]
11315         * manual/stdio.texi (Hook functions): Fix types of stream hook
11316         functions.
11317         [BZ #16854]
11318         * socket/sys/socket.h: Fix typo in comment.
11319
11320 2014-04-28  Wilco  <wdijkstr@arm.com>
11321
11322         * sysdeps/arm/fenv_private.h: New file.
11323         * sysdeps/arm/math_private.h: New file.
11324         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
11325
11326 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
11327
11328         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
11329         with __int128_t.
11330         (La_x86_64_retval): Likewise.
11331
11332 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
11333
11334         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
11335         fpsr if value didn't change.
11336         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
11337         to fpcr if value didn't change.
11338         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
11339         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
11340         fpsr or fpcr if value didn't change.
11341         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
11342         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
11343         fpcr if value didn't change.
11344         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
11345         to fpsr if value didn't change.
11346
11347 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
11348
11349         * nptl/tst-sem3.c: Use test-skeleton.c
11350         (main): Rename to do_test.  Use return instead of
11351         exit.
11352         * nptl/tst-sem4.c: Use test-skeleton.c
11353         (main): Rename to do_test.
11354
11355 2014-04-22  David S. Miller  <davem@davemloft.net>
11356
11357         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
11358         (struct sigaction): New struct member __glibc_reserved0, change
11359         type of sa_flags to int.
11360
11361 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
11362
11363         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
11364         (COUNT_LEADING_ZEROS_0): Define for AArch64.
11365
11366 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
11367
11368         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
11369         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
11370
11371 2014-04-22  Will Newton  <will.newton@linaro.org>
11372             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
11373
11374         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
11375         (__longjmp): Add longjmp and longjmp_target SystemTap
11376         probes.
11377         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
11378         (__sigsetjmp): Add setjmp SystemTap probe.
11379
11380 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
11381
11382         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
11383         match manual order.
11384
11385 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11386
11387         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
11388
11389         * sysdeps/powerpc/fpu/fenv_private.h
11390         (libc_feholdexcept_setroundl_ctx): Define to
11391         libc_feholdexcept_setround_ppc_ctx.
11392         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
11393         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
11394         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
11395         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
11396
11397 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
11398
11399         * sysdeps/aarch64/math-tests.h: New file.
11400
11401 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
11402
11403         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
11404         New.
11405         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
11406         Check and set bit_AVX2_Usable.
11407         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
11408         macro.
11409         (bit_AVX2): Likewise.
11410         (index_AVX2_Usable): Likewise.
11411         (CPUID_AVX2): Likewise.
11412         (HAS_AVX2): Likewise.
11413
11414 2014-04-17  Will Newton  <will.newton@linaro.org>
11415
11416         * manual/setjmp.texi (System V contexts): Add note that
11417         calling setcontext on a context created by a call to a
11418         signal handler is undefined.  Update text to note that
11419         setcontext from a signal handler is possible but not
11420         recommended.
11421
11422         [BZ #16629]
11423         * stdlib/tst-setcontext.c: Include signal.h.
11424         (main): Check that the signal stack before and
11425         after swapcontext is the same.
11426
11427         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
11428         Re-implement to restore registers in user code and avoid
11429         rt_sigreturn system call.
11430
11431 2014-04-17  Wilco  <wdijkstr@arm.com>
11432
11433         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
11434         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
11435         * math/test-fenv.c: Skip exception trap tests on targets which only
11436         support non-stop mode.
11437
11438 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
11439             Wilco Dijkstra  <wilco.dijkstra@arm.com>
11440
11441         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
11442         (libc_feholdsetround_aarch64_ctx)
11443         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
11444         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
11445         (libc_feresetround_ctx, libc_feresetroundf_ctx)
11446         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
11447         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
11448         (libc_feresetround_noexl_ctx): Define.
11449
11450 2014-04-16  Richard Henderson  <rth@redhat.com>
11451
11452         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
11453
11454         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
11455         unwind tables.
11456
11457         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
11458         const from the non-libc, non-ldso copy.
11459
11460         * sysdeps/alpha/libm-test-ulps: Regenerate.
11461
11462 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
11463             Wilco Dijkstra  <wilco.dijkstra@arm.com>
11464
11465         * sysdeps/aarch64/fpu/math_private.h: New file.
11466
11467 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
11468
11469         * sysdeps/aarch64/libm-test-ulps: Regenerate.
11470
11471 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
11472
11473         [BZ #16275]
11474         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
11475         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
11476         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
11477         Intel MPX bound registers before _dl_profile_fixup.
11478         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
11479         registers after _dl_profile_fixup.  Save and restore bound
11480         registers bnd0/bnd1 when calling _dl_call_pltexit.
11481         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
11482         (LR_BND_OFFSET): Likewise.
11483         (LRV_BND0_OFFSET): Likewise.
11484         (LRV_BND1_OFFSET): Likewise.
11485
11486 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
11487
11488         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
11489         to...
11490         * sysdeps/mach/hurd/i386/tls.h: ... here.
11491         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
11492         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
11493         fields.
11494
11495 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
11496
11497         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
11498
11499 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
11500
11501         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
11502
11503 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
11504
11505         [BZ #14770]
11506         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
11507         * sysdeps/s390/configure: Regenerate.
11508
11509         [BZ #16824]
11510         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
11511         Set round-to-nearest internally to reduce error accumulation.
11512
11513 2014-04-16  Alan Modra  <amodra@gmail.com>
11514
11515         [BZ #16740]
11516         [BZ #16619]
11517         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
11518         * math/libm-test.inc (frexp_test_data): Add tests.
11519         * NEWS: Update fixed bug list.
11520
11521 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
11522
11523         * benchtests/Makefile: Depend on libraries in build directory.
11524         (bench-math): Separate out math tests.
11525         (bench-pthread): Separate out pthread tests.
11526         (bench): Include math and pthread tests.
11527
11528 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
11529
11530         [BZ #16831]
11531         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
11532         _dl_debug_initialize.
11533
11534         * configure.ac: Remove SELinux header check.
11535         * configure: Regenerate.
11536         * nscd/selinux.c (perms): Array of const char* to permission names.
11537         (nscd_request_avc_has_perm): Call security_deny_unknown to find
11538         default policy. Call string_to_security_class and string_to_av_perm to
11539         translate strings. Enforce default policy and call avs_has_perm with
11540         results of translated strings.
11541
11542 2014-04-13  David S. Miller  <davem@davemloft.net>
11543
11544         * sysdeps/sparc/fpu/libm-test-ulps: Update.
11545
11546 2014-04-12  Allan McRae  <allan@archlinux.org>
11547
11548         [BZ #16838]
11549         * manual/string.texi (Collation Functions): Fix qsort argument
11550         order in example.
11551         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
11552
11553 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
11554
11555         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
11556         Make the test a no-op if there are no exceptions defined.
11557
11558 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
11559
11560         * elf/Makefile (tests): make tst-dlopen-aout conditional on
11561         enable-hardcoded-path-in-tests
11562
11563 2014-04-11  Will Newton  <will.newton@linaro.org>
11564
11565         * benchtests/Makefile (extra-objs): Add json-lib.o.
11566         (bench-func): Tidy up JSON output.
11567         * benchtests/bench-skeleton.c: Include json-lib.h.
11568         (main): Use JSON library functions to do output of
11569         benchmark results.
11570         * benchtests/bench-timing-type.c (main): Output the
11571         timing type simply, leaving formatting to the user.
11572         * benchtests/json-lib.c: New file.
11573         * benchtests/json-lib.h: Likewise.
11574
11575 2014-04-11  Torvald Riegel  <triegel@redhat.com>
11576
11577         [BZ #15215]
11578         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
11579         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
11580         memory barriers.  Add comments.
11581         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
11582         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
11583         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
11584         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
11585         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
11586         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
11587
11588 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
11589
11590         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
11591         * sysdeps/s390/s390-64/configure.ac: ... this ...
11592         * sysdeps/s390/configure.ac: ... to here.
11593         * sysdeps/s390/s390-32/configure: Delete file.
11594         * sysdeps/s390/s390-64/configure: Delete file.
11595         * sysdeps/s390/configure: Regenerate.
11596
11597 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
11598
11599         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
11600
11601 2014-04-11  Will Newton  <will.newton@linaro.org>
11602
11603         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
11604         to zero if it is not defined elsewhere.  (mtrim): Test
11605         the value of MALLOC_DEBUG with #if rather than #ifdef.
11606
11607 2014-04-10 Torvald Riegel  <triegel@redhat.com>
11608
11609         * benchtests/pthread_once-inputs: New file.
11610         * benchtests/pthread_once-source.c: New file.
11611         * benchtests/README: Update documentation.
11612
11613 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
11614             H.J. Lu  <hongjiu.lu@intel.com>
11615
11616         [BZ #16275]
11617         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
11618         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
11619         * sysdeps/x86_64/configure: Regenerated.
11620         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
11621         macro.
11622         (REGISTER_SAVE_RAX): Likewise.
11623         (REGISTER_SAVE_RCX): Likewise.
11624         (REGISTER_SAVE_RDX): Likewise.
11625         (REGISTER_SAVE_RSI): Likewise.
11626         (REGISTER_SAVE_RDI): Likewise.
11627         (REGISTER_SAVE_R8): Likewise.
11628         (REGISTER_SAVE_R9): Likewise.
11629         (REGISTER_SAVE_BND0): Likewise.
11630         (REGISTER_SAVE_BND1): Likewise.
11631         (REGISTER_SAVE_BND2): Likewise.
11632         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
11633         bound registers when calling _dl_fixup.
11634
11635 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11636
11637         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
11638         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
11639         of its definition.
11640         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
11641         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
11642         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
11643         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
11644         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
11645         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
11646         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
11647
11648 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
11649
11650         [BZ #15514]
11651         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
11652         pathconf(_PC_NAME_MAX).
11653
11654 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11655
11656         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
11657         Remove macro usage.
11658         (__PTHREAD_SPINS): Move definition to ...
11659         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
11660         (__PTHREAD_SPINS): ... here.
11661         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
11662         (__PTHREAD_SPIN): Likewise.
11663         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
11664         (__PTHREAD_SPIN): Likewise.
11665         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
11666         (__PTHREAD_SPIN): Likewise.
11667         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
11668         (__PTHREAD_SPIN): Likewise.
11669         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
11670         (__PTHREAD_SPIN): Likewise.
11671         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
11672         (__PTHREAD_SPIN): Likewise.
11673         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
11674         (__PTHREAD_SPIN): Likewise.
11675         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
11676         (__PTHREAD_SPIN): Likewise.
11677         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
11678         (__PTHREAD_SPIN): Likewise.
11679         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
11680         (__PTHREAD_SPIN): Likewise.
11681         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
11682         (__PTHREAD_SPIN): Likewise.
11683         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
11684         (__PTHREAD_SPIN): Likewise.
11685
11686         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
11687         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
11688         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
11689         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
11690         imply folder.
11691         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
11692         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
11693         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
11694         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
11695         correct imply path.
11696         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
11697         strlen symbol for non multi-arch builds.
11698         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
11699         missing hidden_def and weak_alias.
11700
11701 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
11702
11703         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
11704
11705 2014-04-07  Will Newton  <will.newton@linaro.org>
11706
11707         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
11708         and contents.  [!_LIBC] Remove #ifndef and contents.
11709         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
11710         * string/memccpy.c (__memccpy): Use ANSI prototype.
11711         * string/memfrob.c (memfrob): Likewise.
11712         * string/strcoll.c (STRCOLL): Likewise.
11713         * string/strlen.c (strlen): Likewise.
11714         * string/strtok.c (STRTOK): Likewise.
11715         * string/strcat.c: Remove unused #include of memcopy.h.
11716         (strcat): Use ANSI prototype.
11717         * string/strchr.c: Remove unused #include of memcopy.h.
11718         (strchr): Use ANSI prototype.
11719         * string/strcmp.c: Remove unused #include of memcopy.h.
11720         (strcmp): Use ANSI prototype.
11721         * string/strcpy.c: Remove unused #include of memcopy.h.
11722         (strcpy): Use ANSI prototype.
11723
11724 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11725
11726         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
11727         * config.make.in (config-extra-cppflags): Set it from
11728         libc_extra_cppflags.
11729         * configure.ac (libc_extra_cflags): Make it accumulate over
11730         configure fragments.
11731         (libc_extra_cppflags): New flag.
11732         * configure. Regenerate.
11733         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
11734         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
11735         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
11736         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
11737
11738         [BZ #16815]
11739         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
11740         result for FE_DOWNWARD rounding mode.
11741         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
11742         Likewise.
11743         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11744
11745 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
11746
11747         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
11748         in function argument name.
11749
11750 2014-04-03  David Svoboda  <svoboda@cert.org>
11751
11752         [BZ #5666]
11753         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
11754         explicitly.
11755
11756 2014-04-03  Roland McGrath  <roland@hack.frob.com>
11757
11758         * elf/dl-unmap-segments.h: New file.
11759         * sysdeps/generic/ldsodefs.h
11760         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
11761         * elf/dl-close.c: Include <dl-unmap-segments.h>.
11762         * elf/dl-fptr.c: Likewise.
11763         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
11764         * sysdeps/aarch64/tlsdesc.c: Likewise.
11765         * sysdeps/arm/tlsdesc.c: Likewise.
11766         * sysdeps/i386/tlsdesc.c: Likewise.
11767         * sysdeps/tile/dl-runtime.c: Likewise.
11768         * sysdeps/x86_64/tlsdesc.c: Likewise.
11769         * elf/dl-load.h: New file.
11770         * elf/dl-load.c: Include it.
11771         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
11772         Macros moved to dl-load.h.
11773         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
11774         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
11775         Use _dl_unmap_segments in place of __munmap.
11776         Break out segment-mapping loop into ...
11777         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
11778
11779 2014-04-03  Will Newton  <will.newton@linaro.org>
11780
11781         * elf/dl-lookup.c (do_lookup_x): Remove comment
11782         referring to nested function and move variable
11783         declarations down to before first use.
11784
11785 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
11786
11787         [BZ #16799]
11788         [BZ #16800]
11789         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
11790         with 0 numerator.
11791         * math/s_catanf.c (__catanf): Likewise.
11792         * math/s_catanh.c (__catanh): Likewise.
11793         * math/s_catanhf.c (__catanhf): Likewise.
11794         * math/s_catanhl.c (__catanhl): Likewise.
11795         * math/s_catanl.c (__catanl): Likewise.
11796         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
11797         by positive zero when computing -Inf result.
11798         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
11799         (catanh_test): Likewise.
11800         * sysdeps/i386/fpu/libm-test-ulps: Update.
11801         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11802
11803         [BZ #16789]
11804         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
11805         instead of using underflowing value in computing result.
11806         * math/s_clog10.c (__clog10): Likewise.
11807         * math/s_clog10f.c (__clog10f): Likewise.
11808         * math/s_clog10l.c (__clog10l): Likewise.
11809         * math/s_clogf.c (__clogf): Likewise.
11810         * math/s_clogl.c (__clogl): Likewise.
11811         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
11812         (clog10_test): Likewise.
11813         * sysdeps/i386/fpu/libm-test-ulps: Update.
11814         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11815
11816 2014-04-02  Alan Modra  <amodra@gmail.com>
11817
11818         [BZ #16739]
11819         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
11820         output when value is near a power of two.  Use int64_t for lx and
11821         remove casts.  Use decimal rather than hex exponent constants.
11822         Don't use long double multiplication when double will suffice.
11823         * math/libm-test.inc (nextafter_test_data): Add tests.
11824         * NEWS: Add 16739 and 16786 to bug list.
11825
11826         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
11827
11828         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
11829
11830 2014-04-01  Will Newton  <will.newton@linaro.org>
11831
11832         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
11833         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
11834
11835 2014-04-01  Florian Weimer  <fweimer@redhat.com>
11836
11837         [BZ #13347]
11838         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
11839         * nptl/tst-setuid2.c: New file.
11840         * nptl/Makefile (xtests): Add tst-setuid2.
11841
11842 2014-04-01  Alan Modra  <amodra@gmail.com>
11843
11844         [BZ #16786]
11845         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
11846
11847 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
11848
11849         [BZ #6803]
11850         [BZ #6804]
11851         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
11852         set errno as appropriate.
11853         * math/w_scalbf.c (__scalbf): Likewise.
11854         * math/w_scalbl.c (__scalbl): Likewise.
11855         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
11856         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
11857         * math/libm-test.inc (scalb_test_data): Add errno expectations.
11858         Add more NaN tests.
11859
11860         [BZ #16349]
11861         * math/w_atan2.c: Include <errno.h>.
11862         (__atan2): Set errno for result underflowing to zero.
11863         * math/w_atan2f.c: Include <errno.h>.
11864         (__atan2f): Set errno for result underflowing to zero.
11865         * math/w_atan2l.c: Include <errno.h>.
11866         (__atan2l): Set errno for result underflowing to zero.
11867         * math/auto-libm-test-in: Don't allow missing errno for some atan2
11868         tests.
11869         * math/auto-libm-test-out: Regenerated.
11870
11871 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11872
11873         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
11874         Encode instruction correctly in little endian.
11875         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
11876         Likewise.
11877         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
11878         Likewise.
11879         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
11880         Likewise.
11881         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
11882         Likewise.
11883
11884 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
11885
11886         [BZ #9894]
11887         * sysdeps/unix/sysv/linux/kernel-features.h
11888         [__sparc__ && !__arch64__ && !__sparc_v9__]
11889         (__ASSUME_SET_ROBUST_LIST): Do not define.
11890         [__sparc__ && !__arch64__ && !__sparc_v9__]
11891         (__ASSUME_FUTEX_LOCK_PI): Likewise.
11892         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
11893         Likewise.
11894         * sysdeps/unix/sysv/linux/arm/kernel-features.h
11895         (__ASSUME_FUTEX_LOCK_PI): Undefine.
11896         (__ASSUME_REQUEUE_PI): Likewise.
11897         (__ASSUME_SET_ROBUST_LIST): Likewise.
11898         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
11899         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
11900         Undefine.
11901         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11902         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
11903         Likewise.
11904         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
11905         Likewise.
11906         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
11907         Likewise.
11908         * sysdeps/unix/sysv/linux/mips/kernel-features.h
11909         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
11910         Undefine.
11911         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
11912         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
11913         Likewise.
11914
11915         [BZ #16648]
11916         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11917         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
11918         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
11919
11920 2014-03-31  Will Newton  <will.newton@linaro.org>
11921
11922         * benchtests/Makefile (bench): Add ffs and ffsll to list
11923         of tests.
11924         * benchtests/ffs-inputs: New file.
11925         * benchtests/ffsll-inputs: Likewise.
11926
11927 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
11928
11929         [BZ #16770]
11930         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
11931         too large before casting to int.
11932         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
11933         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
11934         * math/libm-test.inc (scalb_test_data): Add more tests.
11935
11936 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
11937
11938         * benchtests/Makefile (DETAILED_OPT): New make option.
11939         (bench-func): Run benchmark program with -d if DETAILED_OPT is
11940         set.
11941         * benchtests/bench-skeleton.c: Include stdbool.h.
11942         (main): Store and print timings per input.
11943         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
11944         member to each argument value.
11945         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
11946         (_print_arg_data): Initialize per-input timing to 0.
11947
11948         * benchtests/Makefile (timing-type): New binary.
11949         (bench-clean): Also remove bench-timing-type.
11950         (bench): New target for timing-type.
11951         (bench-func): Print output in JSON format.
11952         * benchtests/bench-skeleton.c (main): Print output in JSON
11953         format.
11954         * benchtests/bench-timing-type.c: New file.
11955         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
11956         (TIMING_PRINT_STATS): Remove.
11957         * benchtests/scripts/bench.py (_print_arg_data): Store variant
11958         name separately.
11959
11960         * benchtests/bench-modf.c: Remove.
11961         * benchtests/modf-inputs: New inputs file.
11962
11963 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
11964
11965         [BZ #16362]
11966         * math/s_clog10.c (M_PI_LOG10E): New macro.
11967         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
11968         imaginary parts are 0.
11969         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
11970         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
11971         imaginary parts are 0.
11972         * math/s_clog10l.c (M_PI_LOG10El): New macro.
11973         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
11974         imaginary parts are 0.
11975         * math/libm-test.inc (clog10_test_data): Update expected results
11976         for when real and imaginary parts are 0.
11977
11978 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
11979
11980         * elf/dl-load.c: Finish conversion of __builtin_expect into
11981         __glibc_{un}likely.
11982
11983 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
11984
11985         [BZ #16348]
11986         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
11987         1+x for argument with exponent below -67.
11988         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
11989         Likewise.
11990         * math/auto-libm-test-in: Add more tests of exp.
11991         * math/auto-libm-test-out: Regenerated.
11992
11993 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
11994
11995         [BZ #16759]
11996         * inet/getnetgrent_r.c (get_nonempty_val): New function.
11997         (nscd_getnetgrent): Use it.
11998
11999         [BZ #16760]
12000         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
12001         of stpcpy.
12002
12003 2014-03-27  Andi Kleen  <ak@linux.intel.com>
12004
12005         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
12006         (lll_robust_lock, lll_cond_lock, lll_timedlock)
12007         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
12008         (lll_robust_unlock): Remove out of line section. Use cfi
12009         intrinsics.
12010         (LLL_STUB_UNWIND_INFO*): Remove.
12011         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
12012         (lll_robust_lock, lll_cond_lock, lll_timedlock)
12013         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
12014         (lll_robust_unlock): Remove out of line section. Use cfi
12015         intrinsics.
12016         (LLL_STUB_UNWIND_INFO*): Remove.
12017
12018 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
12019
12020         [BZ #16758]
12021         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
12022         blank values.
12023
12024 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
12025
12026         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
12027
12028 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
12029
12030         [BZ #16198]
12031         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
12032         fnstenv.
12033         * math/test-fenv-preserve.c: New file.
12034         * math/Makefile (tests): Add test-fenv-preserve.
12035
12036 2014-03-26  Will Newton <will.newton@linaro.org>
12037
12038         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
12039
12040 2014-03-25  Roland McGrath  <roland@hack.frob.com>
12041
12042         * scripts/versionlist.awk: Partition the version sets and emit all
12043         GLIBC_* (sorted) before all others (sorted).
12044
12045 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
12046
12047         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
12048         GLIBC_2.2.5 version.
12049
12050 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12051
12052         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
12053         calls.
12054
12055         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
12056         previous change.
12057
12058         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12059
12060 2014-03-25  Andreas Schwab  <schwab@suse.de>
12061
12062         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
12063         label to be used after in6ailist is initialized.
12064
12065 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12066
12067         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
12068         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
12069
12070 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
12071
12072         [BZ #16357]
12073         [BZ #16599]
12074         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
12075         min_plus_half.
12076         (fp_formats): Update initializers.
12077         (init_fp_formats): Initialize new field.
12078         (output_for_one_input_case): Allow underflow for results up to
12079         min_plus_half.
12080         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
12081         * math/auto-libm-test-in: Don't mark some underflows from asin and
12082         atanh as spurious.
12083         * math/auto-libm-test-out: Regenerated.
12084         * sysdeps/i386/fpu/libm-test-ulps: Update.
12085         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12086
12087 2014-03-25  Andreas Schwab  <schwab@suse.de>
12088
12089         * libio/Makefile (tst-ftell-partial-wide-ENV)
12090         (tst-ftell-active-handler-ENV): Define.
12091
12092 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
12093
12094         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
12095
12096 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
12097
12098         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
12099
12100 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
12101
12102         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
12103         * sysdeps/x86_64/fpu/multiarch/e_exp.c
12104         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
12105
12106 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
12107
12108         [BZ #16634]
12109         * elf/dl-load.c (open_verify): Add mode parameter.
12110         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
12111         (open_path): Change from boolean 'secure' to complete flag 'mode'
12112         (_dl_map_object): Adjust.
12113         * elf/Makefile (tests): Add tst-dlopen-aout.
12114         * elf/tst-dlopen-aout.c: New test.
12115
12116 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
12117
12118         [BZ #16714]
12119         * sysdeps/unix/sysv/linux/s390/bits/stat.h
12120         (struct stat): Rename member pad0 to __glibc_reserved0.
12121
12122         [BZ #16712]
12123         * sysdeps/s390/s390-32/bits/wordsize.h
12124         (__WORDSIZE32_SIZE_ULONG): New define.
12125         * sysdeps/s390/s390-64/bits/wordsize.h
12126         (__WORDSIZE32_SIZE_ULONG): Likewise.
12127         * sysdeps/generic/stdint.h (SIZE_MAX):
12128         Define as UL if __WORDSIZE32_SIZE_ULONG.
12129
12130         [BZ #16713]
12131         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
12132         (__glibc_reserved0): New variable.
12133         (sa_flags): Change type to int.
12134
12135         * posix/Makefile (before-compile): Use += before-compile instead
12136         of a :=.
12137
12138         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
12139         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
12140
12141 2014-03-20  Andreas Schwab  <schwab@suse.de>
12142
12143         [BZ #16743]
12144         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
12145         non-matching result from nscd.
12146
12147 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
12148
12149         * scripts/bench.py: Moved to ...
12150         * benchtests/scripts/bench.py: ... here.
12151         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
12152
12153 2014-03-24  Andreas Schwab  <schwab@suse.de>
12154
12155         [BZ #16002]
12156         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
12157         alloca_account and account alloca use for struct in6ailist.
12158
12159 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
12160
12161         [BZ #16284]
12162         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
12163         rounding mode to recompute results that overflow to infinity or
12164         underflow to zero.
12165         * math/auto-libm-test-in: Don't mark tests as expected to fail for
12166         bug 16284.
12167         * math/auto-libm-test-out: Regenerated.
12168         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
12169         (ccosh_test): Likewise.
12170         (csin_test_data): Use plus_oflow.
12171         (csin_test): Use ALL_RM_TEST.
12172         (csinh_test_data): Use plus_oflow.
12173         (csinh_test): Use ALL_RM_TEST.
12174         * sysdeps/i386/fpu/libm-test-ulps: Update.
12175         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12176
12177 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
12178
12179         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
12180         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
12181         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
12182
12183         [BZ #16731]
12184         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
12185         when x - 1 is zero.
12186         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
12187         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
12188         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
12189         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
12190         argument is 1.
12191         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
12192         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
12193         zero.
12194         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
12195         * sysdeps/i386/fpu/libm-test-ulps: Update.
12196         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12197
12198 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
12199
12200         * scripts/bench.pl: Remove file.
12201         * scripts/bench.py: New benchmark script.
12202         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
12203         * benchtests/README: Mention python dependency.
12204         * scripts/pylintrc: New file.
12205         * scripts/pylint: New file.
12206
12207         * bits/mathdef.h: Use #ifdef instead of #if.
12208         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
12209         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
12210         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
12211         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
12212         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
12213         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
12214
12215 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12216             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12217
12218         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
12219         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
12220         and strpbrk-ppc64 objects.
12221         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12222         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
12223         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
12224         multiarch strpbrk for POWER7.
12225         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
12226         multiarch strpbrk for PPC64.
12227         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
12228         ifunc selector.
12229         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
12230         strpbrk for POWER7.
12231
12232 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
12233
12234         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
12235         (atan_test): Likewise.
12236         (atanh_test_data): Use NO_TEST_INLINE for two tests.
12237         (atanh_test): Use ALL_RM_TEST.
12238         (atan2_test_data): Likewise.
12239         (cabs_test): Likewise.
12240         (cacosh_test): Likewise.
12241         (carg_test): Likewise.
12242         (casin_test): Likewise.
12243         (casinh_test): Likewise.
12244         (cbrt_test): Likewise.
12245         (csqrt_test): Likewise.
12246         (erf_test): Likewise.
12247         (erfc_test): Likewise.
12248         (pow10_test): Likewise.
12249         (exp2_test): Likewise.
12250         (hypot_test): Likewise.
12251         (j0_test): Likewise.
12252         (j1_test): Likewise.
12253         (lgamma_test): Likewise.
12254         (gamma_test): Likewise.
12255         (sincos_test): Likewise.
12256         (tanh_test): Likewise.
12257         (y0_test): Likewise.
12258         (y1_test): Likewise.
12259         * sysdeps/i386/fpu/libm-test-ulps: Update.
12260         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12261
12262 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12263
12264         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
12265         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
12266         and strcspn-ppc64 objects.
12267         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12268         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
12269         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
12270         multiarch strcspn for POWER7.
12271         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
12272         multiarch strcspn for PPC64.
12273         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
12274         ifunc selector.
12275         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
12276         strcspn for POWER7.
12277
12278 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
12279
12280         * math/gen-libm-test.pl (generate_testfile): Expect only function
12281         name as argument to AUTO_TESTS_* and pass results for all rounding
12282         modes to parse_args.
12283         (parse_auto_input): Separate inputs of automatic tests from
12284         outputs before storing in %auto_tests.
12285         * math/libm-test.inc (acos_test_data): Update call to
12286         AUTO_TESTS_f_f.
12287         (acos_test): Use ALL_RM_TEST.
12288         (acos_tonearest_test_data): Remove.
12289         (acos_test_tonearest): Likewise.
12290         (acos_towardzero_test_data): Likewise.
12291         (acos_test_towardzero): Likewise.
12292         (acos_downward_test_data): Likewise.
12293         (acos_test_downward): Likewise.
12294         (acos_upward_test_data): Likewise.
12295         (acos_test_upward): Likewise.
12296         (acosh_test_data): Update call to AUTO_TESTS_f_f.
12297         (asin_test_data): Likewise.
12298         (asin_test): Use ALL_RM_TEST.
12299         (asin_tonearest_test_data): Remove.
12300         (asin_test_tonearest): Likewise.
12301         (asin_towardzero_test_data): Likewise.
12302         (asin_test_towardzero): Likewise.
12303         (asin_downward_test_data): Likewise.
12304         (asin_test_downward): Likewise.
12305         (asin_upward_test_data): Likewise.
12306         (asin_test_upward): Likewise.
12307         (asinh_test_data): Update call to AUTO_TESTS_f_f.
12308         (atan_test_data): Likewise.
12309         (atanh_test_data): Likewise.
12310         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
12311         (cabs_test_data): Update call to AUTO_TESTS_c_f.
12312         (carg_test_data): Likewise.
12313         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
12314         (ccos_test_data): Update call to AUTO_TESTS_c_c.
12315         (ccosh_test_data): Likewise.
12316         (cexp_test_data): Likewise.
12317         (clog_test_data): Likewise.
12318         (clog10_test_data): Likewise.
12319         (cos_test_data): Update call to AUTO_TESTS_f_f.
12320         (cos_test): Use ALL_RM_TEST.
12321         (cos_tonearest_test_data): Remove.
12322         (cos_test_tonearest): Likewise.
12323         (cos_towardzero_test_data): Likewise.
12324         (cos_test_towardzero): Likewise.
12325         (cos_downward_test_data): Likewise.
12326         (cos_test_downward): Likewise.
12327         (cos_upward_test_data): Likewise.
12328         (cos_test_upward): Likewise.
12329         (cosh_test_data): Update call to AUTO_TESTS_f_f.
12330         (cosh_test): Use ALL_RM_TEST.
12331         (cosh_tonearest_test_data): Remove.
12332         (cosh_test_tonearest): Likewise.
12333         (cosh_towardzero_test_data): Likewise.
12334         (cosh_test_towardzero): Likewise.
12335         (cosh_downward_test_data): Likewise.
12336         (cosh_test_downward): Likewise.
12337         (cosh_upward_test_data): Likewise.
12338         (cosh_test_upward): Likewise.
12339         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
12340         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
12341         (ctan_test_data): Likewise.
12342         (ctan_test): Use ALL_RM_TEST.
12343         (ctan_tonearest_test_data): Remove.
12344         (ctan_test_tonearest): Likewise.
12345         (ctan_towardzero_test_data): Likewise.
12346         (ctan_test_towardzero): Likewise.
12347         (ctan_downward_test_data): Likewise.
12348         (ctan_test_downward): Likewise.
12349         (ctan_upward_test_data): Likewise.
12350         (ctan_test_upward): Likewise.
12351         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
12352         (ctanh_test): Use ALL_RM_TEST.
12353         (ctanh_tonearest_test_data): Remove.
12354         (ctanh_test_tonearest): Likewise.
12355         (ctanh_towardzero_test_data): Likewise.
12356         (ctanh_test_towardzero): Likewise.
12357         (ctanh_downward_test_data): Likewise.
12358         (ctanh_test_downward): Likewise.
12359         (ctanh_upward_test_data): Likewise.
12360         (ctanh_test_upward): Likewise.
12361         (erf_test_data): Update call to AUTO_TESTS_f_f.
12362         (erfc_test_data): Likewise.
12363         (exp_test_data): Likewise.
12364         (exp_test): Use ALL_RM_TEST.
12365         (exp_tonearest_test_data): Remove.
12366         (exp_test_tonearest): Likewise.
12367         (exp_towardzero_test_data): Likewise.
12368         (exp_test_towardzero): Likewise.
12369         (exp_downward_test_data): Likewise.
12370         (exp_test_downward): Likewise.
12371         (exp_upward_test_data): Likewise.
12372         (exp_test_upward): Likewise.
12373         (exp10_test_data): Update call to AUTO_TESTS_f_f.
12374         (exp10_test): Use ALL_RM_TEST.
12375         (exp10_tonearest_test_data): Remove.
12376         (exp10_test_tonearest): Likewise.
12377         (exp10_towardzero_test_data): Likewise.
12378         (exp10_test_towardzero): Likewise.
12379         (exp10_downward_test_data): Likewise.
12380         (exp10_test_downward): Likewise.
12381         (exp10_upward_test_data): Likewise.
12382         (exp10_test_upward): Likewise.
12383         (exp2_test_data): Update call to AUTO_TESTS_f_f.
12384         (expm1_test_data): Likewise.
12385         (expm1_test): Use ALL_RM_TEST.
12386         (expm1_tonearest_test_data): Remove.
12387         (expm1_test_tonearest): Likewise.
12388         (expm1_towardzero_test_data): Likewise.
12389         (expm1_test_towardzero): Likewise.
12390         (expm1_downward_test_data): Likewise.
12391         (expm1_test_downward): Likewise.
12392         (expm1_upward_test_data): Likewise.
12393         (expm1_test_upward): Likewise.
12394         (fma_test_data): Update call to AUTO_TESTS_fff_f.
12395         (fma_test): Use ALL_RM_TEST.
12396         (fma_towardzero_test_data): Remove.
12397         (fma_test_towardzero): Likewise.
12398         (fma_downward_test_data): Likewise.
12399         (fma_test_downward): Likewise.
12400         (fma_upward_test_data): Likewise.
12401         (fma_test_upward): Likewise.
12402         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
12403         (j0_test_data): Update call to AUTO_TESTS_f_f.
12404         (j1_test_data): Likewise.
12405         (jn_test_data): Update call to AUTO_TESTS_if_f.
12406         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
12407         (log_test_data): Update call to AUTO_TESTS_f_f.
12408         (log10_test_data): Likewise.
12409         (log1p_test_data): Likewise.
12410         (log2_test_data): Likewise.
12411         (pow_test_data): Update call to AUTO_TESTS_ff_f.
12412         (pow_tonearest_test_data): Likewise.
12413         (sin_test_data): Update call to AUTO_TESTS_f_f.
12414         (sin_test): Use ALL_RM_TEST.
12415         (sin_tonearest_test_data): Remove.
12416         (sin_test_tonearest): Likewise.
12417         (sin_towardzero_test_data): Likewise.
12418         (sin_test_towardzero): Likewise.
12419         (sin_downward_test_data): Likewise.
12420         (sin_test_downward): Likewise.
12421         (sin_upward_test_data): Likewise.
12422         (sin_test_upward): Likewise.
12423         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
12424         (sinh_test_data): Update call to AUTO_TESTS_f_f.
12425         (sinh_test): Use ALL_RM_TEST.
12426         (sinh_tonearest_test_data): Remove.
12427         (sinh_test_tonearest): Likewise.
12428         (sinh_towardzero_test_data): Likewise.
12429         (sinh_test_towardzero): Likewise.
12430         (sinh_downward_test_data): Likewise.
12431         (sinh_test_downward): Likewise.
12432         (sinh_upward_test_data): Likewise.
12433         (sinh_test_upward): Likewise.
12434         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
12435         (sqrt_test): Use ALL_RM_TEST.
12436         (sqrt_tonearest_test_data): Remove.
12437         (sqrt_test_tonearest): Likewise.
12438         (sqrt_towardzero_test_data): Likewise.
12439         (sqrt_test_towardzero): Likewise.
12440         (sqrt_downward_test_data): Likewise.
12441         (sqrt_test_downward): Likewise.
12442         (sqrt_upward_test_data): Likewise.
12443         (sqrt_test_upward): Likewise.
12444         (tan_test_data): Update call to AUTO_TESTS_f_f.
12445         (tan_test): Use ALL_RM_TEST.
12446         (tan_tonearest_test_data): Remove.
12447         (tan_test_tonearest): Likewise.
12448         (tan_towardzero_test_data): Likewise.
12449         (tan_test_towardzero): Likewise.
12450         (tan_downward_test_data): Likewise.
12451         (tan_test_downward): Likewise.
12452         (tan_upward_test_data): Likewise.
12453         (tan_test_upward): Likewise.
12454         (tanh_test_data): Update call to AUTO_TESTS_f_f.
12455         (tgamma_test_data): Likewise.
12456         (y0_test_data): Likewise.
12457         (y1_test_data): Likewise.
12458         (yn_test_data): Update call to AUTO_TESTS_if_f.
12459         (main): Do not call removed functions.
12460
12461 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
12462
12463         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
12464         (ldexp_test_data): Remove.
12465         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
12466         scalbn_test_data.
12467         (scalb_test): Use ALL_RM_TEST.
12468
12469 2014-03-19  Andreas Schwab  <schwab@suse.de>
12470
12471         * nscd/nscd.service: Also invalidate netgroup cache on reload.
12472
12473 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
12474
12475         [BZ #16649]
12476         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
12477         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
12478         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
12479         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
12480         (__ASSUME_PREADV): Undefine.
12481         (__ASSUME_PWRITEV): Likewise.
12482
12483 2014-03-18  Roland McGrath  <roland@hack.frob.com>
12484
12485         * bits/mman-linux.h: Add comment about non-Linux use.
12486         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
12487         bits/mman-linux.h resting place.
12488
12489         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
12490         * bits/mman-linux.h: ... here.
12491
12492 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12493
12494         * conform/conformtest.pl: Add standard definition when calling C
12495         preprocessor on data files.
12496         (checknamespace): Remove unused variable.
12497
12498 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
12499
12500         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
12501         minus_oflow, plus_uflow and minus_uflow in expected results.
12502         * math/libm-test.inc (scalbn_test_data): Add more tests of
12503         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
12504         minus_uflow.
12505         (scalbn_test): Use ALL_RM_TEST.
12506         (scalbln_test_data): Add more tests of negative arguments.  Use
12507         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
12508         (scalbln_test): Use ALL_RM_TEST.
12509
12510 2014-03-18  Roland McGrath  <roland@hack.frob.com>
12511
12512         * scripts/abilist.awk: Ignore symbols marked with .hidden.
12513
12514 2014-03-18  Will Newton  <will.newton@linaro.org>
12515
12516         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
12517         inaccurate comment.
12518
12519 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
12520
12521         * Makerules [!subdir] (check-abi): Exit with error status if a
12522         test failed.
12523
12524 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
12525
12526         * math/libm-test.inc (nearbyint_test_data): Include all tests used
12527         for rint.  Include results for all rounding modes.
12528         (nearbyint_test): Use ALL_RM_TEST.
12529         (rint_test_data): Include all tests used for nearbyint.
12530
12531 2014-03-17  Will Newton  <will.newton@linaro.org>
12532
12533         * nptl/sysdeps/pthread/pthread.h: Revert previous
12534         change.
12535
12536         * sysdeps/generic/ldsodefs.h: Revert previous
12537         change.
12538
12539         * libio/genops.c: Revert previous change.
12540         * libio/libioP.h: Likewise.
12541         * stdio-common/vfprintf.c: Likewise.
12542
12543         * sysdeps/generic/math_private.h: Revert previous
12544         change.
12545
12546         * sysdeps/generic/math_private.h: Check whether
12547         HAVE_RM_CTX is defined with #ifdef rather
12548         than #if.
12549
12550         * argp/argp-fmtstream.h: Check whether
12551         __STRICT_ANSI__ is defined with #ifdef rather
12552         than #if.
12553         * argp/argp.h: Likewise.
12554
12555         * libio/genops.c: Check whether
12556         _IO_JUMPS_OFFSET is defined with #ifdef rather
12557         than #if.
12558         * libio/libioP.h: Likewise.
12559         * stdio-common/vfprintf.c: Likewise.
12560
12561         * sysdeps/generic/ldsodefs.h: Check whether
12562         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
12563         than #if.
12564
12565         * nptl/sysdeps/pthread/pthread.h: Check
12566         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
12567         its value.
12568
12569 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
12570
12571         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
12572         setting O_APPEND.
12573         * libio/tst-ftell-active-handler.c (do_append_test): Add a
12574         test case.
12575
12576         [BZ #16680]
12577         * libio/fileops.c (_IO_file_open): Seek to end of file but
12578         don't cache the offset.
12579         (get_file_offset): Remove function.
12580         (do_ftell): Use cached offset when available.
12581         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
12582         don't cache the offset.
12583         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
12584         case.
12585         (do_one_test): Call it.
12586         (do_ftell_test): Fix up expected old offset for a+ mode.
12587         * libio/wfileops.c (do_ftell_wide): Used cached offset when
12588         available.
12589
12590         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
12591         up test status with function return status.
12592         (do_write_test): Likewise.
12593         (do_append_test): Likewise.
12594
12595         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
12596         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
12597         Remove.
12598
12599 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
12600
12601         * math/gen-libm-test.pl (parse_args): Handle results specified for
12602         each rounding mode separately.
12603         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
12604         tests and results from lrint_tonearest_test_data,
12605         lrint_towardzero_test_data, lrint_downward_test_data and
12606         lrint_upward_test_data.
12607         (lrint_test): Use ALL_RM_TEST.
12608         (lrint_tonearest_test_data): Remove.
12609         (lrint_test_tonearest): Likewise.
12610         (lrint_towardzero_test_data): Likewise.
12611         (lrint_test_towardzero): Likewise.
12612         (lrint_downward_test_data): Likewise.
12613         (lrint_test_downward): Likewise.
12614         (lrint_upward_test_data): Likewise.
12615         (lrint_test_upward): Likewise.
12616         (llrint_test_data): Merge in per-rounding-mode tests and results
12617         from llrint_tonearest_test_data, llrint_towardzero_test_data,
12618         llrint_downward_test_data and llrint_upward_test_data.
12619         (llrint_test): Use ALL_RM_TEST.
12620         (llrint_tonearest_test_data): Remove.
12621         (llrint_test_tonearest): Likewise.
12622         (llrint_towardzero_test_data): Likewise.
12623         (llrint_test_towardzero): Likewise.
12624         (llrint_downward_test_data): Likewise.
12625         (llrint_test_downward): Likewise.
12626         (llrint_upward_test_data): Likewise.
12627         (llrint_test_upward): Likewise.
12628         (rint_test_data): Merge in per-rounding-mode tests and results
12629         from rint_tonearest_test_data, rint_towardzero_test_data,
12630         rint_downward_test_data and rint_upward_test_data.  Add
12631         per-rounding-mode results for tests not in those arrays.
12632         (rint_test): Use ALL_RM_TEST.
12633         (rint_tonearest_test_data): Remove.
12634         (rint_test_tonearest): Likewise.
12635         (rint_towardzero_test_data): Likewise.
12636         (rint_test_towardzero): Likewise.
12637         (rint_downward_test_data): Likewise.
12638         (rint_test_downward): Likewise.
12639         (rint_upward_test_data): Likewise.
12640         (rint_test_upward): Likewise.
12641         (main): Don't call removed functions.
12642
12643 2014-03-14  Roland McGrath  <roland@hack.frob.com>
12644
12645         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
12646         "Compiled on ..." crapola.  It is anti-useful.
12647
12648 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
12649
12650         * scripts/evaluate-test.sh: Handle fourth argument to determine
12651         whether test run should stop on failure.
12652         * Makeconfig (stop-on-test-failure): New variable.
12653         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
12654         $(stop-on-test-failure).
12655         * Makefile (tests): Give a summary of results from testing and
12656         exit with failure status if they include an ERROR or FAIL.
12657         (xtests): Likewise.
12658         * manual/install.texi (Configuring and compiling): Mention
12659         stop-on-test-failure=y.
12660         * INSTALL: Regenerated.
12661
12662 2014-03-14  Roland McGrath  <roland@hack.frob.com>
12663
12664         * scripts/versionlist.awk: New file.
12665         * Makerules [$(build-shared) = yes]
12666         (postclean-generated): Add Versions.def, not Versions.def.v and
12667         Versions.def.v.i.
12668         ($(common-objpfx)Versions.def.v.i): Target removed.
12669         ($(common-objpfx)Versions.def): New target.
12670         ($(common-objpfx)Versions.all): Depend on that rather that
12671         $(common-objpfx)Versions.def.v.
12672         * Versions.def: File removed.
12673
12674         * Makeconfig (+gccwarn): Add -Wundef.
12675         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
12676         a dl-sysdep.h breaking its contract.
12677         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
12678         * include/stackinfo.h: New file.
12679         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
12680         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
12681         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
12682         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
12683         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
12684         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
12685         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12686         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12687         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12688         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12689         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12690         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
12691         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12692         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12693         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12694
12695 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12696
12697         [BZ #16707]
12698         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
12699         implementation.
12700         * math/libm-test.inc (round_test_data): Add more tests.
12701
12702         [BZ #16706]
12703         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
12704         implementation.
12705         * math/libm-test.inc (nearbyint_test_data): Add more tests.
12706
12707         [BZ #16701]
12708         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
12709         implementation.
12710         * math/libm-test.inc (ceil_test_data): Add more tests.
12711
12712         * math/libm-test.inc (trunc_test_data): Add more tests related to
12713         BZ#16414.
12714
12715 2014-03-14  Roland McGrath  <roland@hack.frob.com>
12716
12717         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
12718         with #if rather than #ifdef.
12719         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
12720
12721 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
12722
12723         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
12724         first.  Disable AVX-512 GCC support if assembler doesn't support
12725         it.
12726         * sysdeps/x86_64/configure: Regenerated.
12727
12728 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
12729
12730         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
12731         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
12732         (__old_pthread_attr_setstack): Likewise.
12733         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
12734         [!_STACK_GROWS_DOWN]: Likewise.
12735
12736 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
12737
12738         * config.make.in (have-bash2): Delete.
12739         * configure.ac (libc_cv_have_bash2): Delete.
12740         * configure: Regenerate.
12741         * elf/Makefile (common-ldd-rewrite): Rename to ...
12742         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
12743         (sh-ldd-rewrite): Delete.
12744         (bash-ldd-rewrite): Delete.
12745         (have-bash2): Delete checks.
12746         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
12747         ldd-rewrite.
12748
12749         * config.make.in (have-ksh): Delete.
12750         (KSH): Delete.
12751         * configure.ac (libc_cv_have_ksh): Delete.
12752         * configure: Regenerate.
12753
12754         * elf/Makefile: Delete $(have-ksh) check.
12755         ($(objpfx)sotruss): Change KSH to BASH.
12756         * elf/sotruss.ksh: Rename to ...
12757         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
12758         function style to match POSIX.  Drop ksh vim mode setting.
12759
12760         * manual/time.texi (Specifying the Time Zone with TZ): Change
12761         Tuesday to Thursday.
12762
12763         * debug/tst-longjmp_chk2.c: Update header comment.
12764         (stackoverflow_handler): Add comment.  Call assert on pass value.
12765
12766 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
12767
12768         [BZ #16194]
12769         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
12770         (HAVE_AVX512_ASM_SUPPORT): Likewise.
12771         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
12772         (La_x86_64_vector): Add zmm.
12773         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
12774         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
12775         ($(objpfx)tst-audit10): New target.
12776         ($(objpfx)tst-audit10.out): Likewise.
12777         (tst-audit10-ENV): New.
12778         (AVX512-CFLAGS): Likewise.
12779         (CFLAGS-tst-audit10.c): Likewise.
12780         (CFLAGS-tst-auditmod10a.c): Likewise.
12781         (CFLAGS-tst-auditmod10b.c): Likewise.
12782         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
12783         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
12784         * sysdeps/x86_64/configure: Regenerated.
12785         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
12786         AVX-512 zmm register support.
12787         (_dl_x86_64_save_sse): Likewise.
12788         (_dl_x86_64_restore_sse): Likewise.
12789         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
12790         size vector registers.
12791         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
12792         (ZMM_SIZE): Likewise.
12793         * sysdeps/x86_64/tst-audit10.c: New file.
12794         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
12795         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
12796
12797 2014-03-13  Roland McGrath  <roland@hack.frob.com>
12798
12799         * configure.ac (HAVE_EHDR_START): New check.
12800         * configure: Regenerated.
12801         * config.h.in (HAVE_EHDR_START): New #undef.
12802         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
12803         assuming the lowest-addressed segment maps the start of the file.
12804
12805 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
12806
12807         * INSTALL: Regenerated.
12808
12809 2014-03-13  Will Newton  <will.newton@linaro.org>
12810
12811         * manual/setjmp.texi (System V contexts): Improve
12812         clarity and grammar of documentation.
12813
12814 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
12815
12816         [BZ #16381]
12817         * elf/Makefile (tests): Add tst-pie2.
12818         (tests-pie): Add tst-pie2.
12819         * elf/tst-pie2.c: New file.
12820         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
12821         for ET_EXEC.
12822         * elf/rtld.c (map_doit): Load executable as lt_executable.
12823         (dl_main): Likewise.
12824
12825 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
12826
12827         [BZ #16642]
12828         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
12829         (__ASSUME_PSELECT): Undefine.
12830
12831 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12832
12833         [BZ #16689]
12834         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
12835         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
12836         static build.
12837         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
12838         selector for static builds.
12839
12840 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
12841
12842         [BZ #16695]
12843         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
12844         key in the buffer.
12845
12846 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12847
12848         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
12849         IFUNC selector for static builds.
12850
12851 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
12852
12853         * sysdeps/mips/math_private.h [__mips_hard_float]
12854         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
12855         libc_feresetround_mips_ctx.
12856         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
12857         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
12858         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
12859
12860         [BZ #16677]
12861         * math/s_nextafter.c (__nextafter): Do not return value from
12862         overflowing computation.
12863         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
12864         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
12865         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
12866         Likewise.
12867         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
12868         Likewise.
12869         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
12870         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
12871
12872 2014-03-11  Roland McGrath  <roland@hack.frob.com>
12873
12874         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
12875         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
12876         Move sfi_sp use from the load-multiple (that no longer sets sp) to
12877         the new mov targetting sp.
12878
12879 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12880
12881         [BZ #16683]
12882         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
12883         Define it for static builds as well.
12884         (NO_BZERO_IMPL): Likewise.
12885
12886 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12887
12888         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
12889         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
12890         multiarch strspn for PPC64.
12891         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
12892         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
12893         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12894         (__libc_ifunc_impl_list): Likewise.
12895         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
12896         multiarch optimizations
12897         * string/strspn.c (strspn): Using macro to redefine symbol name.
12898
12899 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12900             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12901
12902         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
12903         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
12904         multiarch strncat for PPC64.
12905         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
12906         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
12907         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12908         (__libc_ifunc_impl_list): Likewise.
12909         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
12910         multiarch optimizations
12911
12912 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
12913
12914         [BZ #16639]
12915         * nscd/nscd.service: Make service type forking.
12916
12917 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12918
12919         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
12920         sign in non default rounding modes.
12921         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
12922
12923 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
12924
12925         * math/libm-test.inc (ALL_RM_TEST): New macro.
12926         (ceil_test): Use ALL_RM_TEST.
12927         (cimag_test): Likewise.
12928         (conj_test): Likewise.
12929         (copysign_test): Likewise.
12930         (cproj_test): Likewise.
12931         (creal_test): Likewise.
12932         (fabs_test): Likewise.
12933         (floor_test): Likewise.
12934         (fmax_test): Likewise.
12935         (fmin_test): Likewise.
12936         (fmod_test): Likewise.
12937         (fpclassify_test): Likewise.
12938         (frexp_test): Likewise.
12939         (ilogb_test): Likewise.
12940         (isfinite_test): Likewise.
12941         (finite_test): Likewise.
12942         (isgreater_test): Likewise.
12943         (isgreaterequal_test): Likewise.
12944         (isinf_test): Likewise.
12945         (isless_test): Likewise.
12946         (islessequal_test): Likewise.
12947         (islessgreater_test): Likewise.
12948         (isnan_test): Likewise.
12949         (isnormal_test): Likewise.
12950         (issignaling_test): Likewise.
12951         (isunordered_test): Likewise.
12952         (logb_test): Likewise.
12953         (logb_downward_test_data): Remove.
12954         (logb_test_downward): Likewise.
12955         (lround_test): Use ALL_RM_TEST.
12956         (llround_test): Likewise.
12957         (modf_test): Likewise.
12958         (nexttoward_test): Likewise.
12959         (remainder_test): Likewise.
12960         (drem_test): Likewise.
12961         (remainder_tonearest_test_data): Likewise.
12962         (remainder_test_tonearest): Likewise.
12963         (drem_test_tonearest): Likewise.
12964         (remainder_towardzero_test_data): Likewise.
12965         (remainder_test_towardzero): Likewise.
12966         (drem_test_towardzero): Likewise.
12967         (remainder_downward_test_data): Likewise.
12968         (remainder_test_downward): Likewise.
12969         (drem_test_downward): Likewise.
12970         (remainder_upward_test_data): Likewise.
12971         (remainder_test_upward): Likewise.
12972         (drem_test_upward): Likewise.
12973         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
12974         (round_test): Use ALL_RM_TEST.
12975         (signbit_test): Likewise.
12976         (trunc_test): Likewise.
12977         (significand_test): Likewise.
12978         (main): Don't call removed functions.
12979
12980 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
12981
12982         [BZ #16674]
12983         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
12984         || __USE_XOPEN2K8].
12985         (ILL_ILLOPN): Likewise.
12986         (ILL_ILLADR): Likewise.
12987         (ILL_ILLTRP): Likewise.
12988         (ILL_PRVOPC): Likewise.
12989         (ILL_PRVREG): Likewise.
12990         (ILL_COPROC): Likewise.
12991         (ILL_BADSTK): Likewise.
12992         (FPE_INTDIV): Likewise.
12993         (FPE_INTOVF): Likewise.
12994         (FPE_FLTDIV): Likewise.
12995         (FPE_FLTOVF): Likewise.
12996         (FPE_FLTUND): Likewise.
12997         (FPE_FLTRES): Likewise.
12998         (FPE_FLTINV): Likewise.
12999         (FPE_FLTSUB): Likewise.
13000         (SEGV_MAPERR): Likewise.
13001         (SEGV_ACCERR): Likewise.
13002         (BUS_ADRALN): Likewise.
13003         (BUS_ADRERR): Likewise.
13004         (BUS_OBJERR): Likewise.
13005         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13006         (TRAP_TRACE): Likewise.
13007         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13008         __USE_XOPEN2K8].
13009         (CLD_KILLED): Likewise.
13010         (CLD_DUMPED): Likewise.
13011         (CLD_TRAPPED): Likewise.
13012         (CLD_STOPPED): Likewise.
13013         (CLD_CONTINUED): Likewise.
13014         (POLL_IN): Likewise.
13015         (POLL_OUT): Likewise.
13016         (POLL_MSG): Likewise.
13017         (POLL_ERR): Likewise.
13018         (POLL_PRI): Likewise.
13019         (POLL_HUP): Likewise.
13020         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
13021         Likewise.
13022         (ILL_ILLOPN): Likewise.
13023         (ILL_ILLADR): Likewise.
13024         (ILL_ILLTRP): Likewise.
13025         (ILL_PRVOPC): Likewise.
13026         (ILL_PRVREG): Likewise.
13027         (ILL_COPROC): Likewise.
13028         (ILL_BADSTK): Likewise.
13029         (FPE_INTDIV): Likewise.
13030         (FPE_INTOVF): Likewise.
13031         (FPE_FLTDIV): Likewise.
13032         (FPE_FLTOVF): Likewise.
13033         (FPE_FLTUND): Likewise.
13034         (FPE_FLTRES): Likewise.
13035         (FPE_FLTINV): Likewise.
13036         (FPE_FLTSUB): Likewise.
13037         (SEGV_MAPERR): Likewise.
13038         (SEGV_ACCERR): Likewise.
13039         (BUS_ADRALN): Likewise.
13040         (BUS_ADRERR): Likewise.
13041         (BUS_OBJERR): Likewise.
13042         (BUS_MCEERR_AR): Likewise.
13043         (BUS_MCEERR_AO): Likewise.
13044         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13045         (TRAP_TRACE): Likewise.
13046         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13047         __USE_XOPEN2K8].
13048         (CLD_KILLED): Likewise.
13049         (CLD_DUMPED): Likewise.
13050         (CLD_TRAPPED): Likewise.
13051         (CLD_STOPPED): Likewise.
13052         (CLD_CONTINUED): Likewise.
13053         (POLL_IN): Likewise.
13054         (POLL_OUT): Likewise.
13055         (POLL_MSG): Likewise.
13056         (POLL_ERR): Likewise.
13057         (POLL_PRI): Likewise.
13058         (POLL_HUP): Likewise.
13059         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
13060         (ILL_ILLOPN): Likewise.
13061         (ILL_ILLADR): Likewise.
13062         (ILL_ILLTRP): Likewise.
13063         (ILL_PRVOPC): Likewise.
13064         (ILL_PRVREG): Likewise.
13065         (ILL_COPROC): Likewise.
13066         (ILL_BADSTK): Likewise.
13067         (FPE_INTDIV): Likewise.
13068         (FPE_INTOVF): Likewise.
13069         (FPE_FLTDIV): Likewise.
13070         (FPE_FLTOVF): Likewise.
13071         (FPE_FLTUND): Likewise.
13072         (FPE_FLTRES): Likewise.
13073         (FPE_FLTINV): Likewise.
13074         (FPE_FLTSUB): Likewise.
13075         (SEGV_MAPERR): Likewise.
13076         (SEGV_ACCERR): Likewise.
13077         (BUS_ADRALN): Likewise.
13078         (BUS_ADRERR): Likewise.
13079         (BUS_OBJERR): Likewise.
13080         (BUS_MCEERR_AR): Likewise.
13081         (BUS_MCEERR_AO): Likewise.
13082         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13083         (TRAP_TRACE): Likewise.
13084         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13085         __USE_XOPEN2K8].
13086         (CLD_KILLED): Likewise.
13087         (CLD_DUMPED): Likewise.
13088         (CLD_TRAPPED): Likewise.
13089         (CLD_STOPPED): Likewise.
13090         (CLD_CONTINUED): Likewise.
13091         (POLL_IN): Likewise.
13092         (POLL_OUT): Likewise.
13093         (POLL_MSG): Likewise.
13094         (POLL_ERR): Likewise.
13095         (POLL_PRI): Likewise.
13096         (POLL_HUP): Likewise.
13097         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
13098         Likewise.
13099         (ILL_ILLOPN): Likewise.
13100         (ILL_ILLADR): Likewise.
13101         (ILL_ILLTRP): Likewise.
13102         (ILL_PRVOPC): Likewise.
13103         (ILL_PRVREG): Likewise.
13104         (ILL_COPROC): Likewise.
13105         (ILL_BADSTK): Likewise.
13106         (ILL_BADIADDR): Likewise.
13107         (ILL_BREAK): Likewise.
13108         (FPE_INTDIV): Likewise.
13109         (FPE_INTOVF): Likewise.
13110         (FPE_FLTDIV): Likewise.
13111         (FPE_FLTOVF): Likewise.
13112         (FPE_FLTUND): Likewise.
13113         (FPE_FLTRES): Likewise.
13114         (FPE_FLTINV): Likewise.
13115         (FPE_FLTSUB): Likewise.
13116         (FPE_DECOVF): Likewise.
13117         (FPE_DECDIV): Likewise.
13118         (FPE_DECERR): Likewise.
13119         (FPE_INVASC): Likewise.
13120         (FPE_INVDEC): Likewise.
13121         (SEGV_MAPERR): Likewise.
13122         (SEGV_ACCERR): Likewise.
13123         (SEGV_PSTKOVF): Likewise.
13124         (BUS_ADRALN): Likewise.
13125         (BUS_ADRERR): Likewise.
13126         (BUS_OBJERR): Likewise.
13127         (BUS_MCEERR_AR): Likewise.
13128         (BUS_MCEERR_AO): Likewise.
13129         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13130         (TRAP_TRACE): Likewise.
13131         (TRAP_BRANCH): Likewise.
13132         (TRAP_HWBKPT): Likewise.
13133         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13134         __USE_XOPEN2K8].
13135         (CLD_KILLED): Likewise.
13136         (CLD_DUMPED): Likewise.
13137         (CLD_TRAPPED): Likewise.
13138         (CLD_STOPPED): Likewise.
13139         (CLD_CONTINUED): Likewise.
13140         (POLL_IN): Likewise.
13141         (POLL_OUT): Likewise.
13142         (POLL_MSG): Likewise.
13143         (POLL_ERR): Likewise.
13144         (POLL_PRI): Likewise.
13145         (POLL_HUP): Likewise.
13146         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
13147         (ILL_ILLOPN): Likewise.
13148         (ILL_ILLADR): Likewise.
13149         (ILL_ILLTRP): Likewise.
13150         (ILL_PRVOPC): Likewise.
13151         (ILL_PRVREG): Likewise.
13152         (ILL_COPROC): Likewise.
13153         (ILL_BADSTK): Likewise.
13154         (FPE_INTDIV): Likewise.
13155         (FPE_INTOVF): Likewise.
13156         (FPE_FLTDIV): Likewise.
13157         (FPE_FLTOVF): Likewise.
13158         (FPE_FLTUND): Likewise.
13159         (FPE_FLTRES): Likewise.
13160         (FPE_FLTINV): Likewise.
13161         (FPE_FLTSUB): Likewise.
13162         (SEGV_MAPERR): Likewise.
13163         (SEGV_ACCERR): Likewise.
13164         (BUS_ADRALN): Likewise.
13165         (BUS_ADRERR): Likewise.
13166         (BUS_OBJERR): Likewise.
13167         (BUS_MCEERR_AR): Likewise.
13168         (BUS_MCEERR_AO): Likewise.
13169         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13170         (TRAP_TRACE): Likewise.
13171         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13172         __USE_XOPEN2K8].
13173         (CLD_KILLED): Likewise.
13174         (CLD_DUMPED): Likewise.
13175         (CLD_TRAPPED): Likewise.
13176         (CLD_STOPPED): Likewise.
13177         (CLD_CONTINUED): Likewise.
13178         (POLL_IN): Likewise.
13179         (POLL_OUT): Likewise.
13180         (POLL_MSG): Likewise.
13181         (POLL_ERR): Likewise.
13182         (POLL_PRI): Likewise.
13183         (POLL_HUP): Likewise.
13184         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
13185         (ILL_ILLOPN): Likewise.
13186         (ILL_ILLADR): Likewise.
13187         (ILL_ILLTRP): Likewise.
13188         (ILL_PRVOPC): Likewise.
13189         (ILL_PRVREG): Likewise.
13190         (ILL_COPROC): Likewise.
13191         (ILL_BADSTK): Likewise.
13192         (FPE_INTDIV): Likewise.
13193         (FPE_INTOVF): Likewise.
13194         (FPE_FLTDIV): Likewise.
13195         (FPE_FLTOVF): Likewise.
13196         (FPE_FLTUND): Likewise.
13197         (FPE_FLTRES): Likewise.
13198         (FPE_FLTINV): Likewise.
13199         (FPE_FLTSUB): Likewise.
13200         (SEGV_MAPERR): Likewise.
13201         (SEGV_ACCERR): Likewise.
13202         (BUS_ADRALN): Likewise.
13203         (BUS_ADRERR): Likewise.
13204         (BUS_OBJERR): Likewise.
13205         (BUS_MCEERR_AR): Likewise.
13206         (BUS_MCEERR_AO): Likewise.
13207         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13208         (TRAP_TRACE): Likewise.
13209         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13210         __USE_XOPEN2K8].
13211         (CLD_KILLED): Likewise.
13212         (CLD_DUMPED): Likewise.
13213         (CLD_TRAPPED): Likewise.
13214         (CLD_STOPPED): Likewise.
13215         (CLD_CONTINUED): Likewise.
13216         (POLL_IN): Likewise.
13217         (POLL_OUT): Likewise.
13218         (POLL_MSG): Likewise.
13219         (POLL_ERR): Likewise.
13220         (POLL_PRI): Likewise.
13221         (POLL_HUP): Likewise.
13222         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
13223         (ILL_ILLOPN): Likewise.
13224         (ILL_ILLADR): Likewise.
13225         (ILL_ILLTRP): Likewise.
13226         (ILL_PRVOPC): Likewise.
13227         (ILL_PRVREG): Likewise.
13228         (ILL_COPROC): Likewise.
13229         (ILL_BADSTK): Likewise.
13230         (FPE_INTDIV): Likewise.
13231         (FPE_INTOVF): Likewise.
13232         (FPE_FLTDIV): Likewise.
13233         (FPE_FLTOVF): Likewise.
13234         (FPE_FLTUND): Likewise.
13235         (FPE_FLTRES): Likewise.
13236         (FPE_FLTINV): Likewise.
13237         (FPE_FLTSUB): Likewise.
13238         (SEGV_MAPERR): Likewise.
13239         (SEGV_ACCERR): Likewise.
13240         (BUS_ADRALN): Likewise.
13241         (BUS_ADRERR): Likewise.
13242         (BUS_OBJERR): Likewise.
13243         (BUS_MCEERR_AR): Likewise.
13244         (BUS_MCEERR_AO): Likewise.
13245         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13246         (TRAP_TRACE): Likewise.
13247         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13248         __USE_XOPEN2K8].
13249         (CLD_KILLED): Likewise.
13250         (CLD_DUMPED): Likewise.
13251         (CLD_TRAPPED): Likewise.
13252         (CLD_STOPPED): Likewise.
13253         (CLD_CONTINUED): Likewise.
13254         (POLL_IN): Likewise.
13255         (POLL_OUT): Likewise.
13256         (POLL_MSG): Likewise.
13257         (POLL_ERR): Likewise.
13258         (POLL_PRI): Likewise.
13259         (POLL_HUP): Likewise.
13260         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
13261         (ILL_ILLOPN): Likewise.
13262         (ILL_ILLADR): Likewise.
13263         (ILL_ILLTRP): Likewise.
13264         (ILL_PRVOPC): Likewise.
13265         (ILL_PRVREG): Likewise.
13266         (ILL_COPROC): Likewise.
13267         (ILL_BADSTK): Likewise.
13268         (ILL_DBLFLT): Likewise.
13269         (ILL_HARDWALL): Likewise.
13270         (FPE_INTDIV): Likewise.
13271         (FPE_INTOVF): Likewise.
13272         (FPE_FLTDIV): Likewise.
13273         (FPE_FLTOVF): Likewise.
13274         (FPE_FLTUND): Likewise.
13275         (FPE_FLTRES): Likewise.
13276         (FPE_FLTINV): Likewise.
13277         (FPE_FLTSUB): Likewise.
13278         (SEGV_MAPERR): Likewise.
13279         (SEGV_ACCERR): Likewise.
13280         (BUS_ADRALN): Likewise.
13281         (BUS_ADRERR): Likewise.
13282         (BUS_OBJERR): Likewise.
13283         (BUS_MCEERR_AR): Likewise.
13284         (BUS_MCEERR_AO): Likewise.
13285         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13286         (TRAP_TRACE): Likewise.
13287         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13288         __USE_XOPEN2K8].
13289         (CLD_KILLED): Likewise.
13290         (CLD_DUMPED): Likewise.
13291         (CLD_TRAPPED): Likewise.
13292         (CLD_STOPPED): Likewise.
13293         (CLD_CONTINUED): Likewise.
13294         (POLL_IN): Likewise.
13295         (POLL_OUT): Likewise.
13296         (POLL_MSG): Likewise.
13297         (POLL_ERR): Likewise.
13298         (POLL_PRI): Likewise.
13299         (POLL_HUP): Likewise.
13300         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
13301         (ILL_ILLOPN): Likewise.
13302         (ILL_ILLADR): Likewise.
13303         (ILL_ILLTRP): Likewise.
13304         (ILL_PRVOPC): Likewise.
13305         (ILL_PRVREG): Likewise.
13306         (ILL_COPROC): Likewise.
13307         (ILL_BADSTK): Likewise.
13308         (FPE_INTDIV): Likewise.
13309         (FPE_INTOVF): Likewise.
13310         (FPE_FLTDIV): Likewise.
13311         (FPE_FLTOVF): Likewise.
13312         (FPE_FLTUND): Likewise.
13313         (FPE_FLTRES): Likewise.
13314         (FPE_FLTINV): Likewise.
13315         (FPE_FLTSUB): Likewise.
13316         (SEGV_MAPERR): Likewise.
13317         (SEGV_ACCERR): Likewise.
13318         (BUS_ADRALN): Likewise.
13319         (BUS_ADRERR): Likewise.
13320         (BUS_OBJERR): Likewise.
13321         (BUS_MCEERR_AR): Likewise.
13322         (BUS_MCEERR_AO): Likewise.
13323         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13324         (TRAP_TRACE): Likewise.
13325         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13326         __USE_XOPEN2K8].
13327         (CLD_KILLED): Likewise.
13328         (CLD_DUMPED): Likewise.
13329         (CLD_TRAPPED): Likewise.
13330         (CLD_STOPPED): Likewise.
13331         (CLD_CONTINUED): Likewise.
13332         (POLL_IN): Likewise.
13333         (POLL_OUT): Likewise.
13334         (POLL_MSG): Likewise.
13335         (POLL_ERR): Likewise.
13336         (POLL_PRI): Likewise.
13337         (POLL_HUP): Likewise.
13338         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
13339         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
13340
13341         [BZ #16670]
13342         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
13343         before #include of <time.h>.
13344         [!__USE_XOPEN2K] (__need_timespec): Likewise.
13345         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
13346         (test-xfail-UNIX98/sched.h/conform): Likewise.
13347
13348 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
13349
13350         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
13351         error absence of trapping exception support.
13352         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
13353
13354 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
13355
13356         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
13357         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
13358         * timezone/Makefile (testdata): Move definition above include of
13359         Rules.
13360         (test-zones): New variable.
13361         (tests-special): Add zone files.
13362         (build-testdata): Use $(evaluate-test).
13363
13364         * elf/Makefile (tests-special): Rename tests to end with .out.
13365         ($(objpfx)noload-mem): Likewise.
13366         ($(objpfx)tst-leaks1-mem): Likewise.
13367         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
13368         * iconv/Makefile (xtests-special): Change test-iconvconfig to
13369         $(objpfx)test-iconvconfig.out.
13370         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
13371         set -e inside subshell and redirect output to file.
13372         * iconvdata/Makefile (generated): Rename tests to end with .out.
13373         Correct type.
13374         (tests-special): Rename tests to end with .out.
13375         ($(objpfx)mtrace-tst-loading): Likewise.
13376         * intl/Makefile (generated): Likewise.
13377         (tests-special): Likewise.
13378         ($(objpfx)mtrace-tst-gettext): Likewise.
13379         * misc/Makefile (generated): Likewise.
13380         (tests-special): Likewise.
13381         ($(objpfx)tst-error1-mem): Likewise.
13382         * nptl/Makefile (tests-special): Likewise.
13383         ($(objpfx)tst-stack3-mem): Likewise.
13384         (generated): Likewise.
13385         * posix/Makefile (generated): Likewise.
13386         (tests-special): Likewise.
13387         (xtests-special): Likewise.
13388         ($(objpfx)tst-fnmatch-mem): Likewise.
13389         ($(objpfx)bug-regex2-mem): Likewise.
13390         ($(objpfx)bug-regex14-mem): Likewise.
13391         ($(objpfx)bug-regex21-mem): Likewise.
13392         ($(objpfx)bug-regex31-mem): Likewise.
13393         ($(objpfx)tst-vfork3-mem): Likewise.
13394         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
13395         ($(objpfx)tst-pcre-mem): Likewise.
13396         ($(objpfx)tst-boost-mem): Likewise.
13397         ($(objpfx)bug-ga2-mem): Likewise.
13398         ($(objpfx)bug-glob2-mem): Likewise.
13399         * resolv/Makefile (generate): Likewise.
13400         (tests-special): Likewise.
13401         (xtests-special): Likewise.
13402         (generated): Likewise.
13403         ($(objpfx)mtrace-tst-leaks): Likewise.
13404         ($(objpfx)mtrace-tst-leaks2): Likewise.
13405
13406         * scripts/merge-test-results.sh: New file.
13407         * Makefile (tests-special-notdir): New variable.
13408         (tests): Run merge-test-results.sh.
13409         (xtests): Likewise.
13410         * Rules (tests-special-notdir): New variable.
13411         (xtests-special-notdir): Likewise.
13412         (tests): Run merge-test-results.sh
13413         (xtests): Likewise.
13414
13415         * Makeconfig (test-xfail-name): New variable.
13416         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
13417         compute variable name for expected failures.
13418         * conform/Makefile (conformtest-headers-data): New variable.
13419         (conformtest-standards): Likewise.
13420         (conformtest-headers-ISO): Likewise.
13421         (conformtest-headers-ISO99): Likewise.
13422         (conformtest-headers-ISO11): Likewise.
13423         (conformtest-headers-POSIX): Likewise.
13424         (conformtest-headers-XPG3): Likewise.
13425         (conformtest-headers-XPG4): Likewise.
13426         (conformtest-headers-UNIX98): Likewise.
13427         (conformtest-headers-XOPEN2K): Likewise.
13428         (conformtest-headers-POSIX2008): Likewise.
13429         (conformtest-headers-XOPEN2K8): Likewise.
13430         (conformtest-header-list-base): Likewise.
13431         (conformtest-header-list-tests): Likewise.
13432         (conformtest-header-base): Likewise.
13433         (conformtest-header-tests): Likewise.
13434         (tests-special): Add $(conformtest-header-list-tests).  If
13435         [$(fast-check) && !$(cross-compiling)], add
13436         $(conformtest-header-tests) instead of
13437         $(objpfx)run-conformtest.out.
13438         (generated): Add $(conformtest-header-list-base).  If
13439         [$(fast-check) && !$(cross-compiling)], add
13440         $(conformtest-header-base).  Remove previous setting.
13441         ($(conformtest-header-list-tests)): New target.
13442         (test-xfail-run-conformtest): Remove variable.
13443         ($(objpfx)run-conformtest.out): Remove target.
13444         (test-xfail-ISO11/complex.h/conform): New variable.
13445         (test-xfail-ISO11/stdalign.h/conform): Likewise.
13446         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
13447         (test-xfail-XPG3/varargs.h/conform): Likewise.
13448         (test-xfail-XPG4/varargs.h/conform): Likewise.
13449         (test-xfail-UNIX98/varargs.h/conform): Likewise.
13450         (test-xfail-XPG4/ndbm.h/conform): Likewise.
13451         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
13452         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
13453         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
13454         (test-xfail-XPG3/fcntl.h/conform): Likewise.
13455         (test-xfail-XPG3/ftw.h/conform): Likewise.
13456         (test-xfail-XPG3/grp.h/conform): Likewise.
13457         (test-xfail-XPG3/langinfo.h/conform): Likewise.
13458         (test-xfail-XPG3/limits.h/conform): Likewise.
13459         (test-xfail-XPG3/pwd.h/conform): Likewise.
13460         (test-xfail-XPG3/search.h/conform): Likewise.
13461         (test-xfail-XPG3/signal.h/conform): Likewise.
13462         (test-xfail-XPG3/stdio.h/conform): Likewise.
13463         (test-xfail-XPG3/stdlib.h/conform): Likewise.
13464         (test-xfail-XPG3/string.h/conform): Likewise.
13465         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
13466         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
13467         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
13468         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
13469         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
13470         (test-xfail-XPG3/sys/types.h/conform): Likewise.
13471         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
13472         (test-xfail-XPG3/termios.h/conform): Likewise.
13473         (test-xfail-XPG3/time.h/conform): Likewise.
13474         (test-xfail-XPG3/unistd.h/conform): Likewise.
13475         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
13476         (test-xfail-XPG4/fcntl.h/conform): Likewise.
13477         (test-xfail-XPG4/langinfo.h/conform): Likewise.
13478         (test-xfail-XPG4/netdb.h/conform): Likewise.
13479         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
13480         (test-xfail-XPG4/signal.h/conform): Likewise.
13481         (test-xfail-XPG4/stdio.h/conform): Likewise.
13482         (test-xfail-XPG4/stdlib.h/conform): Likewise.
13483         (test-xfail-XPG4/stropts.h/conform): Likewise.
13484         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
13485         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
13486         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
13487         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
13488         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
13489         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
13490         (test-xfail-XPG4/sys/time.h/conform): Likewise.
13491         (test-xfail-XPG4/sys/types.h/conform): Likewise.
13492         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
13493         (test-xfail-XPG4/termios.h/conform): Likewise.
13494         (test-xfail-XPG4/ucontext.h/conform): Likewise.
13495         (test-xfail-XPG4/unistd.h/conform): Likewise.
13496         (test-xfail-XPG4/utmpx.h/conform): Likewise.
13497         (test-xfail-POSIX/sched.h/conform): Likewise.
13498         (test-xfail-POSIX/signal.h/conform): Likewise.
13499         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
13500         (test-xfail-POSIX/tar.h/conform): Likewise.
13501         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
13502         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
13503         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
13504         (test-xfail-UNIX98/netdb.h/conform): Likewise.
13505         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
13506         (test-xfail-UNIX98/sched.h/conform): Likewise.
13507         (test-xfail-UNIX98/signal.h/conform): Likewise.
13508         (test-xfail-UNIX98/stdio.h/conform): Likewise.
13509         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
13510         (test-xfail-UNIX98/stropts.h/conform): Likewise.
13511         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
13512         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
13513         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
13514         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
13515         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
13516         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
13517         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
13518         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
13519         (test-xfail-UNIX98/unistd.h/conform): Likewise.
13520         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
13521         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
13522         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
13523         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
13524         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
13525         (test-xfail-XOPEN2K/math.h/conform): Likewise.
13526         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
13527         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
13528         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
13529         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
13530         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
13531         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
13532         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
13533         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
13534         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
13535         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
13536         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
13537         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
13538         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
13539         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
13540         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
13541         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
13542         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
13543         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
13544         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
13545         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
13546         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
13547         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
13548         (test-xfail-POSIX2008/signal.h/conform): Likewise.
13549         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
13550         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
13551         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
13552         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
13553         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
13554         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
13555         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
13556         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
13557         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
13558         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
13559         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
13560         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
13561         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
13562         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
13563         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
13564         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
13565         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
13566         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
13567         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
13568         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
13569         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
13570         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
13571         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
13572         (conformtest-cc-flags): Likewise.
13573         ($(conformtest-header-tests): New target.
13574         * conform/check-header-lists.sh: New file.
13575         * conform/run-conformtest.sh: Remove.
13576
13577         * conform/conformtest.pl: Allow ' and \ in values given for
13578         constants.
13579         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
13580         inclusion.
13581         [POSIX] (sys/types.h): Likewise.
13582         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
13583         inclusion.
13584         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
13585         inclusion.
13586         * conform/data/signal.h-data (SIGIO): Remove expectation.
13587         [XPG3] (SIGBUS): Do not expect.
13588         [POSIX || XPG3] (SIGPOLL): Likewise.
13589         [POSIX || XPG3] (SIGPROF): Likewise.
13590         [POSIX || XPG3] (SIGSYS): Likewise.
13591         [XPG3] (SIGTRAP): Likewise.
13592         [POSIX || XPG3] (SIGURG): Likewise.
13593         [POSIX || XPG3] (SIGVTALRM): Likewise.
13594         [POSIX || XPG3] (SIGXCPU): Likewise.
13595         [POSIX || XPG3] (SIGXFSZ): Likewise.
13596         [POSIX] (SA_SIGINFO): Expect.
13597         [XPG3] (siginfo_t): Do not expect type or contents.
13598         [POSIX] (si_pid): Do not expect element.
13599         [POSIX] (si_uid): Likewise.
13600         [POSIX] (si_addr): Likewise.
13601         [POSIX] (si_status): Likewise.
13602         [POSIX] (si_band): Likewise.
13603         [XPG4] (si_value): Likewise.
13604         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
13605         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
13606         [POSIX || XPG3] (ILL_ILLADR): Likewise.
13607         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
13608         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
13609         [POSIX || XPG3] (ILL_PRVREG): Likewise.
13610         [POSIX || XPG3] (ILL_COPROC): Likewise.
13611         [POSIX || XPG3] (ILL_BADSTK): Likewise.
13612         [POSIX || XPG3] (FPE_INTDIV): Likewise.
13613         [POSIX || XPG3] (FPE_INTOVF): Likewise.
13614         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
13615         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
13616         [POSIX || XPG3] (FPE_FLTUND): Likewise.
13617         [POSIX || XPG3] (FPE_FLTRES): Likewise.
13618         [POSIX || XPG3] (FPE_FLTINV): Likewise.
13619         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
13620         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
13621         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
13622         [POSIX || XPG3] (BUS_ADRALN): Likewise.
13623         [POSIX || XPG3] (BUS_ADRERR): Likewise.
13624         [POSIX || XPG3] (BUS_OBJERR): Likewise.
13625         [POSIX || XPG3] (CLD_EXITED): Likewise.
13626         [POSIX || XPG3] (CLD_KILLED): Likewise.
13627         [POSIX || XPG3] (CLD_DUMPED): Likewise.
13628         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
13629         [POSIX || XPG3] (CLD_STOPPED): Likewise.
13630         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
13631         [POSIX || XPG3] (POLL_IN): Likewise.
13632         [POSIX || XPG3] (POLL_OUT): Likewise.
13633         [POSIX || XPG3] (POLL_MSG): Likewise.
13634         [POSIX || XPG3] (POLL_ERR): Likewise.
13635         [POSIX || XPG3] (POLL_PRI): Likewise.
13636         [POSIX || XPG3] (POLL_HUP): Likewise.
13637         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
13638         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
13639         (SIG*): Do not allow.
13640         [XPG3] (si_*): Likewise.
13641         [XPG3] (SI_*): Likewise.
13642         [XPG3 || XPG4] (sigev_*): Likewise.
13643         [XPG3 || XPG4] (SIGEV_*): Likewise.
13644         [XPG3 || XPG4] (sival_*): Likewise.
13645         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
13646         [POSIX || XPG3] (BUS_*): Likewise.
13647         [POSIX || XPG3] (CLD_*): Likewise.
13648         [POSIX || XPG3] (FPE_*): Likewise.
13649         [POSIX || XPG3] (ILL_*): Likewise.
13650         [POSIX || XPG3] (POLL_*): Likewise.
13651         [POSIX || XPG3] (SEGV_*): Likewise.
13652         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
13653         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
13654         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
13655         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
13656         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
13657         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
13658         Specify type and value.
13659         (TVERSLEN): Likewise.
13660         (REGTYPE): Likewise.
13661         (AREGTYPE): Likewise.
13662         (LNKTYPE): Likewise.
13663         (SYMTYPE): Likewise.
13664         (CHRTYPE): Likewise.
13665         (BLKTYPE): Likewise.
13666         (DIRTYPE): Likewise.
13667         (FIFOTYPE): Likewise.
13668         (CONTTYPE): Likewise.
13669         (TSUID): Likewise.
13670         (TSGID): Likewise.
13671         (TSVTX): Likewise.
13672         (TUREAD): Likewise.
13673         (TUWRITE): Likewise.
13674         (TUEXEC): Likewise.
13675         (TGREAD): Likewise.
13676         (TGWRITE): Likewise.
13677         (TGEXEC): Likewise.
13678         (TOREAD): Likewise.
13679         (TOWRITE): Likewise.
13680         (TOEXEC): Likewise.
13681         [POSIX] (TSVTX): Expect constant.
13682
13683 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
13684
13685         * Makefile (tests): Change dependencies to ....
13686         (tests-special): ... additions to this variable.
13687         (tests): Depend on $(tests-special).
13688         * Makerules (check-abi-list): New variable.
13689         (check-abi): Depend on $(check-abi-list).
13690         [$(subdir) = elf] (tests-special): Add
13691         $(objpfx)check-abi-libc.out.
13692         [$(build-shared) = yes && subdir] (tests-special): Add
13693         $(check-abi-list).
13694         [$(build-shared) = yes && subdir] (tests): Do not depend on
13695         check-abi.
13696         * Rules (tests): Depend on $(tests-special).
13697         (xtests): Depend on $(xtests-special).
13698         * catgets/Makefile (tests): Change dependencies to ....
13699         (tests-special): ... additions to this variable.
13700         * conform/Makefile (tests): Change dependencies to ....
13701         (tests-special): ... additions to this variable.
13702         * elf/Makefile (tests): Change dependencies to ....
13703         (tests-special): ... additions to this variable.
13704         * grp/Makefile (tests): Change dependencies to ....
13705         (tests-special): ... additions to this variable.
13706         * iconv/Makefile (xtests): Change dependencies to ....
13707         (xtests-special): ... additions to this variable.
13708         * iconvdata/Makefile (tests): Change dependencies to ....
13709         (tests-special): ... additions to this variable.
13710         * intl/Makefile (tests): Change dependencies to ....
13711         (tests-special): ... additions to this variable.  Also add
13712         $(objpfx)tst-gettext.out.
13713         * io/Makefile (tests): Change dependencies to ....
13714         (tests-special): ... additions to this variable.
13715         * libio/Makefile (tests): Change dependencies to ....
13716         (tests-special): ... additions to this variable.
13717         * malloc/Makefile (tests): Change dependencies to ....
13718         (tests-special): ... additions to this variable.
13719         * misc/Makefile (tests): Change dependencies to ....
13720         (tests-special): ... additions to this variable.
13721         * nptl/Makefile (tests): Change dependencies to ....
13722         (tests-special): ... additions to this variable.
13723         * nptl_db/Makefile (tests): Change dependencies to ....
13724         (tests-special): ... additions to this variable.
13725         * posix/Makefile (tests): Change dependencies to ....
13726         (tests-special): ... additions to this variable.
13727         (xtests): Change dependencies to ....
13728         (xtests-special): ... additions to this variable.
13729         * resolv/Makefile (tests): Change dependencies to ....
13730         (tests-special): ... additions to this variable.
13731         (xtests): Change dependencies to ....
13732         (xtests-special): ... additions to this variable.
13733         * stdio-common/Makefile (tests): Change dependencies to ....
13734         (tests-special): ... additions to this variable.
13735         (do-tst-unbputc): Remove target.
13736         (do-tst-printf): Likewise.
13737         * stdlib/Makefile (tests): Change dependencies to ....
13738         (tests-special): ... additions to this variable.
13739         * string/Makefile (tests): Change dependencies to ....
13740         (tests-special): ... additions to this variable.
13741         * sysdeps/x86/Makefile (tests): Change dependencies to ....
13742         (tests-special): ... additions to this variable.
13743
13744         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
13745         whole file.
13746         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
13747         whole file.
13748         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
13749         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
13750
13751         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
13752         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
13753         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
13754         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
13755         * conform/data/libgen.h-data [XPG3]: Likewise.
13756         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
13757         * conform/data/ndbm.h-data [XPG3]: Likewise.
13758         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
13759         * conform/data/netdb.h-data [XPG3]: Likewise.
13760         * conform/data/netinet/in.h-data [XPG3]: Likewise.
13761         * conform/data/poll.h-data [XPG3]: Likewise.
13762         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
13763         * conform/data/strings.h-data [XPG3]: Likewise.
13764         * conform/data/stropts.h-data [XPG3]: Likewise.
13765         * conform/data/sys/mman.h-data [XPG3]: Likewise.
13766         * conform/data/sys/resource.h-data [XPG3]: Likewise.
13767         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
13768         Likewise.
13769         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
13770         * conform/data/sys/time.h-data [XPG3]: Likewise.
13771         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
13772         * conform/data/sys/uio.h-data [XPG3]: Likewise.
13773         * conform/data/sys/un.h-data [XPG3]: Likewise.
13774         * conform/data/syslog.h-data [XPG3]: Likewise.
13775         * conform/data/ucontext.h-data [XPG3]: Likewise.
13776         * conform/data/utmpx.h-data [XPG3]: Likewise.
13777         * conform/data/varargs.h-data [UNIX98]: Enable file.
13778
13779         * manual/Makefile (INSTALL_INFO): Remove variable setting.
13780
13781         * math/libm-test.inc (struct test_f_f_data): Move expected results
13782         into structure for each rounding mode.
13783         (struct test_ff_f_data): Likewise.
13784         (struct test_ff_f_data_nexttoward): Likewise.
13785         (struct test_fi_f_data): Likewise.
13786         (struct test_fl_f_data): Likewise.
13787         (struct test_if_f_data): Likewise.
13788         (struct test_fff_f_data): Likewise.
13789         (struct test_c_f_data): Likewise.
13790         (struct test_f_f1_data): Likewise.
13791         (struct test_fF_f1_data): Likewise.
13792         (struct test_ffI_f1_data): Likewise.
13793         (struct test_c_c_data): Likewise.
13794         (struct test_cc_c_data): Likewise.
13795         (struct test_f_i_data): Likewise.
13796         (struct test_ff_i_data): Likewise.
13797         (struct test_f_l_data): Likewise.
13798         (struct test_f_L_data): Likewise.
13799         (struct test_fFF_11_data): Likewise.
13800         (RM_): New macro.
13801         (RM_FE_DOWNWARD): Likewise.
13802         (RM_FE_TONEAREST): Likewise.
13803         (RM_FE_TOWARDZERO): Likewise.
13804         (RM_FE_UPWARD): Likewise.
13805         (RUN_TEST_LOOP_f_f): Update references to expected results.
13806         (RUN_TEST_LOOP_2_f): Likewise.
13807         (RUN_TEST_LOOP_fff_f): Likewise.
13808         (RUN_TEST_LOOP_c_f): Likewise.
13809         (RUN_TEST_LOOP_f_f1): Likewise.
13810         (RUN_TEST_LOOP_fF_f1): Likewise.
13811         (RUN_TEST_LOOP_fI_f1): Likewise.
13812         (RUN_TEST_LOOP_ffI_f1): Likewise.
13813         (RUN_TEST_LOOP_c_c): Likewise.
13814         (RUN_TEST_LOOP_cc_c): Likewise.
13815         (RUN_TEST_LOOP_f_i): Likewise.
13816         (RUN_TEST_LOOP_f_i_tg): Likewise.
13817         (RUN_TEST_LOOP_ff_i_tg): Likewise.
13818         (RUN_TEST_LOOP_f_b): Likewise.
13819         (RUN_TEST_LOOP_f_b_tg): Likewise.
13820         (RUN_TEST_LOOP_f_l): Likewise.
13821         (RUN_TEST_LOOP_f_L): Likewise.
13822         (RUN_TEST_LOOP_fFF_11): Likewise.
13823         * math/gen-libm-test.pl (parse_args): Output four copies of
13824         expected results for each test.
13825
13826         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
13827         (__ASSUME_UTIMES): Remove.
13828         * sysdeps/unix/sysv/linux/tile/kernel-features.h
13829         (__ASSUME_UTIMES): Likewise.
13830
13831         * math/gen-auto-libm-tests.c: Update comment on output format.
13832         (output_for_one_input_case): Generate before-rounding and
13833         after-rounding information as conditions on output flags not
13834         floating-point format.
13835         * math/auto-libm-test-out: Regenerated.
13836         * math/gen-libm-test.pl (cond_value): New function.
13837         (or_cond_value): Use cond_value.
13838         (generate_testfile): Handle conditional exceptions.
13839
13840 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
13841
13842         * math/libm-test.inc (max_valid_error): New variable.
13843         (init_max_error): Take new argument specifying whether function
13844         results are exactly determined.  Set max_valid_error and bound
13845         other variables for errors based on this argument.
13846         (set_max_error): Do not record results above max_valid_error.
13847         (check_float_internal): Only accept errors of up to 0.5ulps if
13848         also at most max_valid_error.
13849         (START): Take new argument EXACT and pass it to init_max_error.
13850         (acos_test): Update call to START.
13851         (acos_test_tonearest): Likewise.
13852         (acos_test_towardzero): Likewise.
13853         (acos_test_downward): Likewise.
13854         (acos_test_upward): Likewise.
13855         (acosh_test): Likewise.
13856         (asin_test): Likewise.
13857         (asin_test_tonearest): Likewise.
13858         (asin_test_towardzero): Likewise.
13859         (asin_test_downward): Likewise.
13860         (asin_test_upward): Likewise.
13861         (asinh_test): Likewise.
13862         (atan_test): Likewise.
13863         (atanh_test): Likewise.
13864         (atan2_test): Likewise.
13865         (cabs_test): Likewise.
13866         (cacos_test): Likewise.
13867         (cacosh_test): Likewise.
13868         (carg_test): Likewise.
13869         (casin_test): Likewise.
13870         (casinh_test): Likewise.
13871         (catan_test): Likewise.
13872         (catanh_test): Likewise.
13873         (cbrt_test): Likewise.
13874         (ccos_test): Likewise.
13875         (ccosh_test): Likewise.
13876         (ceil_test): Likewise.
13877         (cexp_test): Likewise.
13878         (cimag_test): Likewise.
13879         (clog_test): Likewise.
13880         (clog10_test): Likewise.
13881         (conj_test): Likewise.
13882         (copysign_test): Likewise.
13883         (cos_test): Likewise.
13884         (cos_test_tonearest): Likewise.
13885         (cos_test_towardzero): Likewise.
13886         (cos_test_downward): Likewise.
13887         (cos_test_upward): Likewise.
13888         (cosh_test): Likewise.
13889         (cosh_test_tonearest): Likewise.
13890         (cosh_test_towardzero): Likewise.
13891         (cosh_test_downward): Likewise.
13892         (cosh_test_upward): Likewise.
13893         (cpow_test): Likewise.
13894         (cproj_test): Likewise.
13895         (creal_test): Likewise.
13896         (csin_test): Likewise.
13897         (csinh_test): Likewise.
13898         (csqrt_test): Likewise.
13899         (ctan_test): Likewise.
13900         (ctan_test_tonearest): Likewise.
13901         (ctan_test_towardzero): Likewise.
13902         (ctan_test_downward): Likewise.
13903         (ctan_test_upward): Likewise.
13904         (ctanh_test): Likewise.
13905         (ctanh_test_tonearest): Likewise.
13906         (ctanh_test_towardzero): Likewise.
13907         (ctanh_test_downward): Likewise.
13908         (ctanh_test_upward): Likewise.
13909         (erf_test): Likewise.
13910         (erfc_test): Likewise.
13911         (exp_test): Likewise.
13912         (exp_test_tonearest): Likewise.
13913         (exp_test_towardzero): Likewise.
13914         (exp_test_downward): Likewise.
13915         (exp_test_upward): Likewise.
13916         (exp10_test): Likewise.
13917         (exp10_test_tonearest): Likewise.
13918         (exp10_test_towardzero): Likewise.
13919         (exp10_test_downward): Likewise.
13920         (exp10_test_upward): Likewise.
13921         (pow10_test): Likewise.
13922         (exp2_test): Likewise.
13923         (expm1_test): Likewise.
13924         (expm1_test_tonearest): Likewise.
13925         (expm1_test_towardzero): Likewise.
13926         (expm1_test_downward): Likewise.
13927         (expm1_test_upward): Likewise.
13928         (fabs_test): Likewise.
13929         (fdim_test): Likewise.
13930         (floor_test): Likewise.
13931         (fma_test): Likewise.
13932         (fma_test_towardzero): Likewise.
13933         (fma_test_downward): Likewise.
13934         (fma_test_upward): Likewise.
13935         (fmax_test): Likewise.
13936         (fmin_test): Likewise.
13937         (fmod_test): Likewise.
13938         (fpclassify_test): Likewise.
13939         (frexp_test): Likewise.
13940         (hypot_test): Likewise.
13941         (ilogb_test): Likewise.
13942         (isfinite_test): Likewise.
13943         (finite_test): Likewise.
13944         (isgreater_test): Likewise.
13945         (isgreaterequal_test): Likewise.
13946         (isinf_test): Likewise.
13947         (isless_test): Likewise.
13948         (islessequal_test): Likewise.
13949         (islessgreater_test): Likewise.
13950         (isnan_test): Likewise.
13951         (isnormal_test): Likewise.
13952         (issignaling_test): Likewise.
13953         (isunordered_test): Likewise.
13954         (j0_test): Likewise.
13955         (j1_test): Likewise.
13956         (jn_test): Likewise.
13957         (ldexp_test): Likewise.
13958         (lgamma_test): Likewise.
13959         (gamma_test): Likewise.
13960         (lrint_test): Likewise.
13961         (lrint_test_tonearest): Likewise.
13962         (lrint_test_towardzero): Likewise.
13963         (lrint_test_downward): Likewise.
13964         (lrint_test_upward): Likewise.
13965         (llrint_test): Likewise.
13966         (llrint_test_tonearest): Likewise.
13967         (llrint_test_towardzero): Likewise.
13968         (llrint_test_downward): Likewise.
13969         (llrint_test_upward): Likewise.
13970         (log_test): Likewise.
13971         (log10_test): Likewise.
13972         (log1p_test): Likewise.
13973         (log2_test): Likewise.
13974         (logb_test): Likewise.
13975         (logb_test_downward): Likewise.
13976         (lround_test): Likewise.
13977         (llround_test): Likewise.
13978         (modf_test): Likewise.
13979         (nearbyint_test): Likewise.
13980         (nextafter_test): Likewise.
13981         (nexttoward_test): Likewise.
13982         (pow_test): Likewise.
13983         (pow_test_tonearest): Likewise.
13984         (pow_test_towardzero): Likewise.
13985         (pow_test_downward): Likewise.
13986         (pow_test_upward): Likewise.
13987         (remainder_test): Likewise.
13988         (drem_test): Likewise.
13989         (remainder_test_tonearest): Likewise.
13990         (drem_test_tonearest): Likewise.
13991         (remainder_test_towardzero): Likewise.
13992         (drem_test_towardzero): Likewise.
13993         (remainder_test_downward): Likewise.
13994         (drem_test_downward): Likewise.
13995         (remainder_test_upward): Likewise.
13996         (drem_test_upward): Likewise.
13997         (remquo_test): Likewise.
13998         (rint_test): Likewise.
13999         (rint_test_tonearest): Likewise.
14000         (rint_test_towardzero): Likewise.
14001         (rint_test_downward): Likewise.
14002         (rint_test_upward): Likewise.
14003         (round_test): Likewise.
14004         (scalb_test): Likewise.
14005         (scalbn_test): Likewise.
14006         (scalbln_test): Likewise.
14007         (signbit_test): Likewise.
14008         (sin_test): Likewise.
14009         (sin_test_tonearest): Likewise.
14010         (sin_test_towardzero): Likewise.
14011         (sin_test_downward): Likewise.
14012         (sin_test_upward): Likewise.
14013         (sincos_test): Likewise.
14014         (sinh_test): Likewise.
14015         (sinh_test_tonearest): Likewise.
14016         (sinh_test_towardzero): Likewise.
14017         (sinh_test_downward): Likewise.
14018         (sinh_test_upward): Likewise.
14019         (sqrt_test): Likewise.
14020         (sqrt_test_tonearest): Likewise.
14021         (sqrt_test_towardzero): Likewise.
14022         (sqrt_test_downward): Likewise.
14023         (sqrt_test_upward): Likewise.
14024         (tan_test): Likewise.
14025         (tan_test_tonearest): Likewise.
14026         (tan_test_towardzero): Likewise.
14027         (tan_test_downward): Likewise.
14028         (tan_test_upward): Likewise.
14029         (tanh_test): Likewise.
14030         (tgamma_test): Likewise.
14031         (trunc_test): Likewise.
14032         (y0_test): Likewise.
14033         (y1_test): Likewise.
14034         (yn_test): Likewise.
14035         (significand_test): Likewise.
14036
14037         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
14038         individual tests in comment.
14039         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
14040         (prev_max_error): New variable.
14041         (prev_real_max_error): Likewise.
14042         (prev_imag_max_error): Likewise.
14043         (compare_ulp_data): Don't refer to test names in comment.
14044         (find_test_ulps): Remove function.
14045         (find_function_ulps): Likewise.
14046         (find_complex_function_ulps): Likewise.
14047         (init_max_error): Take function name as argument.  Look up ulps
14048         for that function.
14049         (print_ulps): Remove function.
14050         (print_max_error): Use prev_max_error instead of calling
14051         find_function_ulps.
14052         (print_complex_max_error): Use prev_real_max_error and
14053         prev_imag_max_error instead of calling find_complex_function_ulps.
14054         (check_float_internal): Take max_ulp parameter instead of calling
14055         find_test_ulps.  Don't call print_ulps.
14056         (check_float): Update call to check_float_internal.
14057         (check_complex): Update calls to check_float_internal.
14058         (START): Pass argument to init_max_error.
14059         * math/gen-libm-test.pl (%results): Don't include "kind"
14060         information.
14061         (parse_ulps): Don't handle ulps of individual tests.
14062         (print_ulps_file): Likewise.
14063         (output_ulps): Likewise.
14064         * math/README.libm-test: Update.
14065         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
14066         individual tests.
14067         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
14068         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
14069         * sysdeps/arm/libm-test-ulps: Likewise.
14070         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
14071         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
14072         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
14073         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
14074         * sysdeps/microblaze/libm-test-ulps: Likewise.
14075         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
14076         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
14077         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
14078         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
14079         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
14080         * sysdeps/sh/libm-test-ulps: Likewise.
14081         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
14082         * sysdeps/tile/libm-test-ulps: Likewise.
14083         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14084
14085 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
14086
14087         * math/libm-test.inc (print_complex_max_error): Check separately
14088         whether real and imaginary errors are within allowed range and
14089         pass 0 to print_complex_function_ulps instead of value within
14090         allowed range.
14091
14092 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
14093
14094         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
14095         formatting.
14096         (get_handles_fopen): Likewise.
14097         (do_write_test): Likewise.
14098
14099         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
14100
14101         * libio/fileops.c (do_ftell): Use cached offset when
14102         available.
14103         * libio/iofwide.c (do_ftell_wide): Likewise.
14104         * libio/iofdopen.c (_IO_new_fdopen): Don't use
14105         _IO_file_attach.
14106         * libio/wfileops.c (_IO_fwide): Don't cache offset.
14107
14108         [BZ #16532]
14109         * libio/libioP.h (get_file_offset): New function.
14110         * libio/fileops.c (get_file_offset): Likewise.
14111         (do_ftell): Likewise.
14112         (_IO_new_file_seekoff): Split out ftell logic.
14113         * libio/wfileops.c (do_ftell_wide): Likewise.
14114         (_IO_wfile_seekoff): Split out ftell logic.
14115         * libio/tst-ftell-active-handler.c: New test case.
14116         * libio/Makefile (tests): Add it.
14117
14118 2014-03-03  Roland McGrath  <roland@hack.frob.com>
14119
14120         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
14121         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
14122
14123 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
14124
14125         [BZ #16639]
14126         * nscd/connections.c (nscd_init): Call do_exit.
14127         (start_threads): Call do_exit and notify_parent.
14128         (begin_drop_privileges): Call do_exit.
14129         (finish_drop_privileges): Likewise.
14130         * nscd/selinux.c (preserve_capabilities): Likewise.
14131         (install_real_capabilities): Likewise.
14132         (nscd_selinux_enabled): Likewise.
14133         (avc_create_thread): Likewise.
14134         (avc_alloc_lock): Likewise.
14135         (nscd_avc_init): Likewise.
14136         * nscd/nscd.c (parent_fd): New static variable.
14137         (main): Create a pipe between parent and child processes.
14138         Skip closing parent_fd.
14139         (monitor_child): New function.
14140         (do_exit): Likewise.
14141         (notify_parent): Likewise.
14142         * nscd/nscd.h (notify_parent): Likewise.
14143         (do_exit): Likewise.
14144
14145 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
14146
14147         * malloc/malloc.c (__libc_calloc): Revert last change.
14148
14149 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14150
14151         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14152
14153 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
14154
14155         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
14156         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
14157         implementation.
14158         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
14159         (__libc_ifunc_impl_list): Likewise.
14160         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
14161         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
14162         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
14163         * string/strrchr.c: Define STRRCHR.
14164
14165 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
14166
14167         * benchtest/bench-strtok.c (simple_strtok): Delete.
14168         (strtok_string): Use as benchmark.
14169         * string/strtok (STRTOK): New macro.
14170
14171 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
14172
14173         * manual/threads.texi: Add header and standard comments to all
14174         functions.
14175
14176         * elf/dl-lookup.c (check_match): New function.
14177         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
14178         (do_lookup_x): Remove nested function check_match. Use non-nested
14179         function check_match.
14180
14181 2014-02-28  Roland McGrath  <roland@hack.frob.com>
14182
14183         * csu/Makefile (generated, before-compile): Use += rather than =.
14184         * catgets/Makefile (generated, generated-dirs): Likewise.
14185         * debug/Makefile (generated): Likewise.
14186         * dlfcn/Makefile (generated): Likewise.
14187         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
14188         * iconvdata/Makefile (before-compile, generated): Likewise.
14189         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
14190         * libio/Makefile (generated): Likewise.
14191         * malloc/Makefile (generated): Likewise.
14192         * manual/Makefile (generated, generated-dirs): Likewise.
14193         * misc/Makefile (generated): Likewise.
14194         * posix/Makefile (generated): Likewise.
14195         * resolv/Makefile (generated): Likewise.
14196         * sunrpc/Makefile (generated, generated-dirs): Likewise.
14197         * timezone/Makefile (generated, generated-dirs): Likewise.
14198
14199         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
14200
14201 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14202
14203         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
14204         power8 implementation.
14205         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
14206         file: POWER8 llround ifunc implementation.
14207         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
14208         (__lllround): Add POWER8 implementation.
14209         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
14210         POWER8 llround implementation.
14211
14212         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
14213         power8 implementation.
14214         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
14215         file: POWER8 llrint ifunc implementation.
14216         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
14217         Add POWER8 implementation.
14218         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
14219         POWER8 llrint implementation.
14220
14221         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
14222         power8 implementation.
14223         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
14224         file: POWER8 finite ifunc implementation.
14225         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
14226         Add POWER8 implementation.
14227         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
14228         Likewise.
14229         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
14230         POWER8 finite implementation.
14231         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
14232
14233         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
14234         power8 implementation.
14235         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
14236         file: POWER8 isinf ifunc implementation.
14237         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
14238         POWER8 implementation.
14239         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
14240         Likewise.
14241         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
14242         isinf implementation.
14243         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
14244
14245         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
14246         (INIT_ARCH): Add hwcap2 initialization.
14247         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
14248         power8 implementation.
14249         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
14250         file: POWER8 isnan ifunc implementation.
14251         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
14252         POWER8 implementation.
14253         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
14254         Likewise.
14255         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
14256         isnan implementation.
14257         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
14258
14259 2014-02-27  Joey Ye  <joey.ye@arm.com>
14260
14261         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
14262         (_FP_NANFRAC_Q): Set to zero.
14263
14264 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
14265
14266         [BZ #16623]
14267         * math/auto-libm-test-in: New test inputs.
14268         * math/auto-libm-test-out: Regenerate.
14269         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
14270         and DA.
14271         (__cos): Likewise.
14272         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
14273
14274 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
14275
14276         * scripts/evaluate-test.sh: Take new argument indicating whether
14277         failure is expected.
14278         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
14279         indicating whether failure is expected.
14280         * conform/Makefile (test-xfail-run-conformtest): New variable.
14281         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
14282         level.
14283         * posix/Makefile (test-xfail-annexc): New variable.
14284         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
14285
14286 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
14287
14288         * argp/Makefile: Include Makeconfig immediately after defining
14289         subdir.
14290         * assert/Makefile: Likewise.
14291         * benchtests/Makefile: Likewise.
14292         * catgets/Makefile: Likewise.
14293         * conform/Makefile: Likewise.
14294         * crypt/Makefile: Likewise.
14295         * csu/Makefile: Likewise.
14296         (all): Remove target.
14297         * ctype/Makefile: Include Makeconfig immediately after defining
14298         subdir.
14299         * debug/Makefile: Likewise.
14300         * dirent/Makefile: Likewise.
14301         * dlfcn/Makefile: Likewise.
14302         * gmon/Makefile: Likewise.
14303         * gnulib/Makefile: Likewise.
14304         * grp/Makefile: Likewise.
14305         * gshadow/Makefile: Likewise.
14306         * hesiod/Makefile: Likewise.
14307         * hurd/Makefile: Likewise.
14308         (all): Remove target.
14309         * iconvdata/Makefile: Include Makeconfig immediately after
14310         defining subdir.
14311         * inet/Makefile: Likewise.
14312         * intl/Makefile: Likewise.
14313         * io/Makefile: Likewise.
14314         * libio/Makefile: Likewise.
14315         (all): Remove target.
14316         * locale/Makefile: Include Makeconfig immediately after defining
14317         subdir.
14318         * login/Makefile: Likewise.
14319         * mach/Makefile: Likewise.
14320         (all): Remove target.
14321         * malloc/Makefile: Include Makeconfig immediately after defining
14322         subdir.
14323         (all): Remove target.
14324         * manual/Makefile: Include Makeconfig immediately after defining
14325         subdir.
14326         * math/Makefile: Likewise.
14327         * misc/Makefile: Likewise.
14328         * nis/Makefile: Likewise.
14329         * nss/Makefile: Likewise.
14330         * po/Makefile: Likewise.
14331         (all): Remove target.
14332         * posix/Makefile: Include Makeconfig immediately after defining
14333         subdir.
14334         * pwd/Makefile: Likewise.
14335         * resolv/Makefile: Likewise.
14336         * resource/Makefile: Likewise.
14337         * rt/Makefile: Likewise.
14338         * setjmp/Makefile: Likewise.
14339         * shadow/Makefile: Likewise.
14340         * signal/Makefile: Likewise.
14341         * socket/Makefile: Likewise.
14342         * soft-fp/Makefile: Likewise.
14343         * stdio-common/Makefile: Likewise.
14344         * stdlib/Makefile: Likewise.
14345         * streams/Makefile: Likewise.
14346         * string/Makefile: Likewise.
14347         * sunrpc/Makefile: Likewise.
14348         (all): Remove target.
14349         * sysvipc/Makefile: Include Makeconfig immediately after defining
14350         subdir.
14351         * termios/Makefile: Likewise.
14352         * time/Makefile: Likewise.
14353         * timezone/Makefile: Likewise.
14354         (all): Remove target.
14355         * wcsmbs/Makefile: Include Makeconfig immediately after defining
14356         subdir.
14357         * wctype/Makefile: Likewise.
14358
14359 2014-02-26  Steve Ellcey  <sellcey@mips.com>
14360
14361         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
14362         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
14363         (libc_feholdexcept_setround_mips): Ditto.
14364         (libc_feholdsetround): New.
14365         (libc_feholdsetroundf): New.
14366         (libc_feholdsetroundl): New.
14367         (libc_feupdateenv_test_mips): New.
14368         (libc_feupdateenv_test): New.
14369         (libc_feupdateenv_testf): New.
14370         (libc_feupdateenv_testl): New.
14371         (libc_feresetround): New.
14372         (libc_feresetroundf): New.
14373         (libc_feresetroundl): New.
14374         (libc_fetestexcept_mips): New.
14375         (libc_fetestexcept): New.
14376         (libc_fetestexceptf): New.
14377         (libc_fetestexceptl): New.
14378         (HAVE_RM_CTX): New.
14379         (libc_feholdexcept_setround_mips_ctx): New.
14380         (libc_feholdexcept_setround_ctx): New.
14381         (libc_feholdexcept_setroundf_ctx): New.
14382         (libc_feholdexcept_setroundl_ctx): New.
14383         (libc_fesetenv_mips_ctx): New.
14384         (libc_fesetenv_ctx): New.
14385         (libc_fesetenv_ctxf): New.
14386         (libc_fesetenv_ctxl): New.
14387         (libc_feupdateenv_mips_ctx): New.
14388         (libc_feupdateenv_ctx): New.
14389         (libc_feupdateenvf_ctx): New.
14390         (libc_feupdateenvl_ctx): New.
14391         (libc_feholdsetround_mips_ctx): New.
14392         (libc_feholdsetround_ctx): New.
14393         (libc_feholdsetroundf_ctx): New.
14394         (libc_feholdsetroundl_ctx): New.
14395         (libc_feresetround_mips_ctx): New.
14396         (libc_feresetround_ctx): New.
14397         (libc_feresetroundf_ctx): New.
14398         (libc_feresetroundl_ctx): New.
14399
14400 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
14401
14402         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
14403
14404         * manual/ipc.texi: New file.
14405         * manual/Makefile (chapters): Add ipc.
14406         * manual/job.texi: Add "Inter-Process Communication" to next.
14407         * manual/process.texi: Add "Inter-Process Communication" to prev.
14408
14409 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14410
14411         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14412
14413 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
14414
14415         * malloc/malloc.c (__libc_calloc): Simplify implementation.
14416
14417         * manual/arith.texi: Fix spaces after sentences.
14418         * manual/charset.texi: Likewise.
14419         * manual/errno.texi: Likewise.
14420         * manual/install.texi: Likewise.
14421         * manual/llio.texi: Likewise.
14422         * manual/locale.texi: Likewise.
14423         * manual/maint.texi: Likewise.
14424         * manual/math.texi: Likewise.
14425         * manual/memory.texi: Likewise.
14426         * manual/message.texi: Likewise.
14427         * manual/probes.texi: Likewise.
14428         * manual/resource.texi: Likewise.
14429         * manual/signal.texi: Likewise.
14430         * manual/socket.texi: Likewise.
14431         * manual/stdio.texi: Likewise.
14432         * manual/string.texi: Likewise.
14433         * manual/time.texi: Likewise.
14434         * manual/users.texi: Likewise.
14435
14436 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
14437
14438         [BZ #16632]
14439         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
14440         _DEFAULT_SOURCE is defined.
14441
14442 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
14443             Carlos O'Donell  <carlos@redhat.com>
14444
14445         [BZ #16613]
14446         * elf/dl-tls.c (_dl_count_modids): New function.
14447         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
14448         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
14449         audit library and increment generation counter.
14450         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
14451         * elf/tst-audit9.c: New file.
14452         * elf/tst-auditmod9a.c: New file.
14453         * elf/tst-auditmod9b.c: New file.
14454         * elf/Makefile: Add rules to build and run tst-audit9.
14455
14456 2014-02-25  Florian Weimer  <fweimer@redhat.com>
14457
14458         [BZ #15347]
14459         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
14460
14461 2014-02-25  Will Newton  <will.newton@linaro.org>
14462
14463         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
14464         (__longjmp): Restore sp and lr before restoring callee
14465         saved registers.  Add longjmp and longjmp_target
14466         SystemTap probe point.
14467         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
14468         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
14469         Define to zero to match jmpbuf layout.
14470         * sysdeps/arm/setjmp.S: Include stap-probe.h.
14471         (__sigsetjmp): Save sp and lr before saving callee
14472         saved registers.  Add setjmp SystemTap probe point.
14473
14474 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
14475
14476         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
14477
14478 2014-02-24  Andreas Schwab  <schwab@suse.de>
14479
14480         [BZ #15804]
14481         * elf/pldd.c (wait_for_ptrace_stop): New function.
14482         (main): Call it after attaching.
14483
14484 2014-02-22  Roland McGrath  <roland@hack.frob.com>
14485
14486         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
14487         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
14488         Versions files is now verboten.
14489         * hurd/Versions (libc: GLIBC_2.0):
14490         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
14491         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
14492         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
14493         * mach/Versions: Likewise.
14494
14495         * csu/Versions: Remove unused %include.
14496         * resolv/Versions: Likewise.
14497
14498 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
14499
14500         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
14501         ($(objpfx)check-local-headers.out): Likewise.
14502         ($(objpfx)begin-end-check.out): Likewise.
14503         * Makerules (check-abi-%.out): Likewise.
14504         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
14505         ($(objpfx)test2.cat): Likewise.
14506         ($(objpfx)de/libc.cat): Likewise.
14507         ($(objpfx)test-gencat.out): Likewise.
14508         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
14509         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
14510         ($(objpfx)noload-mem): Likewise.
14511         ($(objpfx)tst-pathopt.out): Likewise.
14512         ($(objpfx)tst-rtld-load-self.out): Likewise.
14513         ($(objpfx)tst-array1-cmp.out): Likewise.
14514         ($(objpfx)tst-array1-static-cmp.out): Likewise.
14515         ($(objpfx)tst-array2-cmp.out): Likewise.
14516         ($(objpfx)tst-array3-cmp.out): Likewise.
14517         ($(objpfx)tst-array4-cmp.out): Likewise.
14518         ($(objpfx)tst-array5-cmp.out): Likewise.
14519         ($(objpfx)tst-array5-static-cmp.out): Likewise.
14520         ($(objpfx)check-textrel.out): Likewise.
14521         ($(objpfx)check-execstack.out): Likewise.
14522         ($(objpfx)check-localplt.out): Likewise.
14523         ($(objpfx)order2-cmp.out): Likewise.
14524         ($(objpfx)tst-leaks1-mem): Likewise.
14525         ($(objpfx)tst-leaks1-static-mem): Likewise.
14526         ($(objpfx)tst-initorder-cmp.out): Likewise.
14527         ($(objpfx)tst-initorder2-cmp.out): Likewise.
14528         ($(objpfx)tst-unused-dep.out): Likewise.
14529         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
14530         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
14531         * iconv/Makefile (test-iconvconfig): Likewise.
14532         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
14533         ($(objpfx)iconv-test.out): Likewise.
14534         ($(objpfx)tst-tables.out): Likewise.
14535         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
14536         ($(objpfx)tst-gettext.out): Likewise.
14537         ($(objpfx)tst-translit.out): Likewise.
14538         ($(objpfx)tst-gettext2.out): Likewise.
14539         ($(objpfx)tst-gettext4.out): Likewise.
14540         ($(objpfx)tst-gettext6.out): Likewise.
14541         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
14542         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
14543         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
14544         ($(objpfx)tst-fopenloc-mem.out): Likewise.
14545         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
14546         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
14547         * posix/Makefile ($(objpfx)globtest.out): Likewise.
14548         ($(objpfx)wordexp-tst.out): Likewise.
14549         ($(objpfx)annexc.out): Likewise.
14550         ($(objpfx)tst-fnmatch-mem): Likewise.
14551         ($(objpfx)bug-regex2-mem): Likewise.
14552         ($(objpfx)bug-regex14-mem): Likewise.
14553         ($(objpfx)bug-regex21-mem): Likewise.
14554         ($(objpfx)bug-regex31-mem): Likewise.
14555         ($(objpfx)tst-vfork3-mem): Likewise.
14556         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
14557         ($(objpfx)tst-pcre-mem): Likewise.
14558         ($(objpfx)tst-boost-mem): Likewise.
14559         ($(objpfx)tst-getconf.out): Likewise.
14560         ($(objpfx)bug-ga2-mem): Likewise.
14561         ($(objpfx)bug-glob2-mem): Likewise.
14562         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
14563         ($(objpfx)mtrace-tst-leaks2): Likewise.
14564         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
14565         ($(objpfx)tst-printf.out): Likewise.
14566         ($(objpfx)tst-setvbuf1.out): Likewise.
14567         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
14568         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
14569         ($(objpfx)tst-fmtmsg.out): Likewise.
14570         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
14571         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
14572
14573         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
14574         * bits/sigaction.h [__USE_MISC]: Likewise.
14575         * bits/waitstatus.h: Update #endif comments.
14576         * ctype/ctype.h: Likewise.
14577         * dirent/dirent.h: Likewise.
14578         [__USE_MISC]: Remove redundant conditionals.
14579         * grp/grp.h: Update #endif comments.
14580         [__USE_GNU]: Remove redundant conditionals.
14581         [__USE_MISC]: Likewise.
14582         * inet/netinet/in.h [__USE_GNU]: Likewise.
14583         * io/sys/stat.h [__USE_MISC]: Likewise.
14584         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
14585         * libio/bits/stdio.h: Update #endif comments.
14586         [__USE_MISC]: Remove redundant conditionals.
14587         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
14588         * libio/stdio.h: Update #endif comments.
14589         [__USE_MISC]: Remove redundant conditionals.
14590         * math/bits/math-finite.h [__USE_MISC]: Likewise.
14591         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
14592         * math/math.h: Update #else and #endif comments.
14593         [__USE_MISC]: Remove redundant conditionals.
14594         * misc/sys/uio.h: Update #endif comments.
14595         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
14596         * posix/glob.h [__USE_MISC]: Likewise.
14597         * posix/sys/types.h: Update #endif comments.
14598         [__USE_MISC]: Remove redundant conditionals.
14599         * posix/sys/wait.h: Update #endif comments.
14600         [__USE_MISC]: Remove redundant conditionals.
14601         * posix/unistd.h: Update #endif comments.
14602         [__USE_MISC]: Remove redundant conditionals.
14603         * pwd/pwd.h [__USE_GNU]: Likewise.
14604         [__USE_MISC]: Likewise.
14605         * resolv/netdb.h [__USE_GNU]: Likewise.
14606         * signal/signal.h: Update #endif comments.
14607         [__USE_MISC]: Remove redundant conditionals.
14608         * stdlib/stdlib.h: Update #else and #endif comments.
14609         [__USE_MISC]: Remove redundant conditionals.
14610         [__USE_GNU]: Likewise.
14611         * string/bits/string2.h [__USE_MISC]: Likewise.
14612         * string/string.h: Update #endif comments.
14613         [__USE_MISC]: Remove redundant conditionals.
14614         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
14615         Likewise.
14616         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
14617         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
14618         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
14619         Likewise.
14620         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
14621         Likewise.
14622         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
14623         comments.
14624         [__USE_MISC]: Remove redundant conditionals.
14625         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
14626         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
14627         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
14628         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
14629         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
14630         Likewise.
14631         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
14632         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
14633         Likewise.
14634         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
14635         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
14636         Likewise.
14637         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
14638         Likewise.
14639         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
14640         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
14641         Likewise.
14642         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
14643         Likewise.
14644         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
14645         * sysdeps/x86/bits/string.h: Update #endif comments.
14646         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
14647         conditionals.
14648         * time/sys/time.h: Update #endif comments.
14649         * time/time.h: Likewise.
14650         [__USE_MISC]: Remove redundant conditionals.
14651
14652 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
14653
14654         [BZ #16600]
14655         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
14656
14657 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
14658
14659         * Versions.def (librt): Add GLIBC_2.17.
14660
14661 2014-02-21  Adam Conrad  <adconrad@0c3.net>
14662
14663         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
14664         synonym for _SYS_AUXV_H to allow direct inclusion.
14665         * sysdeps/sparc/bits/hwcap.h: Likewise.
14666         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
14667         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
14668         * sysdeps/sparc/sysdep.h: Likewise.
14669
14670 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
14671
14672         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
14673
14674 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
14675
14676         * benchtests/bench-strrchr.c: Print length instead of position.
14677
14678 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
14679
14680         [BZ #16611]
14681         * sysdeps/unix/sysv/linux/kernel-features.h
14682         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
14683         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
14684         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
14685         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
14686         Likewise.
14687         [__i386__ || __powerpc__ || __sh__ || __sparc__]
14688         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14689         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
14690         (__ASSUME_SENDMMSG): Define instead of using previous
14691         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
14692         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14693         (__ASSUME_SENDMMSG_SYSCALL): Define.
14694         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14695         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
14696         Likewise.
14697         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14698         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14699         Likewise.
14700         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14701         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14702         Likewise.
14703         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
14704         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
14705         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
14706         [__ASSUME_SENDMMSG]: Change conditionals to
14707         [__ASSUME_SENDMMSG_SOCKETCALL].
14708         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14709         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
14710         Define.
14711         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14712         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
14713         Likewise.
14714         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
14715         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
14716         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
14717         [!__ASSUME_SENDMMSG]: Change conditional to
14718         [!__ASSUME_SENDMMSG_SOCKETCALL].
14719         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14720         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14721         Define.
14722
14723         [BZ #16610]
14724         * sysdeps/unix/sysv/linux/kernel-features.h
14725         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
14726         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
14727         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
14728         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
14729         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
14730         [__i386__ || __sparc__]
14731         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14732         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
14733         (__ASSUME_RECVMMSG): Define instead of using previous
14734         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
14735         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14736         (__ASSUME_RECVMMSG_SYSCALL): Define.
14737         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14738         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14739         Likewise.
14740         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14741         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14742         Likewise.
14743         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14744         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14745         Likewise.
14746         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
14747         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
14748         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
14749         [__ASSUME_RECVMMSG]: Change condition to
14750         [__ASSUME_RECVMMSG_SOCKETCALL].
14751         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14752         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14753         Define.
14754         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14755         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14756         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14757         Likewise.
14758         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
14759         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
14760         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
14761         [!__ASSUME_RECVMMSG]: Change condition to
14762         [!__ASSUME_RECVMMSG_SOCKETCALL].
14763         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14764         (__ASSUME_RECVMMSG_SYSCALL): Define.
14765
14766         [BZ #16609]
14767         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
14768         __powerpc__ || __s390__ || __sh__ || __sparc__]
14769         (__ASSUME_SOCKETCALL): Define.
14770         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
14771         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
14772         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
14773         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
14774         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
14775         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
14776         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
14777         (__ASSUME_ACCEPT4): Define instead of using previous
14778         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
14779         __powerpc__ || __sparc__ || __s390__)] condition.
14780         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14781         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
14782         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
14783         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
14784         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
14785         [!__ASSUME_ACCEPT4]: Change condition to
14786         [!__ASSUME_ACCEPT4_SOCKETCALL].
14787         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14788         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
14789         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
14790         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14791         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
14792         __ASSUME_ACCEPT4_SYSCALL.
14793         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
14794         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
14795         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14796         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
14797         __ASSUME_ACCEPT4_SYSCALL.
14798         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
14799         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
14800         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
14801         [__ASSUME_ACCEPT4]: Change condition to
14802         [__ASSUME_ACCEPT4_SOCKETCALL].
14803         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
14804         (__ASSUME_SOCKETCALL): Define.
14805         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
14806         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14807         (__ASSUME_SOCKETCALL): Define.
14808         (__ASSUME_ACCEPT4): Remove.
14809         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
14810         Define.
14811         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14812         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
14813         Likewise.
14814         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14815         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
14816
14817         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
14818         macro.
14819         (HWCAP_ARM_LPAE): Likewise.
14820         (HWCAP_ARM_EVTSTRM): Likewise.
14821         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
14822         Add vpfd32, lpae and evtstrm.
14823         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
14824         Increase to 22.
14825
14826 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
14827
14828         * math/auto-libm-test-in: Add tests of clog10.
14829         * math/auto-libm-test-out: Regenerated.
14830         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
14831         * sysdeps/i386/fpu/libm-test-ulps: Update.
14832         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14833
14834 2014-02-18  Andreas Schwab  <schwab@suse.de>
14835
14836         [BZ #16574]
14837         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
14838         Store non-zero if the second buffer was newly allocated.
14839         (send_dg): Likewise.
14840         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
14841         to send_vc and send_dg.
14842         (res_nsend): Pass NULL for ansp2_malloced.
14843         * resolv/res_query.c (__libc_res_nquery): Add parameter
14844         answerp2_malloced and pass it down to __libc_res_nsend.
14845         (res_nquery): Pass additional NULL to __libc_res_nquery.
14846         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
14847         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
14848         second answer buffer if answerp2_malloced was set.
14849         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
14850         (__libc_res_nquerydomain): Add parameter
14851         answerp2_malloced and pass it down to __libc_res_nquery.
14852         (res_nquerydomain): Pass additional NULL to
14853         __libc_res_nquerydomain.
14854         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
14855         additional NULL to __libc_res_nsend and __libc_res_nquery.
14856         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
14857         additional NULL to __libc_res_nsearch.
14858         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
14859         parameter of __libc_res_nsearch to check for separately allocated
14860         second buffer.
14861         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
14862         __libc_res_nquery.
14863         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
14864         additional NULL to __libc_res_nquery.
14865         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
14866         __libc_res_nsearch.
14867         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
14868         * include/resolv.h: Update prototypes of __libc_res_nquery,
14869         __libc_res_nsearch, __libc_res_nsend.
14870
14871 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
14872
14873         * math/auto-libm-test-in: Add tests of fma.
14874         * math/auto-libm-test-out: Regenerated.
14875         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
14876         (fma_towardzero_test_data): Likewise.
14877         (fma_downward_test_data): Likewise.
14878         (fma_upward_test_data): Likewise.
14879         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
14880         mpc_mode.
14881         (rounding_modes): Add values for new field.
14882         (func_calc_method): Add value mpfr_fff_f.
14883         (func_calc_desc): Add mpfr_fff_f union field.
14884         (test_function): Add field exact_args.
14885         (FUNC): Add macro argument EXACT_ARGS.
14886         (FUNC_mpfr_f_f): Update call to FUNC.
14887         (FUNC_mpfr_f_f): Likewise.
14888         (FUNC_mpfr_ff_f): Likewise.
14889         (FUNC_mpfr_if_f): Likewise.
14890         (FUNC_mpc_c_f): Likewise.
14891         (FUNC_mpc_c_c): Likewise.
14892         (test_functions): Add fma.  Update calls to FUNC.
14893         (handle_input_arg): Add argument exact_args.
14894         (add_test): Update call to handle_input_arg.
14895         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
14896         (output_for_one_input_case): Update call to calc_generic_results.
14897         Recalculate exact zero results in each rounding mode.
14898
14899         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
14900         non-negative before setting low bit.
14901         * math/auto-libm-test-in: Mark one asin test possibly having
14902         spurious underflow.
14903         * math/auto-libm-test-out: Regenerated.
14904         * sysdeps/i386/fpu/libm-test-ulps: Update.
14905         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14906
14907 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
14908
14909         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
14910         * sysdeps/unix/sysv/linux/microblaze: Move directory from
14911         ports/sysdeps/unix/sysv/linux/microblaze.
14912         * README: Add missing listing for microblaze*-*-linux-gnu.
14913
14914 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
14915
14916         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
14917         duplicate code
14918
14919 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
14920
14921         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
14922         * sysdeps/unix/sysv/linux/ia64: Move directory from
14923         ports/sysdeps/unix/sysv/linux/ia64.
14924         * README: Update listing for ia64-*-linux-gnu.
14925
14926 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
14927             Joseph Myers  <joseph@codesourcery.com>
14928
14929         * Makeconfig (test-name): New variable.
14930         (evaluate-test): Likewise.
14931         * Makerules (do-test-clean): Remove .test-result files.
14932         (common-mostlyclean): Likewise.
14933         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
14934         * scripts/evaluate-test.sh: New file.
14935
14936 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
14937
14938         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
14939         separate $(objpfx)tst-fopenloc-cmp.out and
14940         $(objpfx)tst-fopenloc-mem.out targets.
14941         (tests): Update dependencies.
14942         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
14943         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
14944         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
14945         (tst-rxspencer-no-utf8-ARGS): New variable.
14946         (tst-rxspencer-no-utf8-ENV): Likewise.
14947         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
14948         instead of $(objpfx)tst-rxspencer-mem.
14949         ($(objpfx)tst-rxspencer-mem): Change target to
14950         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
14951         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
14952         * posix/tst-rxspencer-no-utf8.c: New file.
14953
14954         * elf/Makefile ($(objpfx)order.out): Remove rule.
14955         [$(run-built-tests) = yes] (tests): Depend on
14956         $(objpfx)order-cmp.out.
14957         ($(objpfx)order-cmp.out): New rule.
14958         [$(run-built-tests) = yes] (tests): Depend on
14959         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
14960         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
14961         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
14962         $(objpfx)tst-array5-static-cmp.out.
14963         ($(objpfx)tst-array1.out): Remove rule.
14964         ($(objpfx)tst-array1-cmp.out): New rule.
14965         ($(objpfx)tst-array1-static.out): Remove rule.
14966         ($(objpfx)tst-array1-static-cmp.out): New rule.
14967         ($(objpfx)tst-array2.out): Remove rule.
14968         ($(objpfx)tst-array2-cmp.out): New rule.
14969         ($(objpfx)tst-array3.out): Remove rule.
14970         ($(objpfx)tst-array3-cmp.out): New rule.
14971         ($(objpfx)tst-array4.out): Remove rule.
14972         ($(objpfx)tst-array4-cmp.out): New rule.
14973         ($(objpfx)tst-array5.out): Remove rule.
14974         ($(objpfx)tst-array5-cmp.out): New rule.
14975         ($(objpfx)tst-array5-static.out): Remove rule.
14976         ($(objpfx)tst-array5-static-cmp.out): New rule.
14977         [$(run-built-tests) = yes] (tests): Depend on
14978         $(objpfx)order2-cmp.out.
14979         ($(objpfx)order2.out): Remove rule.
14980         ($(objpfx)order2-cmp.out): New rule.
14981         ($(objpfx)tst-initorder.out): Remove rule.
14982         [$(run-built-tests) = yes] (tests): Depend on
14983         $(objpfx)tst-initorder-cmp.out.
14984         ($(objpfx)tst-initorder-cmp.out): New rule.
14985         ($(objpfx)tst-initorder2.out): Remove rule.
14986         [$(run-built-tests) = yes] (tests): Depend on
14987         $(objpfx)tst-initorder2-cmp.out.
14988         ($(objpfx)tst-initorder2-cmp.out): New rule.
14989         [$(run-built-tests) = yes] (tests): Depend on
14990         $(objpfx)tst-unused-dep-cmp.out.
14991         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
14992         ($(objpfx)tst-unused-dep-cmp.out): New rule.
14993         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
14994         on $(objpfx)tst-setvbuf1-cmp.out.
14995         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
14996         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
14997         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
14998         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
14999         ($(objpfx)tst-svc.out): Remove rule.
15000         ($(objpfx)tst-svc-cmp.out): New rule.
15001
15002 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
15003
15004         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
15005         * ctype/ctype.h [__USE_MISC]: Likewise.
15006         * dirent/dirent.h [__USE_MISC]: Likewise.
15007         * grp/grp.h [__USE_MISC]: Likewise.
15008         * io/fcntl.h [__USE_MISC]: Likewise.
15009         * io/sys/stat.h [__USE_MISC]: Likewise.
15010         * libio/stdio.h [__USE_MISC]: Likewise.
15011         * posix/unistd.h [__USE_MISC]: Likewise.
15012         * pwd/pwd.h [__USE_MISC]: Likewise.
15013         * stdlib.h [__USE_MISC]: Likewise.
15014         * string/bits/string2.h [__USE_MISC]: Likewise.
15015         * string/string.h [__USE_MISC]: Likewise.
15016         * time/time.h [__USE_MISC]: Likewise.
15017
15018 2014-02-13  Andreas Schwab  <schwab@suse.de>
15019
15020         [BZ #16574]
15021         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
15022         second answer buffer if it was separately allocated.
15023
15024 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
15025
15026         * sysdeps/mips/math-tests.h: Include <features.h>.
15027         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
15028         (ROUNDING_TESTS_long_double): Do not define.
15029         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
15030         (EXCEPTION_TESTS_long_double): Likewise.
15031         * sysdeps/mips/mips64/libm-test-ulps: Update.
15032
15033         * include/features.h (__USE_BSD): Remove macro definitions.
15034         (__USE_SVID): Likewise.
15035         (_BSD_SOURCE): Likewise.
15036         (_SVID_SOURCE): Likewise.
15037         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
15038         from definition of _DEFAULT_SOURCE.
15039         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
15040         [_DEFAULT_SOURCE].
15041         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
15042         * bits/mman.h [__USE_BSD]: Likewise.
15043         * bits/termios.h [__USE_BSD]: Likewise.
15044         * bits/waitstatus.h [__USE_BSD]: Likewise.
15045         * ctype/ctype.h [__USE_SVID]: Likewise.
15046         * dirent/dirent.h [__USE_BSD]: Likewise.
15047         * grp/grp.h [__USE_SVID]: Likewise.
15048         [__USE_BSD]: Likewise.
15049         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
15050         * io/fcntl.h [__USE_BSD]: Likewise.
15051         * io/ftw.h [__USE_BSD]: Likewise.
15052         * io/sys/stat.h [__USE_BSD]: Likewise.
15053         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
15054         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
15055         * libio/stdio.h [__USE_SVID]: Likewise.
15056         [__USE_BSD]: Likewise.
15057         * math/math.h [__USE_SVID]: Likewise.
15058         [__USE_BSD]: Likewise.
15059         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
15060         * misc/bits/syslog.h [__USE_BSD]: Likewise.
15061         * misc/search.h [__USE_SVID]: Likewise.
15062         * misc/sys/mman.h [__USE_BSD]: Likewise.
15063         * misc/sys/syslog.h [__USE_BSD]: Likewise.
15064         * misc/sys/uio.h [__USE_BSD]: Likewise.
15065         * posix/bits/unistd.h [__USE_BSD]: Likewise.
15066         * posix/glob.h [__USE_BSD]: Likewise.
15067         * posix/regex.h [__USE_BSD]: Likewise.
15068         * posix/sys/types.h [__USE_BSD]: Likewise.
15069         [__USE_SVID]: Likewise.
15070         * posix/sys/utsname.h [__USE_SVID]: Likewise.
15071         * posix/sys/wait.h [__USE_BSD]: Likewise.
15072         [__USE_SVID]: Likewise.
15073         * posix/unistd.h [__USE_BSD]: Likewise.
15074         [__USE_SVID]: Likewise.
15075         * pwd/pwd.h [__USE_SVID]: Likewise.
15076         * resolv/netdb.h [__USE_BSD]: Likewise.
15077         * setjmp/setjmp.h [__USE_BSD]: Likewise.
15078         * signal/signal.h [__USE_BSD]: Likewise.
15079         [__USE_SVID]: Likewise.
15080         * socket/sys/socket.h [__USE_BSD]: Likewise.
15081         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
15082         * stdlib/stdlib.h [__USE_BSD]: Likewise.
15083         [__USE_SVID]: Likewise.
15084         * string/bits/string2.h [__USE_BSD]: Likewise.
15085         [__USE_SVID]: Likewise.
15086         * string/bits/string3.h [__USE_BSD]: Likewise.
15087         * string/endian.h [__USE_BSD]: Likewise.
15088         * string/string.h [__USE_SVID]: Likewise.
15089         [__USE_BSD]: Likewise.
15090         * string/strings.h [__USE_BSD]: Likewise.
15091         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
15092         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
15093         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
15094         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
15095         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
15096         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
15097         Likewise.
15098         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
15099         Likewise.
15100         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
15101         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
15102         Likewise.
15103         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
15104         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
15105         Likewise.
15106         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
15107         Likewise.
15108         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
15109         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
15110         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
15111         Likewise.
15112         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
15113         Likewise.
15114         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
15115         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
15116         * termios/termios.h [__USE_BSD]: Likewise.
15117         * time/sys/time.h [__USE_BSD]: Likewise.
15118         * time/time.h [__USE_BSD]: Likewise.
15119         [__USE_SVID]: Likewise.
15120
15121         * Makefile (subdir_targets): Remove subdir_lint.out.
15122
15123         * stdio-common/Makefile (do-tst-unbputc): Remove target.
15124         (do-tst-printf): Likewise.
15125         (tests): Depend directly on $(objpfx)tst-unbputc.out and
15126         $(objpfx)tst-printf.out.
15127
15128         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
15129
15130         * Makerules (check-abi-%): Change target to
15131         $(objpfx)check-abi-%.out.
15132         (check-abi target): Update dependencies.
15133         (check-abi-pattern variable): Redirect output of diff to $@.
15134         (check-abi variable): Likewise.
15135         * elf/Makefile (check-abi): Update dependencies.
15136
15137         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
15138         unused.
15139         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
15140         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
15141         subnormal range.
15142         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
15143         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
15144         value has largest subnormal exponent.
15145         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
15146         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
15147         * sysdeps/aarch64/soft-fp/sfp-machine.h
15148         (_FP_TININESS_AFTER_ROUNDING): New macro.
15149         * sysdeps/alpha/soft-fp/sfp-machine.h
15150         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15151         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
15152         Likewise.
15153         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
15154         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15155         * sysdeps/mips/soft-fp/sfp-machine.h
15156         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15157         * sysdeps/powerpc/soft-fp/sfp-machine.h
15158         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15159         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
15160         Likewise.
15161         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
15162         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15163         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
15164         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15165         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
15166         Likewise.
15167
15168 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
15169
15170         [BZ #16545]
15171         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
15172         model 1.
15173
15174 2014-02-12  Richard Henderson  <rth@redhat.com>
15175
15176         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
15177         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
15178         * sysdeps/unix/sysv/linux/alpha: Move directory from
15179         ports/sysdeps/unix/sysv/linux/alpha.
15180         * README: Update listing for alpha-*-linux-gnu.
15181
15182 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
15183
15184         * include/features.h: Update comment documenting feature test
15185         macros.
15186         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
15187         _DEFAULT_SOURCE.
15188         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
15189         (_SVID_SOURCE): Likewise.
15190         (_DEFAULT_SOURCE): Update description of default features.
15191         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
15192         with _GNU_SOURCE.
15193         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
15194         (S_ISVTX): Likewise.
15195         * manual/math.texi (Mathematical Constants): Likewise.
15196         * manual/signal.texi (Interrupted Primitives): Likewise.
15197         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
15198         * math/test-matherr.c (_SVID_SOURCE): Do not define.
15199         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
15200         Don't refer to _SVID_SOURCE in warning text.
15201
15202         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
15203
15204         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
15205         already defined.
15206         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
15207         * sysdeps/mips/dl-lookup.c: Remove.
15208         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
15209
15210 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
15211
15212         [BZ #16447]
15213         * math/auto-libm-test-in: Add testcase for expl.
15214         * math/auto-libm-test-out: Regenerate.
15215         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
15216         calculation of unsafe.
15217         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
15218
15219 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
15220
15221         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
15222         * sysdeps/unix/sysv/linux/aarch64: Move directory from
15223         ports/sysdeps/unix/sysv/linux/aarch64.
15224         * README: Update listing for aarch64*-*-linux-gnu.
15225
15226 2014-02-11  Will Newton  <will.newton@linaro.org>
15227
15228         * manual/probes.texi (Mathematical Function Probes): Use
15229         "triggered" instead of "hit".
15230
15231         * manual/probes.texi (Internal Probes): Add documentation
15232         of setjmp, longjmp and longjmp_target probes.
15233
15234         * include/stap-probe.h: Add comment about probe argument
15235         format.
15236
15237         * malloc/mtrace.c (attribute_hidden): Remove unused macro
15238         definition.  (tr_where, tr_freehook, tr_mallochook,
15239         tr_reallochook, tr_memalignhook): Use ANSI protoype.
15240
15241 2014-02-11  David S. Miller  <davem@davemloft.net>
15242
15243         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
15244         processing int_tests.
15245
15246 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
15247
15248         * sysdeps/mips: Move directory from ports/sysdeps/mips.
15249         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
15250         * sysdeps/unix/sysv/linux/mips: Move directory from
15251         ports/sysdeps/unix/sysv/linux/mips.
15252         * README: Update listing for mips-*-linux-gnu and
15253         mips64-*-linux-gnu.
15254
15255 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
15256
15257         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
15258         * sysdeps/unix/sysv/linux/m68k: Move directory from
15259         ports/sysdeps/unix/sysv/linux/m68k.
15260         * README: Update listing for m68k-*-linux-gnu.
15261
15262 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
15263
15264         * sysdeps/tile: Move directory from ports/sysdeps/tile.
15265         * sysdeps/unix/sysv/linux/generic: Move directory from
15266         ports/sysdeps/unix/sysv/linux/generic.
15267         * sysdeps/unix/sysv/linux/tile: Move directory from
15268         ports/sysdeps/unix/sysv/linux/tile.
15269         * README: Update listing for tile*-*-linux-gnu.
15270
15271 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
15272
15273         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
15274         __builtin_expect.
15275         * benchtests/bench-memmem.c (simple_memmem): Likewise.
15276         * catgets/open_catalog.c (__open_catalog): Likewise.
15277         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
15278         * debug/confstr_chk.c: Likewise.
15279         * debug/fread_chk.c (__fread_chk): Likewise.
15280         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
15281         * debug/getgroups_chk.c: Likewise.
15282         * debug/mbsnrtowcs_chk.c: Likewise.
15283         * debug/mbsrtowcs_chk.c: Likewise.
15284         * debug/mbstowcs_chk.c: Likewise.
15285         * debug/memcpy_chk.c: Likewise.
15286         * debug/memmove_chk.c: Likewise.
15287         * debug/mempcpy_chk.c: Likewise.
15288         * debug/memset_chk.c: Likewise.
15289         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
15290         * debug/strcat_chk.c (__strcat_chk): Likewise.
15291         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
15292         * debug/strncat_chk.c (__strncat_chk): Likewise.
15293         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
15294         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
15295         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
15296         * debug/wcpncpy_chk.c: Likewise.
15297         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
15298         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
15299         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
15300         * debug/wcsncpy_chk.c: Likewise.
15301         * debug/wcsnrtombs_chk.c: Likewise.
15302         * debug/wcsrtombs_chk.c: Likewise.
15303         * debug/wcstombs_chk.c: Likewise.
15304         * debug/wmemcpy_chk.c: Likewise.
15305         * debug/wmemmove_chk.c: Likewise.
15306         * debug/wmempcpy_chk.c: Likewise.
15307         * debug/wmemset_chk.c: Likewise.
15308         * dirent/scandirat.c (SCANDIRAT): Likewise.
15309         * dlfcn/dladdr1.c (dladdr1): Likewise.
15310         * dlfcn/dladdr.c (dladdr): Likewise.
15311         * dlfcn/dlclose.c (dlclose_doit): Likewise.
15312         * dlfcn/dlerror.c (__dlerror): Likewise.
15313         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
15314         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
15315         * dlfcn/dlopen.c (dlopen_doit): Likewise.
15316         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
15317         * dlfcn/dlsym.c (dlsym_doit): Likewise.
15318         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
15319         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
15320         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
15321         Likewise.
15322         * elf/dl-conflict.c: Likewise.
15323         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
15324         * elf/dl-dst.h: Likewise.
15325         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
15326         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
15327         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
15328         * elf/dl-init.c (call_init, _dl_init): Likewise.
15329         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
15330         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
15331         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
15332         Likewise.
15333         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
15334         Likewise.
15335         * elf/dl-minimal.c (__libc_memalign): Likewise.
15336         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
15337         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
15338         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
15339         * elf/dl-sym.c (do_sym): Likewise.
15340         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
15341         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
15342         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
15343         * elf/dl-writev.h (_dl_writev): Likewise.
15344         * elf/ldconfig.c (search_dir): Likewise.
15345         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
15346         (dl_main): Likewise.
15347         * elf/setup-vdso.h (setup_vdso): Likewise.
15348         * grp/compat-initgroups.c (compat_call): Likewise.
15349         * grp/fgetgrent.c (fgetgrent): Likewise.
15350         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
15351         * grp/putgrent.c (putgrent): Likewise.
15352         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
15353         Likewise.
15354         * hurd/hurdinit.c: Likewise.
15355         * iconvdata/8bit-gap.c (struct): Likewise.
15356         * iconvdata/ansi_x3.110.c : Likewise.
15357         * iconvdata/big5.c : Likewise.
15358         * iconvdata/big5hkscs.c : Likewise.
15359         * iconvdata/cp1255.c: Likewise.
15360         * iconvdata/cp1258.c : Likewise.
15361         * iconvdata/cp932.c : Likewise.
15362         * iconvdata/euc-cn.c: Likewise.
15363         * iconvdata/euc-jisx0213.c : Likewise.
15364         * iconvdata/euc-jp.c: Likewise.
15365         * iconvdata/euc-jp-ms.c : Likewise.
15366         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
15367         * iconvdata/gb18030.c : Likewise.
15368         * iconvdata/gbbig5.c (const): Likewise.
15369         * iconvdata/gbgbk.c: Likewise.
15370         * iconvdata/gbk.c : Likewise.
15371         * iconvdata/ibm1364.c : Likewise.
15372         * iconvdata/ibm930.c : Likewise.
15373         * iconvdata/ibm932.c: Likewise.
15374         * iconvdata/ibm933.c : Likewise.
15375         * iconvdata/ibm935.c : Likewise.
15376         * iconvdata/ibm937.c : Likewise.
15377         * iconvdata/ibm939.c : Likewise.
15378         * iconvdata/ibm943.c: Likewise.
15379         * iconvdata/iso_11548-1.c: Likewise.
15380         * iconvdata/iso-2022-cn.c : Likewise.
15381         * iconvdata/iso-2022-cn-ext.c : Likewise.
15382         * iconvdata/iso-2022-jp-3.c: Likewise.
15383         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
15384         * iconvdata/iso-2022-kr.c : Likewise.
15385         * iconvdata/iso646.c (gconv_end): Likewise.
15386         * iconvdata/iso_6937-2.c : Likewise.
15387         * iconvdata/iso_6937.c : Likewise.
15388         * iconvdata/iso8859-1.c: Likewise.
15389         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
15390         * iconvdata/shift_jisx0213.c : Likewise.
15391         * iconvdata/sjis.c : Likewise.
15392         * iconvdata/t.61.c : Likewise.
15393         * iconvdata/tcvn5712-1.c : Likewise.
15394         * iconvdata/tscii.c: Likewise.
15395         * iconvdata/uhc.c : Likewise.
15396         * iconvdata/unicode.c (gconv_end): Likewise.
15397         * iconvdata/utf-16.c (gconv_end): Likewise.
15398         * iconvdata/utf-32.c (gconv_end): Likewise.
15399         * iconvdata/utf-7.c (base64): Likewise.
15400         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
15401         * iconv/gconv_close.c (__gconv_close): Likewise.
15402         * iconv/gconv_open.c (__gconv_open): Likewise.
15403         * iconv/gconv_simple.c (internal_ucs4_loop_single)
15404         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
15405         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
15406         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
15407         (ucs4le_internal_loop_single): Likewise.
15408         * iconv/iconv.c (iconv): Likewise.
15409         * iconv/iconv_close.c: Likewise.
15410         * iconv/loop.c (SINGLE): Likewise.
15411         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
15412         * include/atomic.h: Likewise.
15413         * inet/inet6_option.c (option_alloc): Likewise.
15414         * intl/bindtextdom.c (set_binding_values): Likewise.
15415         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
15416         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
15417         * intl/localealias.c (read_alias_file): Likewise.
15418         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
15419         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
15420         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
15421         * libio/fmemopen.c (fmemopen): Likewise.
15422         * libio/iofgets.c (_IO_fgets): Likewise.
15423         * libio/iofgets_u.c (fgets_unlocked): Likewise.
15424         * libio/iofgetws.c (fgetws): Likewise.
15425         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
15426         * libio/iogetdelim.c (_IO_getdelim): Likewise.
15427         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
15428         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
15429         * locale/findlocale.c (_nl_find_locale): Likewise.
15430         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
15431         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
15432         Likewise.
15433         * locale/setlocale.c (setlocale): Likewise.
15434         * login/programs/pt_chown.c (main): Likewise.
15435         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
15436         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
15437         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
15438         (mmap, mmap64, mremap, munmap): Likewise.
15439         * math/e_exp2l.c: Likewise.
15440         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
15441         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
15442         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
15443         * math/s_catan.c (__catan): Likewise.
15444         * math/s_catanf.c (__catanf): Likewise.
15445         * math/s_catanh.c (__catanh): Likewise.
15446         * math/s_catanhf.c (__catanhf): Likewise.
15447         * math/s_catanhl.c (__catanhl): Likewise.
15448         * math/s_catanl.c (__catanl): Likewise.
15449         * math/s_ccosh.c (__ccosh): Likewise.
15450         * math/s_ccoshf.c (__ccoshf): Likewise.
15451         * math/s_ccoshl.c (__ccoshl): Likewise.
15452         * math/s_cexp.c (__cexp): Likewise.
15453         * math/s_cexpf.c (__cexpf): Likewise.
15454         * math/s_cexpl.c (__cexpl): Likewise.
15455         * math/s_clog10.c (__clog10): Likewise.
15456         * math/s_clog10f.c (__clog10f): Likewise.
15457         * math/s_clog10l.c (__clog10l): Likewise.
15458         * math/s_clog.c (__clog): Likewise.
15459         * math/s_clogf.c (__clogf): Likewise.
15460         * math/s_clogl.c (__clogl): Likewise.
15461         * math/s_csin.c (__csin): Likewise.
15462         * math/s_csinf.c (__csinf): Likewise.
15463         * math/s_csinh.c (__csinh): Likewise.
15464         * math/s_csinhf.c (__csinhf): Likewise.
15465         * math/s_csinhl.c (__csinhl): Likewise.
15466         * math/s_csinl.c (__csinl): Likewise.
15467         * math/s_csqrt.c (__csqrt): Likewise.
15468         * math/s_csqrtf.c (__csqrtf): Likewise.
15469         * math/s_csqrtl.c (__csqrtl): Likewise.
15470         * math/s_ctan.c (__ctan): Likewise.
15471         * math/s_ctanf.c (__ctanf): Likewise.
15472         * math/s_ctanh.c (__ctanh): Likewise.
15473         * math/s_ctanhf.c (__ctanhf): Likewise.
15474         * math/s_ctanhl.c (__ctanhl): Likewise.
15475         * math/s_ctanl.c (__ctanl): Likewise.
15476         * math/w_pow.c: Likewise.
15477         * math/w_powf.c: Likewise.
15478         * math/w_powl.c: Likewise.
15479         * math/w_scalb.c (sysv_scalb): Likewise.
15480         * math/w_scalbf.c (sysv_scalbf): Likewise.
15481         * math/w_scalbl.c (sysv_scalbl): Likewise.
15482         * misc/error.c (error_tail): Likewise.
15483         * misc/pselect.c (__pselect): Likewise.
15484         * nis/nis_callback.c (__nis_create_callback): Likewise.
15485         * nis/nis_call.c (__nisfind_server): Likewise.
15486         * nis/nis_creategroup.c (nis_creategroup): Likewise.
15487         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
15488         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
15489         * nis/nis_getservlist.c (nis_getservlist): Likewise.
15490         * nis/nis_lookup.c (nis_lookup): Likewise.
15491         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
15492         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
15493         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
15494         * nis/nis_xdr.c (xdr_endpoint): Likewise.
15495         * nis/nss_compat/compat-grp.c (getgrent_next_file)
15496         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
15497         * nis/nss_compat/compat-initgroups.c (add_group)
15498         (internal_getgrent_r): Likewise.
15499         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
15500         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
15501         * nis/nss_compat/compat-spwd.c (getspent_next_file)
15502         (internal_getspnam_r): Likewise.
15503         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
15504         (_nss_nis_getaliasbyname_r): Likewise.
15505         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
15506         (_nss_nis_getntohost_r): Likewise.
15507         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
15508         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
15509         (_nss_nis_getgrgid_r): Likewise.
15510         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
15511         (internal_nis_gethostent_r, internal_gethostbyname2_r)
15512         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
15513         (_nss_nis_gethostbyname4_r): Likewise.
15514         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
15515         (initgroups_netid): Likewise.
15516         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
15517         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
15518         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
15519         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
15520         (_nss_nis_getprotobynumber_r): Likewise.
15521         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
15522         (_nss_nis_getsecretkey): Likewise.
15523         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
15524         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
15525         (_nss_nis_getpwuid_r): Likewise.
15526         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
15527         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
15528         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
15529         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
15530         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
15531         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
15532         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
15533         Likewise.
15534         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
15535         (_nss_nisplus_getntohost_r): Likewise.
15536         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
15537         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
15538         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
15539         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
15540         Likewise.
15541         * nis/nss_nisplus/nisplus-initgroups.c
15542         (_nss_nisplus_initgroups_dyn): Likewise.
15543         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
15544         (_nss_nisplus_getnetbyaddr_r): Likewise.
15545         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
15546         (_nss_nisplus_getprotobynumber_r): Likewise.
15547         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
15548         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
15549         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
15550         Likewise.
15551         * nis/nss_nisplus/nisplus-service.c
15552         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
15553         (_nss_nisplus_getservbyport_r): Likewise.
15554         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
15555         (_nss_nisplus_getspnam_r): Likewise.
15556         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
15557         Likewise.
15558         * nscd/aicache.c (addhstaiX): Likewise.
15559         * nscd/cache.c (cache_search, prune_cache): Likewise.
15560         * nscd/connections.c (register_traced_file, send_ro_fd)
15561         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
15562         (main_loop_epoll): Likewise.
15563         * nscd/grpcache.c (addgrbyX): Likewise.
15564         * nscd/hstcache.c (addhstbyX): Likewise.
15565         * nscd/initgrcache.c (addinitgroupsX): Likewise.
15566         * nscd/mem.c (gc, mempool_alloc): Likewise.
15567         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
15568         (addinnetgrX): Likewise.
15569         * nscd/nscd-client.h (__nscd_acquire_maplock)
15570         (__nscd_drop_map_ref): Likewise.
15571         * nscd/nscd_getai.c (__nscd_getai): Likewise.
15572         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
15573         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
15574         Likewise.
15575         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
15576         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
15577         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
15578         (__nscd_get_map_ref): Likewise.
15579         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
15580         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
15581         Likewise.
15582         * nscd/pwdcache.c (addpwbyX): Likewise.
15583         * nscd/selinux.c (preserve_capabilities): Likewise.
15584         * nscd/servicescache.c (addservbyX): Likewise.
15585         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
15586         * posix/fnmatch.c (fnmatch): Likewise.
15587         * posix/getopt.c (_getopt_internal_r): Likewise.
15588         * posix/glob.c (glob, glob_in_dir): Likewise.
15589         * posix/wordexp.c (exec_comm_child): Likewise.
15590         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
15591         (getanswer_r, gaih_getanswer_slice): Likewise.
15592         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
15593         * resolv/res_init.c: Likewise.
15594         * resolv/res_mkquery.c (res_nmkquery): Likewise.
15595         * resolv/res_query.c (__libc_res_nquery): Likewise.
15596         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
15597         Likewise.
15598         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
15599         * stdio-common/perror.c (perror): Likewise.
15600         * stdio-common/printf_fp.c (___printf_fp): Likewise.
15601         * stdio-common/tmpnam.c (tmpnam): Likewise.
15602         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
15603         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
15604         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
15605         Likewise.
15606         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
15607         * stdlib/putenv.c (putenv): Likewise.
15608         * stdlib/setenv.c (__add_to_environ): Likewise.
15609         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
15610         * stdlib/strtol_l.c (INTERNAL): Likewise.
15611         * string/memmem.c (memmem): Likewise.
15612         * string/strerror.c (strerror): Likewise.
15613         * string/strnlen.c (__strnlen): Likewise.
15614         * string/test-memmem.c (simple_memmem): Likewise.
15615         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
15616         * sunrpc/pm_getport.c (__get_socket): Likewise.
15617         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
15618         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
15619         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
15620         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
15621         Likewise.
15622         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
15623         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
15624         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
15625         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
15626         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
15627         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
15628         Likewise.
15629         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
15630         Likewise.
15631         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
15632         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
15633         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
15634         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
15635         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
15636         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
15637         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
15638         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
15639         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
15640         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
15641         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
15642         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
15643         Likewise.
15644         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
15645         Likewise.
15646         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
15647         Likewise.
15648         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
15649         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
15650         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
15651         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
15652         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
15653         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
15654         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
15655         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
15656         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
15657         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
15658         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
15659         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
15660         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
15661         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
15662         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
15663         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
15664         Likewise.
15665         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
15666         Likewise.
15667         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
15668         Likewise.
15669         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
15670         Likewise.
15671         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
15672         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
15673         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
15674         Likewise.
15675         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
15676         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
15677         * sysdeps/posix/opendir.c (__opendirat): Likewise.
15678         * sysdeps/posix/sleep.c: Likewise.
15679         * sysdeps/posix/tempname.c: Likewise.
15680         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
15681         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
15682         Likewise.
15683         * sysdeps/powerpc/powerpc32/dl-machine.h
15684         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
15685         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
15686         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
15687         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
15688         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
15689         Likewise.
15690         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
15691         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
15692         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
15693         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
15694         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
15695         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
15696         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
15697         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
15698         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
15699         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
15700         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
15701         (elf_machine_lazy_rel): Likewise.
15702         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
15703         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
15704         (elf_machine_lazy_rel): Likewise.
15705         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
15706         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
15707         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
15708         * sysdeps/unix/grantpt.c (grantpt): Likewise.
15709         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
15710         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
15711         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
15712         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
15713         Likewise.
15714         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
15715         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
15716         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
15717         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
15718         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
15719         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
15720         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
15721         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
15722         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
15723         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
15724         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
15725         Likewise.
15726         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
15727         (__posix_fallocate64_l64): Likewise.
15728         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
15729         (posix_fallocate): Likewise.
15730         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
15731         Likewise.
15732         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
15733         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
15734         (getifaddrs_internal): Likewise.
15735         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
15736         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
15737         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
15738         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
15739         * sysdeps/unix/sysv/linux/posix_fallocate64.c
15740         (__posix_fallocate64_l64): Likewise.
15741         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
15742         Likewise.
15743         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
15744         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
15745         (__get_clockfreq): Likewise.
15746         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
15747         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
15748         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
15749         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
15750         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
15751         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
15752         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
15753         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
15754         Likewise.
15755         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
15756         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
15757         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
15758         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
15759         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
15760         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
15761         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
15762         Likewise.
15763         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
15764         (posix_fallocate): Likewise.
15765         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
15766         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
15767         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
15768         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
15769         (elf_machine_rela, elf_machine_rela_relative)
15770         (elf_machine_lazy_rel): Likewise.
15771         * time/asctime.c (asctime_internal): Likewise.
15772         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
15773         * time/tzset.c (__tzset_parse_tz): Likewise.
15774         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
15775         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
15776         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
15777         * wcsmbs/wcsmbsload.h: Likewise.
15778
15779         [BZ #15894]
15780         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
15781
15782         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
15783         (arena_get2): Remove THREAD_STATS conditionals.
15784         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
15785         (__malloc_stats, int): Likewise.
15786
15787 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
15788
15789         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
15790         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
15791
15792         * manual/setjmp.texi: Fix typos/grammar errors.
15793
15794         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
15795         Only return early when n is <= 0.  Delete unused return statement.
15796
15797         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
15798         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
15799         * debug/tst-longjmp_chk3.c: New file.
15800
15801         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
15802         (test_main): Replace code with set_fortify_handler call.
15803         * debug/test-strcpy_chk.c: Likewise.
15804         * debug/tst-chk1.c: Likewise.
15805         * debug/tst-longjmp_chk.c: Likewise.
15806         * test-skeleton.c: Include fcntl.h & paths.h
15807         (set_fortify_handler): Define.
15808
15809         * debug/tst-longjmp_chk.c: Add header comment and include
15810         ../test-skeleton.c.
15811         (do_test): Mark static.
15812         (TEST_FUNCTION): Define.
15813
15814         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
15815         (IP_PMTUDISC_INTERFACE): Likewise.
15816         (IP_MULTICAST_IF): Likewise.
15817         (IP_MULTICAST_TTL): Likewise.
15818         (IP_MULTICAST_LOOP): Likewise.
15819         (IP_ADD_MEMBERSHIP): Likewise.
15820         (IP_DROP_MEMBERSHIP): Likewise.
15821         (IP_UNBLOCK_SOURCE): Likewise.
15822         (IP_BLOCK_SOURCE): Likewise.
15823         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
15824         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
15825         (IP_MSFILTER): Likewise.
15826         (MCAST_JOIN_GROUP): Likewise.
15827         (MCAST_BLOCK_SOURCE): Likewise.
15828         (MCAST_UNBLOCK_SOURCE): Likewise.
15829         (MCAST_LEAVE_GROUP): Likewise.
15830         (MCAST_JOIN_SOURCE_GROUP): Likewise.
15831         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
15832         (MCAST_MSFILTER): Likewise.
15833         (IP_MULTICAST_ALL): Likewise.
15834         (IP_UNICAST_IF): Likewise.
15835
15836         * timezone/Makefile: Delete $(have-ksh) check.
15837         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
15838         * timezone/tzselect.ksh: Add +x mode bits.
15839
15840         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
15841         (ANON_INODE_FS_MAGIC): Likewise.
15842         (BDEVFS_MAGIC): Likewise.
15843         (BINFMTFS_MAGIC): Likewise.
15844         (BTRFS_TEST_MAGIC): Likewise.
15845         (CRAMFS_MAGIC_WEND): Likewise.
15846         (DEBUGFS_MAGIC): Likewise.
15847         (ECRYPTFS_SUPER_MAGIC): Likewise.
15848         (EXT3_SUPER_MAGIC): Likewise.
15849         (EXT4_SUPER_MAGIC): Likewise.
15850         (FUTEXFS_SUPER_MAGIC): Likewise.
15851         (HOSTFS_SUPER_MAGIC): Likewise.
15852         (HUGETLBFS_MAGIC): Likewise.
15853         (MINIX3_SUPER_MAGIC): Likewise.
15854         (MTD_INODE_FS_MAGIC): Likewise.
15855         (NILFS_SUPER_MAGIC): Likewise.
15856         (OPENPROM_SUPER_MAGIC): Likewise.
15857         (PIPEFS_MAGIC): Likewise.
15858         (PSTOREFS_MAGIC): Likewise.
15859         (QNX6_SUPER_MAGIC): Likewise.
15860         (RAMFS_MAGIC): Likewise.
15861         (REISERFS_SUPER_MAGIC_STRING): Likewise.
15862         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
15863         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
15864         (SECURITYFS_MAGIC): Likewise.
15865         (SELINUX_MAGIC): Likewise.
15866         (SMACK_MAGIC): Likewise.
15867         (SOCKFS_MAGIC): Likewise.
15868         (SQUASHFS_MAGIC): Likewise.
15869         (STACK_END_MAGIC): Likewise.
15870         (TMPFS_MAGIC): Likewise.
15871         (USBDEVICE_SUPER_MAGIC): Likewise.
15872         (V9FS_MAGIC): Likewise.
15873         (XENFS_SUPER_MAGIC): Likewise.
15874         (CRAMFS_MAGIC): Fix typo in comment.
15875         (EXT2_SUPER_MAGIC): Update comment.
15876         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
15877
15878 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
15879
15880         * sysdeps/arm: Move directory from ports/sysdeps/arm.
15881         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
15882         * sysdeps/unix/sysv/linux/arm: Move directory from
15883         ports/sysdeps/unix/sysv/linux/arm.
15884         * README: Update listing for arm-*-linux-gnueabi.
15885
15886         * README: Remove mention of am33.
15887
15888 2014-02-07  Roland McGrath  <roland@hack.frob.com>
15889
15890         * bits/sigset.h (__sigemptyset): Use a statement expression rather
15891         than the comma operator, to avoid "rhs of comma has no effect"
15892         compiler warnings.
15893         (__sigfillset, __sigandset, __sigorset): Likewise.
15894         * include/signal.h (__sigemptyset): Likewise.
15895         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
15896
15897 2014-02-07  Allan McRae  <allan@archlinux.org>
15898
15899         * version.h (RELEASE): Set to "development".
15900         (VERSION): Set to "2.19.90"
15901         * NEWS: Add 2.20 section.
15902
15903 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
15904
15905         [BZ #16529]
15906         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
15907
15908 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
15909
15910         * manual/contrib.texi: Update entry for Carlos O'Donell,
15911         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
15912
15913 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
15914
15915         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
15916
15917         * sysdeps/unix/sysv/linux/kernel-features.h
15918         [__LINUX_KERNEL_VERSION >= 0x020621]
15919         (__ASSUME_PROC_PID_TASK_COMM): Define.
15920
15921 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
15922
15923         [BZ #16398]
15924         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
15925         conversion when destination buffer does not have enough space.
15926         * libio/tst-ftell-partial-wide.c: New test case.
15927         * libio/Makefile (tests): Add tst-ftell-partial-wide.
15928
15929         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
15930         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
15931         Leonard and Allan McRae.
15932
15933 2014-02-04  David S. Miller  <davem@davemloft.net>
15934
15935         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
15936         32-bit.
15937
15938 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15939
15940         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
15941         New file
15942         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
15943         New file
15944         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
15945         New file.
15946         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
15947         New file.
15948         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
15949         New file.
15950         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
15951         New file.
15952         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
15953         New file.
15954         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
15955         New file.
15956         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
15957         New file.
15958         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
15959         New file.
15960         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
15961         New file.
15962         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
15963         New file.
15964         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
15965         New file.
15966
15967 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15968
15969         * nptl/shlib-versions: Change powerpc*le start to 2.17.
15970         * shlib-versions: Likewise.
15971
15972 2014-02-04  Roland McGrath  <roland@hack.frob.com>
15973             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15974
15975         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
15976         (abilist-pattern): New variable, set to %-le.abilist.
15977
15978         * Makerules (abilist-pattern): New variable.
15979         (vpath): Use $(abilist-pattern) in place of %.abilist.
15980         (check-abi-% pattern rule): Likewise.
15981         (check-abi, update-abi): Likewise.
15982
15983 2014-02-04  Eric Wong  <normalperson@yhbt.net>
15984
15985         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
15986
15987 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
15988
15989         * manual/startup.texi: Add next, previous, and top entries for
15990         the `Program Arguments' and `Environment Variables' nodes.
15991
15992 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
15993
15994         * manual/macros.texi: Add comments before MTASC-safety macros.
15995
15996         * manual/users.texi: Document MTASC-safety properties.
15997
15998         * manual/threads.texi (pthread_key_create, pthread_key_delete)
15999         (pthread_getspecific, pthread_setspecific): Format with
16000         @deftypefun, and add @safety note.
16001         * manual/signal.texi: Move comments that analyze the above
16002         functions to their home place.
16003
16004 2014-02-03  Allan McRae  <allan@archlinux.org>
16005
16006         * po/sl.po: Update Slovenian translation from translation project.
16007
16008 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
16009
16010         * manual/time.texi (timegm): Add missing blank after @c.
16011         Reported by Joseph Myers <joseph@codesourcery.com>.
16012
16013 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
16014
16015         * manual/check-safety.sh: New.
16016         * manual/Makefile ($(objpfx)stamp-summary): Run it.
16017
16018         * manual/terminal.texi: Document MTASC-safety properties.
16019
16020         * manual/filesys.texi: Document MTASC-safety properties.
16021
16022         * manual/errno.texi: Document MTASC-safety properties.
16023
16024         * manual/intro.texi: Document safety identifiers and
16025         conditionals.
16026
16027         * manual/string.texi (wcstok): Fix prototype.
16028         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
16029
16030         * manual/time.texi: Document MTASC-safety properties.
16031
16032         * manual/string.texi: Document MTASC-safety properties.
16033
16034         * manual/threads.texi: Document MTASC-safety properties.
16035
16036         * manual/stdio.texi: Document MTASC-safety properties.
16037
16038         * manual/syslog.texi: Document MTASC-safety properties.
16039
16040         * manual/sysinfo.texi: Document MTASC-safety properties.
16041
16042         * manual/startup.texi: Document MTASC-safety properties.
16043
16044         * manual/socket.texi: Document MTASC-safety properties.
16045
16046         * manual/signal.texi: Document MTASC-safety properties.
16047
16048 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
16049
16050         * manual/setjmp.texi: Document MTASC-safety properties.
16051
16052         * manual/search.texi: Document MTASC-safety properties.
16053
16054         * manual/resource.texi: Document MTASC-safety properties.
16055
16056         * manual/process.texi: Document MTASC-safety properties.
16057
16058         * manual/platform.texi: Document MTASC-safety properties.
16059
16060         * manual/pipe.texi: Document MTASC-safety properties.
16061
16062         * manual/pattern.texi: Document MTASC-safety properties.
16063
16064         * manual/message.texi: Document MTASC-safety properties.
16065
16066         [BZ #12751]
16067         * manual/memory.texi: Document MTASC-safety properties.
16068
16069         * manual/math.texi: Document MTASC-safety properties.
16070
16071         * manual/locale.texi: Document MTASC-safety properties.
16072
16073         * manual/llio.texi: Document MTASC-safety properties.
16074
16075         * manual/libdl.texi: New.
16076
16077         * manual/lang.texi: Document MTASC-safety properties.
16078
16079         * manual/job.texi: Document MTASC-safety properties.
16080
16081         * manual/getopt.texi: Document MTASC-safety properties.
16082
16083         * manual/ctype.texi: Document MTASC-safety properties.
16084
16085 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
16086
16087         [BZ #16046]
16088         * csu/libc-tls.c (static_map): Remove variable.
16089         (__libc_setup_tls): Use main executable's link map for TLS data.
16090         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
16091         casing for LM_ID_BASE and GL(dl_nns).
16092         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
16093         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
16094         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
16095         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
16096         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
16097         member.
16098         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
16099         l_phnum members.
16100
16101 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
16102
16103         * manual/debug.texi: Document MTASC-safety properties.
16104
16105 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
16106
16107         [BZ #16510]
16108         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
16109         of __x86_64__ when disabling x87 inline functions.
16110
16111 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
16112
16113         * manual/charset.texi: Document MTASC-safety properties.
16114
16115         * manual/crypt.texi: Document MTASC-safety properties.
16116
16117         * manual/conf.texi: Document MTASC-safety properties.
16118
16119         * manual/arith.texi: Document MTASC-safety properties.
16120
16121         * manual/argp.texi: Document MTASC-safety properties.
16122
16123         * manual/macros.texi: Introduce macros to document multi
16124         thread, asynchronous signal and asynchronous cancellation
16125         safety properties.
16126         * manual/intro.texi: Introduce the properties themselves.
16127
16128 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16129
16130         * sysdeps/sh/sh4/Makefile: New file.
16131
16132 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
16133
16134         * math/gen-libm-test.pl ($srcdir): New variable.
16135         ($auto_input): Use it.
16136
16137 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
16138
16139         [BZ #16506]
16140         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
16141         access beyond array bounds when parsing netgroups file.
16142
16143         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
16144         the old buffer before realloc.
16145
16146 2014-01-27  Allan McRae  <allan@archlinux.org>
16147
16148         * po/fr.po: Update French translation from translation project.
16149
16150 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16151
16152         * sysdeps/sh/libm-test-ulps: Regenerate.
16153
16154 2014-01-24  David S. Miller  <davem@davemloft.net>
16155
16156         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
16157
16158 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16159
16160         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
16161         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
16162
16163 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
16164
16165         [BZ #16474]
16166         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
16167         string pointers after reallocation.
16168
16169 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16170
16171         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
16172         __SH4A__ instead of __SH_FPU_ANY__.
16173
16174 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16175
16176         * sysdeps/sh/fpu_control.h: New file.
16177         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
16178         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
16179         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
16180         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
16181         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
16182         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
16183         * sysdeps/sh/sys/ucontext.h: Remove.
16184         * sysdeps/sh/sys: Remove directory.
16185
16186 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16187
16188         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
16189         s390/sys/ucontext.h.
16190         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
16191         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
16192
16193 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
16194
16195         [BZ #15605]
16196         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
16197
16198 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16199
16200         [BZ#16431]
16201         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
16202         Adjust the vDSO correctly for internal calls.
16203         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
16204
16205 2014-01-20  Allan McRae  <allan@archlinux.org>
16206
16207         * po/ca.po: Update Catalan translation from translation project.
16208
16209 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
16210
16211         * sysdeps/s390/sotruss-lib.c: New file.
16212
16213 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16214
16215         [BZ#16430]
16216         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
16217         (__GI___gettimeofday): Alias for a different internal symbol to avoid
16218         local calls issues by not having a PLT stub required for IFUNC calls.
16219         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
16220
16221 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
16222
16223         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
16224         * math/test-fpucw-static.c: Likewise.
16225
16226 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
16227
16228         [BZ #16453]
16229         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
16230
16231 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16232
16233         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
16234         implementation for powerpc.
16235
16236 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
16237
16238         [BZ #14782]
16239         * sysdeps/posix/system.c (__libc_system): Do not enable
16240         asynchronous cancellation.
16241
16242 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16243
16244         [BZ #16427]
16245         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
16246         handling only for numbers special also in the IEEE case.
16247
16248 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16249
16250         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
16251
16252 2014-01-11  Allan McRae  <allan@archlinux.org>
16253
16254         * po/bg.po: Update Bulgarian translation from translation project.
16255
16256         * po/de.po: Update German translation from translation project.
16257
16258 2014-01-10  Roland McGrath  <roland@hack.frob.com>
16259
16260         * sysdeps/generic/gcc-compat.h: New file.
16261
16262 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
16263
16264         * benchtests/asin-inputs: Correct slow inputs.
16265         * benchtests/acos-inputs: Likewise.
16266
16267 2014-01-10  Allan McRae  <allan@archlinux.org>
16268
16269         * po:sv.po: Update Swedish translation from translation project.
16270
16271         * po/vi.po: Update Vietnamese translation from translation project.
16272
16273         * po/eo.po: Update Esperanto translation from translation project.
16274
16275         * po/cs.po: Update Czech translation from translation project.
16276
16277         * po/nl.po: Update Dutch translation from translation project.
16278
16279         * po/pl.po: Update Polish translation from translation project.
16280
16281         * po/ru.po: Update Russian translation from translation project.
16282
16283         * po/uk.po: Update Ukrainian translation from translation project.
16284
16285 2014-01-08  Brooks Moses  <bmoses@google.com>
16286
16287         * elf/dl-load.c: Fix comment typo.
16288
16289 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
16290
16291         * po/header.pot: Rename to...
16292         * po/pot.header: ... this.
16293         * po/Makefile: Use pot.header.
16294
16295 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
16296             Maxim Kuvyrkov  <maxim@kugelworks.com>
16297
16298         [BZ #16394]
16299         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
16300         SRC and DEST against LEN.
16301
16302 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16303
16304         [BZ #16414]
16305         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
16306         implementation.
16307         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
16308
16309 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16310
16311         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16312
16313 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
16314
16315         [BZ #16408]
16316         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
16317         for large positive arguments.
16318
16319 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
16320
16321         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
16322
16323         * math/auto-libm-test-in: Mark various tests with
16324         xfail-rounding:ldbl-128ibm.
16325         * math/auto-libm-test-out: Regenerated.
16326
16327         [BZ #16407]
16328         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
16329         Increase overflow threshold.
16330
16331 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
16332
16333         [BZ #14286]
16334         * stdio-common/vfprintf.c: Check for integer overflow.
16335
16336 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16337
16338         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
16339         the first argument and return value of __tls_get_addr_internal.
16340
16341 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16342
16343         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
16344         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
16345
16346 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16347
16348         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
16349         * sysdeps/s390/rtld-global-offsets.sym: New file.
16350         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
16351         GLIBC_2.19 symbol.
16352         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
16353         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
16354         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
16355         ... this.
16356         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
16357         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
16358         ... this.
16359         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
16360         Regenerate.
16361         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
16362         Regenerate.
16363         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
16364         halfs of GPRs for high_gprs contexts.
16365         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
16366         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
16367         field.
16368         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
16369         uc_flags field.
16370         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
16371         64 bit versions:
16372         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
16373         for high GPRs (uc_high_gprs) and for future extensions
16374         (__reserved).
16375         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
16376         for future extensions (__reserved).
16377         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
16378         64 bit versions:
16379         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
16380         SC_HIGHGPRS offset definition.
16381         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
16382         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
16383
16384         * Versions.def: Add GLIBC_2.19 for libpthread.
16385         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
16386         siglongjmp for libpthread with GLIBC_2.19 symver.
16387         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
16388         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
16389         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
16390         * sysdeps/s390/__longjmp.c: New file.
16391         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
16392         * sysdeps/s390/longjmp.c: New file.
16393         * sysdeps/s390/setjmp.S: New file.
16394         * sysdeps/s390/sigjmp.S: New file.
16395         * sysdeps/s390/v1-longjmp.c: New file.
16396         * sysdeps/s390/v1-setjmp.h: New file.
16397         * sysdeps/s390/v1-sigjmp.c: New file.
16398         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
16399         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
16400         GLIBC_2.19 version.
16401         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
16402         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
16403         versioned symbols for ____longjmp_chk.
16404         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
16405         Likewise.
16406         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
16407         Regenerate.
16408         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
16409         Regenerate.
16410         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
16411         Regenerate.
16412         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
16413         Regenerate.
16414         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
16415         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
16416         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
16417         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
16418         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
16419         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
16420         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
16421         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
16422         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
16423         * sysdeps/s390/rtld-__longjmp.c: New file.
16424         * sysdeps/s390/rtld-setjmp.S: New file.
16425
16426 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
16427
16428         [BZ #16400]
16429         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
16430         Return -__logl (x) for small positive arguments without evaluating
16431         a polynomial.
16432
16433 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
16434
16435         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
16436         Rename to ...
16437         (__ptrace_peeksiginfo_args): ... this.
16438         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
16439         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
16440         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
16441
16442 2014-01-06  Allan McRae  <allan@archlinux.org>
16443
16444         * inet/netinet/in.h: Fix typo in comment.
16445
16446 2014-01-05  Andreas Jaeger  <aj@suse.de>
16447
16448         * sysdeps/i386/fpu/libm-test-ulps: Update.
16449
16450 2014-01-05  Allan McRae  <allan@archlinux.org>
16451
16452         * po/libc.pot: Regenerated.
16453
16454         * malloc/memusagestat.c: Fix gettext call formatting.
16455
16456 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
16457
16458         * nscd/nscd.c: Improve usage() output.
16459
16460 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
16461
16462         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
16463         * sysdeps/unix/sysv/linux/configure: Regenerated.
16464         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
16465         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
16466
16467 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
16468
16469         [BZ #16390]
16470         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
16471         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
16472
16473 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16474
16475         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
16476         extra tokens at end of #undef directive.
16477         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
16478         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
16479         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
16480
16481 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
16482
16483         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
16484
16485         * math/auto-libm-test-in: Mark various tests with
16486         xfail-rounding:ldbl-128ibm.
16487         * math/auto-libm-test-out: Regenerated.
16488
16489 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
16490
16491         [BZ #16386]
16492         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
16493         numbers with subnormal high part when calculating exponent.
16494
16495         [BZ #16385]
16496         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
16497         fabs.
16498
16499         [BZ #16384]
16500         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
16501         M_LN2l.
16502         (__ieee754_acoshl): Use __log1pl not __log1p.
16503
16504 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
16505
16506         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
16507         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
16508         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
16509         (grow_heap, heap_trim, _int_new_arena, get_free_list)
16510         (reused_arena, arena_get2): Convert to GNU style.
16511         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
16512         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
16513         (memalign_check, __malloc_set_state): Likewise.
16514         * malloc/mallocbug.c (main): Likewise.
16515         * malloc/malloc.c (__malloc_assert, malloc_init_state)
16516         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
16517         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
16518         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
16519         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
16520         (__posix_memalign, malloc_info): Likewise.
16521         * malloc/malloc.h: Likewise.
16522         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
16523         (mallochook, memalignhook, reallochook, mabort): Likewise.
16524         * malloc/mcheck.h: Likewise.
16525         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
16526         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
16527         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
16528         * malloc/morecore.c (__default_morecore): Likewise.
16529         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
16530         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
16531         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
16532         (print_and_abort): Likewise.
16533         * malloc/obstack.h: Likewise.
16534         * malloc/set-freeres.c (__libc_freeres): Likewise.
16535         * malloc/tst-mallocstate.c (main): Likewise.
16536         * malloc/tst-mtrace.c (main): Likewise.
16537         * malloc/tst-realloc.c (do_test): Likewise.
16538
16539 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
16540
16541         [BZ #16366]
16542         * nscd/netgroupcache.c (do_notfound): New function.
16543         (addgetnetgrentX): Use it.
16544
16545         [BZ # 16365]
16546         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
16547         NSS_STATUS_NOTFOUND.
16548
16549 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
16550
16551         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
16552         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16553
16554 2014-01-01  Allan McRae  <allan@archlinux.org>
16555
16556         * scripts/update-copyrights: Update configure input file suffix.
16557
16558         * NEWS: Update copyright year.
16559         * catgets/gencat.c: Likewise.
16560         * csu/version.c: Likewise.
16561         * debug/catchsegv.sh: Likewise.
16562         * debug/pcprofiledump.c: Likewise.
16563         * debug/xtrace.sh: Likewise.
16564         * elf/ldconfig.c: Likewise.
16565         * elf/ldd.bash.in: Likewise.
16566         * elf/pldd.c: Likewise.
16567         * elf/sotruss.ksh: Likewise.
16568         * elf/sprof.c: Likewise.
16569         * iconv/iconv_prog.c: Likewise.
16570         * iconv/iconvconfig.c: Likewise.
16571         * locale/programs/locale.c: Likewise.
16572         * locale/programs/localedef.c: Likewise.
16573         * login/programs/pt_chown.c: Likewise.
16574         * malloc/memusage.sh: Likewise.
16575         * malloc/memusagestat.c: Likewise.
16576         * malloc/mtrace.pl: Likewise.
16577         * manual/libc.texinfo: Likewise.
16578         * nscd/nscd.c: Likewise.
16579         * nss/getent.c: Likewise.
16580         * nss/makedb.c: Likewise.
16581         * posix/getconf.c: Likewise.
16582         * scripts/test-installation.pl: Likewise.
16583
16584         * All files with FSF copyright notices: Update copyright dates
16585         using scripts/update-copyrights.
16586         * intl/plural.c: Regenerated.
16587         * locale/programs/charmap-kw.h: Likewise.
16588         * locale/programs/locfile-kw.h: Likewise.
16589
16590 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
16591
16592         * sysdeps/unix/sysv/linux/configure: Regenerated.
16593         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
16594         the linux/fanotify.h header.
16595         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
16596         HAVE_LINUX_FANOTIFY_H is defined.
16597
16598 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
16599
16600         * benchtests/cos-inputs: New inputs.
16601         * benchtests/sin-inputs: Likewise.
16602
16603         * benchtests/atan-inputs: New inputs. Fix name of multiple
16604         precision fallback inputs.
16605
16606         * benchtests/atanh-inputs: New inputs.
16607         * benchtests/tanh-inputs: Likewise.
16608
16609         * benchtests/acosh-inputs: New inputs.
16610         * benchtests/asinh-inputs: Likewise.
16611
16612         * benchtests/cosh-inputs: New inputs.
16613         * benchtests/sinh-inputs: Likewise.
16614
16615         * benchtests/acos-inputs: Add more inputs.
16616         * benchtests/asin-inputs: Likewise.
16617
16618 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
16619
16620         [BZ #16375]
16621         * manual/arith.texi: Fix spelling.
16622         * manual/charset.texi: Likewise.
16623         * manual/errno.texi: Likewise.
16624         * manual/filesys.texi: Likewise.
16625         * manual/lang.texi: Likewise.
16626         * manual/llio.texi: Likewise.
16627         * manual/locale.texi: Likewise.
16628         * manual/message.texi: Likewise.
16629         * manual/resource.texi: Likewise.
16630         * manual/search.texi: Likewise.
16631         * manual/setjmp.texi: Likewise.
16632         * manual/stdio.texi: Likewise.
16633         * manual/string.texi: Likewise.
16634         * manual/sysinfo.texi: Likewise.
16635         * manual/time.texi: Likewise.
16636
16637 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
16638
16639         * po/sl.po: New file.
16640
16641 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
16642
16643         * .gitignore: Add core/.gdbinit/.gdb_history.
16644
16645 2013-12-27  Allan McRae  <allan@archlinux.org>
16646
16647         [BZ #16369]
16648         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
16649         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
16650
16651 2013-12-24  Brooks Moses  <bmoses@google.com>
16652
16653         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
16654         all compilers that claim C++98 compliance, not just GCC.
16655         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
16656         Likewise.
16657
16658 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
16659
16660         * NEWS: Restore accidentally deleted bug-fix entries.
16661
16662 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
16663             Ondřej Bílka  <neleai@seznam.cz>
16664
16665         [BZ #15073]
16666         * malloc/malloc.c (_int_free): Perform sanity check only if we
16667         have_lock.
16668
16669 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
16670
16671         [BZ #12986]
16672         * manual/stdio.texi (String Input Conversions): Clarify that character
16673         classes are not supported.
16674
16675 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16676
16677         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16678
16679 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
16680
16681         [BZ #16337]
16682         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
16683         Calculate results for small negative arguments directly rather
16684         than using reflection formula with special underflow handling.
16685
16686         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
16687         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
16688         sysdeps/unix/bsd/bsd4.4/syscalls.list.
16689         (fchflags): Likewise.
16690         (revoke): Likewise.
16691         (setlogin): Likewise.
16692         (sigaltstack): Likewise.
16693         (wait4): Likewise.
16694         (sigblock): Remove.
16695         (sigsetmask): Likewise.
16696         (wait3): Likewise.
16697         (waitpid): Likewise.
16698         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
16699         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
16700         file.
16701         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
16702         * sysdeps/unix/bsd/Makefile: ... here.
16703         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
16704         * sysdeps/unix/bsd/Versions: ... here.
16705         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
16706         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
16707         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
16708         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
16709         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
16710         * sysdeps/unix/bsd/sigblock.c: ... here.
16711         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
16712         * sysdeps/unix/bsd/sigsetmask.c: ... here.
16713         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
16714         * sysdeps/unix/bsd/sigvec.c: ... here.
16715         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
16716         * sysdeps/unix/bsd/tcdrain.c: ... here.
16717         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
16718         * sysdeps/unix/bsd/tcgetattr.c: ... here.
16719         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
16720         * sysdeps/unix/bsd/tcsetattr.c: ... here.
16721         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
16722         * sysdeps/unix/bsd/wait.c: ... here.
16723         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
16724         * sysdeps/unix/bsd/wait3.c: ... here.
16725         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
16726         * sysdeps/unix/bsd/waitpid.c: ... here.
16727
16728 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
16729
16730         [BZ #16356]
16731         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
16732         round-to-nearest for [!USE_AS_EXPM1L].
16733         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
16734         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
16735         more tests of exp and exp10.  Expect some exp10 tests to miss
16736         exceptions or fail in directed rounding modes.
16737         * math/auto-libm-test-out: Regenerated.
16738         * math/libm-test.inc (exp10_tonearest_test_data): New array.
16739         (exp10_test_tonearest): New function.
16740         (exp10_towardzero_test_data): New array.
16741         (exp10_test_towardzero): New function.
16742         (exp10_downward_test_data): New array.
16743         (exp10_test_downward): New function.
16744         (exp10_upward_test_data): New array.
16745         (exp10_test_upward): New function.
16746         (main): Call the new functions.
16747         * sysdeps/i386/fpu/libm-test-ulps: Update.
16748         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16749
16750 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
16751
16752         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
16753         asinh, atan, atan2, atanh, cbrt, cos and cosh.
16754         * math/auto-libm-test-out: Regenerated.
16755         * math/libm-test.inc (acosh_test_data): Add more tests.
16756         (atanh_test_data): Likewise.
16757         (ceil_test_data): Likewise.
16758         (copysign_test_data): Likewise.
16759         * sysdeps/i386/fpu/libm-test-ulps: Update.
16760         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16761
16762         * timezone/checktab.awk: Update from tzcode 2013i.
16763         * timezone/private.h: Likewise.
16764         * timezone/scheck.c: Likewise.
16765         * timezone/tzfile.h: Likewise.
16766         * timezone/tzselect.ksh: Likewise.
16767         * timezone/zdump.c: Likewise.
16768         * timezone/zic.c: Likewise.
16769
16770         * math/auto-libm-test-in: Add tests of cpow.
16771         * math/auto-libm-test-out: Regenerated.
16772         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
16773         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16774         mpc_cc_c.
16775         (func_calc_desc): Add mpc_cc_c union field.
16776         (test_functions): Add cpow.
16777         (special_fill_2pi): New function.
16778         (special_real_inputs): Add 2pi.
16779         (calc_generic_results): Handle mpc_cc_c.
16780         * sysdeps/i386/fpu/libm-test-ulps: Update.
16781         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16782
16783         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
16784         csqrt, ctan and ctanh.
16785         * math/auto-libm-test-out: Regenerated.
16786         * math/libm-test.inc (TEST_COND_x86_64): New macro.
16787         (TEST_COND_x86): Likewise.
16788         (ccos_test_data): Use AUTO_TESTS_c_c.
16789         (ccosh_test_data): Likewise.
16790         (cexp_test_data): Likewise.
16791         (clog_test_data): Likewise.
16792         (csqrt_test_data): Likewise.
16793         (ctan_test_data): Likewise.
16794         (ctan_tonearest_test_data): Likewise.
16795         (ctan_towardzero_test_data): Likewise.
16796         (ctan_downward_test_data): Likewise.
16797         (ctan_upward_test_data): Likewise.
16798         (ctanh_test_data): Likewise.
16799         (ctanh_tonearest_test_data): Likewise.
16800         (ctanh_towardzero_test_data): Likewise.
16801         (ctanh_downward_test_data): Likewise.
16802         (ctanh_upward_test_data): Likewise.
16803         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16804         mpc_c_c.
16805         (func_calc_desc): Add mpc_c_c union field.
16806         (FUNC_mpc_c_c): New macro.
16807         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
16808         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
16809         ctanh.
16810         (special_fill_min_subnorm_p120): New function.
16811         (special_real_inputs): Add min_subnorm_p120.
16812         (calc_generic_results): Handle mpc_c_c.
16813         * sysdeps/i386/fpu/libm-test-ulps: Update.
16814         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16815
16816 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
16817
16818         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
16819         (do_sin_slow): New functions.
16820         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
16821         (cslow2, csloww1, csloww2): Use the new functions.
16822
16823         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
16824         Use M to change sign of result instead of X.  Assume X is
16825         positive.
16826         (csloww1): Likewise.
16827         (__sin): Adjust.
16828         (__cos): Adjust.
16829
16830         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
16831         arguments A and DA.
16832         (__sin): Adjust.
16833         (__cos): Likewise.
16834
16835         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
16836         (__cos): Likewise.
16837         (sloww1): Don't adjust sign of DX.
16838         (csloww1): Likewise.
16839         (sloww2): Use X directly and don't adjust sign of DX.
16840         (csloww2): Likewise.
16841
16842 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
16843
16844         * math/auto-libm-test-in: Add tests of cabs and carg.
16845         * math/auto-libm-test-out: Regenerated.
16846         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
16847         (carg_test_data): Likewise.
16848         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16849         mpc_c_f.
16850         (func_calc_desc): Add mpc_c_f union field.
16851         (test_functions): Add cabs and carg.
16852         (calc_generic_results): Handle mpc_c_f.
16853
16854         * sysdeps/powerpc/powerpc32/libgcc-compat.S
16855         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
16856         as a macro and a compat symbol.
16857         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
16858         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
16859         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
16860         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
16861         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
16862         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
16863         not use .hidden.
16864         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
16865         Likewise.
16866         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
16867         Likewise.
16868         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
16869         Likewise.
16870         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
16871         Likewise.
16872         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
16873         Likewise.
16874         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
16875         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
16876         from GLIBC_2.3.2.
16877
16878 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16879
16880         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16881
16882 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
16883
16884         * manual/texinfo.tex: Update to version 2013-11-26.10 with
16885         trailing whitespace removed.
16886         * scripts/config.guess: Update to version 2013-11-29.
16887         * scripts/config.sub: Update to version 2013-10-01.
16888
16889         * math/auto-libm-test-in: Add tests of sincos.
16890         * math/auto-libm-test-out: Regenerated.
16891         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
16892         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16893         mpfr_f_11.
16894         (func_calc_desc): Add mpfr_f_11 union field.
16895         (test_functions): Add sincos.
16896         (calc_generic_results): Handle mpfr_f_11.
16897         * sysdeps/i386/fpu/libm-test-ulps: Update.
16898         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16899
16900 2013-12-19  Andreas Schwab  <schwab@suse.de>
16901
16902         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
16903         CALL_MCOUNT.
16904         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
16905         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
16906         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
16907
16908 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
16909
16910         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
16911         * sysdeps/i386/fpu/libm-test-ulps: Update.
16912         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16913
16914         [BZ #16293]
16915         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
16916         round-to-nearest mode when using frndint.
16917         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
16918         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
16919         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
16920         Likewise.
16921         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
16922         sinh test to fail.
16923         * math/auto-libm-test-out: Regenerated.
16924         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
16925         (TEST_COND_x86): Likewise.
16926         (expm1_tonearest_test_data): New array.
16927         (expm1_test_tonearest): New function.
16928         (expm1_towardzero_test_data): New array.
16929         (expm1_test_towardzero): New function.
16930         (expm1_downward_test_data): New array.
16931         (expm1_test_downward): New function.
16932         (expm1_upward_test_data): New array.
16933         (expm1_test_upward): New function.
16934         (main): Run the new test functions.
16935         * sysdeps/i386/fpu/libm-test-ulps: Update.
16936         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16937
16938         * include/features.h: Update comment documenting feature test
16939         macros.  Mention _DEFAULT_SOURCE in comment.
16940         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
16941         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
16942         _BSD_SOURCE and _SVID_SOURCE.
16943         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
16944         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
16945         !_SVID_SOURCE]: Likewise.
16946         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16947         (__USE_POSIX_IMPLICITLY): Define.
16948         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16949         (_POSIX_SOURCE): Undefine and redefine.
16950         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16951         (_POSIX_C_SOURCE): Likewise.
16952         * manual/creature.texi (_DEFAULT_SOURCE): Document.
16953         (Feature Test Macros): Update documentation of default features.
16954
16955 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
16956
16957         * benchtests/Makefile: Add bench-strtok.
16958         * benchtests/bench-strtok.c: New file: strtok benchtest.
16959
16960 2013-12-19  Allan McRae  <allan@archlinux.org>
16961
16962         * manual/install.texi: Suppress menu for plain text output.
16963         * INSTALL: Regenerated.
16964
16965 2013-12-18  Brooks Moses  <bmoses@google.com>
16966
16967         [BZ #15846]
16968         * misc/getauxval.c: Include errno.h.
16969         (__getauxval): Set errno to ENOENT if the requested type is not
16970         found.
16971         * misc/sys/auxv.h (getauxval): Document that it may set errno;
16972         don't declare with __attribute_const__.
16973         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
16974         * manual/startup.texi: Document that getauxval sets errno.
16975
16976 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
16977
16978         * math/auto-libm-test-in: Add tests of jn and yn.
16979         * math/auto-libm-test-out: Regenerated.
16980         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
16981         (yn_test_data): Likewise.
16982         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16983         mpfr_if_f.
16984         (func_calc_desc): Add mpfr_if_f union field.
16985         (FUNC_mpfr_if_f): New macro.
16986         (test_functions): Add jn and yn.
16987         (calc_generic_results): Assert type of second input for
16988         mpfr_ff_f.  Handle mpfr_if_f.
16989         (output_for_one_input_case): Disable all checking for arguments
16990         fitting floating-point types in case of an integer argument.
16991         * sysdeps/i386/fpu/libm-test-ulps: Update.
16992         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16993
16994         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
16995         Don't expect fegetround reference in libm.so.
16996
16997 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
16998
16999         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
17000         $(config-cflags-nofma).
17001
17002 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
17003
17004         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
17005         * math/auto-libm-test-out: Regenerated.
17006
17007         [BZ #16338]
17008         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
17009         to determine exponent and adjust argument to have exponent of -1.
17010         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
17011         log2.
17012         * math/auto-libm-test-out: Regenerated.
17013         * sysdeps/i386/fpu/libm-test-ulps: Update.
17014         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17015
17016 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
17017
17018         * manual/probes.texi: Remove cases when per-thread arenas are
17019         disabled.
17020
17021 2013-12-18  Andreas Schwab  <schwab@suse.de>
17022
17023         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
17024         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
17025         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
17026         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
17027         * sysdeps/i386/i686/multiarch/Makefile: Update.
17028         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
17029
17030 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
17031
17032         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
17033         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
17034
17035 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
17036
17037         [BZ #15968]
17038         Support TZ transition times < 00:00:00.
17039         This is needed for version-3 tz-format files; it supports time
17040         stamps past 2037 for America/Godthab (the only entry in the tz
17041         database for which this change is relevant).
17042         * manual/time.texi (TZ Variable): Document transition times
17043         from -167:59:59 through -00:00:01.
17044         * time/tzset.c (tz_rule): Time of day is now signed.
17045         (__tzset_parse_tz): Parse negative time of day.
17046
17047         Document TZ transition times >= 25:00:00.
17048         * manual/time.texi (TZ Variable): Document transition times from
17049         25:00:00 through 167:59:59.  These are already supported, and this
17050         support will help with version-3 tz-format files.
17051
17052         * manual/time.texi (TZ Variable): Modernize North America example
17053         to reflect current (i.e., 2007-and-later) daylight saving rules.
17054
17055         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
17056
17057 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
17058
17059         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
17060         * sysdeps/unix/bsd/bits/stat.h: Likewise.
17061         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
17062         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
17063         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
17064         * sysdeps/unix/bsd/bsdstat.h: Likewise.
17065         * sysdeps/unix/bsd/clock.c: Likewise.
17066         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
17067         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
17068         * sysdeps/unix/bsd/init-posix.c: Likewise.
17069         * sysdeps/unix/bsd/poll.c: Likewise.
17070         * sysdeps/unix/bsd/ptsname.c: Likewise.
17071         * sysdeps/unix/bsd/seekdir.c: Likewise.
17072         * sysdeps/unix/bsd/setegid.c: Likewise.
17073         * sysdeps/unix/bsd/seteuid.c: Likewise.
17074         * sysdeps/unix/bsd/setgid.c: Likewise.
17075         * sysdeps/unix/bsd/setrgid.c: Likewise.
17076         * sysdeps/unix/bsd/setruid.c: Likewise.
17077         * sysdeps/unix/bsd/setsid.c: Likewise.
17078         * sysdeps/unix/bsd/setuid.c: Likewise.
17079         * sysdeps/unix/bsd/sigaction.c: Likewise.
17080         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
17081         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
17082         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
17083         * sysdeps/unix/bsd/telldir.c: Likewise.
17084         * sysdeps/unix/bsd/times.c: Likewise.
17085         * sysdeps/unix/bsd/usleep.c: Likewise.
17086
17087         * misc/Makefile (install-lib): Remove libbsd-compat.a.
17088         ($(objpfx)libbsd-compat.a): Remove rule.
17089
17090         * include/features.h (__FAVOR_BSD): Do not define.
17091         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
17092         features conflicting with POSIX.
17093         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
17094         (_BSD_SOURCE): Remove description of not being a subset of other
17095         feature test macros.
17096         * manual/job.texi (getpgrp): Do not document BSD version.
17097         (getpgid): Do not document by reference to BSD getpgrp.
17098         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
17099         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
17100         * signal/signal.h [__FAVOR_BSD]: Likewise.
17101         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
17102         instead of making contents conditional on [__FAVOR_BSD].
17103         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
17104
17105 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17106
17107         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17108
17109 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
17110
17111         [BZ #16314]
17112         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
17113         values below 2**-450, not 2**-500.
17114         * math/auto-libm-test-in: Don't allow spurious underflow from
17115         hypot.
17116         * math/auto-libm-test-out: Regenerated.
17117
17118         [BZ #16316]
17119         [BZ #16330]
17120         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
17121         values of ha and hb and sort them after adjusting subnormal
17122         arguments.
17123         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
17124         Likewise.
17125         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
17126         values of ea and eb and sort them after adjusting subnormal
17127         arguments.
17128         * math/auto-libm-test-in: Do not expect some hypot tests of
17129         subnormals to fail.  Add more hypot tests.
17130         * math/auto-libm-test-out: Regenerated.
17131
17132 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17133
17134         [BZ #13304]
17135         * sysdeps/sh/s_fma.c: New file.
17136         * sysdeps/sh/s_fmaf.c: New file.
17137         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
17138         version.
17139         * sysdeps/sh/Implies: Add sh/soft-fp.
17140
17141 2013-12-16  Roland McGrath  <roland@hack.frob.com>
17142
17143         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
17144         level of indirection to members `objname', `errstring', `malloced'.
17145         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
17146         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
17147         it as the __longjmp argument (just pass 1 instead).
17148         (_dl_catch_error): Initialize C with argument pointers and address of
17149         volatile local ERRCODE rather than copying values out of C at return.
17150
17151 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
17152
17153         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
17154         * math/auto-libm-test-out: Regenerated.
17155         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
17156         (hypot_test_data): Likewise.
17157         (pow_test_data): Likewise.
17158         (pow_tonearest_test_data): Likewise.
17159         * math/gen-auto-libm-tests.c (func_calc_method): Add value
17160         mpfr_ff_f.
17161         (func_calc_desc): Add mpfr_ff_f union field.
17162         (FUNC_mpfr_ff_f): New macro.
17163         (test_functions): Add atan2, hypot and pow.
17164         (special_fill_min): New function.
17165         (special_fill_minus_min): Likewise.
17166         (special_fill_min_subnorm): Likewise.
17167         (special_fill_minus_min_subnorm): Likewise.
17168         (special_real_inputs): Add min, -min, min_subnorm and
17169         -min_subnorm.
17170         (calc_generic_results): Handle mpfr_ff_f.
17171         * sysdeps/i386/fpu/libm-test-ulps: Update.
17172         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17173
17174 2013-12-16  Will Newton  <will.newton@linaro.org>
17175
17176         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
17177         (Aligned Memory Blocks): Add documentation for aligned_alloc
17178         and suggest it as an alternative to posix_memalign.
17179         (Hooks for Malloc): Document __memalign_hook is also called
17180         for aligned_alloc.  (Summary of Malloc): Add summary for
17181         aligned alloc.  Document __memalign_hook is also called
17182         for aligned_alloc.
17183
17184 2013-12-16  Will Newton  <will.newton@linaro.org>
17185
17186         * manual/memory.texi (Malloc Examples): Clarify default
17187         alignment documentation.  Suggest posix_memalign rather
17188         than memalign or valloc.
17189         (Aligned Memory Blocks): Remove suggestion to use memalign
17190         or valloc.  Remove obsolete comment about BSD.
17191         Document memalign errno values and mark the function obsolete.
17192         Document posix_memalign returned error codes.  Mark valloc
17193         as obsolete.  (Hooks for Malloc): __memalign_hook is also
17194         called for posix_memalign and valloc.
17195         (Summary of Malloc): Add posix_memalign to function summary.
17196         __memalign_hook is also called for posix_memalign and valloc.
17197
17198 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
17199
17200         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
17201         TAYLOR_SIN.
17202         (__sin): Adjust.
17203         (__cos): Likewise.
17204         (sloww): Use mynumber union.  Expand ternary operator into
17205         if-else statements.
17206         (cslow): use mynumber union.
17207
17208 2013-12-16  Allan McRae  <allan@archlinux.org>
17209
17210         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
17211         * configure: Regenerated.
17212
17213         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
17214
17215         [BZ #14120]
17216         * configure.ac: Added --enable-maintainer-mode. Check for
17217         autoconf when enabled.
17218         * configure: Regenerated.
17219
17220         * nscd/nscd.service: New file.
17221         * nscd/nscd.tmpfiles: New file.
17222
17223 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
17224
17225         [BZ #12100]
17226         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
17227         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
17228         * sysdeps/x86_64/multiarch/strstr.c: ... here.
17229         (strstr): Add __strstr_sse2_unaligned ifunc.
17230         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
17231         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
17232         (strcasestr): Remove __strcasestr_sse42 ifunc.
17233         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
17234         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
17235         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
17236
17237 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17238
17239         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
17240         * sysdeps/sh/bits/fenv.h: ... here.
17241         * sysdeps/sh/sh4/fpu/bits: Remove directory.
17242
17243 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17244
17245         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
17246
17247         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
17248         hypotf multiarch implementations.
17249         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
17250         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
17251         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
17252         multiarch hypot for PPC64.
17253         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
17254         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
17255         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
17256         multiarch hypotf for PPC64.
17257
17258         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
17259         modff multiarch implementations.
17260         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
17261         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
17262         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
17263         multiarch modf for PPC64.
17264         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
17265         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
17266         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
17267         multiarch modff for PPC64.
17268
17269         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
17270         and logl multiarch implementations.
17271         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
17272         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
17273         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
17274         multiarch logb for PPC64.
17275         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
17276         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
17277         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
17278         multiarch logb for PPC64.
17279         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
17280         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
17281         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
17282         multiarch logb for PPC64.
17283
17284         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
17285         isinff multiarch implementation.
17286         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
17287         file.
17288         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
17289         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
17290         multiarch isinf for PPC64.
17291         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
17292         file.
17293         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
17294         multiarch isinff for PPC64.
17295
17296         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
17297         finitef multiarch implementation.
17298         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
17299         file.
17300         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
17301         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
17302         multiarch finite for PPC64.
17303         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
17304         file.
17305         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
17306         multiarch finitef for PPC64.
17307
17308         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
17309         lrint multiarch implementation.
17310         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
17311         file.
17312         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
17313         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
17314         multiarch llrint for PPC64.
17315         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
17316         multiarch lrint for PPC64.
17317
17318         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
17319         copysignf multiarch implementation.
17320         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
17321         file.
17322         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
17323         file.
17324         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
17325         multiarch copysign for PPC64.
17326         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
17327         multiarch copysignf for PPC64.
17328
17329         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
17330         multiarch implementation.
17331         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
17332         file.
17333         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
17334         file.
17335         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
17336         file.
17337         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
17338         file.
17339         multiarch llround for PPC64.
17340         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
17341         multiarch trunc for PPC64.
17342         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
17343         multiarch truncf for PPC64.
17344
17345         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
17346         multiarch implementation.
17347         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
17348         file.
17349         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
17350         file.
17351         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
17352         file.
17353         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
17354         file.
17355         multiarch llround for PPC64.
17356         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
17357         multiarch round for PPC64.
17358         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
17359         multiarch roundf for PPC64.
17360
17361         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
17362         multiarch implementation.
17363         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
17364         file.
17365         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
17366         file.
17367         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
17368         file.
17369         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
17370         file.
17371         multiarch llround for PPC64.
17372         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
17373         multiarch floor for PPC64.
17374         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
17375         multiarch floorf for PPC64.
17376
17377         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
17378         multiarch implementation.
17379         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
17380         file.
17381         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
17382         file.
17383         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
17384         file.
17385         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
17386         file.
17387         multiarch llround for PPC64.
17388         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
17389         multiarch ceil for PPC64.
17390         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
17391         multiarch ceilf for PPC64.
17392
17393         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
17394         multiarch implementation.
17395         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
17396         file.
17397         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
17398         file.
17399         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
17400         file.
17401         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
17402         multiarch llround for PPC64.
17403         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
17404         multiarch lround for PPC64.
17405
17406         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
17407         multiarch implementation.
17408         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
17409         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
17410         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
17411         file.
17412         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
17413         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
17414         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
17415         multiarch isnan for PPC64.
17416         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
17417         multiarch isnanf for PPC64.
17418
17419         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
17420         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
17421         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
17422         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
17423         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
17424         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
17425
17426         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
17427         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
17428         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
17429         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
17430
17431         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
17432         multiarch implementations.
17433         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17434         (__libc_ifunc_impl_list): Likewise.
17435         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
17436         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
17437         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
17438         multiarch stpcpy for PPC64.
17439
17440         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
17441         multiarch implementations.
17442         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17443         (__libc_ifunc_impl_list): Likewise.
17444         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
17445         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
17446         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
17447         multiarch strcpy for PPC64.
17448
17449         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
17450         redefine function name.
17451         (_wordcopy_fwd_dest_aligned): Likewise.
17452         (_wordcopy_bwd_aligned): Likewise.
17453         (_wordcopy_bwd_dest_aligned): Likewise.
17454         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
17455         multiarch implementations.
17456         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17457         (__libc_ifunc_impl_list): Likewise.
17458         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
17459         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
17460         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
17461         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
17462         multiarch wcscpy for PPC64.
17463
17464         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
17465         multiarch implementations.
17466         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17467         (__libc_ifunc_impl_list): Likewise.
17468         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
17469         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
17470         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
17471         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
17472         multiarch wcscpy for PPC64.
17473
17474         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
17475         multiarch implementations.
17476         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17477         (__libc_ifunc_impl_list): Likewise.
17478         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
17479         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
17480         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
17481         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
17482         multiarch wcsrchr for PPC64.
17483
17484         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
17485         multiarch implementations.
17486         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17487         (__libc_ifunc_impl_list): Likewise.
17488         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
17489         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
17490         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
17491         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
17492         multiarch wcschr for PPC64.
17493
17494         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
17495         multiarch implementations.
17496         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17497         (__libc_ifunc_impl_list): Likewise.
17498         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
17499         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
17500         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
17501         multiarch strchrnul for PPC64.
17502
17503         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
17504         implementations.
17505         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17506         (__libc_ifunc_impl_list): Likewise.
17507         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
17508         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
17509         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
17510         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
17511         strchr for PPC64.
17512
17513         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
17514         implementations.
17515         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17516         (__libc_ifunc_impl_list): Likewise.
17517         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
17518         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
17519         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
17520         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
17521         strncmp for PPC64.
17522
17523         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
17524         multiarch implementations.
17525         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17526         (__libc_ifunc_impl_list): Likewise.
17527         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
17528         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
17529         strncasecmp for PPC64.
17530         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
17531         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
17532         multiarch strncasecmp_l for PPC64.
17533
17534         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
17535         multiarch implementations.
17536         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
17537         (__libc_ifunc_impl_list): Likewise.
17538         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
17539         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
17540         multiarch strcasecmp for PPC64.
17541         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
17542         file.
17543         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
17544         multiarch strcasecmp_l for PPC64.
17545
17546         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
17547         implementations.
17548         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17549         (__libc_ifunc_impl_list): Likewise.
17550         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
17551         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
17552         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
17553         strnlen for PPC64.
17554
17555         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
17556         implementations.
17557         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17558         (__libc_ifunc_impl_list): Likewise.
17559         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
17560         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
17561         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
17562         strlen for PPC64.
17563
17564         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
17565         implementations.
17566         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17567         (__libc_ifunc_impl_list): Likewise.
17568         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
17569         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
17570         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
17571         rawmemrchr for PPC64.
17572
17573         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
17574         implementation.
17575         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17576         (__libc_ifunc_impl_list): Likewise.
17577         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
17578         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
17579         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
17580         memrchr for PPC64.
17581
17582         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
17583         implementation.
17584         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17585         (__libc_ifunc_impl_list): Likewise.
17586         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
17587         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
17588         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
17589         memchr for PPC64.
17590
17591         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
17592         implementation.
17593         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17594         (__libc_ifunc_impl_list): Likewise.
17595         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
17596         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
17597         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
17598         mempcpy for PPC64.
17599
17600         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
17601         avoid cretion of __bzero symbol.
17602         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
17603         Likewise.
17604         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
17605         Likewise.
17606         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
17607         Likewise.
17608         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
17609         multiarch implementations.
17610         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17611         (__libc_ifunc_impl_list): Likewise.
17612         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
17613         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
17614         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
17615         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
17616         bzero for PPC32.
17617         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
17618         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
17619         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
17620         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
17621         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
17622         memset for PPC64.
17623         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
17624
17625         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
17626         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
17627         implementations.
17628         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17629         (__libc_ifunc_impl_list): Likewise.
17630         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
17631         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
17632         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
17633         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
17634         memcmp for PPC64.
17635
17636         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
17637         multiarch for POWER/PPC64.
17638         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
17639         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
17640         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
17641         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
17642         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
17643         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
17644         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
17645         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
17646         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
17647         memcpy for PPC64.
17648
17649         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
17650         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
17651         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
17652         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
17653         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
17654         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
17655         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
17656         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
17657         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
17658         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
17659         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
17660         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
17661         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
17662         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
17663         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
17664         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
17665         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
17666         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
17667         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
17668         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
17669         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
17670         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
17671
17672 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17673
17674         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
17675
17676 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
17677
17678         * benchtests/Makefile (bench): Add exp2 and log2.
17679         (LDLIBS-bench-exp2): Add -lm.
17680         (LDLIBS-bench-log2): Likewise.
17681         * benchtests/exp2-inputs: New inputs file.
17682         * benchtests/log2-inputs: New inputs file.
17683         * benchtests/log-inputs: Add new inputs.
17684         * benchtests/tan-inputs: Likewise.
17685
17686 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
17687
17688         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
17689         definition...
17690         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
17691         (csloww2): ... from here.
17692
17693         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
17694         instead of structures.
17695         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
17696         (POLYNOMIAL): Likewise.
17697         (TAYLOR_SLOW): Likewise.
17698         (__sin): Likewise.
17699         (__cos): Likewise.
17700         (slow1): Likewise.
17701         (slow2): Likewise.
17702         (sloww): Likewise.
17703         (sloww1); Likewise.
17704         (sloww2): Likewise.
17705         (bsloww1): Likewise.
17706         (bsloww2): Likewise.
17707         (cslow2): Likewise.
17708         (csloww): Likewise.
17709         (csloww1): Likewise.
17710         (csloww2): Likewise.
17711
17712 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
17713
17714         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
17715         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
17716         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
17717         * malloc/hooks.c (realloc_check): Likewise.
17718
17719         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
17720         * malloc/arena.c: Remove PER_THREAD conditional.
17721         [!PER_THREAD]: Remove code.
17722         (ptmalloc_unlock_all2): Likewise.
17723         (ptmalloc_init): Likewise.
17724         (_int_new_arena): Likewise.
17725         (arena_get2): Likewise.
17726         * malloc/hooks.c (__malloc_get_state): Likewise.
17727         (__malloc_set_state): Likewise.
17728         * malloc/malloc.c: Likewise.
17729         (struct malloc_state): Likewise.
17730         (struct malloc_par): Likewise.
17731         (__libc_realloc): Likewise.
17732         (__libc_mallopt): Likewise.
17733
17734 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17735
17736         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
17737
17738 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
17739
17740         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
17741         macro to a function.  Check for zero perturb_byte.
17742         (_int_malloc, _int_free): Remove zero perturb_byte checks.
17743
17744         * malloc/malloc.c: (force_reg): Remove.
17745         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
17746         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
17747         force_reg by atomic_forced_read.
17748         * malloc/arena.c (ptmalloc_init): Likewise.
17749         * malloc/hooks.c (top_check): Likewise.
17750
17751 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17752
17753         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17754
17755 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
17756
17757         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
17758
17759 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
17760
17761         * math/auto-libm-test-in: Add tests of lgamma.
17762         * math/auto-libm-test-out: Regenerated.
17763         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
17764         (M_LOG_2_SQRT_PIl): Likewise.
17765         (lgamma_test_data): Use AUTO_TESTS_f_f1.
17766         * math/gen-auto-libm-tests.c (func_calc_method): Add value
17767         mpfr_f_f1.
17768         (func_calc_desc): Add mpfr_f_f1 union field.
17769         (ARGS1): New macro.
17770         (ARGS2): Likewise.
17771         (ARGS3): Likewise.
17772         (ARGS4): Likewise.
17773         (RET1): Likewise.
17774         (RET2): Likewise.
17775         (CALC): Likewise.
17776         (FUNC): Likewise.
17777         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
17778         (test_functions): Add lgamma.
17779         (calc_generic_results): Handle mpfr_f_f1.
17780         * sysdeps/i386/fpu/libm-test-ulps: Update.
17781         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17782
17783 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17784
17785         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
17786         __mpn_add_n for PowerPC64/POWER7.
17787         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
17788         __mpn_sub_n for PowerPC64/POWER7.
17789
17790         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
17791         __mpn_addmul_1 for PowerPC64.
17792         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
17793         __mpn_submul_1 for PowerPC64.
17794         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
17795         for PowerPC64.
17796         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
17797         for PowerPC64.
17798
17799 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
17800
17801         [BZ #15089]
17802         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
17803
17804 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17805
17806         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
17807
17808         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
17809         add multiarch folders.
17810         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
17811         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
17812         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
17813         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
17814         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
17815         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
17816         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
17817         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
17818         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
17819         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
17820         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
17821         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
17822         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
17823         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
17824         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
17825         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
17826         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
17827
17828         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
17829         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
17830         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
17831         New file.
17832         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
17833         New file.
17834         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
17835         multiarch __ieee754_hypot for PowerPC32.
17836         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
17837         New file.
17838         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
17839         New file.
17840         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
17841         multiarch __ieee754_hypotf for PowerPC32.
17842
17843         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
17844         long_double_symbol only if __logbl is defined.
17845         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
17846         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
17847         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
17848         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
17849         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
17850         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
17851         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
17852         path for implementation.
17853         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
17854         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
17855         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
17856         logb, and logbl multiarch implementations for PowerPC32.
17857         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
17858         file.
17859         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
17860         file.
17861         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
17862         multiarch logb for PowerPC32.
17863         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
17864         file.
17865         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
17866         file.
17867         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
17868         multiarch logbf for PowerPC32.
17869         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
17870         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
17871         file.
17872         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
17873         multiarch logbl implementation for PowerPC32.
17874
17875         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
17876         and modff multiarch implementations.
17877         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
17878         New file.
17879         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
17880         New file.
17881         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
17882         multiarch modf for PowerPC32.
17883         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
17884         New file.
17885         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
17886         New file.
17887         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
17888         multiarch modff for PowerPC32.
17889
17890         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
17891         and lrintf multiarch implementations.
17892         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
17893         New file.
17894         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
17895         New file.
17896         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
17897         multiarch lrint for PowerPC32.
17898         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
17899         file: multiarch lrintf for PowerPC32.
17900
17901         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
17902         and lroundf multiarch implementations.
17903         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
17904         New file.
17905         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
17906         New file.
17907         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
17908         New file.
17909         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
17910         multiarch lround for PowerPC32.
17911         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
17912         file: multiarch lroundf for PowerPC32.
17913
17914         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
17915         copysign and copysignf multiarch implementations.
17916         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
17917         New file.
17918         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
17919         New file.
17920         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
17921         file: multiarch copysign for PowerPC32.
17922         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
17923         file: multiarch copysignf for PowerPC32.
17924
17925         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
17926         and truncf multiarch implementations.
17927         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
17928         New file.
17929         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
17930         file.
17931         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
17932         multiarch trunc for PowerPC32.
17933         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
17934         New file.
17935         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
17936         New file.
17937         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
17938         multiarch truncf for PowerPC32.
17939
17940         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
17941         and roundf multiarch implementations.
17942         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
17943         New file.
17944         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
17945         file.
17946         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
17947         multiarch round for PowerPC32.
17948         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
17949         New file.
17950         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
17951         New file.
17952         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
17953         multiarch roundf for PowerPC32.
17954
17955         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
17956         and floorf multiarch implementations.
17957         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
17958         New file.
17959         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
17960         file.
17961         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
17962         multiarch floor for PowerPC32.
17963         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
17964         New file.
17965         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
17966         New file.
17967         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
17968         multiarch floorf for PowerPC32.
17969
17970         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
17971         and ceilf multiarch implementations.
17972         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
17973         New file.
17974         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
17975         file.
17976         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
17977         multiarch ceil for PowerPC32.
17978         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
17979         New file.
17980         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
17981         file.
17982         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
17983         multiarch ceilf for PowerPC32.
17984
17985         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
17986         is defined.
17987         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
17988         FINITEF is defined.
17989         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
17990         and finitef multiarch implementations.
17991         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
17992         New file.
17993         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
17994         file.
17995         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
17996         multiarch finite for PowerPC32.
17997         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
17998         New file.
17999         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
18000         file: multiarch finitef for PowerPC32.
18001
18002         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
18003         and isinff multiarch implementations.
18004         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
18005         file.
18006         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
18007         file.
18008         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
18009         multiarch isinf for PowerPC32.
18010         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
18011         New file.
18012         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
18013         multiarch isinff for PowerPC32.
18014
18015         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
18016         alias when __isnan is defined.
18017         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
18018         and isnanf multiarch implementations.
18019         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
18020         file.
18021         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
18022         file.
18023         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
18024         file.
18025         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
18026         file.
18027         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
18028         multiarch isnan for PowerPC32.
18029         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
18030         New file.
18031         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
18032         New file.
18033         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
18034         multiarch isnanf for PowerPC32.
18035
18036         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
18037         and sqrtf multiarch implementations.
18038         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
18039         file.
18040         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
18041         file.
18042         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
18043         multiarch sqrt for PowerPC32.
18044         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
18045         file.
18046         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
18047         file.
18048         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
18049         multiarch sqrtf for PowerPC32.
18050
18051         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
18052         and llroundf multiarch implementations.
18053         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
18054         New file.
18055         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
18056         New file.
18057         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
18058         New file.
18059         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
18060         file: multiarch llround for PowerPC32.
18061         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
18062         file: multiarch llroundf for PowerPC32.
18063
18064         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
18065         multiarch PowerPC32 fpu implementations.
18066         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
18067         New file.
18068         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
18069         New file.
18070         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
18071         multiarch llrint for PowerPC32.
18072         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
18073         New file.
18074         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
18075         New file.
18076         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
18077         file.
18078
18079         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
18080
18081         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
18082         file.
18083         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
18084         file.
18085         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
18086         file.
18087         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
18088         multiarch wordcopy for PPC32.
18089         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
18090         wordcopy objects.
18091         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18092         (__libc_ifunc_impl_list): Likewise.
18093         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
18094         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
18095         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
18096         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
18097         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
18098         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
18099
18100         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
18101         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
18102         file.
18103         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
18104         file.
18105         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
18106         file.
18107         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
18108         multiarch wcscpy for PPC32.
18109         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
18110         multiarch objects.
18111         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18112         (__libc_ifunc_impl_list): Likewise.
18113         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
18114         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
18115         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
18116         sysdeps/powerpc/power6/wcscpy.c.
18117
18118         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
18119         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
18120         file.
18121         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
18122         file.
18123         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
18124         file.
18125         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
18126         multiarch wcsrchr for PPC32.
18127         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
18128         multiarch objects.
18129         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18130         (__libc_ifunc_impl_list): Likewise.
18131         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
18132         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
18133         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
18134         sysdeps/powerpc/power6/wcsrchr.c.
18135
18136         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
18137         file.
18138         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
18139         file.
18140         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
18141         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
18142         multiarch wcschr for PPc32.
18143         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
18144         multiarch objects.
18145         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18146         (__libc_ifunc_impl_list): Likewise.
18147         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
18148         * sysdeps/powerpc/power6/wcschr.c: ... to here.
18149         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
18150         sysdeps/powerpc/power6/wcschr.c.
18151
18152         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
18153         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
18154         file.
18155         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
18156         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
18157         file: multiarch strchr for PPC32.
18158         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
18159         multiarch objects.
18160         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18161         (__libc_ifunc_impl_list): Likewise.
18162
18163         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
18164         name.
18165         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
18166         file.
18167         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
18168         file.
18169         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
18170         multiarch strchrnul for PPC32.
18171         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
18172         multiarch objects.
18173         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18174         (__libc_ifunc_impl_list): Likewise.
18175
18176         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
18177         file.
18178         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
18179         multiarch strncasecmp for PPC32.
18180         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
18181         file.
18182         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
18183         multiarch strncasecmp_l for PPC32.
18184         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
18185         strncasecmp multiarch objects.
18186         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18187         (__libc_ifunc_impl_list): Likewise.
18188
18189         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
18190         file.
18191         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
18192         multiarch strncasecmp for PPC32.
18193         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
18194         New file.
18195         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
18196         multiarch strcasecmp_l for PPC32.
18197         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
18198         multiarch objects.
18199         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18200         (__libc_ifunc_impl_list): Likewise.
18201
18202         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
18203         file.
18204         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
18205         file.
18206         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
18207         multiarch strncmp for PPC32.
18208         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
18209         multiarch objects.
18210         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18211         (__libc_ifunc_impl_list): Likewise.
18212
18213         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
18214         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
18215         file.
18216         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
18217         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
18218         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
18219         multiarch objects.
18220         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18221         (__libc_ifunc_impl_list): Likewise.
18222
18223         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
18224         file.
18225         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
18226         file.
18227         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
18228         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
18229         multiarch objects.
18230         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18231         (__libc_ifunc_impl_list): Likewise.
18232
18233         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
18234         file.
18235         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
18236         file.
18237         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
18238         multiarch rawmemchr for PPC32.
18239         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
18240         multiarch objects.
18241         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18242         (__libc_ifunc_impl_list): Likewise.
18243
18244         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
18245         file.
18246         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
18247         file.
18248         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
18249         file: memrchr multiarch for PPC32.
18250         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
18251         multiarch objects.
18252         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18253         (__libc_ifunc_impl_list): Likewise.
18254
18255         * string/memchr.c (__memchr): Using macro to redefine symbol name.
18256         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
18257         file.
18258         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
18259         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
18260         multiarch memchr for PPC32.
18261         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
18262         multiarch objects.
18263         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18264         (__libc_ifunc_impl_list): Likewise.
18265
18266         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
18267         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
18268         file.
18269         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
18270         file.
18271         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
18272         file: multiarch mempcpy for PPC32.
18273         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
18274         multiarch objects.
18275         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18276         (__libc_ifunc_impl_list): Likewise.
18277
18278         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
18279         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
18280         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
18281         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
18282         multiarch bzero for PPC32.
18283         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
18284         file.
18285         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
18286         file.
18287         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
18288         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
18289         file: multiarch memset for PPC32.
18290         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
18291         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
18292         memset multiarch objects.
18293         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18294         (__libc_ifunc_impl_list): Likewise.
18295
18296         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
18297         file.
18298         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
18299         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
18300         memcmp for PPC32.
18301         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
18302         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
18303         multiarch objects.
18304         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18305         (__libc_ifunc_impl_list): Likewise.
18306
18307         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
18308         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
18309         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
18310         file.
18311         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
18312         file.
18313         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
18314         file.
18315         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
18316         multiarch memcpy for PPC32.
18317         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
18318         multiarch objects.
18319         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18320         (__libc_ifunc_impl_list): Likewise.
18321
18322         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
18323         support multiarch for POWER/PPC32.
18324         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
18325         Likewise.
18326         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
18327         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
18328         Implies file to make multiarch folder appers before the fpu and
18329         default folder for power4 configuration.
18330
18331 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
18332
18333         * scripts/bench.pl: Append volatile keyword to type.
18334
18335 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18336
18337         * sysdeps/sh/sotruss-lib.c: New file.
18338         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
18339
18340 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18341
18342         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18343
18344 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
18345
18346         [BZ #6810]
18347         * math/w_tgamma.c: Include <errno.h>.
18348         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
18349         * math/w_tgammaf.c: Include <errno.h>.
18350         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
18351         * math/w_tgammal.c: Include <errno.h>.
18352         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
18353         * math/auto-libm-test-in: Do not allow missing errno on tgamma
18354         underflow.  Add more tgamma tests.
18355         * math/auto-libm-test-out: Regenerated.
18356         * sysdeps/i386/fpu/libm-test-ulps: Update.
18357         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18358
18359         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
18360         sin, sinh, tan, tanh, tgamma, y0 and y1.
18361         * math/auto-libm-test-out: Regenerated.
18362         * math/libm-test.inc (TEST_COND_x86_64): New macro.
18363         (TEST_COND_x86): Likewise.
18364         (M_E2l): Remove macro.
18365         (M_E3l): Likewise.
18366         (M_2_SQRT_PIl): Likewise.
18367         (M_SQRT_PIl): Likewise.
18368         (M_1_DIV_El): Likewise.
18369         (log_test_data): Use AUTO_TESTS_f_f.
18370         (log10_test_data): Likewise.
18371         (log1p_test_data): Likewise.
18372         (log2_test_data): Likewise.
18373         (sin_test_data): Likewise.
18374         (sin_tonearest_test_data): Likewise.
18375         (sin_towardzero_test_data): Likewise.
18376         (sin_downward_test_data): Likewise.
18377         (sin_upward_test_data): Likewise.
18378         (sinh_test_data): Likewise.
18379         (sinh_tonearest_test_data): Likewise.
18380         (sinh_towardzero_test_data): Likewise.
18381         (sinh_downward_test_data): Likewise.
18382         (sinh_upward_test_data): Likewise.
18383         (tan_test_data): Likewise.
18384         (tan_tonearest_test_data): Likewise.
18385         (tan_towardzero_test_data): Likewise.
18386         (tan_downward_test_data): Likewise.
18387         (tan_upward_test_data): Likewise.
18388         (tanh_test_data): Likewise.
18389         (tgamma_test_data): Likewise.
18390         (y0_test_data): Likewise.
18391         (y1_test_data): Likewise.
18392         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
18393         (special_real_inputs): Add pi/4.
18394         * sysdeps/i386/fpu/libm-test-ulps: Update.
18395         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18396
18397 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18398
18399         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
18400         "longjmp_target" static probes.
18401         (__longjmp): Rename to __longjmp_symbol.
18402         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
18403         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
18404         on which longjmp to generate.
18405         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
18406         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
18407         probe.
18408         (__sigsetjmp): Rename to __sigsetjmp_symbol.
18409         (__sigjmp_save): Rename to __sigjmp_save_symbol.
18410         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
18411         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
18412         and __sigjmp_save_symbol based on which sigsetjmp to generated.
18413         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
18414         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
18415         __longjmp_symbol based on which __longjmp to generate.
18416         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
18417         probe.
18418         (setjmp): Rename to setjmp_symbol.
18419         (__sigsetjmp): Rename to __sigsetjmp_symbol.
18420         (_setjmp): Rename to _setjmp_symbol.
18421         (__sigsetjmp): Rename to __sigsetjmp_symbol.
18422         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
18423         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
18424         which setjmp to generate.
18425         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
18426         "longjmp_target" static probes.
18427
18428 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
18429
18430         * benchtests/README: Add note about output arguments.
18431         * benchtests/bench-sincos.c: Remove file.
18432         * benchtests/sincos-inputs: New file.
18433         * scripts/bench.pl: Identify output arguments and define
18434         static variables for them.
18435
18436         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
18437
18438         [BZ #15941]
18439         * Makefile (INSTALL): Add install-plain.texi as the primary
18440         dependency.
18441         * manual/install-plain.texi: New file.
18442         * manual/install.texi: Include node directive only for
18443         non-plaintext output.
18444
18445 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
18446
18447         * stdlib/longlong.h: Update from GCC.
18448
18449         [BZ #6807]
18450         [BZ #15901]
18451         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
18452         * math/w_j0f.c (y0f): Likewise.
18453         * math/w_j0l.c (__y0l): Likewise.
18454         * math/w_j1.c (y1): Likewise.
18455         * math/w_j1f.c (y1f): Likewise.
18456         * math/w_j1l.c (__y1l): Likewise
18457         * math/w_jn.c (yn): Likewise.
18458         * math/w_jnf.c (ynf): Likewise.
18459         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
18460         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
18461         value for Bessel function domain errors outside _SVID_ mode.
18462         Adjust sign of return value for yn (negative integer, 0).
18463         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
18464         by zero in return for negative x and set sign appropriately for
18465         negative n.
18466         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
18467         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
18468         * math/libm-test.inc (y0_test_data): Add more tests and adjust
18469         expectations in error cases.
18470         (y1_test_data): Likewise.
18471         (yn_test_data): Likewise.
18472         * sysdeps/i386/fpu/libm-test-ulps: Update.
18473         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18474
18475 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18476
18477         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
18478         "64" to "64-v1".  Add "64-v2".
18479         (abi-64-options): Rename to ...
18480         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
18481         (abi-64-condition): Rename to ...
18482         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
18483         (abi-64-ld-soname): Rename to ...
18484         (abi-64-v1-ld-soname): ... this.
18485         (abi-64-v2-options): Define.
18486         (abi-64-v2-condition): Likewise.
18487         (abi-64-v2-ld-soname): Likewise.
18488         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
18489         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
18490         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
18491         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
18492         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
18493
18494 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18495             Alan Modra  <amodra@gmail.com>
18496
18497         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
18498         New versions for use with the ELFv2 ABI.
18499         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
18500         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
18501         declaration.
18502         (struct La_ppc64v2_retval): Likewise.
18503         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
18504         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
18505         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
18506         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
18507         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
18508         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
18509         Do not save or restore CR.
18510         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
18511         (_dl_profile_resolve): Do no save or restore CR.  Support extended
18512         return values for ELFv2 ABI.  Fix location of FPR return registers.
18513         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
18514         updated values for _CALL_ELF == 2.
18515         (La_regs, La_retval, int_retval): Likewise.
18516
18517 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18518
18519         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
18520         (FRAME_MIN_SIZE_PARM): Likewise.
18521         (FRAME_BACKCHAIN): Likewise.
18522         (FRAME_CR_SAVE): Likewise.
18523         (FRAME_LR_SAVE): Likewise.
18524         (FRAME_TOC_SAVE): Likewise.
18525         (FRAME_PARM_SAVE): Likewise.
18526         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
18527         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
18528         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
18529         (call_mcount_parm_offset): New macro.
18530         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
18531         (PROF): Use symbolic stack frame offsets.
18532         (TAIL_CALL_SYSCALL_ERROR): Likewise.
18533         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
18534         Redefine in terms of FRAME_MIN_SIZE.
18535         (_dl_runtime_resolve): Use symbolic stack frame offsets.
18536         (_dl_profile_resolve): Likewise.  Update comment.
18537         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
18538         symbols stack frame offsets.
18539         (__sigsetjmp): Likewise.
18540         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
18541         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
18542         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
18543         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
18544
18545         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
18546         (FRAME_BACKCHAIN): Remove.
18547         (FRAME_CR_SAVE): Likewise.
18548         (FRAME_LR_SAVE): Likewise.
18549         (FRAME_COMPILER_DW): Likewise.
18550         (FRAME_LINKER_DW): Likewise.
18551         (FRAME_TOC_SAVE): Likewise.
18552         (FRAME_PARM_SAVE): Likewise.
18553         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
18554         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
18555         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
18556         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
18557         (CHECK_SP): Use symbolic stack frame offsets.
18558         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
18559         zone" instead of caller's parameter save area for temp storage.
18560         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
18561         Likewise.  Also, use symbolic stack frame offsets.
18562         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
18563         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
18564         our own stack frame instead of the caller's.
18565         (__socket): Use symbolic stack frame offsets.
18566
18567 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18568             Alan Modra  <amodra@gmail.com>
18569
18570         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
18571         Define.
18572         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
18573         (PPC64_LOCAL_ENTRY_OFFSET): Define.
18574         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
18575         New function.
18576         (elf_machine_fixup_plt): Call it.
18577         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
18578         reloc arguments.
18579         (elf_machine_rela): Update call to elf_machine_plt_conflict.
18580         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
18581         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
18582         r2 before calling target.
18583
18584 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18585             Alan Modra  <amodra@gmail.com>
18586
18587         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
18588         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
18589         versions of macros to support ELFv2 ABI.
18590         (LOCALENTRY): New macro.
18591         (ENTRY, EALIGN): Use it.
18592         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
18593         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
18594         fall through into ENTRY entry point.
18595         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
18596         Only define if _CALL_ELF != 2.
18597
18598         (elf_machine_matches_host): Verify ABI version matches.
18599         (RTLD_START): Use LOCALENTRY.
18600         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
18601         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
18602         (PLT_ENTRY_WORDS): New macro.
18603         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
18604         (elf_machine_runtime_setup): Support ELFv2 ABI.
18605         (elf_machine_fixup_plt): Likewise.
18606         (elf_machine_plt_conflict): Likewise.
18607         (resolve_ifunc): Likewise.
18608         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
18609         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
18610         Likewise.
18611         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
18612         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
18613         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
18614         (makecontext): Support ELFv2 ABI.
18615         * elf/elf.h (EF_PPC64_ABI): Define.
18616
18617 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18618
18619         * sysdeps/powerpc/powerpc64/sysdep.h
18620         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
18621         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
18622         (ENTRY) [ASSEMBLER]: ... but instead here ...
18623         (EALIGN) [ASSEMBLER]: ... and here.
18624         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
18625         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
18626         (ENTRY_2) [!ASSEMBLER]: Use it.
18627         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
18628         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
18629         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
18630         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
18631         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
18632         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
18633         Use PPC64_LOAD_FUNCPTR.
18634
18635         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
18636
18637 2013-12-04  Alan Modra  <amodra@gmail.com>
18638
18639         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
18640         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
18641         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
18642         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
18643
18644         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
18645         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
18646         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
18647         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
18648         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
18649         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
18650
18651 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18652
18653         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
18654         (__makecontext): Fix incorrect CFI when backtracing out of
18655         context created via makecontext.
18656         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
18657         (__setcontext): Fix incorrect CFI during switch to new context.
18658         (__novec_setcontext): Likewise.
18659
18660 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
18661
18662         [BZ #4772]
18663         * time/strptime_l.c (__strptime_internal): Allow modifiers
18664         in strptime.
18665         * time/tst-strptime.c (day_tests): Add testcase.
18666
18667 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
18668
18669         * scripts/bench.pl: Skip over blank lines.
18670
18671 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
18672
18673         [BZ #926]
18674         * manual/time.texi (Calendar Time): Clarify what timezone functions
18675         use.
18676
18677 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18678
18679         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18680
18681 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
18682
18683         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
18684         implementation.
18685         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
18686         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
18687         * debug/memset_chk.c (__memset_chk): Likewise.
18688         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
18689         * debug/strncpy_chk.c: Likewise.
18690
18691 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
18692
18693         [BZ #15268]
18694         [BZ #15425]
18695         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
18696         (__ieee754_exp): For possibly underflowing results, check size of
18697         result and force underflow exception if required.
18698         * math/auto-libm-test-in: Add more tests of exp.
18699         * math/auto-libm-test-out: Regenerated.
18700         * sysdeps/i386/fpu/libm-test-ulps: Update.
18701         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18702
18703         [BZ #16283]
18704         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
18705         * math/w_exp2f.c (__exp2f): Likewise.
18706         * math/w_exp2l.c (__exp2l): Likewise.
18707         * math/auto-libm-test-in: Do not allow missing errno on exp2
18708         underflow.
18709         * math/auto-libm-test-out: Regenerated.
18710
18711 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
18712
18713         [BZ #16274]
18714         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
18715         handle filename validation.
18716         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
18717         (do_open): Delete.
18718
18719 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
18720
18721         [BZ #6786]
18722         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
18723         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
18724         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
18725         <float.h>.
18726         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
18727         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
18728         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18729         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
18730         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18731         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
18732         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18733         * math/auto-libm-test-in: Don't allow missing errno from erfc.
18734         Add more erfc tests.
18735         * math/auto-libm-test-out: Regenerated.
18736         * sysdeps/i386/fpu/libm-test-ulps: Update.
18737         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18738
18739         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
18740         exp2, expm1, j0 and j1.
18741         * math/auto-libm-test-out: Regenerated.
18742         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
18743         (erfc_test_data): Likewise.
18744         (exp_test_data): Likewise.
18745         (exp_tonearest_test_data): Likewise.
18746         (exp_towardzero_test_data): Likewise.
18747         (exp_downward_test_data): Likewise.
18748         (exp_upward_test_data): Likewise.
18749         (exp10_test_data): Likewise.
18750         (exp2_test_data): Likewise.
18751         (expm1_test_data): Likewise.
18752         (j0_test_data): Likewise.
18753         (j1_test_data): Likewise.
18754         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
18755         (input_flag_type): Add flag_xfail_rounding.
18756         (input_flags): Add xfail-rounding.
18757         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
18758         (output_for_one_input_case): Handle flag_xfail_rounding.
18759         * sysdeps/i386/fpu/libm-test-ulps: Update.
18760         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18761
18762 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
18763
18764         [BZ #16289]
18765         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
18766         division by 0.
18767
18768 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
18769
18770         [BZ #16195]
18771         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
18772         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
18773         (STAP_PROBE0): New macro.
18774         (STAP_PROBE1): Likewise.
18775         (STAP_PROBE2): Likewise.
18776         (STAP_PROBE3): Likewise.
18777         (STAP_PROBE4): Likewise.
18778
18779 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
18780
18781         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
18782
18783 2013-12-02  Steve Ellcey  <sellcey@mips.com>
18784
18785         * benchtests/Makefile (bench): Add sqrt.
18786         (LDLIBS-bench-sqrt): New.
18787         * benchtests/sqrt-input: New.
18788
18789 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
18790
18791         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
18792         (GAIH_EAI): Likewise.
18793         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
18794         (gaih_inet): Likewise.
18795         (getaddrinfo): Don't use GAIH_EAI.
18796
18797         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
18798         (struct gaih): Remove definition.
18799
18800 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
18801
18802         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
18803         Use HERRNOP directly.
18804
18805 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18806
18807         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18808
18809 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
18810
18811         * math/gen-auto-libm-tests.c (test_functions): Add more
18812         single-argument functions.
18813         (special_fill_pi_2): New function.
18814         (special_fill_minus_pi_2): Likewise.
18815         (special_fill_pi_6): Likewise.
18816         (special_fill_minus_pi_6): Likewise.
18817         (special_fill_pi_3): Likewise.
18818         (special_fill_2pi_3): Likewise.
18819         (special_fill_e): Likewise.
18820         (special_fill_1_e): Likewise.
18821         (special_fill_e_minus_1): Likewise.
18822         (special_real_inputs): Add more special inputs.
18823         (output_for_one_input_case): Do not require ERANGE on underflow to
18824         zero if round-to-nearest result does not underflow to zero, unless
18825         exact results required.
18826         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
18827         atan, atanh, cbrt, cos and cosh.
18828         * math/auto-libm-test-out: Regenerated.
18829         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
18830         (acos_tonearest_test_data): Likewise.
18831         (acos_towardzero_test_data): Likewise.
18832         (acos_downward_test_data): Likewise.
18833         (acos_upward_test_data): Likewise.
18834         (acosh_test_data): Likewise.
18835         (asin_test_data): Likewise.
18836         (asin_tonearest_test_data): Likewise.
18837         (asin_towardzero_test_data): Likewise.
18838         (asin_upward_test_data): Likewise.
18839         (asinh_test_data): Likewise.
18840         (atan_test_data): Likewise.
18841         (atanh_test_data): Likewise.
18842         (cbrt_test_data): Likewise.
18843         (cos_test_data): Likewise.
18844         (cos_tonearest_test_data): Likewise.
18845         (cos_towardzero_test_data): Likewise.
18846         (cos_downward_test_data): Likewise.
18847         (cos_upward_test_data): Likewise.
18848         (cosh_test_data): Likewise.
18849         (cosh_tonearest_test_data): Likewise.
18850         (cosh_towardzero_test_data): Likewise.
18851         (cosh_downward_test_data): Likewise.
18852         (cosh_upward_test_data): Likewise.
18853         * sysdeps/i386/fpu/libm-test-ulps: Update.
18854         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18855
18856 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
18857
18858         [BZ #6787]
18859         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
18860         * math/w_exp10f.c (__exp10f): Likewise.
18861         * math/w_exp10l.c (__exp10l): Likewise.
18862         * math/libm-test.inc (exp10_test_data): Add more tests and expect
18863         errno settings in existing tests.
18864
18865         [BZ #14032]
18866         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
18867         precision control set to double precision.
18868         * sysdeps/i386/fpu/w_sqrt.c: New file.
18869         * math/auto-libm-test-in: Add more tests.
18870         * math/auto-libm-test-out: Update.
18871
18872         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
18873         (sqrt_test_tonearest): New function.
18874         (sqrt_towardzero_test_data): New variable.
18875         (sqrt_test_towardzero): New function.
18876         (sqrt_downward_test_data): New variable.
18877         (sqrt_test_downward): New function.
18878         (sqrt_upward_test_data): New variable.
18879         (sqrt_test_upward): New function.
18880         (main): Call the new functions.
18881
18882         * math/gen-auto-libm-tests.c: New file.
18883         * math/auto-libm-test-in: Likewise.
18884         * math/auto-libm-test-out: New generated file.
18885         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
18886         variables.
18887         (%beautify): Add generated representations of zero.
18888         (top level): Set $auto_input and call parse_auto_input.
18889         (beautify): Remove trailing "f" from hex float constants.
18890         (parse_args): Handle XFAIL_TEST.
18891         (convert_condition): New function.
18892         (or_value): Likewise.
18893         (or_cond_value): Likewise.
18894         (generate_testfile): Handle AUTO_TESTS_* lines.
18895         (parse_auto_input): New function.
18896         * math/libm-test.inc (XFAIL_TEST): New macro.
18897         (ERRNO_UNCHANGED): Update value.
18898         (ERRNO_EDOM): Likewise.
18899         (ERRNO_ERANGE): Likewise.
18900         (IGNORE_RESULT): Likewise.
18901         (TEST_COND_flt_32): New macro.
18902         (TEST_COND_dbl_64): Likewise.
18903         (TEST_COND_ldbl_96_intel): Likewise.
18904         (TEST_COND_ldbl_96_m68k): Likewise.
18905         (TEST_COND_ldbl_128): Likewise.
18906         (TEST_COND_ldbl_128ibm): Likewise.
18907         (TEST_COND_long32): Likewise.
18908         (TEST_COND_long64): Likewise.
18909         (TEST_COND_before_rounding): Likewise.
18910         (TEST_COND_after_rounding): Likewise.
18911         (enable_test): Handle XFAIL_TEST flag.
18912         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
18913         with finite results.
18914         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
18915         auto-libm-test-out.
18916
18917 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
18918             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18919
18920         [BZ #16214]
18921         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
18922         __tls_get_addr_internal instead of __tls_get_offset in order to
18923         avoid GOT pointer dependency.  Make rtld export
18924         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
18925         __tls_get_addr since we are a __tls_get_offset platform.
18926         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
18927         GOT pointer being set up before.
18928         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
18929
18930 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
18931
18932         * manual/math.texi (Errors in Math Functions): Document accuracy
18933         goals.
18934
18935         [BZ #15004]
18936         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
18937         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
18938         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
18939         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
18940         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
18941         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
18942         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
18943         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
18944         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
18945         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
18946         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
18947         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
18948         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
18949         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
18950         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
18951         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
18952
18953         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
18954         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
18955         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
18956         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
18957         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
18958         Likewise.
18959         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
18960         Likewise.
18961         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
18962         Likewise.
18963         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
18964         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
18965         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
18966         atomic-feupdateenv and flt-rounds.
18967         * sysdeps/powerpc/nofpu/Versions (libc): Add
18968         __atomic_feholdexcept, __atomic_feclearexcept,
18969         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
18970         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
18971         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
18972         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
18973         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
18974         here.
18975         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
18976         Update.
18977
18978         * manual/arith.texi (FP Exceptions): Document that exceptions may
18979         not be raised when matherr is used.
18980         (Math Error Reporting): Document overflow in directed rounding
18981         modes.  Document that errno may not be set when finite values are
18982         returned on overflow.  Document intent to set errno on underflow
18983         only for underflow to zero.
18984
18985         [BZ #16271]
18986         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
18987         round-to-nearest then adjust result for other rounding modes.
18988         * include/fenv.h (fegetround): Use libm_hidden_proto.
18989         * math/fegetround.c (fegetround): Use libm_hidden_def.
18990         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
18991         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
18992         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
18993         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
18994         Likewise.
18995         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
18996         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
18997         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
18998         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
18999
19000 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
19001
19002         [BZ #16077]
19003         * nss/Versions (libnss_files): Add
19004         _nss_files_gethostbyname3_r.
19005         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
19006         New function.
19007         (HOST_DB_LOOKUP): Remove macro.
19008         (_nss_files_gethostbyname_r): Implement function without the
19009         HOST_DB_LOOKUP macro.
19010         (_nss_files_gethostbyname2_r): Likewise.
19011
19012 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
19013
19014         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
19015
19016 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
19017
19018         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
19019         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
19020         warning.
19021
19022 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19023
19024         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
19025         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
19026         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
19027         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
19028         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
19029         __fe_nomask_env_priv and attribute_hidden.
19030         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
19031         (libc_feupdateenv_test_ppc): Likewise.
19032         (libc_feresetround_ppc): Likewise.
19033         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
19034         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
19035         compat_symbol macro.
19036         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
19037         (__fe_nomask_env): Likewise.
19038         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
19039
19040 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
19041
19042         * string/Makefile: Remove ifunc tests.
19043         * string/test-string.h: Define TEST_IFUNC.
19044         * string/test-bcopy-ifunc.c: Remove.
19045         * string/test-bzero-ifunc.c: Likewise.
19046         * string/test-memccpy-ifunc.c: Likewise.
19047         * string/test-memchr-ifunc.c: Likewise.
19048         * string/test-memcmp-ifunc.c: Likewise.
19049         * string/test-memcpy-ifunc.c: Likewise.
19050         * string/test-memmem-ifunc.c: Likewise.
19051         * string/test-memmove-ifunc.c: Likewise.
19052         * string/test-mempcpy-ifunc.c: Likewise.
19053         * string/test-memrchr-ifunc.c: Likewise.
19054         * string/test-memset-ifunc.c: Likewise.
19055         * string/test-rawmemchr-ifunc.c: Likewise.
19056         * string/test-stpcpy-ifunc.c: Likewise.
19057         * string/test-stpncpy-ifunc.c: Likewise.
19058         * string/test-strcasecmp-ifunc.c: Likewise.
19059         * string/test-strcasestr-ifunc.c: Likewise.
19060         * string/test-strcat-ifunc.c: Likewise.
19061         * string/test-strchr-ifunc.c: Likewise.
19062         * string/test-strchrnul-ifunc.c: Likewise.
19063         * string/test-strcmp-ifunc.c: Likewise.
19064         * string/test-strcpy-ifunc.c: Likewise.
19065         * string/test-strcspn-ifunc.c: Likewise.
19066         * string/test-strlen-ifunc.c: Likewise.
19067         * string/test-strncasecmp-ifunc.c: Likewise.
19068         * string/test-strncat-ifunc.c: Likewise.
19069         * string/test-strncmp-ifunc.c: Likewise.
19070         * string/test-strncpy-ifunc.c: Likewise.
19071         * string/test-strnlen-ifunc.c: Likewise.
19072         * string/test-strpbrk-ifunc.c: Likewise.
19073         * string/test-strrchr-ifunc.c: Likewise.
19074         * string/test-strspn-ifunc.c: Likewise.
19075         * string/test-strstr-ifunc.c: Likewise.
19076
19077 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
19078
19079         * benchtests/Makefile: Remove ifunc tests.
19080         * benchtests/bench-string.h: Define TEST_IFUNC.
19081         * benchtests/bench-bcopy-ifunc.c: Remove.
19082         * benchtests/bench-bzero-ifunc.c: Likewise.
19083         * benchtests/bench-memccpy-ifunc.c: Likewise.
19084         * benchtests/bench-memchr-ifunc.c: Likewise.
19085         * benchtests/bench-memcmp-ifunc.c: Likewise.
19086         * benchtests/bench-memcpy-ifunc.c: Likewise.
19087         * benchtests/bench-memmem-ifunc.c: Likewise.
19088         * benchtests/bench-memmove-ifunc.c: Likewise.
19089         * benchtests/bench-mempcpy-ifunc.c: Likewise.
19090         * benchtests/bench-memrchr-ifunc.c: Likewise.
19091         * benchtests/bench-memset-ifunc.c: Likewise.
19092         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
19093         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
19094         * benchtests/bench-stpcpy-ifunc.c: Likewise.
19095         * benchtests/bench-stpncpy-ifunc.c: Likewise.
19096         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
19097         * benchtests/bench-strcasestr-ifunc.c: Likewise.
19098         * benchtests/bench-strcat-ifunc.c: Likewise.
19099         * benchtests/bench-strchr-ifunc.c: Likewise.
19100         * benchtests/bench-strchrnul-ifunc.c: Likewise.
19101         * benchtests/bench-strcmp-ifunc.c: Likewise.
19102         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
19103         * benchtests/bench-strcpy-ifunc.c: Likewise.
19104         * benchtests/bench-strcspn-ifunc.c: Likewise.
19105         * benchtests/bench-strlen-ifunc.c: Likewise.
19106         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
19107         * benchtests/bench-strncat-ifunc.c: Likewise.
19108         * benchtests/bench-strncmp-ifunc.c: Likewise.
19109         * benchtests/bench-strncpy-ifunc.c: Likewise.
19110         * benchtests/bench-strnlen-ifunc.c: Likewise.
19111         * benchtests/bench-strpbrk-ifunc.c: Likewise.
19112         * benchtests/bench-strrchr-ifunc.c: Likewise.
19113         * benchtests/bench-strsep-ifunc.c: Likewise.
19114         * benchtests/bench-strspn-ifunc.c: Likewise.
19115         * benchtests/bench-strstr-ifunc.c: Likewise.
19116
19117 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
19118
19119         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
19120
19121 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
19122
19123         * resolv/netdb.h: Use __glibc_reserved instead __unused.
19124         * rt/aio.h: Likewise.
19125         * sysdeps/gnu/bits/utmp.h: Likewise.
19126         * sysdeps/gnu/bits/utmpx.h: Likewise.
19127         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
19128         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
19129         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
19130         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
19131         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
19132         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
19133         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
19134         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
19135         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
19136         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
19137         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
19138         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
19139         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
19140         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
19141         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
19142         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
19143         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
19144         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
19145         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
19146         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
19147         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
19148         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
19149         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
19150         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
19151         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
19152         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
19153         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
19154         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
19155         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
19156         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
19157         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
19158         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
19159         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
19160         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
19161         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
19162         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
19163         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
19164         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
19165         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
19166         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
19167         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
19168         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
19169
19170 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
19171
19172         [BZ #16245]
19173         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
19174         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
19175
19176 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
19177
19178         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
19179         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
19180         Likewise.
19181
19182 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19183
19184         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
19185         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
19186         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
19187         (__fesetround): Remove define.
19188         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
19189         rounding and exceptions handling.
19190         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
19191         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
19192         (__fe_nomask_env): Likewise.
19193         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
19194         __fegetround instead of fegetround.
19195         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
19196         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
19197
19198 2013-11-21  Roland McGrath  <roland@hack.frob.com>
19199
19200         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
19201         it's there.
19202
19203         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
19204
19205 2013-11-21  Meador Inge  <meadori@codesourcery.com>
19206
19207         [BZ #11157]
19208         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
19209         (encrypt_r): Likewise.
19210         * malloc/obstack.h (obstack_free): Likewise.
19211         * posix/unistd.h (encrypt): Likewise.
19212
19213 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
19214
19215         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
19216         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
19217         DL_CALL_DT_FINI() that call the functions directly.
19218         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
19219         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
19220         * elf/dl-fini.c: Likewise.
19221
19222 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
19223
19224         * malloc/hooks.c (memalign_check): Add alignment rounding.
19225         * malloc/malloc.c (_mid_memalign): New function.
19226         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
19227         Implement by calling _mid_memalign.
19228         * manual/probes.texi (Memory Allocation Probes): Remove
19229         memory_valloc_retry and memory_pvalloc_retry.
19230
19231 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
19232
19233         * locale/programs/locarchive.c (open_archive): Add const
19234         qualifier to ARCHIVEFNAME and copy default fname to
19235         DEFAULT_FNAME.
19236
19237         [BZ #15601]
19238         * libio/tst-widetext.input: Rename Oriya to Odia.
19239         * locale/iso-639.def: Likewise.
19240
19241         * manual/probes.texi (Mathematical Function Probes): Add
19242         documentation for sin, cos, asin and acos probes.
19243         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
19244         (__sin32): Add slowasin probe.
19245         (__cos32): Add slowacos probe.
19246         (__mpsin): Add slowsin probe.
19247         (__mpcos): Add slowcos probe.
19248
19249 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
19250
19251         [BZ #15483]
19252         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
19253         thread-local __sim_exceptions_thread and global
19254         __sim_exceptions_global.
19255         (__sim_disabled_exceptions): Change to thread-local
19256         __sim_disabled_exceptions_thread and global
19257         __sim_disabled_exceptions_global.
19258         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
19259         and global __sim_round_mode_global.
19260         (__simulate_exceptions): Use thread-local floating-point state and
19261         set global state from it as needed.
19262         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
19263         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
19264         __sim_round_mode_thread.
19265         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
19266         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
19267         and global __sim_exceptions_global.
19268         (__sim_disabled_exceptions): Change to thread-local
19269         __sim_disabled_exceptions_thread and global
19270         __sim_disabled_exceptions_global.
19271         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
19272         and global __sim_round_mode_global.
19273         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
19274         (SIM_SET_GLOBAL): Likewise.
19275         * sysdeps/powerpc/soft-fp/sfp-machine.h
19276         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
19277         __sim_round_mode_thread.
19278         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
19279         __sim_disabled_exceptions_thread.
19280         (__sim_exceptions): Change to __sim_exceptions_thread.
19281         (__sim_disabled_exceptions): Change to
19282         __sim_disabled_exceptions_thread.
19283         (__sim_round_mode): Change to __sim_round_mode_thread.
19284         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
19285         thread-local floating-point state and set global state from it as
19286         needed.
19287         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
19288         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
19289         (__sim_disabled_exceptions): Remove extern declaration.
19290         (feenableexcept): Use thread-local floating-point state and set
19291         global state from it as needed.
19292         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
19293         extern declaration.
19294         (__sim_disabled_exceptions): Likewise.
19295         (__sim_round_mode): Likewise.
19296         (__fegetenv): Use thread-local floating-point state.
19297         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
19298         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
19299         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
19300         floating-point state and set global state from it as needed.
19301         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
19302         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
19303         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
19304         Likewise.
19305         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
19306         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
19307         Likewise.
19308         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
19309         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
19310         Use __sim_round_mode_thread.
19311         * math/test-fenv-tls.c: New file.
19312         * math/Makefile (tests): Add test-fenv-tls.
19313         ($(objpfx)test-fenv-tls): Depend on
19314         $(common-objpfx)nptl/libpthread.so.
19315
19316 2013-11-19  Andreas Schwab  <schwab@suse.de>
19317
19318         * locale/programs/locale.c (show_info): Decode wordarray elements.
19319         * locale/categories.def (LC_MONETARY): Add element for
19320         _NL_MONETARY_CRNCYSTR.
19321         * locale/C-monetary.c (conversion_rate): New variable.
19322         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
19323         element.
19324
19325 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
19326
19327         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
19328         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
19329
19330 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
19331
19332         * elf/Makefile (tst-auxv): New test.
19333         * elf/tst-auxv.c: New
19334         * elf/rtld.c (dl_main): Adjust AT_EXECFN
19335
19336 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
19337
19338         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
19339         (hidden_proto): Caller changed.
19340         (hidden_tls_proto): New macro.
19341         (libc_hidden_tls_proto): Likewise.
19342         (rtld_hidden_tls_proto): Likewise.
19343         (libm_hidden_tls_proto): Likewise.
19344         (libresolv_hidden_tls_proto): Likewise.
19345         (librt_hidden_tls_proto): Likewise.
19346         (libdl_hidden_tls_proto): Likewise.
19347         (libnss_files_hidden_tls_proto): Likewise.
19348         (libnsl_hidden_tls_proto): Likewise.
19349         (libnss_nisplus_hidden_tls_proto): Likewise.
19350         (libutil_hidden_tls_proto): Likewise.
19351
19352 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
19353
19354         [BZ #10253]
19355         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
19356         (decompose_rpath): Defer expansion to fillin_rpath.
19357         (_dl_init_paths): Pass linkmap to fillin_rpath.
19358
19359 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
19360
19361         * benchtests/Makefile: Add strsep.
19362         * benchtests/bench-strsep.c: New file: strsep benchtest.
19363         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
19364
19365 2013-11-18  Andreas Schwab  <schwab@suse.de>
19366
19367         * locale/programs/locale.c (show_info) [case byte]: Check for
19368         '\377' instead of '\177'.
19369         * locale/C-monetary.c (not_available): Always use "\377".
19370         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
19371         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
19372         detect unavailable sign_posn locale elements.
19373         * locale/localeconv.c (__localeconv): For grouping and
19374         mon_grouping handle "\177" and "\377" like no grouping.
19375         (INT_ELEM): New macro.  Use it to set all numeric members.
19376         * locale/programs/ld-monetary.c (monetary_read)
19377         <tok_mon_grouping>: Normalize single -1 to the empty string.
19378         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
19379         Likewise.
19380
19381 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
19382
19383         [BZ #16055]
19384         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
19385         when we match (nil).
19386         * stdio-common/tst-sscanf.c (struct test): Add testcase.
19387
19388 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
19389
19390         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
19391         (NO_TEST_INLINE): Update value.
19392         (ERRNO_UNCHANGED): Likewise.
19393         (ERRNO_EDOM): Likewise.
19394         (ERRNO_ERANGE): Likewise.
19395         (IGNORE_RESULT): Likewise.
19396         (check_float_internal): Check signs of NaN results if
19397         TEST_NAN_SIGN used.
19398         (check_complex): Pass TEST_NAN_SIGN flag through to second
19399         check_float_internal call.
19400         (copysign_test_data): Add tests with quiet NaNs as second
19401         argument.  Use TEST_NAN_SIGN.
19402         (fabs_test_data): Add test of negative quiet NaN argument.  Use
19403         TEST_NAN_SIGN.
19404         (signbit_test_data): Add tests of quiet NaN argument.
19405         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
19406
19407         * math/gen-libm-test.pl (show_exceptions): Take extra argument
19408         $ignore_result.
19409         (parse_args): Handle function results specified as IGNORE.
19410         * math/libm-test.inc (IGNORE_RESULT): New macro.
19411         (check_float_internal): Do not check numerical result if flag
19412         IGNORE_RESULT set.
19413         (check_complex): Pass through IGNORE_RESULT to second
19414         check_float_internal call.
19415         (check_int): Do not check numerical result if flag IGNORE_RESULT
19416         set.
19417         (check_long): Likewise.
19418         (check_bool): Likewise.
19419         (check_longlong): Likewise.
19420         (lrint_test_data): Add tests of infinite and NaN arguments.
19421         (lrint_tonearest_test_data): Likewise.
19422         (lrint_towardzero_test_data): Likewise.
19423         (lrint_downward_test_data): Likewise.
19424         (lrint_upward_test_data): Likewise.
19425         (llrint_test_data): Likewise.
19426         (llrint_tonearest_test_data): Likewise.
19427         (llrint_towardzero_test_data): Likewise.
19428         (llrint_downward_test_data): Likewise.
19429         (llrint_upward_test_data): Likewise.
19430         (lround_test_data): Likewise.
19431         (llround_test_data): Likewise.
19432
19433         * math/libm-test.inc (NO_TEST_INLINE): New macro.
19434         (ERRNO_UNCHANGED): Update value.
19435         (ERRNO_EDOM): Likewise.
19436         (ERRNO_ERANGE): Likewise.
19437         (NO_TEST_INLINE_FLOAT): New macro.
19438         (NO_TEST_INLINE_DOUBLE): Likewise.
19439         (enable_test): New function.
19440         (RUN_TEST_f_f): Check enable_test before running test.
19441         (RUN_TEST_2_f): Likewise.
19442         (RUN_TEST_fff_f): Likewise.
19443         (RUN_TEST_c_f): Likewise.
19444         (RUN_TEST_f_f1): Likewise.
19445         (RUN_TEST_fF_f1): Likewise.
19446         (RUN_TEST_fI_f1): Likewise.
19447         (RUN_TEST_ffI_f1): Likewise.
19448         (RUN_TEST_c_c): Likewise.
19449         (RUN_TEST_cc_c): Likewise.
19450         (RUN_TEST_f_i): Likewise.
19451         (RUN_TEST_f_i_tg): Likewise.
19452         (RUN_TEST_ff_i_tg): Likewise.
19453         (RUN_TEST_f_b): Likewise.
19454         (RUN_TEST_f_b_tg): Likewise.
19455         (RUN_TEST_f_l): Likewise.
19456         (RUN_TEST_f_L): Likewise.
19457         (RUN_TEST_fFF_11): Likewise.
19458         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
19459         conditionals.
19460         (cosh_test_data): Likewise.
19461         (exp_test_data): Likewise.
19462         (expm1_test_data): Likewise.
19463         (hypot_test_data): Likewise.
19464         (pow_test_data): Likewise.
19465         (sinh_test_data): Likewise.
19466         (tanh_test_data): Likewise.
19467         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
19468         flags argument.
19469
19470         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
19471         tests with quiet NaN input and output.
19472         (acosh_test_data): Likewise.
19473         (asin_test_data): Likewise.
19474         (asinh_test_data): Likewise.
19475         (atan_test_data): Likewise.
19476         (atanh_test_data): Likewise.
19477         (atan2_test_data): Likewise.
19478         (cbrt_test_data): Likewise.
19479         (cos_test_data): Likewise.
19480         (cosh_test_data): Likewise.
19481         (erf_test_data): Likewise.
19482         (erfc_test_data): Likewise.
19483         (exp_test_data): Likewise.
19484         (exp10_test_data): Likewise.
19485         (exp2_test_data): Likewise.
19486         (expm1_test_data): Likewise.
19487         (hypot_test_data): Likewise.
19488         (j0_test_data): Likewise.
19489         (j1_test_data): Likewise.
19490         (jn_test_data): Likewise.
19491         (lgamma_test_data): Likewise.
19492         (log_test_data): Likewise.
19493         (log10_test_data): Likewise.
19494         (log1p_test_data): Likewise.
19495         (log2_test_data): Likewise.
19496         (pow_test_data): Likewise.
19497         (scalb_test_data): Likewise.
19498         (sin_test_data): Likewise.
19499         (sincos_test_data): Likewise.
19500         (sinh_test_data): Likewise.
19501         (tan_test_data): Likewise.
19502         (tanh_test_data): Likewise.
19503         (tgamma_test_data): Likewise.
19504         (y0_test_data): Likewise.
19505         (y1_test_data): Likewise.
19506         (yn_test_data): Likewise.
19507
19508         [BZ #16167]
19509         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
19510         argument being NaN and avoid computations with second argument in
19511         that case.
19512         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
19513         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
19514         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
19515
19516 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
19517
19518         * locale/iso-639.def: Add Chitwani Tharu (the).
19519
19520 2013-11-14  Andreas Schwab  <schwab@suse.de>
19521
19522         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
19523         word instead of empty string.
19524
19525 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19526
19527         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
19528         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
19529         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
19530         (__fe_nomask_env): Likewise.
19531
19532 2013-11-13  Steve Ellcey  <sellcey@mips.com>
19533
19534         * benchtests/bench-timing.h: Include time.h.
19535
19536 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
19537
19538         [BZ #15997]
19539         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
19540         to 3.4.0 for x32.
19541         * sysdeps/unix/sysv/linux/configure: Regenerated.
19542
19543 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
19544
19545         [BZ #16151]
19546         * stdlib/strtod_l.c (round_and_return): Do not consider
19547         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
19548         exponent one less than half the least subnormal exponent.
19549         * stdlib/test-strtod-round-data: Add more tests.
19550         * stdlib/tst-strtod-round.c (tests): Regenerated.
19551
19552 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19553
19554         [BZ #14143]
19555         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
19556         (__fe_mask_env): Likewise.
19557         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
19558         libm_hidden_proto and add function prototype.
19559         (__fe_mask_env): Add function prototype.
19560         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
19561         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
19562         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
19563         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
19564         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
19565         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
19566
19567 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
19568
19569         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
19570         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
19571
19572 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
19573
19574         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
19575         of htab_find_slot().
19576
19577 2013-11-11  David S. Miller  <davem@davemloft.net>
19578
19579         [BZ #16150]
19580         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
19581         symbol in the non-vis3 case in static builds.
19582         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
19583         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
19584         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
19585         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
19586
19587 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
19588
19589         [BZ #387]
19590         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
19591         it is empty.
19592
19593 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19594
19595         * benchtests/Makefile: Add bench-strtod.
19596         * benchtests/bench-strtod.c: New file: strtod benchtest
19597
19598 2013-11-11  Andreas Schwab  <schwab@suse.de>
19599
19600         [BZ #16153]
19601         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
19602         terminating NUL in key length.
19603
19604 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19605
19606         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
19607         Add artificial ODP entry for vDSO symbol for PPC64.
19608         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
19609         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
19610
19611 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
19612
19613         [BZ #15374]
19614         * nss/getent.c (services_keys): Recognize services starting with digit.
19615
19616 2013-11-06  David S. Miller  <davem@davemloft.net>
19617
19618         [BZ #15985]
19619         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
19620         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
19621
19622 2013-11-06  Will Newton  <will.newton@linaro.org>
19623
19624         * manual/memory.texi (Malloc Examples): Remove register
19625         keyword from examples.
19626
19627 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
19628
19629         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
19630
19631 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
19632
19633         [BZ #6981]
19634         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
19635         depending on [__GCC_IEC_559 > 0].
19636         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
19637         depending on [__GCC_IEC_559_COMPLEX > 0].
19638
19639 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
19640
19641         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
19642         to iso-639.def.
19643
19644 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
19645
19646         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
19647
19648 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
19649
19650         [BZ #16112]
19651         * malloc/malloc (malloc_info): Do not handle first bin as
19652         special case.
19653
19654 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
19655
19656         * locale/iso-639.def: Add Central Nahuatl (nhn).
19657
19658 2013-11-01  Bruno Haible  <bruno@clisp.org>
19659
19660         [BZ #7003]
19661         * manual/math.texi (BSD Random): Specify range upper bound as
19662         in POSIX.
19663
19664 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
19665
19666         * locale/iso-639.def: Add Meadow Mari (mhr).
19667
19668 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
19669
19670         [BZ #14752], [BZ #15763]
19671         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
19672         Validate name.
19673         * rt/tst_shm.c: Add test for escaping directory.
19674
19675 2013-10-31  Andreas Schwab  <schwab@suse.de>
19676
19677         [BZ #15917]
19678         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
19679         followed by 'x' as part of digit sequence.
19680         * stdio-common/tst-sscanf.c (double_tests2): New tests.
19681
19682 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
19683
19684         [BZ #16037]
19685         * configure.ac: allow GNU Make 4.0 and greater.
19686         * configure: Regenerated.
19687
19688 2013-10-30  Will Newton  <will.newton@linaro.org>
19689
19690         [BZ #16038]
19691         * malloc/hooks.c (memalign_check): Limit alignment to the
19692         maximum representable power of two.
19693         * malloc/malloc.c (__libc_memalign): Likewise.
19694         * malloc/tst-memalign.c (do_test): Add test for very
19695         large alignment values.
19696         * malloc/tst-posix_memalign.c (do_test): Likewise.
19697
19698 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
19699
19700         [BZ #11087]
19701         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
19702         (munmap_chunk): Likewise.
19703         (mremap_chunk): Likewise.
19704
19705 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
19706
19707         [BZ #15799]
19708         * stdlib/div.c (div): Remove obsolete code.
19709         * stdlib/ldiv.c (ldiv): Likewise.
19710         * stdlib/lldiv.c (lldiv): Likewise.
19711
19712 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
19713
19714         [BZ #16071]
19715         * nss/nss_files/files-XXX.c (get_contents_ret): New
19716         enumerator.
19717         (get_contents): New function.
19718         (internal_getent): Use it.  Expand size of LINEBUFLEN.
19719
19720 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
19721
19722         * configure.in: Moved to ...
19723         * configure.ac: ... here. Change reference to configure.in
19724         to configure.ac.
19725         * sysdeps/arm/preconfigure.ac: ... here.
19726         configure.in to configure.ac.
19727         * sysdeps/gnu/configure.in: Moved to ...
19728         * sysdeps/gnu/configure.ac: ... here.
19729         * sysdeps/i386/configure.in: Moved to ...
19730         * sysdeps/i386/configure.ac: ... here.
19731         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
19732         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
19733         * sysdeps/mach/configure.in: Moved to ...
19734         * sysdeps/mach/configure.ac: ... here.
19735         * sysdeps/mach/hurd/configure.in: Moved to ...
19736         * sysdeps/mach/hurd/configure.ac: ... here.
19737         * sysdeps/powerpc/configure.in: Moved to ...
19738         * sysdeps/powerpc/configure.ac: ... here.
19739         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
19740         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
19741         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
19742         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
19743         * sysdeps/s390/s390-32/configure.in: Moved to ...
19744         * sysdeps/s390/s390-32/configure.ac: ... here.
19745         * sysdeps/s390/s390-64/configure.in: Moved to ...
19746         * sysdeps/s390/s390-64/configure.ac: ... here.
19747         * sysdeps/sh/configure.in: Moved to ...
19748         * sysdeps/sh/configure.ac: ... here.
19749         * sysdeps/sparc/configure.in: Moved to ...
19750         * sysdeps/sparc/configure.ac: ... here.
19751         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
19752         * sysdeps/unix/sysv/linux/configure.ac: ... here.
19753         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
19754         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
19755         * sysdeps/x86_64/configure.in: Moved to ...
19756         * sysdeps/x86_64/configure.ac: ... here.
19757         * sysdeps/x86_64/preconfigure.in: Moved to ...
19758         * sysdeps/x86_64/preconfigure.ac: ... here.
19759         * aclocal.m4: Change reference to configure.in to configure.ac.
19760         * config.h.in: Likewise.
19761         * manual/install.texi: Likewise.
19762         * manual/maint.texi: Likewise.
19763         * Makefile: Likewise.
19764         * malloc/Makefile: Likewise.
19765         * nscd/Makefile: Likewise.
19766         * Makeconfig: Change reference to configure.in and
19767         preconfigure.in to configure.ac and preconfigure.ac
19768         respectively.
19769         * INSTALL: Regenerated.
19770         * configure: Likewise.
19771         * sysdeps/gnu/configure: Likewise.
19772         * sysdeps/i386/configure: Likewise.
19773         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
19774         * sysdeps/mach/configure: Likewise.
19775         * sysdeps/mach/hurd/configure: Likewise.
19776         * sysdeps/powerpc/configure: Likewise.
19777         * sysdeps/powerpc/powerpc32/configure: Likewise.
19778         * sysdeps/powerpc/powerpc64/configure: Likewise.
19779         * sysdeps/s390/s390-32/configure: Likewise.
19780         * sysdeps/s390/s390-64/configure: Likewise.
19781         * sysdeps/sh/configure: Likewise.
19782         * sysdeps/sparc/configure: Likewise.
19783         * sysdeps/unix/sysv/linux/configure: Likewise.
19784         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
19785         * sysdeps/x86_64/configure: Likewise.
19786         * sysdeps/x86_64/preconfigure: Likewise.
19787
19788 2013-10-29  Andreas Schwab  <schwab@suse.de>
19789
19790         * stdio-common/Makefile (tst-swscanf-ENV): Define.
19791
19792 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
19793
19794         * benchtests/pow-inputs: Add new inputs.
19795
19796         * benchtests/exp-inputs: Add new inputs.
19797
19798         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
19799         conditional check for return value.
19800         (__cos32): Likewise.
19801
19802 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19803
19804         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
19805         to provide a boost for large inputs with word alignment.
19806         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
19807         implementation based on optimized PPC64 strcpy.
19808         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
19809         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
19810         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
19811         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
19812
19813 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
19814
19815         [BZ #2801]
19816         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
19817
19818 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
19819
19820         [BZ #14876]
19821         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
19822         * time/tst-strptime.c (day_tests): Add testcase.
19823
19824 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
19825
19826         [BZ #14029]
19827         * manual/pattern.texi: Acknowledge that fnmatch can fail.
19828
19829 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
19830
19831         [BZ #16074]
19832         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
19833         MAP_FAILED on error.
19834
19835 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
19836
19837         [BZ #16072]
19838         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
19839         heap for large requests.
19840
19841 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
19842
19843         [BZ #9954]
19844         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
19845         result if the result has no associated interface.
19846         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
19847         interface for all 127.X.Y.Z addresses.
19848
19849 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
19850
19851         * locale/iso-639.def: Add Ligurian (lij)
19852
19853 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
19854
19855         [BZ #15825]
19856         * sunrpc/rpc_main.c: Document rpcgen -5.
19857
19858 2013-10-19  Michael Stahl  <mstahl@redhat.com>
19859
19860         * elf/rtld.c (do_preload): Print the reason why preloading failed.
19861
19862 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
19863
19864         [BZ #10278]
19865         * posix/glob.c: Match only directories when trailing slash is present.
19866         * posix/tst-gnuglob.c (my_opendir): Do not open files.
19867         (main): Add testcase.
19868
19869 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
19870
19871         [BZ #15670]
19872         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
19873
19874 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
19875
19876         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
19877         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
19878         AUTH_DES and cindex for FIPS 140-2.
19879         (DES Encryption): Add cindex FIPS 46-3.
19880
19881         * locale/locarchive.h (struct locarhandle): Add fname.
19882         * locale/programs/localedef.c (main): Pass ARGV[remaining]
19883         if an optional argument was specified to --list-archive,
19884         otherwise NULL.
19885         * locale/programs/locarchive.c (show_archive_content): Take new
19886         argument fname and pass it via ah.fname to open_archive.
19887         * locale/programs/localedef.h: Update decl.
19888         (open_archive): If AH->fname is non-null, open that file
19889         rather than the default file name, and don't ignore ENOENT.
19890         (create_archive): Set AH.fname to NULL.
19891         (delete_locales_from_archive): Likewise.
19892         (add_locales_to_archive): Likewise.
19893         * locale/programs/locfile.c (write_all_categories): Likewise.
19894
19895 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
19896             Aldy Hernandez  <aldyh@redhat.com>
19897
19898         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
19899         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
19900         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
19901         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
19902         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
19903         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
19904         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
19905         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
19906         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
19907         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
19908         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
19909         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
19910         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
19911         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
19912         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
19913         Likewise.
19914         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
19915         Likewise.
19916         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
19917         Likewise.
19918         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
19919         Likewise.
19920         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
19921         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
19922         Likewise.
19923         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
19924         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
19925         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
19926         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
19927         Likewise.
19928         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
19929         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
19930         * sysdeps/powerpc/preconfigure: Likewise.
19931         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
19932         Likewise.
19933         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
19934         Replace contents of file by #include of <fenv_libc.h>.
19935         * sysdeps/powerpc/soft-fp/sfp-machine.h
19936         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
19937         and <sys/prctl.h>.
19938         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
19939         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
19940         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
19941         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
19942         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
19943         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
19944         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
19945         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
19946         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
19947         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
19948         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
19949         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
19950         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
19951         Allow copysignl PLT reference to be missing.
19952
19953 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
19954             Joseph Myers  <joseph@codesourcery.com
19955
19956         [BZ #15948]
19957         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
19958         single character.
19959         (add_to_tablewc): Assert sequence of wide characters is nonempty.
19960
19961 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
19962
19963         * elf/tst-tls-dlinfo.c: Don't include tls.h.
19964         * elf/tst-tls1.c: Likewise.
19965         * elf/tst-tls10.h: Likewise.
19966         * elf/tst-tls14.c: Likewise.
19967         * elf/tst-tls2.c: Likewise.
19968         * elf/tst-tls3.c: Likewise.
19969         * elf/tst-tls4.c: Likewise.
19970         * elf/tst-tls5.c: Likewise.
19971         * elf/tst-tls6.c: Likewise.
19972         * elf/tst-tls7.c: Likewise.
19973         * elf/tst-tls8.c: Likewise.
19974         * elf/tst-tls9.c: Likewise.
19975         * elf/tst-tlsmod1.c: Likewise.
19976         * elf/tst-tlsmod13.c: Likewise.
19977         * elf/tst-tlsmod13a.c: Likewise.
19978         * elf/tst-tlsmod14a.c: Likewise.
19979         * elf/tst-tlsmod16a.c: Likewise.
19980         * elf/tst-tlsmod16b.c: Likewise.
19981         * elf/tst-tlsmod2.c: Likewise.
19982         * elf/tst-tlsmod3.c: Likewise.
19983         * elf/tst-tlsmod4.c: Likewise.
19984         * elf/tst-tlsmod5.c: Likewise.
19985         * elf/tst-tlsmod6.c: Likewise.
19986
19987 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
19988
19989         [BZ #12486]
19990         * malloc/malloc.c: remove checks for statistics.
19991
19992 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
19993
19994         [BZ #15277]
19995         * inet/inet_net.c (inet_network): Detect additional invalid strings.
19996         * inet/tst-network.c: Add testcase.
19997
19998 2013-10-17  Andreas Schwab  <schwab@suse.de>
19999
20000         [BZ #15218]
20001         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
20002         to determine canonical name.
20003
20004 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
20005
20006         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
20007         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
20008         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
20009         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
20010         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
20011         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
20012         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
20013         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
20014         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
20015         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
20016         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
20017         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
20018         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
20019         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
20020         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
20021         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
20022         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
20023         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
20024         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
20025         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
20026         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
20027         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
20028         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
20029         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
20030         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
20031         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
20032         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
20033         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
20034         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
20035         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
20036         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
20037         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
20038         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
20039         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
20040         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
20041         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
20042         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
20043         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
20044         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
20045         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
20046         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
20047         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
20048         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
20049         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
20050         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
20051         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
20052         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
20053         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
20054         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
20055         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
20056         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
20057         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
20058         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
20059         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
20060         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
20061         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
20062         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
20063         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
20064
20065 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
20066
20067         [BZ #16041]
20068         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
20069         make result into a quiet NaN.
20070
20071 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
20072
20073         * soft-fp/adddf3.c: Fix horizontal whitespace.
20074         * soft-fp/addsf3.c: Likewise.
20075         * soft-fp/addtf3.c: Likewise.
20076         * soft-fp/divdf3.c: Likewise.
20077         * soft-fp/divsf3.c: Likewise.
20078         * soft-fp/divtf3.c: Likewise.
20079         * soft-fp/double.h: Likewise.
20080         * soft-fp/eqdf2.c: Likewise.
20081         * soft-fp/eqsf2.c: Likewise.
20082         * soft-fp/eqtf2.c: Likewise.
20083         * soft-fp/extenddftf2.c: Likewise.
20084         * soft-fp/extended.h: Likewise.
20085         * soft-fp/extendsfdf2.c: Likewise.
20086         * soft-fp/extendsftf2.c: Likewise.
20087         * soft-fp/extendxftf2.c: Likewise.
20088         * soft-fp/fixdfdi.c: Likewise.
20089         * soft-fp/fixdfsi.c: Likewise.
20090         * soft-fp/fixdfti.c: Likewise.
20091         * soft-fp/fixsfdi.c: Likewise.
20092         * soft-fp/fixsfsi.c: Likewise.
20093         * soft-fp/fixsfti.c: Likewise.
20094         * soft-fp/fixtfdi.c: Likewise.
20095         * soft-fp/fixtfsi.c: Likewise.
20096         * soft-fp/fixtfti.c: Likewise.
20097         * soft-fp/fixunsdfdi.c: Likewise.
20098         * soft-fp/fixunsdfsi.c: Likewise.
20099         * soft-fp/fixunsdfti.c: Likewise.
20100         * soft-fp/fixunssfdi.c: Likewise.
20101         * soft-fp/fixunssfsi.c: Likewise.
20102         * soft-fp/fixunssfti.c: Likewise.
20103         * soft-fp/fixunstfdi.c: Likewise.
20104         * soft-fp/fixunstfsi.c: Likewise.
20105         * soft-fp/fixunstfti.c: Likewise.
20106         * soft-fp/floatdidf.c: Likewise.
20107         * soft-fp/floatdisf.c: Likewise.
20108         * soft-fp/floatditf.c: Likewise.
20109         * soft-fp/floatsidf.c: Likewise.
20110         * soft-fp/floatsisf.c: Likewise.
20111         * soft-fp/floatsitf.c: Likewise.
20112         * soft-fp/floattidf.c: Likewise.
20113         * soft-fp/floattisf.c: Likewise.
20114         * soft-fp/floattitf.c: Likewise.
20115         * soft-fp/floatundidf.c: Likewise.
20116         * soft-fp/floatundisf.c: Likewise.
20117         * soft-fp/floatunditf.c: Likewise.
20118         * soft-fp/floatunsidf.c: Likewise.
20119         * soft-fp/floatunsisf.c: Likewise.
20120         * soft-fp/floatunsitf.c: Likewise.
20121         * soft-fp/floatuntidf.c: Likewise.
20122         * soft-fp/floatuntisf.c: Likewise.
20123         * soft-fp/floatuntitf.c: Likewise.
20124         * soft-fp/fmadf4.c: Likewise.
20125         * soft-fp/fmasf4.c: Likewise.
20126         * soft-fp/fmatf4.c: Likewise.
20127         * soft-fp/gedf2.c: Likewise.
20128         * soft-fp/gesf2.c: Likewise.
20129         * soft-fp/getf2.c: Likewise.
20130         * soft-fp/ledf2.c: Likewise.
20131         * soft-fp/lesf2.c: Likewise.
20132         * soft-fp/letf2.c: Likewise.
20133         * soft-fp/muldf3.c: Likewise.
20134         * soft-fp/mulsf3.c: Likewise.
20135         * soft-fp/multf3.c: Likewise.
20136         * soft-fp/negdf2.c: Likewise.
20137         * soft-fp/negsf2.c: Likewise.
20138         * soft-fp/negtf2.c: Likewise.
20139         * soft-fp/op-1.h: Likewise.
20140         * soft-fp/op-2.h: Likewise.
20141         * soft-fp/op-4.h: Likewise.
20142         * soft-fp/op-8.h: Likewise.
20143         * soft-fp/op-common.h: Likewise.
20144         * soft-fp/quad.h: Likewise.
20145         * soft-fp/single.h: Likewise.
20146         * soft-fp/soft-fp.h: Likewise.
20147         * soft-fp/sqrtdf2.c: Likewise.
20148         * soft-fp/sqrtsf2.c: Likewise.
20149         * soft-fp/sqrttf2.c: Likewise.
20150         * soft-fp/subdf3.c: Likewise.
20151         * soft-fp/subsf3.c: Likewise.
20152         * soft-fp/subtf3.c: Likewise.
20153         * soft-fp/truncdfsf2.c: Likewise.
20154         * soft-fp/trunctfdf2.c: Likewise.
20155         * soft-fp/trunctfsf2.c: Likewise.
20156         * soft-fp/trunctfxf2.c: Likewise.
20157         * soft-fp/unorddf2.c: Likewise.
20158         * soft-fp/unordsf2.c: Likewise.
20159         * soft-fp/unordtf2.c: Likewise.
20160
20161 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
20162
20163         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
20164         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
20165
20166 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
20167
20168         * elf/dl-libc.c: Clear initfini list after freeing.
20169
20170 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
20171
20172         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
20173         * soft-fp/addsf3.c: Likewise.
20174         * soft-fp/addtf3.c: Likewise.
20175         * soft-fp/divdf3.c: Likewise.
20176         * soft-fp/divsf3.c: Likewise.
20177         * soft-fp/divtf3.c: Likewise.
20178         * soft-fp/double.h: Likewise.
20179         * soft-fp/eqdf2.c: Likewise.
20180         * soft-fp/eqsf2.c: Likewise.
20181         * soft-fp/eqtf2.c: Likewise.
20182         * soft-fp/extenddftf2.c: Likewise.
20183         * soft-fp/extended.h: Likewise.
20184         * soft-fp/extendsfdf2.c: Likewise.
20185         * soft-fp/extendsftf2.c: Likewise.
20186         * soft-fp/extendxftf2.c: Likewise.
20187         * soft-fp/fixdfdi.c: Likewise.
20188         * soft-fp/fixdfsi.c: Likewise.
20189         * soft-fp/fixdfti.c: Likewise.
20190         * soft-fp/fixsfdi.c: Likewise.
20191         * soft-fp/fixsfsi.c: Likewise.
20192         * soft-fp/fixsfti.c: Likewise.
20193         * soft-fp/fixtfdi.c: Likewise.
20194         * soft-fp/fixtfsi.c: Likewise.
20195         * soft-fp/fixtfti.c: Likewise.
20196         * soft-fp/fixunsdfdi.c: Likewise.
20197         * soft-fp/fixunsdfsi.c: Likewise.
20198         * soft-fp/fixunsdfti.c: Likewise.
20199         * soft-fp/fixunssfdi.c: Likewise.
20200         * soft-fp/fixunssfsi.c: Likewise.
20201         * soft-fp/fixunssfti.c: Likewise.
20202         * soft-fp/fixunstfdi.c: Likewise.
20203         * soft-fp/fixunstfsi.c: Likewise.
20204         * soft-fp/fixunstfti.c: Likewise.
20205         * soft-fp/floatdidf.c: Likewise.
20206         * soft-fp/floatdisf.c: Likewise.
20207         * soft-fp/floatditf.c: Likewise.
20208         * soft-fp/floatsidf.c: Likewise.
20209         * soft-fp/floatsisf.c: Likewise.
20210         * soft-fp/floatsitf.c: Likewise.
20211         * soft-fp/floattidf.c: Likewise.
20212         * soft-fp/floattisf.c: Likewise.
20213         * soft-fp/floattitf.c: Likewise.
20214         * soft-fp/floatundidf.c: Likewise.
20215         * soft-fp/floatundisf.c: Likewise.
20216         * soft-fp/floatunsidf.c: Likewise.
20217         * soft-fp/floatunsisf.c: Likewise.
20218         * soft-fp/floatuntidf.c: Likewise.
20219         * soft-fp/floatuntisf.c: Likewise.
20220         * soft-fp/floatuntitf.c: Likewise.
20221         * soft-fp/fmadf4.c: Likewise.
20222         * soft-fp/fmasf4.c: Likewise.
20223         * soft-fp/fmatf4.c: Likewise.
20224         * soft-fp/gedf2.c: Likewise.
20225         * soft-fp/gesf2.c: Likewise.
20226         * soft-fp/getf2.c: Likewise.
20227         * soft-fp/ledf2.c: Likewise.
20228         * soft-fp/lesf2.c: Likewise.
20229         * soft-fp/letf2.c: Likewise.
20230         * soft-fp/muldf3.c: Likewise.
20231         * soft-fp/mulsf3.c: Likewise.
20232         * soft-fp/multf3.c: Likewise.
20233         * soft-fp/negdf2.c: Likewise.
20234         * soft-fp/negsf2.c: Likewise.
20235         * soft-fp/negtf2.c: Likewise.
20236         * soft-fp/op-1.h: Likewise.
20237         * soft-fp/op-2.h: Likewise.
20238         * soft-fp/op-4.h: Likewise.
20239         * soft-fp/op-8.h: Likewise.
20240         * soft-fp/op-common.h: Likewise.
20241         * soft-fp/quad.h: Likewise.
20242         * soft-fp/single.h: Likewise.
20243         * soft-fp/soft-fp.h: Likewise.
20244         * soft-fp/sqrtdf2.c: Likewise.
20245         * soft-fp/sqrtsf2.c: Likewise.
20246         * soft-fp/sqrttf2.c: Likewise.
20247         * soft-fp/subdf3.c: Likewise.
20248         * soft-fp/subsf3.c: Likewise.
20249         * soft-fp/subtf3.c: Likewise.
20250         * soft-fp/truncdfsf2.c: Likewise.
20251         * soft-fp/trunctfdf2.c: Likewise.
20252         * soft-fp/trunctfsf2.c: Likewise.
20253         * soft-fp/trunctfxf2.c: Likewise.
20254         * soft-fp/unorddf2.c: Likewise.
20255         * soft-fp/unordsf2.c: Likewise.
20256         * soft-fp/unordtf2.c: Likewise.
20257
20258 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
20259
20260         [BZ #15672]
20261         * misc/error.c (error_tail): Fix possible buffer overflow.
20262
20263 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
20264
20265         [BZ #13028]
20266         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
20267         address.
20268
20269 2013-10-14  P. J. McDermott  <pj@pehjota.net>
20270
20271         [BZ #832]
20272         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
20273         testing pipefail option.
20274
20275 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
20276
20277         * soft-fp/double.h: Indent preprocessor directives inside #if.
20278         * soft-fp/extended.h: Likewise.
20279         * soft-fp/op-2.h: Likewise.
20280         * soft-fp/op-4.h: Likewise.
20281         * soft-fp/op-common.h: Likewise.
20282         * soft-fp/quad.h: Likewise.
20283         * soft-fp/single.h: Likewise.
20284         * soft-fp/soft-fp.h: Likewise.
20285
20286 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
20287
20288         * iconv/iconv_prog.c: Fix typos.
20289         * stdio-common/psiginfo-data.h: Likewise.
20290
20291 2013-10-12   Reuben Thomas <rrt@sc3d.org>
20292
20293         [BZ #15764]
20294         * locale/setlocale.c: Fix typo.
20295
20296 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
20297
20298         [BZ #16036]
20299         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
20300         signaling NaN arguments.
20301         * soft-fp/unordsf2.c (__unordsf2): Likewise.
20302         * soft-fp/unordtf2.c (__unordtf2): Likewise.
20303
20304         [BZ #14910]
20305         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
20306         unordered operands.
20307         * soft-fp/gesf2.c (__gesf2): Likewise.
20308         * soft-fp/getf2.c (__getf2): Likewise.
20309         * soft-fp/ledf2.c (__ledf2): Likewise.
20310         * soft-fp/lesf2.c (__lesf2): Likewise.
20311         * soft-fp/letf2.c (__letf2): Likewise.
20312
20313         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
20314         * soft-fp/eqsf2.c (__eqsf2): Likewise.
20315         * soft-fp/eqtf2.c (__eqtf2): Likewise.
20316         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
20317         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
20318         * soft-fp/fixdfti.c (__fixdfti): Likewise.
20319         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
20320         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
20321         * soft-fp/fixsfti.c (__fixsfti): Likewise.
20322         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
20323         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
20324         * soft-fp/fixtfti.c (__fixtfti): Likewise.
20325         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
20326         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
20327         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
20328         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
20329         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
20330         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
20331         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
20332         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
20333         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
20334         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
20335         * soft-fp/floatdisf.c (__floatdisf): Likewise.
20336         * soft-fp/floatsisf.c (__floatsisf): Likewise.
20337         * soft-fp/floattidf.c (__floattidf): Likewise.
20338         * soft-fp/floattisf.c (__floattisf): Likewise.
20339         * soft-fp/floattitf.c (__floattitf): Likewise.
20340         * soft-fp/floatundidf.c (__floatundidf): Likewise.
20341         * soft-fp/floatundisf.c (__floatundisf): Likewise.
20342         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
20343         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
20344         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
20345         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
20346         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
20347         * soft-fp/gesf2.c (__gesf2): Likewise.
20348         * soft-fp/getf2.c (__getf2): Likewise.
20349         * soft-fp/ledf2.c (__ledf2): Likewise.
20350         * soft-fp/lesf2.c (__lesf2): Likewise.
20351         * soft-fp/letf2.c (__letf2): Likewise.
20352
20353         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
20354         Undefine and redefine.
20355         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
20356         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
20357         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
20358         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
20359         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20360         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
20361         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20362         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
20363         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20364         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
20365         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20366         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
20367         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20368         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
20369         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20370
20371         [BZ #16032]
20372         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
20373         without decrementing exponent if mantissa >= that for the
20374         denominator, not >.
20375         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
20376         denominator, not >.  Decrement exponent in < case instead of
20377         incrementing in >= case.
20378         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
20379         without decrementing exponent if mantissa >= that for the
20380         denominator, not >.
20381
20382         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
20383         computing saturated result for unsigned overflow.
20384
20385 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
20386             Jeff Law  <law@redhat.com>
20387
20388         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
20389         (atan2Mp): Add systemtap probe marker.
20390         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
20391         (__ieee754_log): Add systemtap probe marker.
20392         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
20393         (atanMp): Add systemtap probe marker.
20394         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
20395         (tanMp): Add systemtap probe marker.
20396         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
20397         (__slowexp): Add systemtap probe marker.
20398         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
20399         (__slowpow): Add systemtap probe marker.
20400         * manual/probes.texi: Document probes.
20401
20402 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
20403
20404         [BZ #15362]
20405         * libio/fileops.c (_IO_new_file_write): Return count of bytes
20406         written.
20407         (_IO_new_file_xsputn): Don't return EOF if nothing has been
20408         written.
20409         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
20410         written to buffer but not flushed.
20411         * libio/iofwrite_u.c:  Likewise.
20412         * libio/iopadn.c:  Return bytes returned even if EOF was
20413         encountered.
20414         * libio/iowpadn.c:  Likewise.
20415         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
20416         if _IO_padn does not write the whole buffer.
20417         [!COMPILE_WPRINTF] (PAD): Likewise.
20418
20419 2013-10-10  David S. Miller  <davem@davemloft.net>
20420
20421         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
20422         directory block.
20423
20424 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
20425
20426         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
20427         instead of FSF address.
20428         * soft-fp/fixdfti.c: Likewise.
20429         * soft-fp/fixsfti.c: Likewise.
20430         * soft-fp/fixtfti.c: Likewise.
20431         * soft-fp/fixunsdfti.c: Likewise.
20432         * soft-fp/fixunssfti.c: Likewise.
20433         * soft-fp/fixunstfti.c: Likewise.
20434         * soft-fp/floattidf.c: Likewise.
20435         * soft-fp/floattisf.c: Likewise.
20436         * soft-fp/floattitf.c: Likewise.
20437         * soft-fp/floatuntidf.c: Likewise.
20438         * soft-fp/floatuntisf.c: Likewise.
20439         * soft-fp/floatuntitf.c: Likewise.
20440         * soft-fp/trunctfxf2.c: Likewise.
20441
20442         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
20443         * soft-fp/fixdfti.c: Likewise.
20444         * soft-fp/fixsfti.c: Likewise.
20445         * soft-fp/fixtfti.c: Likewise.
20446         * soft-fp/fixunsdfti.c: Likewise.
20447         * soft-fp/fixunssfti.c: Likewise.
20448         * soft-fp/fixunstfti.c: Likewise.
20449         * soft-fp/floattidf.c: Likewise.
20450         * soft-fp/floattisf.c: Likewise.
20451         * soft-fp/floattitf.c: Likewise.
20452         * soft-fp/floatuntidf.c: Likewise.
20453         * soft-fp/floatuntisf.c: Likewise.
20454         * soft-fp/floatuntitf.c: Likewise.
20455         * soft-fp/trunctfxf2.c: Likewise.
20456
20457 2013-10-10  David S. Miller  <davem@davemloft.net>
20458
20459         * sysdeps/sparc/fpu/libm-test-ulps: Update.
20460
20461 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
20462
20463         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
20464         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
20465         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
20466         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
20467         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
20468         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
20469         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
20470
20471         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
20472         for NaNs before doing comparisons on argument.
20473         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
20474         Likewise.
20475
20476 2013-10-10  Will Newton  <will.newton@linaro.org>
20477
20478         * malloc/hooks.c (memalign_check): Ensure the value of bytes
20479         passed to _int_memalign does not overflow.
20480
20481 2013-10-10  Torvald Riegel  <triegel@redhat.com>
20482
20483         * scripts/bench.pl: Add include-sources directive.
20484         * benchtests/README: Update documentation.
20485
20486 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
20487
20488         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
20489         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
20490         instead of FP_INIT_ROUNDMODE.
20491         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
20492         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
20493
20494         [BZ #16034]
20495         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
20496         copy class of input value.
20497         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
20498         not handle exceptions.
20499         * soft-fp/negsf2.c (__negsf2): Likewise.
20500         * soft-fp/negtf2.c (__negtf2): Likewise.
20501         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
20502
20503 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
20504
20505         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
20506         semicolon.  From Linux kernel.
20507
20508 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
20509
20510         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
20511
20512 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
20513
20514         [BZ #156]
20515         * manual/socket.texi: Added statement about buffer
20516         for gethostbyname2_r.
20517
20518 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
20519
20520         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
20521         Use .p2align directive instead, throughout.
20522         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
20523         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
20524         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
20525         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
20526         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
20527         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
20528         * sysdeps/x86_64/strchr.S: Likewise.
20529         * sysdeps/x86_64/strrchr.S: Likewise.
20530
20531 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
20532
20533         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
20534
20535         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
20536
20537         * sysdeps/generic/math_private.h (__mpsin1): Remove
20538         declaration.
20539         (__mpcos1): Likewise.
20540         (__mpsin): New argument __range_reduce.
20541         (__mpcos): Likewise.
20542         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
20543         (slow): Use __mpsin and __mpcos.
20544         (slow1): Likewise.
20545         (slow2): Likewise.
20546         (sloww): Likewise.
20547         (sloww1): Likewise.
20548         (sloww2): Likewise.
20549         (bsloww): Likewise.
20550         (bsloww1): Likewise.
20551         (bsloww2): Likewise.
20552         (cslow2): Likewise.
20553         (csloww): Likewise.
20554         (csloww1): Likewise.
20555         (csloww2): Likewise.
20556         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
20557         range_reduce.  Merge in __mpsin1.
20558         (__mpcos): Likewise.
20559         (__mpsin1): Remove.
20560         (__mpcos1): Likewise.
20561
20562 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
20563
20564         * locale/loadlocale.c (_nl_intern_locale_data): Use
20565         LOCFILE_ALIGNED_P.
20566         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
20567         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
20568         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
20569         obstack data is appropriately aligned.
20570         (obstack_int32_grow_fast): Likewise.
20571         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
20572         * locale/programs/locfile.c (add_locale_uint32): Likewise.
20573         (add_locale_uint32_array): Likewise.
20574
20575 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
20576
20577         * benchtests/Makefile: Remove ARGLIST and RET variables.
20578         ($(objpfx)bench-%.c): Pass only function name to the script.
20579         * benchtests/README: Update documentation.
20580         * benchtests/acos-inputs: Add new directives.
20581         * benchtests/acosh-inputs: Likewise.
20582         * benchtests/asin-inputs: Likewise.
20583         * benchtests/asinh-inputs: Likewise.
20584         * benchtests/atan-inputs: Likewise.
20585         * benchtests/atanh-inputs: Likewise.
20586         * benchtests/cos-inputs: Likewise.
20587         * benchtests/cosh-inputs: Likewise.
20588         * benchtests/exp-inputs: Likewise.
20589         * benchtests/log-inputs: Likewise.
20590         * benchtests/pow-inputs: Likewise.
20591         * benchtests/rint-inputs: Likewise.
20592         * benchtests/sin-inputs: Likewise.
20593         * benchtests/sinh-inputs: Likewise.
20594         * benchtests/tan-inputs: Likewise.
20595         * benchtests/tanh-inputs: Likewise.
20596         * scripts/bench.pl: Add support for new directives.
20597
20598 2013-10-07  Alan Modra  <amodra@gmail.com>
20599
20600         * README: Fix careless merge.
20601
20602 2013-10-05  Alan Modra  <amodra@gmail.com>
20603
20604         * NEWS: Mention powerpc64le support and bugs fixed.
20605         * README: Both big-endian and little-endian powerpc64 supported.
20606
20607 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
20608
20609         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
20610         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
20611         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
20612         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
20613
20614 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
20615
20616         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
20617         match prototype.
20618
20619 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
20620
20621         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
20622         Move -mhard-float appending from
20623         ports/sysdeps/powerpc/powerpc32/Makefile.
20624         [$(with-fp) = yes] (ASFLAGS): Likewise.
20625         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
20626         * sysdeps/powerpc/nofpu: Move directory from
20627         ports/sysdeps/powerpc/nofpu.
20628         * sysdeps/powerpc/soft-fp: Move directory from
20629         ports/sysdeps/powerpc/soft-fp.
20630         * sysdeps/powerpc/powerpc32/405: Move directory from
20631         ports/sysdeps/powerpc/powerpc32/405.
20632         * sysdeps/powerpc/powerpc32/440: Move directory from
20633         ports/sysdeps/powerpc/powerpc32/440.
20634         * sysdeps/powerpc/powerpc32/464: Move directory from
20635         ports/sysdeps/powerpc/powerpc32/464.
20636         * sysdeps/powerpc/powerpc32/476: Move directory from
20637         ports/sysdeps/powerpc/powerpc32/476.
20638         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
20639         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
20640         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
20641         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
20642         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
20643         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
20644         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
20645         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
20646         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
20647         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
20648         * README: Update for powerpc-*-linux-gnu software floating point
20649         support in libc.
20650
20651         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
20652         case to powerpc/powerpc32*.
20653         * sysdeps/unix/sysv/linux/configure: Regenerated.
20654
20655         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
20656         (_FPU_MASK_OM): Define as 0x04.
20657         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
20658         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
20659         0x00c10080.
20660         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
20661         0x0000003c.
20662         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
20663
20664         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
20665         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
20666         getcontext_e500.
20667         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
20668         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
20669         setcontext_e500.
20670         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
20671         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
20672         and setcontext_e500.
20673
20674 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
20675
20676         * locale/iso-3166.def: Update iso-1366.def and related occurrences
20677
20678 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
20679
20680         * manual/threads.texi (Default Thread Attributes): Fix typo.
20681
20682 2013-10-04  Will Newton  <will.newton@linaro.org>
20683
20684         * malloc/Makefile: Add tst-memalign.
20685         * malloc/tst-memalign.c: New file.
20686
20687         * malloc/tst-posix_memalign.c: Add comments.
20688         (do_test): Add comments and call free on all potentially
20689         allocated pointers. Add space after cast.
20690
20691         * malloc/tst-pvalloc.c: Add comments.
20692         (do_test): Add comments and call free on all potentially
20693         allocated pointers. Remove duplicate check for NULL pointer.
20694         Add space after cast.
20695
20696         * malloc/tst-valloc.c: Add comments.
20697         (do_test): Add comments and call free on all potentially
20698         allocated pointers. Remove duplicate check for NULL pointer.
20699         Add space after cast.
20700
20701 2013-10-04  Alan Modra  <amodra@gmail.com>
20702
20703         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
20704         Use stdint types in rather than __attribute__((mode())).
20705         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
20706
20707 2013-10-04  Alan Modra  <amodra@gmail.com>
20708
20709         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
20710         Correct handling of unaligned relocs for little-endian.
20711         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
20712
20713 2013-10-04  Alan Modra  <amodra@gmail.com>
20714
20715         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
20716         * configure: Regenerate.
20717         * nptl/shlib-versions: Powerpc*le starts at 2.18.
20718         * shlib-versions: Likewise.
20719
20720 2013-10-04  Alan Modra  <amodra@gmail.com>
20721
20722         * string/tester.c (test_memrchr): Increment reported test cycle.
20723
20724 2013-10-04  Alan Modra  <amodra@gmail.com>
20725
20726         * string/test-memcpy.c (do_one_test): When reporting errors, print
20727         string address and don't overrun end of string.
20728
20729 2013-10-04  Alan Modra  <amodra@gmail.com>
20730
20731         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
20732         insrdi.  Make better use of reg selection to speed exit slightly.
20733         Schedule entry path a little better.  Remove useless "are we done"
20734         checks on entry to main loop.  Handle wrapping around zero address.
20735         Correct main loop count.  Handle single left-over word from main
20736         loop inline rather than by using loop_small.  Remove extra word
20737         case in loop_small caused by wrong loop count.  Add little-endian
20738         support.
20739         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
20740         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
20741         cache hint.
20742         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
20743         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
20744         support.  Avoid rlwimi.
20745         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
20746
20747 2013-10-04  Alan Modra  <amodra@gmail.com>
20748
20749         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
20750         insrdi.  Formatting.
20751         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
20752         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
20753         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
20754         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
20755         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
20756         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
20757
20758 2013-10-04  Alan Modra  <amodra@gmail.com>
20759
20760         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
20761         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
20762         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
20763         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
20764         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
20765         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
20766         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
20767         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
20768         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
20769         use of regs.  Use power7 mtocrf.  Tidy function tails.
20770
20771 2013-10-04  Alan Modra  <amodra@gmail.com>
20772
20773         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
20774         Formatting.  Consistently use rXXX register defines or rN defines.
20775         Use early exit labels that avoid restoring unused non-volatile regs.
20776         Make cr field use more consistent with rWORDn compares.  Rename
20777         regs used as shift registers for unaligned loop, using rN defines
20778         for short lifetime/multiple use regs.
20779         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
20780         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
20781         addi 1,1,64 to pop stack frame.  Simplify return value code.
20782         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
20783
20784 2013-10-04  Alan Modra  <amodra@gmail.com>
20785
20786         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
20787         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
20788         rather than rlwimi.
20789         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
20790         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
20791         little-endian support.  Correct typos.
20792         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
20793         rather than rlwimi.
20794         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
20795         in loop and entry code to keep "and." results.
20796         (strchr): Add little-endian support.  Comment.  Move cntlzd
20797         earlier in tail.
20798         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
20799
20800 2013-10-04  Alan Modra  <amodra@gmail.com>
20801
20802         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
20803         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
20804         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
20805         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
20806
20807 2013-10-04  Alan Modra  <amodra@gmail.com>
20808
20809         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
20810         (rTMP): Define as r11.
20811         (strcmp): Add little-endian support.  Optimise tail.
20812         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
20813         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
20814         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
20815         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
20816         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
20817         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
20818         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
20819
20820 2013-10-04  Alan Modra  <amodra@gmail.com>
20821
20822         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
20823         little-endian support.  Remove unnecessary "are we done" tests.
20824         Handle "s" wrapping around zero and extremely large "size".
20825         Correct main loop count.  Handle single left-over word from main
20826         loop inline rather than by using small_loop.  Correct comments.
20827         Delete "zero" tail, use "end_max" instead.
20828         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
20829
20830 2013-10-04  Alan Modra  <amodra@gmail.com>
20831
20832         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
20833         support.  Don't branch over align.
20834         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
20835         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
20836         support.  Rearrange tmp reg use to suit.  Comment.
20837         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
20838
20839 2013-10-04  Alan Modra  <amodra@gmail.com>
20840
20841         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
20842
20843 2013-10-04  Alan Modra  <amodra@gmail.com>
20844
20845         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
20846         conditional form of branch and link when obtaining pc.
20847         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
20848
20849 2013-10-04  Alan Modra  <amodra@gmail.com>
20850
20851         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
20852         HIWORD/LOWORD.
20853         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
20854         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
20855
20856 2013-10-04  Alan Modra  <amodra@gmail.com>
20857
20858         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
20859         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
20860         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
20861         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
20862         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
20863         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
20864         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
20865         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
20866         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
20867         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
20868
20869 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20870             Alistair Popple <alistair@ozlabs.au.ibm.com>
20871             Alan Modra <amodra@gmail.com>
20872
20873         [BZ #15723]
20874         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
20875         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
20876         _dl_hwcap access for little-endian.
20877         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
20878         destroy vmx regs when saving unaligned.
20879         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
20880         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
20881         destroy vmx regs when saving unaligned.
20882
20883 2013-10-04  Alan Modra  <amodra@gmail.com>
20884
20885         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
20886         Don't use a union to pack hi/low value.
20887
20888 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20889
20890         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
20891         for little-endian.
20892         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
20893         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
20894         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
20895         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
20896         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
20897
20898 2013-10-04  Alan Modra  <amodra@gmail.com>
20899
20900         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
20901         constants to usual value for .cst8 section, and remove redundant
20902         high address load.
20903         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
20904         constant for 0x1p52.  Load little-endian words of double from
20905         correct stack offsets.
20906
20907 2013-10-04  Alan Modra  <amodra@gmail.com>
20908
20909         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
20910         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
20911         words of double from correct stack offsets.
20912         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
20913         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
20914         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
20915         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
20916         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
20917         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
20918         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
20919         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
20920         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
20921         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
20922         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
20923         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
20924         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
20925         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
20926         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
20927         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
20928         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
20929
20930 2013-10-04  Alan Modra  <amodra@gmail.com>
20931
20932         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
20933         64-bit int/double union.
20934         (_FPU_SETCW): Likewise.
20935         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
20936         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
20937
20938 2013-10-04  Alan Modra  <amodra@gmail.com>
20939
20940         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
20941         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
20942
20943 2013-10-04  Alan Modra  <amodra@gmail.com>
20944
20945         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
20946         use vector int constants.
20947         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
20948
20949 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20950
20951         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
20952         array with long long.
20953         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
20954         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
20955         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
20956         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
20957         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
20958         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
20959         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
20960         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
20961         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
20962         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
20963         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
20964         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
20965         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
20966
20967 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20968
20969         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
20970         (__signbit): Likewise.  Correct for little-endian.
20971         (__signbitl): Call __signbit.
20972         (lrint): Correct for little-endian.
20973         (lrintf): Call lrint.
20974
20975 2013-10-04  Alan Modra  <amodra@gmail.com>
20976
20977         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
20978         union 32-bit int array member with 64-bit int array.
20979         (t515, tm256): Double rather than long double.
20980         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
20981
20982 2013-10-04  Alan Modra  <amodra@gmail.com>
20983
20984         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
20985         Delete.
20986         (IEEE854_LONG_DOUBLE_BIAS): Delete.
20987         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
20988         version of math_ldbl.h.
20989
20990 2013-10-04  Alan Modra  <amodra@gmail.com>
20991
20992         [BZ #15734], [BZ #15735]
20993         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
20994         all uses of ieee875 long double macros and unions.  Simplify test
20995         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
20996         ldbl_extract_mantissa value for ix,iy exponents.  Properly
20997         normalize after ldbl_extract_mantissa, and don't add hidden bit
20998         already handled.  Don't treat low word of ieee854 mantissa like
20999         low word of IBM long double and mask off bit when testing for
21000         zero.
21001         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
21002         all uses of ieee875 long double macros and unions.  Simplify tests
21003         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
21004         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
21005         two1022, instead use their values.  Recognise that tests for large
21006         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
21007         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
21008         Rewrite all uses of ieee875 long double macros and unions.  Simplify
21009         test for 0.0L and nan.  Correct negation.
21010         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
21011         ieee875 long double macros and unions.  Correct output for large
21012         magnitude x.  Correct absolute value calculation.
21013         (__erfcl): Likewise.
21014         * math/libm-test.inc: Add tests for errors discovered in IBM long
21015         double versions of fmodl, remainderl, erfl and erfcl.
21016
21017 2013-10-04  Alan Modra  <amodra@gmail.com>
21018
21019         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
21020         all uses of ieee854 long double macros and unions.  Simplify tests
21021         for long doubles that are fully specified by the high double.
21022         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
21023         Likewise.
21024         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
21025         Remove dead code too.
21026         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
21027         (__ieee754_ynl): Likewise.
21028         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
21029         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
21030         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
21031         Remove dead code too.
21032         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
21033         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
21034         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
21035         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
21036         Simplify.
21037         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
21038         Simplify.
21039         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
21040         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
21041         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
21042         Comment on variable precision.
21043         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
21044         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
21045         Likewise.
21046         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
21047         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
21048         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
21049         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
21050         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
21051
21052 2013-10-04  Alan Modra  <amodra@gmail.com>
21053
21054         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
21055         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
21056         all uses of ieee854 long double macros and unions.
21057         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
21058         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
21059         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
21060         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
21061         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
21062         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
21063         Likewise.
21064         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
21065         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
21066         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
21067         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
21068         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
21069         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
21070         Simplify sign and nan test too.
21071         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
21072         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
21073         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
21074         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
21075         Likewise.
21076         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
21077         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
21078         Likewise.
21079         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
21080         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
21081         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
21082         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
21083         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
21084         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
21085
21086 2013-10-04  Alan Modra  <amodra@gmail.com>
21087
21088         * stdio-common/printf_size.c (__printf_size): Don't use
21089         union ieee854_long_double in fpnum union.
21090         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
21091         signbit macro to retrieve sign from long double.
21092         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
21093         retrieve sign from long double.
21094         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
21095         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
21096         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
21097         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
21098         * math/test-misc.c (main): Don't use union ieee854_long_double.
21099
21100 2013-10-04  Alan Modra  <amodra@gmail.com>
21101
21102         [BZ #15680]
21103         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
21104         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
21105         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
21106         calculation.  Remove unnecessary test for denormal exponent.
21107         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
21108         Correct handling of denormals.  Avoid undefined shift behaviour.
21109         Correct normalisation of low mantissa when low double is denormal.
21110         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
21111         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
21112         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
21113         Correct normalisation of low mantissa.  Test for overflow of high
21114         mantissa and normalise.
21115         (ldbl_nearbyint): Use more readable constant for two52.
21116         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
21117         (__mpn_construct_long_double): Fix test for overflow of high
21118         mantissa and correct normalisation.  Avoid undefined shift.
21119
21120 2013-10-04  Alan Modra  <amodra@gmail.com>
21121
21122         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
21123         (union ibm_extended_long_double): Define as an array of ieee754_double.
21124         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
21125         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
21126         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
21127         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
21128         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
21129         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
21130         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
21131         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
21132         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
21133         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
21134         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
21135
21136 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
21137
21138         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
21139         page size instead of calling getpagesize.
21140
21141         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
21142         (LOCFILE_ALIGN_MASK): Likewise.
21143         (LOCFILE_ALIGN_UP): Likewise.
21144         (LOCFILE_ALIGNED_P): Likewise.
21145         * locale/programs/ld-collate.c (collate_output): Use the new
21146         macros instead of __alignof__ (int32_t).
21147         * locale/weight.h (findidx): Likewise.
21148
21149 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
21150
21151         [BZ #431]
21152         * manual/string.texi: Fix strncat and wcsncat.
21153
21154 2013-10-03  Brooks Moses  <bmoses@google.com>
21155
21156         [BZ #15915]
21157         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
21158         * Makerules: ...here, and adjust associated comments.
21159
21160 2013-10-02  Will Newton  <will.newton@linaro.org>
21161
21162         * malloc/Makefile: Add tst-pvalloc.
21163         * malloc/tst-pvalloc.c: New file.
21164
21165 2013-10-02  Will Newton  <will.newton@linaro.org>
21166
21167         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
21168         improve test coverage.
21169
21170 2013-10-02  Will Newton  <will.newton@linaro.org>
21171
21172         * malloc/Makefile: Add tst-posix_memalign.
21173         * malloc/tst-posix_memalign.c: New file.
21174
21175 2013-10-01  Eric Blake  <eblake@redhat.com>
21176
21177         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
21178         Use __THROWNL rather than __THROW on static functions.
21179
21180 2013-09-30  Petr Machata  <pmachata@redhat.com>
21181
21182         * elf/elf.h (R_AARCH64_ABS16): New macro.
21183         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
21184         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
21185         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
21186         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
21187         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
21188         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
21189         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
21190         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
21191         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
21192         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
21193         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
21194         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
21195         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
21196         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
21197         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
21198         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
21199         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
21200         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
21201         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
21202         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
21203         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
21204         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
21205         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
21206         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
21207         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
21208         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
21209         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
21210         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
21211         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
21212         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
21213         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
21214         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
21215         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
21216         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
21217         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
21218         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
21219         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
21220         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
21221         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
21222         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
21223         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
21224         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
21225         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
21226         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
21227         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
21228         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
21229         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
21230         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
21231         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
21232         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
21233         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
21234         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
21235         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
21236         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
21237         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
21238         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
21239         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
21240         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
21241         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
21242         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
21243         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
21244         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
21245         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
21246         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
21247         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
21248         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
21249         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
21250         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
21251         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
21252         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
21253         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
21254         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
21255         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
21256         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
21257         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
21258         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
21259         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
21260         (R_AARCH64_TLSDESC_LDR): Likewise.
21261         (R_AARCH64_TLSDESC_ADD): Likewise.
21262         (R_AARCH64_TLSDESC_CALL): Likewise.
21263
21264 2013-09-30  Andreas Schwab  <schwab@suse.de>
21265
21266         [BZ #15048]
21267         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
21268         the nss database lookup.
21269         * nscd/initgrcache.c (addinitgroupsX): Likewise.
21270         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
21271
21272 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
21273
21274         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
21275
21276 2013-09-28  P. J. McDermott  <pj@pehjota.net>
21277
21278         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
21279         ${Bash-specific parameter/pattern/string} parameter expansion.
21280         * sysdeps/unix/make-syscalls.sh: Likewise.
21281
21282 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
21283
21284         * sysdeps/sh/stackguard-macros.h: New file.
21285
21286 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
21287
21288         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
21289         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
21290         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
21291         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
21292         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
21293         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
21294
21295 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21296
21297         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
21298         Fix thread ID register.
21299
21300 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
21301
21302         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
21303         [POSIX || UNIX98]: Require rather than permitting all symbols from
21304         <time.h>.
21305         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
21306         element of struct sched_param.
21307         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
21308         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
21309         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
21310         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
21311         constant.
21312
21313 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
21314
21315         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
21316         argument calculation.
21317
21318 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
21319
21320         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
21321         Expect macro.
21322         [POSIX] (pthread_attr_t): Do not require type.
21323         [POSIX] (pthread_cond_t): Likewise.
21324         [POSIX] (pthread_condattr_t): Likewise.
21325         [POSIX] (pthread_key_t): Likewise.
21326         [POSIX] (pthread_mutex_t): Likewise.
21327         [POSIX] (pthread_mutexattr_t): Likewise.
21328         [POSIX] (pthread_once_t): Likewise.
21329         [POSIX] (pthread_t): Likewise.
21330         [POSIX-based standards] (pthread_atfork): Expect function.
21331
21332 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
21333             Richard Sandiford  <richard@codesourcery.com>
21334
21335         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
21336         (swap_endianness_p): New extern variable.
21337         (set_big_endian): New inline function.
21338         (maybe_swap_uint32): Likewise.
21339         (maybe_swap_uint32_array): Likewise.
21340         (maybe_swap_uint32_obstack): Likewise.
21341         * locale/programs/locfile.c: Include <stdbool.h>.
21342         (swap_endianness_p): New variable.
21343         (add_locale_uint32): Call maybe_swap_uint32.
21344         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
21345         (write_locale_data): Call maybe_swap_uint32_array.
21346         * locale/programs/ld-collate.c (obstack_int32_grow): Call
21347         maybe_swap_uint32.
21348         (obstack_int32_grow_fast): Likewise.
21349         (output_weightwc): Call maybe_swap_uint32_obstack.
21350         (collate_output): Likewise.
21351         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
21352         (OPT_LITTLE_ENDIAN): Likewise.
21353         (options): Add --little-endian and --big-endian options.
21354         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
21355         * locale/programs/locarchive.c: Include "locfile.h".
21356         (GET): New macro.
21357         (SET): Likewise.
21358         (INC): Likewise.
21359         (create_archive): Use the new macros to access fields of
21360         structures directly mapped from or written to locale archives.
21361         (oldlocrecentcmp): Likewise.
21362         (enlarge_archive): Likewise.
21363         (insert_name): Likewise.
21364         (add_alias): Likewise.
21365         (add_locale): Likewise.
21366         (delete_locales_from_archive): Likewise.
21367         (show_archive_content): Likewise.
21368         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
21369         locale data.
21370
21371 2013-09-24  Roland McGrath  <roland@hack.frob.com>
21372
21373         * manual/freemanuals.texi: Updated from (newly) canonical copy at
21374         http://www.gnu.org/doc/freemanuals.texi.
21375         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
21376
21377 2013-09-24  Will Newton  <will.newton@linaro.org>
21378
21379         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
21380         macro.
21381
21382 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
21383
21384         * locale/hashval.h (compute_hashval): Interpret bytes of key as
21385         unsigned char.
21386
21387 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
21388
21389         * manual/threads.texi (POSIX Threads): Fix a typo.
21390
21391 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
21392
21393         [BZ #14547]
21394         * string/tst-strcoll-overflow.c: New test case.
21395         * string/Makefile (xtests): Add tst-strcoll-overflow.
21396         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
21397         cache if string sizes may cause integer overflow.
21398
21399         [BZ #14547]
21400         * string/strcoll_l.c (coll_seq): New members rule, idx,
21401         save_idx and back_us.
21402         (get_next_seq_nocache): New function.
21403         (do_compare_nocache): New function.
21404         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
21405         when malloc fails.
21406
21407 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
21408
21409         [BZ #15754]
21410         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
21411         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
21412         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
21413
21414         [BZ #15754]
21415         * elf/Makefile (tests): Add tst-ptrguard1.
21416         (tests-static): Add tst-ptrguard1-static.
21417         (tst-ptrguard1-ARGS): Define.
21418         (tst-ptrguard1-static-ARGS): Define.
21419         * elf/tst-ptrguard1.c: New file.
21420         * elf/tst-ptrguard1-static.c: New file.
21421         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
21422         * sysdeps/i386/stackguard-macros.h: Likewise.
21423         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
21424         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
21425         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
21426         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
21427         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
21428         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
21429
21430 2013-09-23  Hector Marco  <hecmargi@upv.es>
21431             Ismael Ripoll  <iripoll@disca.upv.es>
21432             Carlos O'Donell  <carlos@redhat.com>
21433
21434         [BZ #15754]
21435         * sysdeps/generic/stackguard-macros.h: Define
21436         __pointer_chk_guard_local and POINTER_CHK_GUARD.
21437         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
21438         Define __pointer_chk_guard_local.
21439         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
21440         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
21441
21442 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
21443
21444         [BZ #15859]
21445         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
21446
21447 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
21448
21449         * include/string.h (__ffs): Declare as hidden.
21450         * string/ffs.c (__ffs): Define as hidden.
21451         * sysdeps/i386/ffs.c (__ffs): Likewise.
21452         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
21453         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
21454         * sysdeps/s390/ffs.c (__ffs): Likewise.
21455         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
21456
21457 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
21458
21459         * NEWS: Mention malloc probes.
21460
21461         * malloc/arena.c (new_heap): New memory_heap_new probe.
21462         (grow_heap): New memory_heap_more probe.
21463         (shrink_heap): New memory_heap_less probe.
21464         (heap_trim): New memory_heap_free probe.
21465         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
21466         (systrim): New memory_sbrk_less probe.
21467         * manual/probes.texi: Document them.
21468
21469         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
21470         * manual/probes.texi: Document it.
21471
21472         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
21473         (__libc_realloc): Add memory_realloc_retry probe.
21474         (__libc_memalign): Add memory_memalign_retry probe.
21475         (__libc_valloc): Add memory_valloc_retry probe.
21476         (__libc_pvalloc): Add memory_pvalloc_retry probe.
21477         (__libc_calloc): Add memory_calloc_retry probe.
21478         * manual/probes.texi: Document them.
21479
21480         * malloc/arena.c (get_free_list): Add probe
21481         memory_arena_reuse_free_list.
21482         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
21483         and memory_arena_reuse.
21484         (arena_get2) [!PER_THREAD]: Likewise.
21485         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
21486         memory_arena_reuse_realloc.
21487         * manual/probes.texi: Document them.
21488
21489         * malloc/malloc.c (__libc_free): Add
21490         memory_mallopt_free_dyn_thresholds probe.
21491         (__libc_mallopt): Add multiple memory_mallopt probes.
21492         * manual/probes.texi: Document them.
21493
21494         * malloc/malloc.c: Include stap-probe.h.
21495         (__libc_mallopt): Add memory_mallopt probe.
21496         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
21497         * manual/probes.texi: New.
21498         * manual/Makefile (chapters): Add probes.
21499         * manual/threads.texi: Set next node.
21500
21501 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
21502
21503         [BZ #15963, #13985]
21504         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
21505         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
21506         Add `Chinese' to `nan' entry name.
21507
21508 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
21509
21510         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
21511         (POLYNOMIAL): Likewise.
21512         (TAYLOR_SINCOS): Likewise.
21513         (TAYLOR_SLOW): Likewise.
21514         (__sin): Use TAYLOR_SINCOS.
21515         (__cos): Likewise.
21516         (slow): Use TAYLOR_SLOW.
21517         (sloww): Likewise.
21518         (bsloww): Likewise.
21519         (csloww): Likewise.
21520
21521 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
21522
21523         * stdlib/strtod_l.c: Fix buffer overrun.
21524
21525 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
21526
21527         * benchtests/Makefile (bench): Add sincos.
21528         * benchtests/bench-sincos.c: New file.
21529
21530         * math/libm-test.inc (cos_test_data): New test inputs.
21531         (sin_test_data): Likewise.
21532
21533         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
21534         macro.
21535         (__sin): Use it.
21536         (__cos): Likewise.
21537         (slow1): Likewise.
21538         (slow2): Likewise.
21539         (sloww1): Likewise.
21540         (sloww2): Likewise.
21541         (bsloww1): Likewise.
21542         (bsloww2): Likewise.
21543         (cslow2): Likewise.
21544         (csloww1): Likewise.
21545         (csloww2): Likewise.
21546
21547         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
21548         function.
21549         (__sin): Use it.
21550         (__cos): Likewise.
21551
21552         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
21553         gotos.
21554         (__cos): Likewise.
21555
21556 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
21557
21558         * config.h.in (HAVE_MIPS_NAN2008): New macro.
21559         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
21560         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
21561         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
21562         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
21563         * elf/cache.c (print_entry): Handle the new cache flags.
21564
21565 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
21566             Aldy Hernandez  <aldyh@redhat.com>
21567
21568         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
21569         Change condition to [_SOFT_FLOAT].
21570         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
21571         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
21572         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
21573         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
21574         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
21575         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
21576         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
21577         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
21578         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
21579         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
21580         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
21581         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
21582         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
21583         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
21584         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
21585         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
21586         declaration.
21587
21588 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
21589
21590         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
21591         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
21592         (__longjmp): Use LOAD_GP to load saved GPRs.
21593         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
21594         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
21595         (__sigsetjmp): Use SAVE_GP to save GPRs.
21596
21597         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
21598         Do not append -msoft-float.
21599         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
21600
21601 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
21602
21603         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
21604
21605 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
21606
21607         [BZ #15966]
21608         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
21609         (_FPU_GETCW): Use initial "__" on variable and field names but not
21610         on macro parameter name.
21611         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
21612         parentheses around reference to macro parameter.
21613
21614 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
21615
21616         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
21617         prototype.
21618         (ctype_startup): Use uint32_t in cast and sizeof for
21619         ctype->charnames.
21620
21621 2013-09-11  Jia Liu  <proljc@gmail.com>
21622
21623         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
21624         __daddr_t_defined.
21625         [__FreeBSD__]: Likewise.
21626
21627 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
21628
21629         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
21630         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
21631         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
21632         (strchr): Remove __strchr_sse42 ifunc selection.
21633         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
21634         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
21635
21636 2013-09-11  Will Newton  <will.newton@linaro.org>
21637
21638         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
21639         parameter to RES. Remove hardcoded 1000 value.
21640         * benchtests/bench-skeleton.c (main): Pass RES parameter
21641         to TIMING_INIT and multiply result by 1000.
21642
21643 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21644
21645         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21646
21647 2013-09-11  Andreas Schwab  <schwab@suse.de>
21648
21649         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
21650         if not defined.
21651         (O_TMPFILE) [__USE_GNU]: Define.
21652         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
21653         Define.
21654
21655 2013-09-11  Will Newton  <will.newton@linaro.org>
21656
21657         [BZ #15857]
21658         * malloc/malloc.c (__libc_memalign): Check the value of bytes
21659         does not overflow.
21660
21661 2013-09-11  Will Newton  <will.newton@linaro.org>
21662
21663         [BZ #15856]
21664         * malloc/malloc.c (__libc_valloc): Check the value of bytes
21665         does not overflow.
21666
21667 2013-09-11  Will Newton  <will.newton@linaro.org>
21668
21669         [BZ #15855]
21670         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
21671         does not overflow.
21672
21673 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
21674
21675         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
21676         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
21677         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
21678         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
21679         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
21680
21681 2013-09-10  Allan McRae  <allan@archlinux.org>
21682
21683         [BZ #15748]
21684         * manual/arith.texi (Parsing of Floats): Clarify
21685         cross-reference.
21686
21687         [BZ #15849]
21688         * manual/install.texi (Running make install): Mention
21689         --enable-pt-chown.
21690         * INSTALL: Regenerated.
21691
21692 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
21693
21694         * csu/init-first.c (_init): Remove the !SHARED condition around
21695         FPU control word initialization.
21696         * elf/dl-support.c (_dl_fpu_control): New variable.
21697         (_dl_aux_init) <AT_FPUCW>: Initialize it.
21698         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
21699         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
21700         * math/test-fpucw-static.c: New file.
21701         * math/test-fpucw-ieee.c: New file.
21702         * math/test-fpucw-ieee-static.c: New file.
21703         * math/Makefile (tests): Add `test-fpucw-ieee' and
21704         `$(tests-static)'.
21705         (tests-static): New variable.
21706         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
21707         dependency to...
21708         [($(build-shared),yes)]
21709         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
21710         ... this.
21711         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
21712         New dependency.
21713
21714 2013-09-09  Allan McRae  <allan@archlinux.org>
21715
21716         [BZ #15939]
21717         * manual/string.texi (Collation Functions): Fix typo in
21718         strcoll example.
21719         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
21720
21721         [BZ #15893]
21722         * stdlib/isomac.c (get_null_defines): Fix memory leak.
21723
21724         [BZ #15892]
21725         * libio/memstream.c (open_memstream): Fix memory leak.
21726         * libio/wmemstream.c (open_wmemstream): Likewise.
21727
21728         [BZ #15895]
21729         * nscd/netgroupcache.c: Fix nesting of ifdefs.
21730
21731 2013-09-09  Will Newton  <will.newton@linaro.org>
21732
21733         * malloc/Makefile: Add tst-realloc to tests.
21734         * malloc/tst-realloc.c: New file.
21735
21736 2013-09-09  Allan McRae  <allan@archlinux.org>
21737
21738         [BZ #15844]
21739         * COPYING: Update from GNU website to fix FSF address.
21740         * COPYING.LIB: Likewise.
21741
21742 2013-09-06  David S. Miller  <davem@davemloft.net>
21743
21744         * po/zh_TW.po: Update Chinese (traditional) translation from
21745         translation project.
21746
21747 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
21748             Joseph Myers  <joseph@codesourcery.com>
21749
21750         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
21751         "localeinfo.h".
21752         (obstack_chunk_alloc): New macro.
21753         (obstack_chunk_free): Likewise.
21754         (record_offset): New function.
21755         (init_locale_data): Likewise.
21756         (align_locale_data): Likewise.
21757         (add_locale_empty): Likewise.
21758         (add_locale_raw_data): Likewise.
21759         (add_locale_raw_obstack): Likewise.
21760         (add_locale_string): Likewise.
21761         (add_locale_wstring): Likewise.
21762         (add_locale_uint32): Likewise.
21763         (add_locale_uint32_array): Likewise.
21764         (add_locale_char): Likewise.
21765         (start_locale_structure): Likewise.
21766         (end_locale_structure): Likewise.
21767         (start_locale_prelude): Likewise.
21768         (end_locale_prelude): Likewise.
21769         (write_locale_data): Take locale_file structure rather than an
21770         iovec.
21771         * locale/programs/locfile.h: Include "obstack.h".
21772         (struct locale_file): Change to store locale file contents instead
21773         of header.
21774         (init_locale_data): New prototype.
21775         (align_locale_data): Likewise.
21776         (add_locale_empty): Likewise.
21777         (add_locale_raw_data): Likewise.
21778         (add_locale_raw_obstack): Likewise.
21779         (add_locale_string): Likewise.
21780         (add_locale_wstring): Likewise.
21781         (add_locale_uint32): Likewise.
21782         (add_locale_uint32_array): Likewise.
21783         (add_locale_char): Likewise.
21784         (start_locale_structure): Likewise.
21785         (end_locale_structure): Likewise.
21786         (start_locale_prelude): Likewise.
21787         (end_locale_prelude): Likewise.
21788         (write_locale_data): Update prototype.
21789         * locale/programs/3level.h (struct TABLE): Remove result field.
21790         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
21791         Use new locale_file interface.
21792         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
21793         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
21794         * locale/programs/ld-address.c (address_output): Use new
21795         locale_file interface.
21796         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
21797         NO_ADD_LOCALE.
21798         (collate_finish): Don't call collseq_table_finalize.
21799         (collate_output): Use new locale_file interface.
21800         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
21801         in file.
21802         (NO_FINALIZE): Change to NO_ADD_LOCALE.
21803         (TABLE): Move defines earlier in file.
21804         (ELEMENT): Likewise.
21805         (DEFAULT): Likewise.
21806         (wctrans_table_add): Move macro and inline function earlier in
21807         file.
21808         (struct wctype_table): Move type earlier in file.
21809         (add_locale_wctype_table): New static prototype.
21810         (struct locale_ctype_t): Use logical types instead of struct iovec
21811         pointers for members.
21812         (ctype_output): Use new locale_file interface.
21813         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
21814         new locale_file interface.
21815         (allocate_arrays): Update for use of new locale_file interface.
21816         * locale/programs/ld-identification.c (identification_output): Use
21817         new locale_file interface.
21818         * locale/programs/ld-measurement.c (measurement_output): Likewise.
21819         * locale/programs/ld-messages.c (messages_output): Likewise.
21820         * locale/programs/ld-monetary.c (monetary_output): Likewise.
21821         * locale/programs/ld-name.c (name_output): Likewise.
21822         * locale/programs/ld-numeric.c (numeric_output): Likewise.
21823         * locale/programs/ld-paper.c (paper_output): Likewise.
21824         * locale/programs/ld-telephone.c (telephone_output): Likewise.
21825         * locale/programs/ld-time.c (time_output): Likewise.
21826
21827 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21828
21829         * benchtests/Makefile: Add memrchr benchmark.
21830         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
21831         benchmark as memrchr.
21832         * benchtests/bench-memrchr-ifunc.c: New file.
21833         * benchtests/bench-memrchr.c: New file.
21834
21835 2013-09-06   Will Newton  <will.newton@linaro.org>
21836
21837         * benchtests/Makefile (string-bench): Add memcpy.
21838
21839 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
21840             Cong Wang  <amwang@redhat.com>
21841
21842         [BZ #15850]
21843         * sysdeps/unix/sysv/linux/bits/in.h
21844         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
21845         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
21846         before __USE_KERNEL_IPV6_DEFS uses.
21847         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
21848         IPPROTO_BEETPH.
21849         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
21850         sockaddr_in6, or ipv6_mreq.
21851
21852 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21853
21854         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
21855         memory access for final bytes in some large inputs.
21856         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
21857
21858 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21859
21860         * string/test-memrchr.c: New file.
21861         * string/test-memrchr-ifunc.c: New file.
21862         * string/Makefile: Add new memrchr testcase.
21863
21864 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
21865
21866         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
21867         fanotify_init returns EPERM.
21868
21869 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
21870
21871         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
21872         errors.
21873         (top level): Treat second token from macro or constant entries for
21874         allowed headers as allowed.
21875         * include/complex.h: Condition internal declarations on
21876         [!_ISOMAC].
21877         * include/fenv.h: Condition include of <stdbool.h> and internal
21878         declarations on [!_ISOMAC].
21879
21880 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
21881
21882         [BZ #15923]
21883         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
21884
21885 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
21886
21887         * configure.in (--enable-versioning): Remove configure option.
21888         (libc_cv_asm_symver_directive): Remove configure test.
21889         (libc_cv_ld_version_script_option): Likewise.
21890         (VERSIONING): Remove variable and AC_SUBST.
21891         (DO_VERSIONING): Remove AC_DEFINE.
21892         * configure: Regenerated.
21893         * config.h.in (DO_VERSIONING): Remove macro.
21894         * Makerules [$(versioning) = yes]: Change conditionals to
21895         [$(build-shared) = yes].
21896         * config.make.in (versioning): Remove variable.
21897         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
21898         [$(build-shared) = yes].
21899         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
21900         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
21901         * elf/Makefile [$(versioning) = yes]: Change conditionals to
21902         [$(build-shared) = yes].
21903         * extra-lib.mk [$(versioning) = yes]: Likewise.
21904         * hurd/Makefile [$(versioning) = yes]: Likewise.
21905         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
21906         [SHARED].
21907         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
21908         [SHARED].
21909         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
21910         [SHARED && !NO_HIDDEN].
21911         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
21912         [SHARED].
21913         [SHARED && DO_VERSIONING]: Likewise..
21914         * libio/Makefile [$(versioning) = yes]: Change conditionals to
21915         [$(build-shared) = yes].
21916         * manual/install.texi (--disable-versioning): Remove
21917         documentation.
21918         * INSTALL: Regenerated.
21919         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
21920         to [SHARED].
21921         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
21922         [$(build-shared) = yes].
21923         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
21924         * sysdeps/i386/i686/multiarch/strstr-c.c
21925         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
21926         [SHARED && !NO_HIDDEN].
21927         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
21928         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
21929         * sysdeps/powerpc/powerpc32/dl-machine.c
21930         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
21931         * sysdeps/powerpc/powerpc32/sysdep.h
21932         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
21933         to [SHARED && PIC && !NO_HIDDEN].
21934         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
21935         conditional to [SHARED].
21936
21937 2013-09-04   Will Newton  <will.newton@linaro.org>
21938
21939         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
21940         * benchtests/bench-string.h: Include bench-timing.h instead
21941         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
21942         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
21943         call to HP_TIMING_DIFF_INIT.
21944         * benchtests/bench-memccpy.c: Use bench-timing.h macros
21945         instead of hp-timing.h macros.
21946         * benchtests/bench-memchr.c: Likewise.
21947         * benchtests/bench-memcmp.c: Likewise.
21948         * benchtests/bench-memcpy.c: Likewise.
21949         * benchtests/bench-memmem.c: Likewise.
21950         * benchtests/bench-memmove.c: Likewise.
21951         * benchtests/bench-memset.c: Likewise.
21952         * benchtests/bench-rawmemchr.c: Likewise.
21953         * benchtests/bench-strcasecmp.c: Likewise.
21954         * benchtests/bench-strcasestr.c: Likewise.
21955         * benchtests/bench-strcat.c: Likewise.
21956         * benchtests/bench-strchr.c: Likewise.
21957         * benchtests/bench-strcmp.c: Likewise.
21958         * benchtests/bench-strcpy.c: Likewise.
21959         * benchtests/bench-strcpy_chk.c: Likewise.
21960         * benchtests/bench-strlen.c: Likewise.
21961         * benchtests/bench-strncasecmp.c: Likewise.
21962         * benchtests/bench-strncat.c: Likewise.
21963         * benchtests/bench-strncmp.c: Likewise.
21964         * benchtests/bench-strncpy.c: Likewise.
21965         * benchtests/bench-strnlen.c: Likewise.
21966         * benchtests/bench-strpbrk.c: Likewise.
21967         * benchtests/bench-strrchr.c: Likewise.
21968         * benchtests/bench-strspn.c: Likewise.
21969         * benchtests/bench-strstr.c: Likewise.
21970
21971 2013-09-04  Will Newton  <will.newton@linaro.org>
21972
21973         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
21974
21975 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
21976
21977         [BZ #15427]
21978         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
21979         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
21980         * math/libm-test.inc (lgamma_test_data): Add more tests.
21981         * sysdeps/i386/fpu/libm-test-ulps: Update.
21982         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21983
21984 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
21985
21986         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
21987         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
21988         Add ifunc.
21989         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
21990         Add strcmp-sse2-unaligned
21991         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
21992
21993 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
21994
21995         * Versions.def (libc): Add GLIBC_2.19.
21996
21997 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
21998
21999         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
22000         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
22001
22002 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
22003
22004         [BZ #14155]
22005         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
22006         intermediate calculations in recurrence.
22007         (__ieee754_ynf): Likewise.
22008         * math/libm-test.inc (jn_test_data): Do not allow spurious
22009         underflow exception.  Add more tests.
22010         (yn_test_data): Add more tests.
22011         * sysdeps/i386/fpu/libm-test-ulps: Update.
22012         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22013
22014 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
22015
22016         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
22017
22018 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
22019
22020         * csu/init-first.c: Fix then/than typos.
22021         * locale/programs/ld-collate.c: Likewise.
22022         * locale/programs/linereader.h: Likewise.
22023         * manual/charset.texi: Likewise.
22024         * manual/filesys.texi: Likewise.
22025         * manual/stdio.texi: Likewise.
22026         * manual/string.texi: Likewise.
22027         * stdlib/fmtmsg.c: Likewise.
22028         * sysdeps/i386/stpncpy.S: Likewise.
22029         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
22030         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
22031         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
22032         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
22033
22034 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
22035
22036         * elf/dl-open.c: Fix typos.
22037         * iconvdata/gbbig5.c: Likewise.
22038         * iconvdata/iso-2022-jp.c: Likewise.
22039         * iconv/gconv_int.h: Likewise.
22040         * iconv/loop.c: Likewise.
22041         * nis/rpcsvc/nis.h: Likewise.
22042         * resolv/ns_name.c: Likewise.
22043         * stdio-common/vfscanf.c: Likewise.
22044         * streams/stropts.h: Likewise.
22045         * sunrpc/rpc_thread.c: Likewise.
22046         * sysdeps/i386/strpbrk.S: Likewise.
22047         * sysdeps/ieee754/k_standard.c: Likewise.
22048         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
22049         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
22050         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
22051         * sysdeps/mach/hurd/profil.c: Likewise.
22052         * sysdeps/s390/dl-procinfo.h: Likewise.
22053         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
22054         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
22055         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
22056         * sysdeps/x86_64/dl-trampoline.S: Likewise.
22057         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
22058
22059 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
22060
22061         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
22062         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
22063
22064 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
22065
22066         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
22067         aix specific files.
22068         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
22069         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
22070         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
22071         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
22072         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
22073         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
22074         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
22075         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
22076
22077 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
22078             Roland McGrath  <roland@hack.frob.com>
22079
22080         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
22081         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
22082
22083 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
22084
22085         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
22086         __executable_start symbol instead of _start.
22087
22088 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
22089
22090         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
22091         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
22092         Move macros to...
22093         * sysdeps/gnu/ldsodefs.h: ... this new file.
22094
22095         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
22096         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
22097         instead of ELFOSABI_LINUX.
22098
22099         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
22100         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
22101         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
22102         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
22103         Likewise.
22104         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
22105         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
22106         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
22107         Likewise.
22108         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
22109         (ibm_extended_long_double): Add ieee_nan member.
22110         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
22111         (do_test): New function.
22112
22113         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
22114         TEST_TRUNC.
22115         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
22116         functions, renamed from truncdfsf_test, trunctfsf_test,
22117         trunctfdf_test.
22118         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
22119         functions.
22120         (do_test): Run all these.
22121
22122 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
22123
22124         * argp/argp-help.c: Fix typos.
22125         * argp/argp-parse.c: Likewise.
22126         * debug/backtracesyms.c: Likewise.
22127         * elf/elf.h: Likewise.
22128         * malloc/malloc.c: Likewise.
22129         * nis/nis_print.c: Likewise.
22130         * resolv/res_comp.c: Likewise.
22131         * stdlib/stdlib.h: Likewise.
22132         * sunrpc/clnt_tcp.c: Likewise.
22133         * sunrpc/clnt_udp.c: Likewise.
22134         * sunrpc/clnt_unix.c: Likewise.
22135         * sysdeps/unix/bsd/ptsname.c: Likewise.
22136         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
22137         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
22138         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
22139         Likewise.
22140         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
22141         Likewise.
22142         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
22143         Likewise.
22144         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
22145
22146 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
22147
22148         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
22149         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
22150
22151 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
22152
22153         [BZ #15897]
22154         * dlfcn/Makefile (tests): Add bug-dl-leaf.
22155         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
22156         ($(objpfx)bug-dl-leaf): New rule.
22157         ($(objpfx)bug-dl-leaf.so): Likewise.
22158         ($(objpfx)bug-dl-leaf.out): Likewise.
22159         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
22160         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
22161         * dlfcn/bug-dl-leaf.c: New test.
22162         * dlfcn/bug-dl-leaf-lib.c: Likewise.
22163         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
22164         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
22165         (dlclose): Likewise.
22166         (dlmopen): Likewise.
22167
22168 2013-08-27  Roland McGrath  <roland@hack.frob.com>
22169
22170         * include/netdb.h [!_ISOMAC]:
22171         Don't include <tls.h>.
22172         (h_errno, __libc_h_errno): Move declaration and macros out of
22173         [_LIBC_REENTRANT].
22174
22175         * include/resolv.h [_RESOLV_H_]:
22176         Don't include <tls.h>.
22177         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
22178         * resolv/res_libc.c: Don't include <tls.h>.
22179         (_res): Use __attribute__ ((nocommon)) in place of
22180         __attribute__ ((section (".bss"))).
22181
22182         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
22183         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
22184
22185         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
22186
22187         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
22188         only under [SIOCGIFCONF && SIOCGIFNETMASK].
22189
22190         * resolv/res_mkquery.c: Include <sys/time.h>.
22191
22192         * inet/ifreq.c: Moved to ...
22193         * sysdeps/unix/ifreq.c: ... here.
22194         * inet/ifreq.c: New file, true stub version.
22195
22196         * socket/sa_len.c: New file.
22197         * socket/Makefile (aux): Add it.
22198         * sysdeps/unix/sysv/linux/Makefile
22199         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
22200         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
22201         and #include <socket/sa_len.c>.
22202         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
22203         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
22204
22205         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
22206         * bits/socket.h: ... here.
22207
22208         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
22209         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
22210         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
22211
22212 2013-08-27  Andreas Schwab  <schwab@suse.de>
22213
22214         [BZ #15736]
22215         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
22216         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
22217         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
22218         * string/test-strcasecmp.c (test_main): Run tests in several
22219         locales.
22220         * string/test-strncasecmp.c (test_main): Likewise.
22221
22222         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
22223         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
22224         to __strcasecmp_nonascii and __strncasecmp_nonascii.
22225         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
22226         (__strncasecmp_ssse3) [PIC]: Likewise.
22227
22228 2013-08-26  Roland McGrath  <roland@hack.frob.com>
22229
22230         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
22231
22232         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
22233         instead of explicitly declaring xdecrypt.
22234         * nis/nss_nis/nis-publickey.c: Likewise.
22235
22236 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
22237
22238         [BZ #15890]
22239         * nscd/aicache.c: Include res_hconf.h.
22240         (addhstaiX): Initialize res_hconf.
22241
22242 2013-08-26  Andreas Schwab  <schwab@suse.de>
22243
22244         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
22245         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
22246
22247 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
22248
22249         * nscd/aicache.c (addhstaiX): Fix indentation.
22250
22251 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
22252
22253         * configure.ac: Quote $build_pt_chown test.
22254         * configure: Regenerated.
22255
22256 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
22257
22258         [BZ #15532]
22259         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
22260         * math/s_cexpf.c (__cexpf): Likewise.
22261         * math/s_cexpl.c (__cexpl): Likewise.
22262         * math/libm-test.inc (cexp_test_data): Correct expected return
22263         value for NaN + i0.  Add another test.
22264
22265 2013-08-22  David S. Miller  <davem@davemloft.net>
22266
22267         * po/ca.po: Update Catalan translation from translation project.
22268         * po/uk.po: Add Ukrainian translations from translation project.
22269
22270 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
22271
22272         [BZ #15797]
22273         * math/s_fdim.c (__fdim): Check for infinite arguments if result
22274         is infinite, not alongside NaN test.
22275         * math/s_fdimf.c (__fdimf): Likewise.
22276         * math/s_fdiml.c (__fdiml): Likewise.
22277         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
22278         errno is unchanged.
22279
22280 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
22281
22282         * argp/argp-help.c: Fix typos.
22283         * crypt/speeds.c: Likewise.
22284         * csu/check_fds.c: Likewise.
22285         * elf/dl-load.c: Likewise.
22286         * elf/dl-open.c: Likewise.
22287         * elf/reldep3.c: Likewise.
22288         * elf/reldep.c: Likewise.
22289         * elf/sprof.c: Likewise.
22290         * iconv/iconv_charmap.c: Likewise.
22291         * iconv/skeleton.c: Likewise.
22292         * iconv/strtab.c: Likewise.
22293         * io/lockf64.c: Likewise.
22294         * libio/libioP.h: Likewise.
22295         * resolv/gai_notify.c: Likewise.
22296         * resolv/ns_name.c: Likewise.
22297         * resolv/ns_samedomain.c: Likewise.
22298         * resolv/res_send.c: Likewise.
22299         * stdlib/random.c: Likewise.
22300         * sunrpc/rpc/xdr.h: Likewise.
22301         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
22302         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
22303         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
22304         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
22305         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
22306         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
22307         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
22308         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
22309         * sysdeps/mach/hurd/check_fds.c: Likewise.
22310         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
22311         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
22312         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
22313         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
22314         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
22315         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
22316         * sysdeps/pthread/aio_notify.c: Likewise.
22317         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
22318         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
22319         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
22320         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
22321         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
22322
22323 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22324
22325         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
22326         version if bit_Slow_SSE4_2 is set.
22327         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
22328         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
22329
22330 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22331
22332         [BZ #15867]
22333         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
22334         trampoline stack frame information.
22335         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
22336         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
22337         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
22338         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
22339         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
22340         * sysdeps/unix/sysv/linux/powerpc/init-first.c
22341         (_libc_vdso_platform_setup): Initialize the signal trampolines.
22342         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
22343         sa_flags value.
22344         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
22345         interrupting a syscall and set with option SA_SIGINFO.
22346
22347 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
22348
22349         [BZ #15531]
22350         * math/s_cproj.c (__cproj): Only return an infinity if one part of
22351         argument is infinite.
22352         * math/s_cprojf.c (__cprojf): Likewise.
22353         * math/s_cprojl.c (__cprojl): Likewise.
22354         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
22355         * math/libm-test.inc (cproj_test_data): Add more tests.
22356
22357         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
22358
22359         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
22360         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
22361         size.  Use __ffs to determine corresponding shift.
22362
22363 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
22364             Roland McGrath  <roland@hack.frob.com>
22365
22366         * Makefile (INSTALL): Remove trailing blank lines from output of
22367         makeinfo.
22368
22369 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
22370
22371         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
22372         Align 32 bit compat elf_greg to 8 bytes.
22373
22374 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
22375
22376         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
22377
22378 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
22379
22380         * string/strcoll_l.c (coll_seq): New structure.
22381         (get_next_seq_cached): New function.
22382         (get_next_seq): New function.
22383         (do_compare): New function.
22384         (STRCOLL): Use GNU style definition.  Simplify implementation
22385         by using get_next_seq, get_next_seq_cached and do_compare.
22386
22387 2013-08-16  Florian Weimer  <fweimer@redhat.com>
22388
22389         [BZ #14699]
22390         CVE-2013-4237
22391         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
22392         member.
22393         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
22394         member.
22395         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
22396         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
22397         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
22398         conditional.
22399         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
22400         GETDENTS_64BIT_ALIGNED.
22401         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
22402         * manual/filesys.texi (Reading/Closing Directory): Document
22403         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
22404         strongly.
22405         * manual/conf.texi (Limits for Files): Add portability note to
22406         NAME_MAX, PATH_MAX.
22407         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
22408
22409 2013-08-13  Andreas Schwab  <schwab@suse.de>
22410
22411         [BZ #15749]
22412         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
22413         of fabs.
22414         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
22415         LDBL_MAX_EXP >= 16384]: Add tests for it.
22416
22417 2013-08-12  David S. Miller  <davem@davemloft.net>
22418
22419         * version.h (RELEASE): Set to "development".
22420         (VERSION): Set to "2.18.90".
22421         * NEWS: Add 2.19 section.
22422
22423 2013-08-03  David S. Miller  <davem@davemloft.net>
22424
22425         * po/ko.po: Update Korean translation from translation project.
22426
22427 2013-08-01  David S. Miller  <davem@davemloft.net>
22428
22429         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
22430         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
22431         Bilka.
22432
22433 2013-07-30  David S. Miller  <davem@davemloft.net>
22434
22435         * po/fr.po: Update French translation from translation project.
22436
22437 2013-07-28  David S. Miller  <davem@davemloft.net>
22438
22439         * po/cs.po: Update Czech translation from translation project.
22440
22441         * po/sv.po: Update Swedish translation from translation project.
22442
22443 2013-07-27  David S. Miller  <davem@davemloft.net>
22444
22445         * po/eo.po: Update Esperanto translation from translation project.
22446
22447         * po/vi.po: Update Vietnamese translation from translation project.
22448
22449         * po/de.po: Update German translation from translation project.
22450
22451 2013-07-26  David S. Miller  <davem@davemloft.net>
22452
22453         * po/bg.po: Update Bulgarian translation from translation project.
22454
22455         * po/nl.po: Update Dutch translation from translation project.
22456         * po/pl.po: Update Polish translation from translation project.
22457         * po/ru.po: Update Russian translation from translation project.
22458
22459 2013-07-24  David S. Miller  <davem@davemloft.net>
22460
22461         * po/libc.pot: Update.
22462
22463 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22464
22465         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
22466         variable page size.
22467         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
22468         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
22469         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
22470
22471 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
22472
22473         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
22474
22475 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
22476             Andreas Schwab  <schwab@suse.de>
22477             Roland McGrath  <roland@hack.frob.com>
22478             Joseph Myers  <joseph@codesourcery.com>
22479             Carlos O'Donell  <carlos@redhat.com>
22480
22481         [BZ #15755]
22482         * config.h.in: Define HAVE_PT_CHOWN.
22483         * config.make.in (build-pt-chown): New variable.
22484         * configure.in (--enable-pt_chown): New configure option.
22485         * configure: Regenerate.
22486         * login/Makefile: Include Makeconfig.  Build pt_chown only if
22487         build-pt-chown is enabled.
22488         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
22489         pt_chown to fix pty ownership.
22490         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
22491         CLOSE_ALL_FDS.
22492         * manual/install.texi (Configuring and compiling): Mention
22493         --enable-pt_chown. Add @findex for grantpt.
22494         * INSTALL: Regenerate.
22495
22496 2013-07-20  David S. Miller  <davem@davemloft.net>
22497
22498         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
22499         difference between 32-bit and 64-bit.
22500
22501 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
22502
22503         [BZ #15711]
22504         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
22505         Avoid system header dependency with -ffreestanding.
22506         ($(objpfx)bits/syscall%d): Likewise.
22507
22508 2013-07-13  David S. Miller  <davem@davemloft.net>
22509
22510         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
22511         underflows from atanl/atan2l due to bug 15319.
22512         (casinh_test_data): Likewise.
22513
22514 2013-07-07  David S. Miller  <davem@davemloft.net>
22515
22516         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
22517
22518 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
22519
22520         * sysdeps/i386/fpu/libm-test-ulps: Update.
22521         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22522
22523 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
22524
22525         * configure.in (--enable-lock-elision): Fix message text.
22526         * INSTALL: Regenerate.
22527         * configure: Regenerate.
22528
22529 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22530
22531         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22532
22533 2013-07-03  Andreas Jaeger  <aj@suse.de>
22534
22535         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
22536         define.
22537         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
22538         (ptrace_peeksiginfo_args): Add.
22539         (__ptrace_peeksiginfo_flags): Add.
22540         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
22541         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
22542         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
22543
22544 2013-07-03  Allan McRae  <allan@archlinux.org>
22545
22546         * sysdeps/i386/fpu/libm-test-ulps: Update.
22547
22548 2013-07-02  David S. Miller  <davem@davemloft.net>
22549
22550         * sysdeps/sparc/fpu/libm-test-ulps: Update.
22551
22552 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
22553
22554         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
22555
22556 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
22557
22558         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
22559         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22560
22561 2013-07-02  Andi Kleen <ak@linux.intel.com>
22562
22563         * config.h.in (ENABLE_LOCK_ELISION): Add.
22564         * configure.in (--enable-lock-elision): Add option.
22565         * manual/install.texi: Document --enable lock elision.
22566         * configure: Regenerate
22567         * INSTALL: Regenerate.
22568
22569 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
22570
22571         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
22572         SSE4.2 strcasecmp for libc.a.
22573         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
22574
22575 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
22576
22577         [BZ #13304]
22578         * soft-fp/op-common.h (_FP_FMA): New macro.
22579         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
22580         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
22581         (_FP_MUL_MEAT_1_imm): ... here.
22582         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
22583         (_FP_MUL_MEAT_1_wide): ... here.
22584         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
22585         (_FP_MUL_MEAT_1_hard): ... here.
22586         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
22587         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
22588         (_FP_MUL_MEAT_2_wide): ... here.
22589         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
22590         (_FP_MUL_MEAT_2_wide_3mul): ... here.
22591         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
22592         (_FP_MUL_MEAT_2_gmp): ... here.
22593         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
22594         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
22595         (_FP_MUL_MEAT_4_wide): ... here.
22596         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
22597         (_FP_MUL_MEAT_4_gmp): ... here.
22598         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
22599         (_FP_WFRACBITS_DW_S): Likewise.
22600         (_FP_WFRACXBITS_DW_S): Likewise.
22601         (_FP_HIGHBIT_DW_S): Likewise.
22602         (FP_FMA_S): Likewise.
22603         (_FP_FRAC_HIGH_DW_S): Likewise.
22604         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
22605         (_FP_WFRACBITS_DW_D): Likewise.
22606         (_FP_WFRACXBITS_DW_D): Likewise.
22607         (_FP_HIGHBIT_DW_D): Likewise.
22608         (FP_FMA_D): Likewise.
22609         (_FP_FRAC_HIGH_DW_D): Likewise.
22610         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
22611         (_FP_WFRACBITS_DW_E): Likewise.
22612         (_FP_WFRACXBITS_DW_E): Likewise.
22613         (_FP_HIGHBIT_DW_E): Likewise.
22614         (FP_FMA_E): Likewise.
22615         (_FP_FRAC_HIGH_DW_E): Likewise.
22616         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
22617         (_FP_WFRACBITS_DW_Q): Likewise.
22618         (_FP_WFRACXBITS_DW_Q): Likewise.
22619         (_FP_HIGHBIT_DW_Q): Likewise.
22620         (FP_FMA_Q): Likewise.
22621         (_FP_FRAC_HIGH_DW_Q): Likewise.
22622         * soft-fp/fmasf4.c: New file.
22623         * soft-fp/fmadf4.c: Likewise.
22624         * soft-fp/fmatf4.c: Likewise.
22625
22626 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22627
22628         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
22629         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
22630         Silvermont.
22631         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
22632         macro.
22633         (index_Slow_SSE4_2): Likewise.
22634         (index_Prefer_PMINUB_for_stringop): Likewise.
22635         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
22636         bit_Slow_SSE4_2 is set.
22637         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
22638         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
22639
22640 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22641
22642         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
22643         rtld_global._dl_hwcap2.
22644         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
22645         POWER8.
22646         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
22647         POWER8 feature descriptions defined in _dl_hwcap2.
22648         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
22649         string handling for POWER8 feature bits.
22650         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
22651         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
22652         _dl_powerpc_cap_flags.
22653         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
22654         * sysdeps/powerpc/rtld-global-offsets.sym
22655         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
22656         _dl_hwcap2 in the rtld_global_ro structure.
22657
22658 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22659
22660         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
22661         hardware capabilities in support of AT_HWCAP2.
22662         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
22663         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
22664         GLRO(dl_hwcap2).
22665         (_dl_show_auxv): Add support for calling _dl_procinfo to display
22666         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
22667         explicitly the unknown a_type display mechanism is used.
22668         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
22669         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
22670         struct member.
22671         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
22672         to macro prototype for AT_HWCAP2 support.
22673         * sysdeps/i386/dl-procinfo.h: Likewise.
22674         * sysdeps/s390/dl-procinfo.h: Likewise.
22675         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
22676         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
22677         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
22678         return -1 for unknown a_type display fallback.
22679         * sysdeps/sparc/dl-procinfo.h: Likewise.
22680         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
22681         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
22682
22683 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
22684
22685         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
22686         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
22687
22688 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
22689
22690         [BZ #12492]
22691         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
22692         mprotect making __stack_prot writable.
22693
22694 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
22695             Joseph Myers  <joseph@codesourcery.com>
22696
22697         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
22698         as being properly aligned.
22699
22700 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
22701
22702         * dlfcn/modstatic5.c: New file.
22703         * dlfcn/tststatic5.c: New file.
22704         * dlfcn/Makefile (tests): Add tststatic5.
22705         (tests-static): Likewise.
22706         (modules-names): Add modstatic5.
22707         (tststatic5-ENV): New variable.
22708         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
22709
22710         [BZ #15022]
22711         * elf/dl-support.c (_dl_main_map): New variable.
22712         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
22713         (_dl_nns, _dl_load_adds): Set to 1.
22714         (_dl_initial_searchlist): Refer to _dl_main_map.
22715         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
22716         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
22717         call to _dl_get_origin.
22718         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
22719         around call_map.
22720         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
22721         * dlfcn/modstatic3.c: New file.
22722         * dlfcn/tststatic3.c: New file.
22723         * dlfcn/tststatic4.c: New file.
22724         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
22725         (tests-static): Likewise.
22726         (modules-names): Add modstatic3.
22727         (tststatic3-ENV, tststatic4-ENV): New variables.
22728         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
22729         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
22730
22731 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
22732
22733         * configure.in (CC): Require GCC version 4.4 or later.
22734         * configure: Regenerated.
22735         * manual/install.texi (Tools for Compilation): Update GCC version
22736         requirement.
22737         * INSTALL: Regenerated.
22738
22739 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22740
22741         [BZ #15674]
22742         * string/test-memcmp.c (check2): New.
22743         (main): Call check2.
22744
22745         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
22746
22747 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
22748
22749         [BZ #15022]
22750         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
22751         over to...
22752         (dl_open_worker) [!SHARED]: ... here.
22753
22754 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22755
22756         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
22757
22758 2013-06-25  Richard Henderson  <rth@redhat.com>
22759
22760         * locale/programs/locarchive.c: Include <libc-internal.h>
22761
22762 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
22763
22764         * manual/texinfo.tex: Update to version 2013-06-21.17, with
22765         trailing whitespace removed.
22766
22767 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
22768
22769         [BZ #10283]
22770         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
22771         * locale/programs/locarchive.c: Include libc-mmap.h.
22772         (prepare_address_space): Take two new outputs (the mmap base and len).
22773         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
22774         values.
22775         (create_archive): Declare new mmap base and len values for
22776         prepare_address_space, and store the result in ah.
22777         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
22778         (enlarge_archive): If ah->mmap_base is not NULL, use that and
22779         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
22780         Declare new mmap base and len values for
22781         prepare_address_space, and store the result in new_ah.
22782         (open_archive): Declare new mmap base and len values for
22783         prepare_address_space, and store the result in ah.
22784         (close_archive): If ah->mmap_base is not NULL, use that and
22785         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
22786         * sysdeps/generic/libc-mmap.h: New file.
22787
22788 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
22789
22790         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
22791         (ALIGN_UP): Likewise.
22792         (PTR_ALIGN_DOWN): Likewise.
22793         (PTR_ALIGN_UP): Likewise.
22794
22795 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22796
22797         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
22798         entry mapped to PPC_PLATFORM_POWER8.
22799         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
22800         POWER8.
22801         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
22802         (_dl_string_platform): Add case for exporting platform position for
22803         POWER8.
22804         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
22805         search path to sysdeps/powerpc/powerpc32/power8 directory.
22806         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
22807         search path to sysdeps/powerpc/powerpc64/power8 directory.
22808         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
22809         power7 directories.
22810         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
22811         power7 directories.
22812
22813 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
22814
22815         * INSTALL: Regenerate.
22816
22817         * nscd/connections.c (nscd_init): Fix comment.
22818
22819 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
22820
22821         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
22822
22823         [BZ #15667]
22824         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
22825         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
22826
22827 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
22828
22829         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
22830         DL_DST_REQ_STATIC.
22831         (DL_DST_REQ_STATIC): Remove macro.
22832
22833 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
22834
22835         [BZ #7006]
22836         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
22837         with a shift of 0 bits.
22838
22839 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
22840
22841         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
22842         $(tststatic-ENV).
22843
22844 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
22845
22846         [BZ #15655]
22847         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
22848
22849 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22850
22851         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
22852         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
22853         accepts -fno-tree-loop-distribute-patterns.
22854         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
22855         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
22856         recursive call.
22857         * string/memset.c (memset): Likewise.
22858         * string/test-memmove.c (simple_memmove): Disable loop transformation
22859         to library calls.
22860         * string/test-memset.c (simple_memset): Likewise.
22861         * benchtests/bench-memmove.c (simple_memmove): Likewise.
22862         * benchtests/bench-memset.c (simple_memset): Likewise.
22863         * configure: Regenerated.
22864
22865 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
22866
22867         * math/test-misc.c (main): Ignore fesetround failure when failures
22868         of subsequent rounding tests would be ignored.
22869
22870         [BZ #15654]
22871         * math/fedisblxcpt.c (fedisableexcept): Return 0.
22872         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
22873         * math/fegetenv.c (__fegetenv): Return 0.
22874         * math/fegetexcept.c (fegetexcept): Return 0.
22875         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
22876         FE_TONEAREST.
22877         * math/feholdexcpt.c (feholdexcept): Return 0.
22878         * math/fesetenv.c (__fesetenv): Return 0.
22879         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
22880         argument FE_TONEAREST.
22881         * math/feupdateenv.c (__feupdateenv): Return 0.
22882         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
22883
22884 2013-06-18  Roland McGrath  <roland@hack.frob.com>
22885
22886         * elf/rtld-Rules (rtld-compile-command.S): New variable.
22887         (rtld-compile-command.s, rtld-compile-command.c): New variables.
22888         ($(objpfx)rtld-%.os rules): Use them.
22889
22890 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22891
22892         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
22893         fields.
22894
22895 2013-06-17  Roland McGrath  <roland@hack.frob.com>
22896
22897         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
22898         length of target pattern, then descending length of dependency pattern.
22899         * configure.in (AWK): Require gawk 3.1.2 or newer.
22900         * manual/install.texi (Tools for Compilation): Say that we do.
22901         * configure: Regenerated.
22902
22903         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
22904         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
22905         * scripts/sysd-rules.awk: ... this new script.
22906         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
22907         than a glob-style pattern.
22908
22909 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
22910
22911         * math/test-misc.c (main): Do not treat incorrectly rounded
22912         conversions as failure unless ROUNDING_TESTS passes.
22913
22914 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
22915
22916         [BZ #15631]
22917         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
22918         restore exception state around main square root computation, then
22919         check for inexactness explicitly.
22920
22921         * math/libm-test.inc (fma_test_data): Add another test.
22922
22923 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
22924
22925         * manual/threads.texi (Non-POSIX Extensions): New document
22926         node.  Document pthread_getattr_default_np and
22927         pthread_setattr_default_np.
22928
22929         * Versions.def (libpthread): Add GLIBC_2.18.
22930         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
22931         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
22932         Likewise.
22933         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
22934         Likewise.
22935         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
22936         Likewise.
22937         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
22938         Likewise.
22939         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
22940         Likewise.
22941         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
22942         Likewise.
22943         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
22944         Likewise.
22945         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
22946         Likewise.
22947         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
22948         Likewise.
22949
22950 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22951
22952         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
22953         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
22954
22955 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
22956             H.J. Lu  <hjl.tools@gmail.com>
22957
22958         [BZ #15627]
22959         * sysdeps/x86_64/rtld-memset.c: Remove file.
22960         * sysdeps/x86_64/rtld-memset.S: New file.
22961
22962 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
22963
22964         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
22965         (test_in_one_mode): Take arguments for whether the rounding mode
22966         is supported for each floating-point type.
22967         (do_test): Pass new arguments to test_in_one_mode using
22968         ROUNDING_TESTS.
22969
22970 2013-06-13  Roland McGrath  <roland@hack.frob.com>
22971
22972         * posix/tst-waitid.c (do_test): Distinguish different instances of
22973         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
22974         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
22975         before entering the kernel for waitpid.
22976
22977 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
22978
22979         * NEWS: Fix note on clock function precision.  Text by Roland
22980         McGrath.
22981
22982 2013-06-13  Roland McGrath  <roland@hack.frob.com>
22983
22984         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
22985         it into place only when and if the sanity check passes.
22986
22987 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
22988
22989         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
22990         output for whether conversion result is exact.  Take argument
22991         indicating whether type is IBM long double.
22992         (round_for_all): Change need_exact field to ibm_ld.
22993         * stdlib/tst-strtod-round.c (struct exactness): New type.
22994         (struct test): Change bool ld_ok field to struct exactness exact.
22995         (TEST): Update all definitions for change to field.
22996         (tests): Regenerate array contents.
22997         (test_in_one_mode): Take pointer to new field instead of old ld_ok
22998         field value.  Check for IBM long double here.
22999         (do_test): Update calls to test_in_one_mode.
23000
23001 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
23002
23003         [BZ #12515]
23004         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
23005         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
23006
23007 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23008
23009         [BZ #15605]
23010         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
23011         generated by the compiler on loop optimizations.
23012         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
23013         general definitions.
23014
23015 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
23016
23017         * math/bug-nextafter.c: Include <math-tests.h>.
23018         (main): Only test for exceptions if EXCEPTION_TESTS is true for
23019         the relevant type.
23020         * math/bug-nexttoward.c: Include <math-tests.h>.
23021         (main): Only test for exceptions if EXCEPTION_TESTS is true for
23022         the relevant type.
23023         * math/test-misc.c: Include <math-tests.h>.
23024         (main): Only test for exceptions if EXCEPTION_TESTS is true for
23025         the relevant type.
23026
23027 2013-06-12  Andreas Jaeger  <aj@suse.de>
23028
23029         * po/ia.po: Update Interlingua translation from translation
23030         project.
23031
23032 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
23033
23034         * include/fenv.h: Include stdbool.h.
23035         (struct rm_ctx): New structure.
23036         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
23037         Define macro.
23038         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
23039         (SET_RESTORE_ROUNDF): Likewise.
23040         (SET_RESTORE_ROUNDL): Likewise.
23041         (SET_RESTORE_ROUND_NOEX): Likewise.
23042         (SET_RESTORE_ROUND_NOEXF): Likewise.
23043         (SET_RESTORE_ROUND_NOEXL): Likewise.
23044         (SET_RESTORE_ROUND_53BIT): Likewise.
23045         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
23046         (libc_feresetround_noexf_ctx): Likewise.
23047         (libc_feresetround_noexl_ctx): Likewise.
23048         (libc_feholdsetround_53bit_ctx): Likewise.
23049         (libc_feresetround_53bit_ctx): Likewise.
23050         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
23051         (libc_feholdexcept_setround_sse_ctx): New function.
23052         (libc_fesetenv_sse_ctx): Likewise.
23053         (libc_feupdateenv_sse_ctx): Likewise.
23054         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
23055         (libc_feholdexcept_setround_387_ctx): Likewise.
23056         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
23057         (libc_feholdsetround_387_prec_ctx): Likewise.
23058         (libc_feholdsetround_387_ctx): Likewise.
23059         (libc_feholdsetround_387_53bit_ctx): Likewise.
23060         (libc_feholdsetround_sse_ctx): Likewise.
23061         (libc_feresetround_sse_ctx): Likewise.
23062         (libc_feresetround_387_ctx): Likewise.
23063         (libc_feupdateenv_387_ctx): Likewise.
23064         (libc_feholdexcept_setroundf_ctx): Define macro.
23065         (libc_fesetenvf_ctx): Likewise.
23066         (libc_feupdateenvf_ctx): Likewise.
23067         (libc_feholdsetroundf_ctx): Likewise.
23068         (libc_feresetroundf_ctx): Likewise.
23069         (libc_feholdexcept_setround_ctx): Likewise.
23070         (libc_fesetenv_ctx): Likewise.
23071         (libc_feupdateenv_ctx): Likewise.
23072         (libc_feholdsetround_ctx): Likewise.
23073         (libc_feresetround_ctx): Likewise.
23074         (libc_feholdexcept_setroundl_ctx): Likewise.
23075         (libc_feupdateenvl_ctx): Likewise.
23076         (libc_feholdsetroundl_ctx): Likewise.
23077         (libc_feresetroundl_ctx): Likewise.
23078         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
23079         (libc_feresetround_53bit_ctx): Likewise.
23080
23081 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
23082
23083         * locale/iso-639.def: Convert to UTF-8.
23084
23085 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
23086
23087         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
23088         (EXCEPTION_TESTS_double): Likewise.
23089         (EXCEPTION_TESTS_long_double): Likewise.
23090         (EXCEPTION_TESTS): Likewise.
23091         * math/libm-test.inc (test_exceptions): Only test exceptions if
23092         EXCEPTION_TESTS (FLOAT).
23093
23094 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
23095
23096         * benchtests/Makefile (string-bench): Add strcpy_chk and
23097         stpcpy_chk.
23098         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
23099         * benchtests/bench-stpcpy_chk.c: New file.
23100         * benchtests/bench-strcpy_chk-ifunc.c: New file.
23101         * benchtests/bench-strcpy_chk.c: New file.
23102         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
23103         code.
23104         (do_test): Likewise.
23105
23106 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
23107
23108         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
23109         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
23110         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
23111         with tabs where appropriate.
23112         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
23113         dl-procinfo.h.
23114         [PPC_PLATFORM_PPC440]: Likewise.
23115         [PPC_PLATFORM_PPC464]: Likewise.
23116         [PPC_PLATFORM_PPC476]: Likewise.
23117         (_dl_string_platform): Add support for detecting ppc405, ppc440,
23118         ppc464, and ppc476 platform strings merging from ports/
23119         dl-procinfo.h.
23120
23121 2013-06-11  Andreas Schwab  <schwab@suse.de>
23122
23123         [BZ #14991]
23124         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
23125         (from_ucs4_idx): Regenerate.
23126         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
23127         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
23128         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
23129         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
23130         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
23131         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
23132         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
23133         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
23134         from FROM_LOOP and TO_LOOP specific macros.
23135         (BODY): Handle combining characters.
23136         * iconvdata/BIG5HKSCS.irreversible: Update.
23137         * iconvdata/BIG5HKSCS.precomposed: New file.
23138         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
23139         characters.
23140         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
23141
23142 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
23143
23144         * include/sys/time.h: Fix indentation and add copyright header.
23145
23146         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
23147         (do_test): Likewise.
23148         * string/test-memchr.c (do_one_test): Likewise.
23149         (do_test): Likewise.
23150         * string/test-memcmp.c (do_one_test): Likewise.
23151         (do_test): Likewise.
23152         * string/test-memcpy.c (do_one_test): Likewise.
23153         (do_test): Likewise.
23154         * string/test-memmem.c (do_one_test): Likewise.
23155         (do_test): Likewise.
23156         (do_random_tests): Likewise.
23157         * string/test-memmove.c (do_one_test): Likewise.
23158         (do_test): Likewise.
23159         * string/test-memset.c (do_one_test): Likewise.
23160         (do_test): Likewise.
23161         * string/test-rawmemchr.c (do_one_test): Likewise.
23162         (do_test): Likewise.
23163         * string/test-strcasecmp.c (do_one_test): Likewise.
23164         (do_test): Likewise.
23165         * string/test-strcasestr.c (do_one_test): Likewise.
23166         (do_test): Likewise.
23167         * string/test-strcat.c (do_one_test): Likewise.
23168         (do_test): Likewise.
23169         * string/test-strchr.c (do_one_test): Likewise.
23170         (do_test): Likewise.
23171         * string/test-strcmp.c (do_one_test): Likewise.
23172         (do_test): Likewise.
23173         * string/test-strcpy.c (do_one_test): Likewise.
23174         (do_test): Likewise.
23175         * string/test-string.h: Likewise.
23176         (test_init): Likewise.
23177         * string/test-strlen.c (do_one_test): Likewise.
23178         (do_test): Likewise.
23179         * string/test-strncasecmp.c (do_one_test): Likewise.
23180         (do_test): Likewise.
23181         * string/test-strncat.c (do_one_test): Likewise.
23182         (do_test): Likewise.
23183         * string/test-strncmp.c (do_one_test): Likewise.
23184         (do_test_limit): Likewise.
23185         (do_test): Likewise.
23186         * string/test-strncpy.c (do_one_test): Likewise.
23187         (do_test): Likewise.
23188         * string/test-strnlen.c (do_one_test): Likewise.
23189         (do_test): Likewise.
23190         * string/test-strpbrk.c (do_one_test): Likewise.
23191         (do_test): Likewise.
23192         * string/test-strrchr.c (do_one_test): Likewise.
23193         (do_test): Likewise.
23194         * string/test-strspn.c (do_one_test): Likewise.
23195         (do_test): Likewise.
23196         * string/test-strstr.c (do_one_test): Likewise.
23197         (do_test): Likewise.
23198
23199         * benchtests/Makefile (string-bench): Add string benchmarks.
23200         * benchtests/bench-bcopy-ifunc.c: New file.
23201         * benchtests/bench-bcopy.c: New file.
23202         * benchtests/bench-bzero-ifunc.c: New file.
23203         * benchtests/bench-bzero.c: New file.
23204         * benchtests/bench-memccpy-ifunc.c: New file.
23205         * benchtests/bench-memccpy.c: New file.
23206         * benchtests/bench-memchr-ifunc.c: New file.
23207         * benchtests/bench-memchr.c: New file.
23208         * benchtests/bench-memcmp-ifunc.c: New file.
23209         * benchtests/bench-memcmp.c: New file.
23210         * benchtests/bench-memmem-ifunc.c: New file.
23211         * benchtests/bench-memmem.c: New file.
23212         * benchtests/bench-memmove-ifunc.c: New file.
23213         * benchtests/bench-memmove.c: New file.
23214         * benchtests/bench-mempcpy-ifunc.c: New file.
23215         * benchtests/bench-mempcpy.c: New file.
23216         * benchtests/bench-memset-ifunc.c: New file.
23217         * benchtests/bench-memset.c: New file.
23218         * benchtests/bench-rawmemchr-ifunc.c: New file.
23219         * benchtests/bench-rawmemchr.c: New file.
23220         * benchtests/bench-stpcpy-ifunc.c: New file.
23221         * benchtests/bench-stpcpy.c: New file.
23222         * benchtests/bench-stpncpy-ifunc.c: New file.
23223         * benchtests/bench-stpncpy.c: New file.
23224         * benchtests/bench-strcasecmp-ifunc.c: New file.
23225         * benchtests/bench-strcasecmp.c: New file.
23226         * benchtests/bench-strcasestr-ifunc.c: New file.
23227         * benchtests/bench-strcasestr.c: New file.
23228         * benchtests/bench-strcat-ifunc.c: New file.
23229         * benchtests/bench-strcat.c: New file.
23230         * benchtests/bench-strchr-ifunc.c: New file.
23231         * benchtests/bench-strchr.c: New file.
23232         * benchtests/bench-strchrnul-ifunc.c: New file.
23233         * benchtests/bench-strchrnul.c: New file.
23234         * benchtests/bench-strcmp-ifunc.c: New file.
23235         * benchtests/bench-strcmp.c: New file.
23236         * benchtests/bench-strcpy-ifunc.c: New file.
23237         * benchtests/bench-strcpy.c: New file.
23238         * benchtests/bench-strcspn-ifunc.c: New file.
23239         * benchtests/bench-strcspn.c: New file.
23240         * benchtests/bench-strlen-ifunc.c: New file.
23241         * benchtests/bench-strlen.c: New file.
23242         * benchtests/bench-strncasecmp-ifunc.c: New file.
23243         * benchtests/bench-strncasecmp.c: New file.
23244         * benchtests/bench-strncat-ifunc.c: New file.
23245         * benchtests/bench-strncat.c: New file.
23246         * benchtests/bench-strncmp-ifunc.c: New file.
23247         * benchtests/bench-strncmp.c: New file.
23248         * benchtests/bench-strncpy-ifunc.c: New file.
23249         * benchtests/bench-strncpy.c: New file.
23250         * benchtests/bench-strnlen-ifunc.c: New file.
23251         * benchtests/bench-strnlen.c: New file.
23252         * benchtests/bench-strpbrk-ifunc.c: New file.
23253         * benchtests/bench-strpbrk.c: New file.
23254         * benchtests/bench-strrchr-ifunc.c: New file.
23255         * benchtests/bench-strrchr.c: New file.
23256         * benchtests/bench-strspn-ifunc.c: New file.
23257         * benchtests/bench-strspn.c: New file.
23258         * benchtests/bench-strstr-ifunc.c: New file.
23259         * benchtests/bench-strstr.c: New file.
23260
23261         * benchtests/Makefile: Disable parallel execution of targets.
23262         (string-bench): Add memcpy.
23263         (benchset): New variable to store a list of benchmark sets.
23264         (bench-func): Renamed from bench.
23265         (bench-set): New target.
23266         (bench): Depend on bench-func and bench-set.
23267         * benchtests/README: Add section on benchmark sets.
23268         * benchtests/bench-memcpy-ifunc.c: New file.
23269         * benchtests/bench-memcpy.c: New file.
23270         * benchtests/bench-string.h: New file.
23271
23272 2013-06-11  Andreas Schwab  <schwab@suse.de>
23273
23274         [BZ #15577]
23275         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
23276         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
23277         values in the triple.
23278         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
23279         terminator in the group key.
23280
23281 2013-06-11  Andreas Jaeger  <aj@suse.de>
23282
23283         * po/zh_TW.po: Update Chinese (traditional) translation from
23284         translation project.
23285
23286 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
23287
23288         * include/time.h (__clock_gettime): Add libc_hidden_proto.
23289         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
23290         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
23291         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
23292         (clock_getcpuclockid): Likewise.
23293         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
23294         Add weak_alias and libc_hidden_def.
23295         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
23296         * rt/clock_gettime.c (clock_gettime): Rename to
23297         __clock_gettime.  Add weak_alias and libc_hidden_def.
23298         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
23299         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
23300         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
23301         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
23302         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
23303         Likewise.
23304         * rt/clock_settime.c (clock_settime): Rename to
23305         __clock_settime.  Add weak_alias and libc_hidden_def.
23306         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
23307
23308 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
23309
23310         * mach/err_boot.sub: Remove trailing whitespace.
23311         * mach/err_ipc.sub: Likewise.
23312         * mach/err_mach.sub: Likewise.
23313
23314         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
23315         (ROUNDING_TESTS_double): Likewise.
23316         (ROUNDING_TESTS_long_double): Likewise.
23317         (ROUNDING_TESTS): Likewise.
23318         * math/libm-test.inc: Include <math-tests.h>.
23319         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
23320         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
23321         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
23322         (IF_ROUND_INIT_FE_UPWARD): Likewise.
23323
23324 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
23325
23326         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
23327         of assigning.
23328
23329 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
23330
23331         * sysdeps/gnu/errlist.awk: Do not generate space at end of
23332         otherwise empty TRANS lines.
23333         * sysdeps/gnu/errlist.c: Regenerated.
23334
23335         * catgets/gencat.c (error_print): Use (void) in function
23336         definition.
23337         * crypt/crypt_util.c (__init_des): Likewise.
23338         * crypt/speeds.c (Stop): Likewise.
23339         (main): Likewise.
23340         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
23341         * inet/ruserpass.c (token): Likewise.
23342         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
23343         * intl/localealias.c (extend_alias_table): Likewise.
23344         * intl/plural-exp.c (init_germanic_plural): Likewise.
23345         * libio/fcloseall.c (__fcloseall): Likewise.
23346         * libio/genops.c (_IO_flush_all): Likewise.
23347         (_IO_flush_all_linebuffered): Likewise.
23348         (_IO_cleanup): Likewise.
23349         (_IO_iter_begin): Likewise.
23350         (_IO_iter_end): Likewise.
23351         (_IO_list_lock): Likewise.
23352         (_IO_list_unlock): Likewise.
23353         (_IO_list_resetlock): Likewise.
23354         * libio/getchar.c (getchar): Likewise.
23355         * libio/getchar_u.c (getchar_unlocked): Likewise.
23356         * libio/getwchar.c (getwchar): Likewise.
23357         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
23358         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
23359         * login/getpt.c (__getpt): Likewise.
23360         * login/tst-utmp.c (main): Likewise.
23361         * malloc/hooks.c (__malloc_check_init): Likewise.
23362         * malloc/malloc.c (__malloc_stats): Likewise.
23363         * malloc/mtrace.c (tr_break): Likewise.
23364         (mtrace): Likewise.
23365         (muntrace): Likewise.
23366         * misc/fstab.c (endfsent): Likewise.
23367         * misc/getclktck.c (__getclktck): Likewise.
23368         * misc/getdtsz.c (__getdtablesize): Likewise.
23369         * misc/gethostid.c (gethostid): Likewise.
23370         * misc/getpagesize.c (__getpagesize): Likewise.
23371         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
23372         (__get_nprocs): Likewise.
23373         (__get_phys_pages): Likewise.
23374         (__get_avphys_pages): Likewise.
23375         * misc/getttyent.c (getttyent): Likewise.
23376         (setttyent): Likewise.
23377         (endttyent): Likewise.
23378         * misc/getusershell.c (getusershell): Likewise.
23379         (endusershell): Likewise.
23380         (setusershell): Likewise.
23381         (initshells): Likewise.
23382         * misc/hsearch.c (__hdestroy): Likewise.
23383         * misc/sync.c (sync): Likewise.
23384         * misc/syslog.c (closelog_internal): Likewise.
23385         (closelog): Likewise.
23386         * misc/ttyslot.c (ttyslot): Likewise.
23387         * misc/vhangup.c (vhangup): Likewise.
23388         * posix/fork.c (__fork): Likewise.
23389         * posix/getegid.c (__getegid): Likewise.
23390         * posix/geteuid.c (__geteuid): Likewise.
23391         * posix/getgid.c (__getgid): Likewise.
23392         * posix/getpid.c (__getpid): Likewise.
23393         * posix/getppid.c (__getppid): Likewise.
23394         * posix/getuid.c (__getuid): Likewise.
23395         * posix/pause.c (pause): Likewise.
23396         * posix/setpgrp.c (setpgrp): Likewise.
23397         * posix/setsid.c (__setsid): Likewise.
23398         * posix/test-vfork.c (noop): Likewise.
23399         * resolv/gethnamaddr.c (_endhtent): Likewise.
23400         (_gethtent): Likewise.
23401         (ht_endhostent): Likewise.
23402         (gethostent): Likewise.
23403         (dns_service): Likewise.
23404         * stdlib/drand48.c (drand48): Likewise.
23405         * stdlib/lrand48.c (lrand48): Likewise.
23406         * stdlib/mrand48.c (mrand48): Likewise.
23407         * stdlib/rand.c (rand): Likewise.
23408         * stdlib/random.c (__random): Likewise.
23409         * stdlib/setenv.c (clearenv): Likewise.
23410         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
23411         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
23412         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
23413         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
23414         (__get_nprocs): Likewise.
23415         (__get_phys_pages): Likewise.
23416         (__get_avphys_pages): Likewise.
23417         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
23418         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
23419         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
23420         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
23421         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
23422         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
23423         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
23424         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
23425         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
23426         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
23427         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
23428         * sysdeps/mach/hurd/sync.c (sync): Likewise.
23429         * sysdeps/posix/clock.c (clock): Likewise.
23430         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
23431         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
23432         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
23433         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
23434         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
23435         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
23436         (__get_nprocs_conf): Likewise.
23437         (__get_phys_pages): Likewise.
23438         (__get_avphys_pages): Likewise.
23439         * time/clock.c (clock): Likewise.
23440         * time/tzset.c (__tzname_max): Likewise.
23441
23442 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
23443
23444         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
23445         (__bswap_32): Do not use "register".
23446         * crypt/crypt.c (_ufc_doit_r): Likewise.
23447         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
23448         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
23449         * gmon/gmon.c (__monstartup): Likewise.
23450         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
23451         * hurd/hurdmalloc.c (more_memory): Likewise.
23452         (malloc): Likewise.
23453         (free): Likewise.
23454         (realloc): Likewise.
23455         (malloc_fork_prepare): Likewise.
23456         (malloc_fork_parent): Likewise.
23457         (malloc_fork_child): Likewise.
23458         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
23459         (_svcauth_des): Likewise.
23460         * inet/inet_lnaof.c (inet_lnaof): Likewise.
23461         * inet/inet_net.c (inet_network): Likewise.
23462         * inet/inet_netof.c (inet_netof): Likewise.
23463         * inet/rcmd.c (__validuser2_sa): Likewise.
23464         * io/fts.c (fts_open): Likewise.
23465         (fts_load): Likewise.
23466         (fts_close): Likewise.
23467         (fts_read): Likewise.
23468         (fts_children): Likewise.
23469         (fts_build): Likewise.
23470         (fts_stat): Likewise.
23471         (fts_sort): Likewise.
23472         (fts_alloc): Likewise.
23473         (fts_lfree): Likewise.
23474         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
23475         (_IO_file_xsgetn): Likewise.
23476         (_IO_file_xsgetn_mmap): Likewise.
23477         * libio/iofopncook.c (_IO_cookie_read): Likewise.
23478         (_IO_cookie_write): Likewise.
23479         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
23480         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
23481         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
23482         * malloc/obstack.c (_obstack_begin): Likewise.
23483         (_obstack_begin_1): Likewise.
23484         (_obstack_newchunk): Likewise.
23485         (_obstack_allocated_p): Likewise.
23486         (obstack_free): Likewise.
23487         (_obstack_memory_used): Likewise.
23488         * misc/getttyent.c (getttynam): Likewise.
23489         (getttyent): Likewise.
23490         (skip): Likewise.
23491         (value): Likewise.
23492         * misc/getusershell.c (initshells): Likewise.
23493         * misc/syslog.c (__vsyslog_chk): Likewise.
23494         * misc/ttyslot.c (ttyslot): Likewise.
23495         * nis/nis_hash.c (__nis_hash): Likewise.
23496         * posix/fnmatch_loop.c (FCT): Likewise.
23497         * posix/getconf.c (print_all): Likewise.
23498         (main): Likewise.
23499         * posix/getopt.c (exchange): Likewise.
23500         * posix/glob.c (globfree): Likewise.
23501         (prefix_array): Likewise.
23502         (__glob_pattern_type): Likewise.
23503         * resolv/arpa/nameser.h (NS_GET16): Likewise.
23504         (NS_GET32): Likewise.
23505         (NS_PUT16): Likewise.
23506         (NS_PUT32): Likewise.
23507         * resolv/gethnamaddr.c (getanswer): Likewise.
23508         (gethostbyname2): Likewise.
23509         (gethostbyaddr): Likewise.
23510         (_gethtent): Likewise.
23511         (_gethtbyname2): Likewise.
23512         (_gethtbyaddr): Likewise.
23513         * resolv/ns_print.c (dst_s_get_int16): Likewise.
23514         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
23515         * resolv/res_init.c (__res_vinit): Likewise.
23516         (net_mask): Likewise.
23517         * resolv/res_mkquery.c (outchar): Likewise.
23518         (PRINT): Likewise.
23519         * stdio-common/printf_fp.c (outchar): Likewise.
23520         (PRINT): Likewise.
23521         * stdio-common/printf_fphex.c (outchar): Likewise.
23522         (PRINT): Likewise.
23523         * stdio-common/printf_size.c (outchar): Likewise.
23524         (PRINT): Likewise.
23525         * stdio-common/test_rdwr.c (main): Likewise.
23526         * stdio-common/tfformat.c (matches): Likewise.
23527         * stdio-common/vfprintf.c (outchar): Likewise.
23528         (printf_unknown): Likewise.
23529         (buffered_vfprintf): Likewise.
23530         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
23531         * stdio-common/xbug.c (AppendToBuffer): Likewise.
23532         (ReadFile): Likewise.
23533         * stdlib/qsort.c (SWAP): Likewise.
23534         (_quicksort): Likewise.
23535         * stdlib/setenv.c (__add_to_environ): Likewise.
23536         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
23537         * stdlib/strtol_l.c (__strtol_l): Likewise.
23538         * stdlib/tst-strtod.c (main): Likewise.
23539         * stdlib/tst-strtol.c (main): Likewise.
23540         * stdlib/tst-strtoll.c (main): Likewise.
23541         * string/bits/string2.h (__strcmp_cc): Likewise.
23542         (__strcmp_cg): Likewise.
23543         (__strcspn_c1): Likewise.
23544         (__strcspn_c2): Likewise.
23545         (__strcspn_c3): Likewise.
23546         (__strspn_c1): Likewise.
23547         (__strspn_c2): Likewise.
23548         (__strspn_c3): Likewise.
23549         (__strsep_1c): Likewise.
23550         (__strsep_2c): Likewise.
23551         (__strsep_3c): Likewise.
23552         * string/memccpy.c (__memccpy): Likewise.
23553         * string/stpcpy.c (__stpcpy): Likewise.
23554         * string/strcmp.c (strcmp): Likewise.
23555         * string/strrchr.c (strrchr): Likewise.
23556         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
23557         Likewise.
23558         * sysdeps/mach/hurd/getcwd.c
23559         (_hurd_canonicalize_directory_name_internal): Likewise.
23560         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
23561         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
23562         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
23563         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
23564         Likewise, in both definitions.
23565         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
23566         definitions.
23567         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
23568         64] (__bswap_64): Likewise.
23569         * time/test_time.c (main): Likewise.
23570         * time/tzfile.c (__tzfile_read): Likewise.
23571         (__tzfile_compute): Likewise.
23572         * time/tzset.c (__tzset_parse_tz): Likewise.
23573         (tzset_internal): Likewise.
23574         (compute_change): Likewise.
23575         * wcsmbs/wcscat.c (__wcscat): Likewise.
23576         * wcsmbs/wcschr.c (wcschr): Likewise.
23577         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
23578         * wcsmbs/wcscspn.c (wcscspn): Likewise.
23579         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
23580         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
23581         * wcsmbs/wcsspn.c (wcsspn): Likewise.
23582         * wcsmbs/wcsstr.c (wcsstr): Likewise.
23583         * wcsmbs/wmemchr.c (wmemchr): Likewise.
23584         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
23585         * wcsmbs/wmemset.c (wmemset): Likewise.
23586
23587 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
23588
23589         * scripts/config.guess: Update to version 2013-05-16.
23590         * scripts/config.sub: Update to version 2013-04-24.
23591         * scripts/install-sh: Update to version 2011-11-20.07.
23592         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
23593         * scripts/move-if-change: Update to version 2012-01-06 07:23.
23594
23595 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
23596
23597         * debug/fgetws_u_chk.c: Fix leading whitespaces.
23598         * elf/sln.c: Likewise.
23599         * hurd/hurd/ioctl.h: Likewise.
23600         * hurd/hurdmalloc.c: Likewise.
23601         * hurd/xattr.c: Likewise.
23602         * include/shlib-compat.h: Likewise.
23603         * inet/ruserpass.c: Likewise.
23604         * libio/iofgets_u.c: Likewise.
23605         * libio/iofgetws_u.c: Likewise.
23606         * locale/programs/ld-identification.c: Likewise.
23607         * locale/programs/ld-time.c: Likewise.
23608         * mach/msg-destroy.c: Likewise.
23609         * nss/nss_files/files-netgrp.c: Likewise.
23610         * resolv/res_data.c: Likewise.
23611         * soft-fp/op-1.h: Likewise.
23612         * soft-fp/op-2.h: Likewise.
23613         * soft-fp/op-4.h: Likewise.
23614         * soft-fp/op-common.h: Likewise.
23615         * stdio-common/printf_fphex.c: Likewise.
23616         * stdlib/strtod_l.c: Likewise.
23617         * sunrpc/rpc/clnt.h: Likewise.
23618         * sysdeps/generic/framestate.c: Likewise.
23619         * sysdeps/i386/bsd-_setjmp.S: Likewise.
23620         * sysdeps/i386/bsd-setjmp.S: Likewise.
23621         * sysdeps/i386/__longjmp.S: Likewise.
23622         * sysdeps/i386/setjmp.S: Likewise.
23623         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
23624         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
23625         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
23626         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
23627         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
23628         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
23629         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
23630         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
23631         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
23632         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
23633         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
23634         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
23635         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
23636         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
23637         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
23638         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
23639         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
23640         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
23641         * sysdeps/ieee754/support.c: Likewise.
23642         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
23643         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
23644         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
23645         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
23646         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
23647         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
23648         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
23649         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
23650         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
23651         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
23652         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
23653         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
23654         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
23655         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
23656         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
23657         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
23658         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
23659         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
23660
23661 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
23662
23663         * posix/transbug.c: Remove executable mode.
23664
23665 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
23666
23667         * crypt/speeds.c: Remove trailing whitespace.
23668         * dlfcn/default.c: Likewise.
23669         * elf/ifuncdep2.c: Likewise.
23670         * elf/ifuncmain1.c: Likewise.
23671         * elf/ifuncmain1vis.c: Likewise.
23672         * elf/testobj.h: Likewise.
23673         * elf/tst-stackguard1.c: Likewise.
23674         * gmon/sys/gmon.h: Likewise.
23675         * hurd/hurdmsg.c: Likewise.
23676         * hurd/new-fd.c: Likewise.
23677         * hurd/ports-get.c: Likewise.
23678         * iconvdata/ibm1008_420.c: Likewise.
23679         * inet/tst-getni1.c: Likewise.
23680         * inet/tst-getni2.c: Likewise.
23681         * libio/ioungetc.c: Likewise.
23682         * libio/wfiledoalloc.c: Likewise.
23683         * manual/libm-err-tab.pl: Likewise.
23684         * math/w_dremf.c: Likewise.
23685         * misc/ftruncate.c: Likewise.
23686         * posix/bug-glob2.c: Likewise.
23687         * posix/tst-pcre.c: Likewise.
23688         * posix/wait4.c: Likewise.
23689         * resolv/README: Likewise.
23690         * resolv/res_debug.h: Likewise.
23691         * resolv/tst-inet_ntop.c: Likewise.
23692         * setjmp/bug269-setjmp.c: Likewise.
23693         * soft-fp/extended.h: Likewise.
23694         * soft-fp/op-1.h: Likewise.
23695         * soft-fp/op-2.h: Likewise.
23696         * soft-fp/op-4.h: Likewise.
23697         * soft-fp/op-8.h: Likewise.
23698         * soft-fp/testit.c: Likewise.
23699         * stdio-common/bug16.c: Likewise.
23700         * stdlib/random.c: Likewise.
23701         * sunrpc/rpcsvc/rquota.x: Likewise.
23702         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
23703         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
23704         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
23705         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
23706         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
23707         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
23708         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
23709         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
23710         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
23711         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
23712         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
23713         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
23714         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
23715         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
23716         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
23717         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
23718         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
23719         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
23720         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
23721         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
23722         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
23723         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
23724         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
23725         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
23726         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
23727         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
23728         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
23729         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
23730         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
23731         * sysdeps/ieee754/s_lib_version.c: Likewise.
23732         * sysdeps/mach/hurd/check_fds.c: Likewise.
23733         * sysdeps/mach/hurd/getsockname.c: Likewise.
23734         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
23735         * sysdeps/mach/hurd/recvfrom.c: Likewise.
23736         * sysdeps/powerpc/bits/link.h: Likewise.
23737         * sysdeps/powerpc/dl-procinfo.c: Likewise.
23738         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
23739         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
23740         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
23741         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
23742         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
23743         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
23744         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
23745         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
23746         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
23747         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
23748         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
23749         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
23750         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
23751         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
23752         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
23753         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
23754         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
23755         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
23756         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
23757         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
23758         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
23759         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
23760         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
23761         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
23762         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
23763         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
23764         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
23765         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
23766         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
23767         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
23768         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
23769         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
23770         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
23771         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
23772         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
23773         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
23774         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
23775         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
23776         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
23777         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
23778         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
23779         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
23780         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
23781         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
23782         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
23783         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
23784         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
23785         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
23786         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
23787         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
23788         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
23789         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
23790         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
23791         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
23792         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
23793         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
23794         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
23795         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
23796         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
23797         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
23798         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
23799         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
23800         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
23801         * sysdeps/powerpc/sysdep.h: Likewise.
23802         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
23803         * sysdeps/s390/s390-64/sub_n.S: Likewise.
23804         * sysdeps/sh/dl-trampoline.S: Likewise.
23805         * sysdeps/sh/memset.S: Likewise.
23806         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
23807         * sysdeps/sh/strlen.S: Likewise.
23808         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
23809         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
23810         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
23811         * sysdeps/sparc/sparc32/rem.S: Likewise.
23812         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
23813         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
23814         * sysdeps/sparc/sparc32/strchr.S: Likewise.
23815         * sysdeps/sparc/sparc32/udiv.S: Likewise.
23816         * sysdeps/sparc/sparc32/urem.S: Likewise.
23817         * sysdeps/sparc/sparc64/add_n.S: Likewise.
23818         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
23819         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
23820         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
23821         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
23822         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
23823         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
23824         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
23825         * sysdeps/unix/bsd/times.c: Likewise.
23826         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
23827         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
23828         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
23829         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
23830         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
23831         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
23832         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
23833         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
23834         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
23835         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
23836         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
23837         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
23838         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
23839         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
23840         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
23841         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
23842         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
23843         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
23844         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
23845         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
23846         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
23847         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
23848         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
23849         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
23850         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
23851         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
23852         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
23853         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
23854         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
23855         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
23856         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
23857         * sysdeps/x86_64/strcspn.S: Likewise.
23858
23859 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
23860
23861         * locale/C-translit.h: Revert #include <stdint.h> because this is a
23862         generated file.  Regenerate properly from gen-translit.pl.
23863         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
23864         locale/C-translit.h.
23865
23866 2013-06-05  Andreas Schwab  <schwab@suse.de>
23867
23868         [BZ #15100]
23869         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
23870         week as 6 instead of -1.
23871         * time/tst-strptime.c (day_tests): Add test case.
23872
23873 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
23874
23875         * sysdeps/generic/math_private.h
23876         (libc_feholdexcept_setround_53bit): Replace with
23877         libc_feholdsetround_53bit.
23878         (libc_feupdateenv_53bit): Replace with
23879         libc_feresetround_53bit.
23880         (SET_RESTORE_ROUND_53BIT): Adjust.
23881
23882 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
23883
23884         * string/test-strchrnul.c: Add copyright header.
23885
23886         * posix/tst-getaddrinfo4.c: Increase test timeout.
23887
23888 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
23889
23890         [BZ #15536]
23891         * math/libm-test.inc (MAX_EXP): Remove
23892         (MIN_EXP): Define.
23893         (ulp): Use MIN_EXP - MANT_DIG.
23894         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
23895
23896 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
23897
23898         * po/be.po: Revert last change.
23899         * po/zh_CN.po: Likewise.
23900         * po/header.pot: Likewise.
23901
23902 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
23903
23904         * Makefile ($(common-objpfx)linkobj/libc.so): Define
23905         link-libc-deps to empty as target-specific variable.
23906         * Makerules (link-libc-args): New variable.
23907         (libc-for-link): Likewise.
23908         (link-libc-deps): Likewise.
23909         (lib%.so): Depend on $(link-libc-deps).  Link with
23910         $(link-libc-args).
23911         (build-module): Link with $(link-libc-args).
23912         (build-module-asneeded): Likewise.
23913         (build-module-helper-objlist): Filter out $(link-libc-deps) from
23914         list of objects.
23915         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
23916         target-specific variable.
23917         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
23918         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
23919         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
23920         libc.
23921         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
23922         libc and ld.so.
23923         ($(objpfx)libpcprofile.so): Likewise.
23924         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
23925         libc_nonshared.a.
23926         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
23927         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
23928         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
23929         $(link-libc-deps).
23930         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
23931         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
23932         * login/Makefile ($(objpfx)libutil.so): Likewise.
23933         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
23934         * math/Makefile ($(objpfx)libm.so): Likewise.
23935         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
23936         $(objpfx)libnsl.so): Define libc-for-link as target-specific
23937         variable instead of depending directly on libc.
23938         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
23939         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
23940         $(link-libc-deps).
23941         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
23942         libc.
23943         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
23944         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
23945         ($(objpfx)libanl.so): Likewise.
23946         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
23947         ld.so.
23948         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
23949         $(link-libc-deps).
23950         * sysdeps/i386/fpu/Makefile: Remove file.
23951         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
23952         ($(objpfx)libm.so): Remove dependency on ld.so.
23953
23954 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
23955
23956         [BZ # 15553]
23957         * nis/yp_xdr.c (XDRMAXNAME): Define.
23958         (XDRMAXRECORD): Define.
23959         (xdr_domainname): Use XDRMAXNAME.
23960         (xdr_mapname): Likewise.
23961         (xdr_peername): Likewise.
23962         (xdr_keydat): Use XDRMAXRECORD.
23963         (xdr_valdat): Likewise.
23964
23965 2013-05-30  Jeff Law  <law@redhat.com>
23966
23967         [BZ #14256]
23968         * manual/errno.texi (ESTALE): Update to account for more than
23969         just NFS file systems.
23970         * sysdeps/gnu/errlist.c: Regenerated.
23971
23972 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
23973
23974         [BZ #15465]
23975         * elf/Makefile (tests): Add tst-null-argv.
23976         (modules-names):  Add tst-null-argv-lib.
23977         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
23978         (tst-null-argv-ENV): Set environment for tst-null-argv.
23979         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
23980         (RTLD_PROGNAME): New macro.
23981         * elf/tst-null-argv.c: New test case.
23982         * elf/tst-null-argv-lib.c: Library for test case.
23983         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
23984         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
23985         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
23986         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
23987         * elf/dl-init.c (call_init): Likewise.
23988         (_dl_init): Likewise.
23989         * elf/dl-load.c (print_search_path): Likewise.
23990         (_dl_map_object): Likewise.
23991         * elf/dl-lookup.c (do_lookup_x): Likewise.
23992         (add_dependency): Likewise.
23993         (_dl_lookup_symbol_x): Likewise.
23994         (_dl_debug_bindings): Likewise.
23995         * elf/dl-open.c (_dl_show_scope): Likewise.
23996         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
23997         * elf/dl-version.c (match_symbol): Likewise.
23998         (_dl_check_map_versions): Likewise.
23999         * elf/rtld.c (dl_main): Likewise.
24000         (print_unresolved): Use RTLD_PROGNAME.
24001         (print_missing_version): Likewise.
24002         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
24003         (elf_machine_rela): Likewise.
24004         * sysdeps/powerpc/powerpc32/dl-machine.c
24005         (__process_machine_rela): Likewise.
24006         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
24007         Likewise.
24008         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
24009         Likewise.
24010         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
24011         Likewise.
24012         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
24013         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
24014         Likewise.
24015         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
24016         Likewise.
24017         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
24018
24019 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
24020
24021         * po/be.po: Add descriptive title.
24022         * po/zh_CN.po: Likewise.
24023         * po/header.pot: Likewise.
24024
24025 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
24026
24027         * locale/programs/locarchive.c (create_archive): Inlucde fname in
24028         error message.
24029         (enlarge_archive): Likewise.
24030
24031 2013-05-28  Ben North  <ben@redfrontdoor.org>
24032
24033         * manual/arith.texi (frexp): It is the magnitude of the return
24034         value which lies in [0.5, 1), not the return value itself.
24035
24036 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24037
24038         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
24039
24040 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
24041
24042         * stdio-common/bug26.c (main): Correct fscanf template.
24043
24044         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
24045         declare _dl_skip_args.
24046
24047         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
24048         Don't declare.
24049
24050         * manual/platform.texi: Add missing @end deftypefun.
24051
24052 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
24053
24054         [BZ #15529]
24055         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
24056         bit of mantissa of 2^16382.
24057         * math/libm-test.inc (hypot_test_data): Add more tests.
24058
24059         * math/libm-test.inc: Add drem and pow10 to list of tested
24060         functions.
24061         (pow10_test): New function.
24062         (drem_test): Likewise.
24063         (drem_test_tonearest): Likewise.
24064         (drem_test_towardzero): Likewise.
24065         (drem_test_downward): Likewise.
24066         (drem_test_upward): Likewise.
24067         (main): Call the new functions.
24068
24069         * math/libm-test.inc (finite_test_data): Remove.
24070         (finite_test): Run tests from isfinite_test_data.
24071         (gamma_test_data): Remove.
24072         (gamma_test): Run tests from lgamma_test_data.
24073         * sysdeps/i386/fpu/libm-test-ulps: Update.
24074         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24075
24076 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24077
24078         * manual/platform.texi: Add PowerPC PPR function set documentation.
24079         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
24080         implementation.
24081
24082 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
24083
24084         * math/libm-test.inc (MAX_EXP): Define.
24085         (ULPDIFF): Define.
24086         (ulp): New function.
24087         (check_float_internal): Use ULPDIFF.
24088         (cpow_test): Disable failing test.
24089         (check_ulp): Test ulp() implemetnation.
24090         (main): Call check_ulp before starting tests.
24091
24092 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
24093
24094         * math/gen-libm-test.pl (generate_testfile): Do not handle
24095         START_DATA and END_DATA.
24096         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
24097         END_DATA.
24098         (acos_tonearest_test_data): Likewise.
24099         (acos_towardzero_test_data): Likewise.
24100         (acos_downward_test_data): Likewise.
24101         (acos_upward_test_data): Likewise.
24102         (acosh_test_data): Likewise.
24103         (asin_test_data): Likewise.
24104         (asin_tonearest_test_data): Likewise.
24105         (asin_towardzero_test_data): Likewise.
24106         (asin_downward_test_data): Likewise.
24107         (asin_upward_test_data): Likewise.
24108         (asinh_test_data): Likewise.
24109         (atan_test_data): Likewise.
24110         (atanh_test_data): Likewise.
24111         (atan2_test_data): Likewise.
24112         (cabs_test_data): Likewise.
24113         (cacos_test_data): Likewise.
24114         (cacosh_test_data): Likewise.
24115         (carg_test_data): Likewise.
24116         (casin_test_data): Likewise.
24117         (casinh_test_data): Likewise.
24118         (catan_test_data): Likewise.
24119         (catanh_test_data): Likewise.
24120         (cbrt_test_data): Likewise.
24121         (ccos_test_data): Likewise.
24122         (ccosh_test_data): Likewise.
24123         (ceil_test_data): Likewise.
24124         (cexp_test_data): Likewise.
24125         (cimag_test_data): Likewise.
24126         (clog_test_data): Likewise.
24127         (clog10_test_data): Likewise.
24128         (conj_test_data): Likewise.
24129         (copysign_test_data): Likewise.
24130         (cos_test_data): Likewise.
24131         (cos_tonearest_test_data): Likewise.
24132         (cos_towardzero_test_data): Likewise.
24133         (cos_downward_test_data): Likewise.
24134         (cos_upward_test_data): Likewise.
24135         (cosh_test_data): Likewise.
24136         (cosh_tonearest_test_data): Likewise.
24137         (cosh_towardzero_test_data): Likewise.
24138         (cosh_downward_test_data): Likewise.
24139         (cosh_upward_test_data): Likewise.
24140         (cpow_test_data): Likewise.
24141         (cproj_test_data): Likewise.
24142         (creal_test_data): Likewise.
24143         (csin_test_data): Likewise.
24144         (csinh_test_data): Likewise.
24145         (csqrt_test_data): Likewise.
24146         (ctan_test_data): Likewise.
24147         (ctan_tonearest_test_data): Likewise.
24148         (ctan_towardzero_test_data): Likewise.
24149         (ctan_downward_test_data): Likewise.
24150         (ctan_upward_test_data): Likewise.
24151         (ctanh_test_data): Likewise.
24152         (ctanh_tonearest_test_data): Likewise.
24153         (ctanh_towardzero_test_data): Likewise.
24154         (ctanh_downward_test_data): Likewise.
24155         (ctanh_upward_test_data): Likewise.
24156         (erf_test_data): Likewise.
24157         (erfc_test_data): Likewise.
24158         (exp_test_data): Likewise.
24159         (exp_tonearest_test_data): Likewise.
24160         (exp_towardzero_test_data): Likewise.
24161         (exp_downward_test_data): Likewise.
24162         (exp_upward_test_data): Likewise.
24163         (exp10_test_data): Likewise.
24164         (exp2_test_data): Likewise.
24165         (expm1_test_data): Likewise.
24166         (fabs_test_data): Likewise.
24167         (fdim_test_data): Likewise.
24168         (finite_test_data): Likewise.
24169         (floor_test_data): Likewise.
24170         (fma_test_data): Likewise.
24171         (fma_towardzero_test_data): Likewise.
24172         (fma_downward_test_data): Likewise.
24173         (fma_upward_test_data): Likewise.
24174         (fmax_test_data): Likewise.
24175         (fmin_test_data): Likewise.
24176         (fmod_test_data): Likewise.
24177         (fpclassify_test_data): Likewise.
24178         (frexp_test_data): Likewise.
24179         (gamma_test_data): Likewise.
24180         (hypot_test_data): Likewise.
24181         (ilogb_test_data): Likewise.
24182         (isfinite_test_data): Likewise.
24183         (isgreater_test_data): Likewise.
24184         (isgreaterequal_test_data): Likewise.
24185         (isinf_test_data): Likewise.
24186         (isless_test_data): Likewise.
24187         (islessequal_test_data): Likewise.
24188         (islessgreater_test_data): Likewise.
24189         (isnan_test_data): Likewise.
24190         (isnormal_test_data): Likewise.
24191         (issignaling_test_data): Likewise.
24192         (isunordered_test_data): Likewise.
24193         (j0_test_data): Likewise.
24194         (j1_test_data): Likewise.
24195         (jn_test_data): Likewise.
24196         (ldexp_test_data): Likewise.
24197         (lgamma_test_data): Likewise.
24198         (lrint_test_data): Likewise.
24199         (lrint_tonearest_test_data): Likewise.
24200         (lrint_towardzero_test_data): Likewise.
24201         (lrint_downward_test_data): Likewise.
24202         (lrint_upward_test_data): Likewise.
24203         (llrint_test_data): Likewise.
24204         (llrint_tonearest_test_data): Likewise.
24205         (llrint_towardzero_test_data): Likewise.
24206         (llrint_downward_test_data): Likewise.
24207         (llrint_upward_test_data): Likewise.
24208         (log_test_data): Likewise.
24209         (log10_test_data): Likewise.
24210         (log1p_test_data): Likewise.
24211         (log2_test_data): Likewise.
24212         (logb_test_data): Likewise.
24213         (logb_downward_test_data): Likewise.
24214         (lround_test_data): Likewise.
24215         (llround_test_data): Likewise.
24216         (modf_test_data): Likewise.
24217         (nearbyint_test_data): Likewise.
24218         (nextafter_test_data): Likewise.
24219         (nexttoward_test_data): Likewise.
24220         (pow_test_data): Likewise.
24221         (pow_tonearest_test_data): Likewise.
24222         (pow_towardzero_test_data): Likewise.
24223         (pow_downward_test_data): Likewise.
24224         (pow_upward_test_data): Likewise.
24225         (remainder_test_data): Likewise.
24226         (remainder_tonearest_test_data): Likewise.
24227         (remainder_towardzero_test_data): Likewise.
24228         (remainder_downward_test_data): Likewise.
24229         (remainder_upward_test_data): Likewise.
24230         (remquo_test_data): Likewise.
24231         (rint_test_data): Likewise.
24232         (rint_tonearest_test_data): Likewise.
24233         (rint_towardzero_test_data): Likewise.
24234         (rint_downward_test_data): Likewise.
24235         (rint_upward_test_data): Likewise.
24236         (round_test_data): Likewise.
24237         (scalb_test_data): Likewise.
24238         (scalbn_test_data): Likewise.
24239         (scalbln_test_data): Likewise.
24240         (signbit_test_data): Likewise.
24241         (sin_test_data): Likewise.
24242         (sin_tonearest_test_data): Likewise.
24243         (sin_towardzero_test_data): Likewise.
24244         (sin_downward_test_data): Likewise.
24245         (sin_upward_test_data): Likewise.
24246         (sincos_test_data): Likewise.
24247         (sinh_test_data): Likewise.
24248         (sinh_tonearest_test_data): Likewise.
24249         (sinh_towardzero_test_data): Likewise.
24250         (sinh_downward_test_data): Likewise.
24251         (sinh_upward_test_data): Likewise.
24252         (sqrt_test_data): Likewise.
24253         (tan_test_data): Likewise.
24254         (tan_tonearest_test_data): Likewise.
24255         (tan_towardzero_test_data): Likewise.
24256         (tan_downward_test_data): Likewise.
24257         (tan_upward_test_data): Likewise.
24258         (tanh_test_data): Likewise.
24259         (tgamma_test_data): Likewise.
24260         (trunc_test_data): Likewise.
24261         (y0_test_data): Likewise.
24262         (y1_test_data): Likewise.
24263         (yn_test_data): Likewise.
24264         (significand_test_data): Likewise.
24265
24266         * math/gen-libm-test.pl (@functions): Remove variable.
24267         (generate_testfile): Don't handle START and END lines.
24268         * math/libm-test.inc (START): New macro.
24269         (END): Likewise.
24270         (END_COMPLEX): Likewise.
24271         (acos_test): Use END macro without arguments.
24272         (acos_test_tonearest): Likewise.
24273         (acos_test_towardzero): Likewise.
24274         (acos_test_downward): Likewise.
24275         (acos_test_upward): Likewise.
24276         (acosh_test): Likewise.
24277         (asin_test): Likewise.
24278         (asin_test_tonearest): Likewise.
24279         (asin_test_towardzero): Likewise.
24280         (asin_test_downward): Likewise.
24281         (asin_test_upward): Likewise.
24282         (asinh_test): Likewise.
24283         (atan_test): Likewise.
24284         (atanh_test): Likewise.
24285         (atan2_test): Likewise.
24286         (cabs_test): Likewise.
24287         (cacos_test): Use END_COMPLEX macro without arguments.
24288         (cacosh_test): Likewise.
24289         (carg_test): Use END macro without arguments.
24290         (casin_test): Use END_COMPLEX macro without arguments.
24291         (casinh_test): Likewise.
24292         (catan_test): Likewise.
24293         (catanh_test): Likewise.
24294         (cbrt_test): Use END macro without arguments.
24295         (ccos_test): Use END_COMPLEX macro without arguments.
24296         (ccosh_test): Likewise.
24297         (ceil_test): Use END macro without arguments.
24298         (cexp_test): Use END_COMPLEX macro without arguments.
24299         (cimag_test): Use END macro without arguments.
24300         (clog_test): Use END_COMPLEX macro without arguments.
24301         (clog10_test): Likewise.
24302         (conj_test): Likewise.
24303         (copysign_test): Use END macro without arguments.
24304         (cos_test): Likewise.
24305         (cos_test_tonearest): Likewise.
24306         (cos_test_towardzero): Likewise.
24307         (cos_test_downward): Likewise.
24308         (cos_test_upward): Likewise.
24309         (cosh_test): Likewise.
24310         (cosh_test_tonearest): Likewise.
24311         (cosh_test_towardzero): Likewise.
24312         (cosh_test_downward): Likewise.
24313         (cosh_test_upward): Likewise.
24314         (cpow_test): Use END_COMPLEX macro without arguments.
24315         (cproj_test): Likewise.
24316         (creal_test): Use END macro without arguments.
24317         (csin_test): Use END_COMPLEX macro without arguments.
24318         (csinh_test): Likewise.
24319         (csqrt_test): Likewise.
24320         (ctan_test): Likewise.
24321         (ctan_test_tonearest): Likewise.
24322         (ctan_test_towardzero): Likewise.
24323         (ctan_test_downward): Likewise.
24324         (ctan_test_upward): Likewise.
24325         (ctanh_test): Likewise.
24326         (ctanh_test_tonearest): Likewise.
24327         (ctanh_test_towardzero): Likewise.
24328         (ctanh_test_downward): Likewise.
24329         (ctanh_test_upward): Likewise.
24330         (erf_test): Use END macro without arguments.
24331         (erfc_test): Likewise.
24332         (exp_test): Likewise.
24333         (exp_test_tonearest): Likewise.
24334         (exp_test_towardzero): Likewise.
24335         (exp_test_downward): Likewise.
24336         (exp_test_upward): Likewise.
24337         (exp10_test): Likewise.
24338         (exp2_test): Likewise.
24339         (expm1_test): Likewise.
24340         (fabs_test): Likewise.
24341         (fdim_test): Likewise.
24342         (finite_test): Likewise.
24343         (floor_test): Likewise.
24344         (fma_test): Likewise.
24345         (fma_test_towardzero): Likewise.
24346         (fma_test_downward): Likewise.
24347         (fma_test_upward): Likewise.
24348         (fmax_test): Likewise.
24349         (fmin_test): Likewise.
24350         (fmod_test): Likewise.
24351         (fpclassify_test): Likewise.
24352         (frexp_test): Likewise.
24353         (gamma_test): Likewise.
24354         (hypot_test): Likewise.
24355         (ilogb_test): Likewise.
24356         (isfinite_test): Likewise.
24357         (isgreater_test): Likewise.
24358         (isgreaterequal_test): Likewise.
24359         (isinf_test): Likewise.
24360         (isless_test): Likewise.
24361         (islessequal_test): Likewise.
24362         (islessgreater_test): Likewise.
24363         (isnan_test): Likewise.
24364         (isnormal_test): Likewise.
24365         (issignaling_test): Likewise.
24366         (isunordered_test): Likewise.
24367         (j0_test): Likewise.
24368         (j1_test): Likewise.
24369         (jn_test): Likewise.
24370         (ldexp_test): Likewise.
24371         (lgamma_test): Likewise.
24372         (lrint_test): Likewise.
24373         (lrint_test_tonearest): Likewise.
24374         (lrint_test_towardzero): Likewise.
24375         (lrint_test_downward): Likewise.
24376         (lrint_test_upward): Likewise.
24377         (llrint_test): Likewise.
24378         (llrint_test_tonearest): Likewise.
24379         (llrint_test_towardzero): Likewise.
24380         (llrint_test_downward): Likewise.
24381         (llrint_test_upward): Likewise.
24382         (log_test): Likewise.
24383         (log10_test): Likewise.
24384         (log1p_test): Likewise.
24385         (log2_test): Likewise.
24386         (logb_test): Likewise.
24387         (logb_test_downward): Likewise.
24388         (lround_test): Likewise.
24389         (llround_test): Likewise.
24390         (modf_test): Likewise.
24391         (nearbyint_test): Likewise.
24392         (nextafter_test): Likewise.
24393         (nexttoward_test): Likewise.
24394         (pow_test): Likewise.
24395         (pow_test_tonearest): Likewise.
24396         (pow_test_towardzero): Likewise.
24397         (pow_test_downward): Likewise.
24398         (pow_test_upward): Likewise.
24399         (remainder_test): Likewise.
24400         (remainder_test_tonearest): Likewise.
24401         (remainder_test_towardzero): Likewise.
24402         (remainder_test_downward): Likewise.
24403         (remainder_test_upward): Likewise.
24404         (remquo_test): Likewise.
24405         (rint_test): Likewise.
24406         (rint_test_tonearest): Likewise.
24407         (rint_test_towardzero): Likewise.
24408         (rint_test_downward): Likewise.
24409         (rint_test_upward): Likewise.
24410         (round_test): Likewise.
24411         (scalb_test): Likewise.
24412         (scalbn_test): Likewise.
24413         (scalbln_test): Likewise.
24414         (signbit_test): Likewise.
24415         (sin_test): Likewise.
24416         (sin_test_tonearest): Likewise.
24417         (sin_test_towardzero): Likewise.
24418         (sin_test_downward): Likewise.
24419         (sin_test_upward): Likewise.
24420         (sincos_test): Likewise.
24421         (sinh_test): Likewise.
24422         (sinh_test_tonearest): Likewise.
24423         (sinh_test_towardzero): Likewise.
24424         (sinh_test_downward): Likewise.
24425         (sinh_test_upward): Likewise.
24426         (sqrt_test): Likewise.
24427         (tan_test): Likewise.
24428         (tan_test_tonearest): Likewise.
24429         (tan_test_towardzero): Likewise.
24430         (tan_test_downward): Likewise.
24431         (tan_test_upward): Likewise.
24432         (tanh_test): Likewise.
24433         (tgamma_test): Likewise.
24434         (trunc_test): Likewise.
24435         (y0_test): Likewise.
24436         (y1_test): Likewise.
24437         (yn_test): Likewise.
24438         (significand_test): Likewise.
24439
24440 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
24441
24442         [BZ #15381]
24443         * libio/genops.c (_IO_no_init): Initialize wide struct info.
24444
24445 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
24446
24447         [BZ #14894]
24448         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
24449         __ppc_mdoio and __ppc_mdoom.
24450         * manual/platform.texi: Document new functions __ppc_yield,
24451         __ppc_mdoio and __ppc_mdoom.
24452
24453 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
24454
24455         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
24456         (main): Mention "tls" pseudo-hwcap is legacy.
24457         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
24458
24459 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
24460
24461         * math/gen-libm-test.pl (parse_args): Output only string of
24462         arguments as text for test name, not full call or descriptions of
24463         tests for extra outputs.
24464         (generate_testfile): Do not pass function name to parse_args.
24465         Generate this_func variable from START.
24466         * math/libm-test.inc (struct test_f_f_data): Rename test_name
24467         field to arg_str.
24468         (struct test_ff_f_data): Likewise.
24469         (test_ff_f_data_nexttoward): Likewise.
24470         (struct test_fi_f_data): Likewise.
24471         (struct test_fl_f_data): Likewise.
24472         (struct test_if_f_data): Likewise.
24473         (struct test_fff_f_data): Likewise.
24474         (struct test_c_f_data): Likewise.
24475         (struct test_f_f1_data): Likewise.  Remove field extra_name.
24476         (struct test_fF_f1_data): Likewise.
24477         (struct test_ffI_f1_data): Likewise.
24478         (struct test_c_c_data): Rename test_name field to arg_str.
24479         (struct test_cc_c_data): Likewise.
24480         (struct test_f_i_data): Likewise.
24481         (struct test_ff_i_data): Likewise.
24482         (struct test_f_l_data): Likewise.
24483         (struct test_f_L_data): Likewise.
24484         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
24485         and extra2_name.
24486         (COMMON_TEST_SETUP): New macro.
24487         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
24488         (COMMON_TEST_CLEANUP): Likewise.
24489         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
24490         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
24491         macros.
24492         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
24493         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
24494         macros.
24495         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
24496         (RUN_TEST_fff_f): Take argument string.  Call new setup and
24497         cleanup macros.
24498         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
24499         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
24500         macros.
24501         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
24502         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
24503         macros.
24504         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
24505         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
24506         cleanup macros.
24507         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
24508         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
24509         cleanup macros.
24510         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
24511         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
24512         cleanup macros.
24513         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
24514         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
24515         macros.
24516         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
24517         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
24518         macros.
24519         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
24520         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
24521         macros.
24522         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
24523         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
24524         cleanup macros.
24525         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
24526         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
24527         cleanup macros.
24528         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
24529         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
24530         macros.
24531         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
24532         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
24533         cleanup macros.
24534         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
24535         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
24536         macros.
24537         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
24538         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
24539         macros.
24540         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
24541         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
24542         cleanup macros.
24543         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
24544
24545 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
24546
24547         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
24548         to _sifields.sigfault.
24549         (si_addr_lsb): Define new macro.
24550         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
24551         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
24552         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
24553
24554 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
24555
24556         [BZ #15441]
24557         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
24558         returns -1.
24559         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
24560         null return -1.
24561         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
24562         loading the domain.
24563
24564 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
24565
24566         * math/gen-libm-test.pl (parse_args): Do not include expected
24567         result in test name.
24568         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
24569         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
24570         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
24571         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
24572         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
24573         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24574
24575 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
24576
24577         * benchtests/Makefile: Sort function entries.
24578
24579         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
24580         tanh, asinh, acosh, atanh.
24581         * benchtests/acos-inputs: New file.
24582         * benchtests/acosh-inputs: New file.
24583         * benchtests/asin-inputs: New file.
24584         * benchtests/asinh-inputs: New file.
24585         * benchtests/atanh-inputs: New file.
24586         * benchtests/cosh-inputs: New file.
24587         * benchtests/log-inputs: New file.
24588         * benchtests/sinh-inputs: New file.
24589         * benchtests/tanh-inputs: New file.
24590
24591 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
24592
24593         [BZ #15339]
24594         * posix/tst-getaddrinfo4.c: New test.
24595         * posix/Makefile (tests): Add it.
24596
24597 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
24598
24599         [BZ #15339]
24600         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
24601         when no services were used.
24602         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
24603         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
24604
24605 2013-05-21  Andreas Schwab  <schwab@suse.de>
24606
24607         [BZ #15014]
24608         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
24609         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
24610         successful.
24611         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
24612         redundant variable declarations and reallocation of buffer when
24613         parsing as IPv6 address.  Always set NSS status when called from
24614         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
24615         buffer too small.  Correct computation of needed size.
24616         * nss/Makefile (tests): Add test-digits-dots.
24617         * nss/test-digits-dots.c: New test.
24618
24619 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
24620
24621         * benchtests/Makefile: Remove instructions for adding
24622         benchmark tests.
24623         * benchtests/README: New file to explain how to execute and
24624         enhance the benchmark tests.
24625
24626 2013-05-21  Andreas Schwab  <schwab@suse.de>
24627
24628         [BZ #15493]
24629         * setjmp/Makefile (tests): Add tst-sigsetjmp.
24630         * setjmp/tst-sigsetjmp.c: New test.
24631
24632 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
24633
24634         * sysdeps/x86_64/memset.S (memset): New implementation.
24635         (__bzero): Likewise.
24636         (__memset_tail): New function.
24637
24638 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
24639
24640         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
24641         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
24642         __memcpy_sse2_unaligned ifunc selection.
24643         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
24644         Add memcpy-sse2-unaligned.S.
24645         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
24646         Add: __memcpy_sse2_unaligned.
24647
24648 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
24649
24650         [BZ #15490]
24651         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
24652         math_force_eval before restoring floating-point envrionment.
24653         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
24654         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
24655         Likewise.
24656         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
24657         <math_private.h>.
24658         (__nearbyintl): Use math_force_eval before restoring
24659         floating-point environment.
24660         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
24661
24662         * math/gen-libm-test.pl (special_functions): Remove.
24663         (parse_args): Don't handle TEST_extra.  Handle functions with no
24664         return value.
24665         * math/libm-test.inc (struct test_sincos_data): Replace with
24666         struct test_fFF_11_data.
24667         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
24668         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
24669         (sincos_test_data): Change element type to struct
24670         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
24671         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
24672         RUN_TEST_LOOP_sincos.
24673         * math/README.libm-test: Don't mention special handling of
24674         individual functions.
24675         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
24676         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
24677         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
24678         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
24679         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
24680         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24681
24682         * math/gen-libm-test.pl (get_variable): Remove function.
24683         (parse_args): Don't show pointer parameters to call in test
24684         names.  Use "extra output N" in test names for extra outputs
24685         rather than naming variables.
24686
24687 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
24688
24689         [BZ #15488]
24690         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
24691         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
24692         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
24693         double tests.
24694         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
24695         disable.
24696         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
24697         check_long_double.
24698
24699         * math/gen-libm-test.pl (@tests): Remove variable.
24700         ($count): Likewise.
24701         (new_test): Remove function.
24702         (show_exceptions): New function.
24703         (special_functions): Use show_exceptions instead of new_test.
24704         (parse_args): Likewise.
24705         (generate_testfile): Pass only function name in generated call to
24706         print_max_error or print_complex_max_error.
24707         (get_ulps): Do not handle complex tests specially.
24708         (output_test): Rename to ...
24709         (get_all_ulps_for_test): ... this.  Return a string rather than
24710         printing to a file.  Require ulps to be present.
24711         (output_ulps): Generate arrays rather than #defines.
24712         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
24713         (struct ulp_data): New type.
24714         (BUILD_COMPLEX_ULP): Remove macro.
24715         (compare_ulp_data): New function.
24716         (find_ulps): Likewise.
24717         (find_test_ulps): Likewise.
24718         (find_function_ulps): Likewise.
24719         (find_complex_function_ulps): Likewise.
24720         (print_max_error): Determine allowed ulps using
24721         find_function_ulps.
24722         (print_complex_max_error): Determine allowed ulps using
24723         find_complex_function_ulps.
24724         (check_float_internal): Determine max ulps using find_test_ulps.
24725         (check_float): Do not take max_ulp parameter.  Update call to
24726         check_float_internal.
24727         (check_complex): Likewise.
24728         (check_int): Do not take max_ulp parameter.
24729         (check_long): Likewise.
24730         (check_bool): Likewise.
24731         (check_longlong): Likewise.
24732         (struct test_f_f_data): Remove max_ulp field.
24733         (struct test_ff_f_data): Likewise.
24734         (struct test_ff_f_data_nexttoward): Likewise.
24735         (struct test_fi_f_data): Likewise.
24736         (struct test_fl_f_data): Likewise.
24737         (struct test_if_f_data): Likewise.
24738         (struct test_fff_f_data): Likewise.
24739         (struct test_c_f_data): Likewise.
24740         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
24741         (struct test_fF_f1_data): Likewise.
24742         (struct test_ffI_f1_data): Likewise.
24743         (struct test_c_c_data): Remove max_ulp field.
24744         (struct test_cc_c_data): Likewise.
24745         (struct test_f_i_data): Likewise.
24746         (struct test_ff_i_data): Likewise.
24747         (struct test_f_l_data): Likewise.
24748         (struct test_f_L_data): Likewise.
24749         (struct test_sincos_data): Likewise.
24750         (RUN_TEST_f_f): Do not handle ulps.
24751         (RUN_TEST_LOOP_f_f): Likewise.
24752         (RUN_TEST_2_f): Likewise.
24753         (RUN_TEST_LOOP_2_f): Likewise.
24754         (RUN_TEST_fff_f): Likewise.
24755         (RUN_TEST_LOOP_fff_f): Likewise.
24756         (RUN_TEST_c_f): Likewise.
24757         (RUN_TEST_LOOP_c_f): Likewise.
24758         (RUN_TEST_f_f1): Likewise.
24759         (RUN_TEST_LOOP_f_f1): Likewise.
24760         (RUN_TEST_fF_f1): Likewise.
24761         (RUN_TEST_LOOP_fF_f1): Likewise.
24762         (RUN_TEST_fI_f1): Likewise.
24763         (RUN_TEST_LOOP_fI_f1): Likewise.
24764         (RUN_TEST_ffI_f1): Likewise.
24765         (RUN_TEST_LOOP_ffI_f1): Likewise.
24766         (RUN_TEST_c_c): Likewise.
24767         (RUN_TEST_LOOP_c_c): Likewise.
24768         (RUN_TEST_cc_c): Likewise.
24769         (RUN_TEST_LOOP_cc_c): Likewise.
24770         (RUN_TEST_f_i): Likewise.
24771         (RUN_TEST_LOOP_f_i): Likewise.
24772         (RUN_TEST_f_i_tg): Likewise.
24773         (RUN_TEST_LOOP_f_i_tg): Likewise.
24774         (RUN_TEST_ff_i_tg): Likewise.
24775         (RUN_TEST_LOOP_ff_i_tg): Likewise.
24776         (RUN_TEST_f_b): Likewise.
24777         (RUN_TEST_LOOP_f_b): Likewise.
24778         (RUN_TEST_f_b_tg): Likewise.
24779         (RUN_TEST_LOOP_f_b_tg): Likewise.
24780         (RUN_TEST_f_l): Likewise.
24781         (RUN_TEST_LOOP_f_l): Likewise.
24782         (RUN_TEST_f_L): Likewise.
24783         (RUN_TEST_LOOP_f_L): Likewise.
24784         (RUN_TEST_sincos): Likewise.
24785         (RUN_TEST_LOOP_sincos): Likewise.
24786
24787 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
24788
24789         [BZ #15480]
24790         [BZ #15485]
24791         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
24792         main case of finite arguments, set rounding mode to FE_TONEAREST
24793         and discard exceptions.
24794         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
24795         exceptions.
24796         (remainder_tonearest_test_data): New variable.
24797         (remainder_test_tonearest): New function.
24798         (remainder_towardzero_test_data): New variable.
24799         (remainder_test_towardzero): New function.
24800         (remainder_downward_test_data): New variable.
24801         (remainder_test_downward): New function.
24802         (remainder_upward_test_data): New variable.
24803         (remainder_test_upward): New function.
24804         (main): Call the new test functions.
24805
24806         * math/libm-test.inc (struct test_f_f1_data): Remove field
24807         extra_init.
24808         (struct test_fF_f1_data): Likewise.
24809         (struct test_ffI_f1_data): Likewise.
24810         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
24811         based on value of EXTRA_EXPECTED.
24812         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
24813         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
24814         EXTRA_VAR based on value of EXTRA_EXPECTED.
24815         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
24816         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
24817         EXTRA_VAR based on value of EXTRA_EXPECTED.
24818         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
24819         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
24820         EXTRA_VAR based on value of EXTRA_EXPECTED.
24821         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
24822         * math/gen-libm-test.pl (parse_args): Don't output initializers
24823         for extra output values.
24824
24825         * math/libm-test.inc (check_int): Expect result to be exactly
24826         equal to expected value and do not handle ulps.
24827         (check_long): Likewise.
24828         (check_longlong): Likewise.
24829
24830         * math/libm-test.inc (ceil_test_data): Test for "inexact"
24831         exceptions.
24832         (cimag_test_data): Likewise.
24833         (conj_test_data): Likewise.
24834         (copysign_test_data): Likewise.
24835         (cproj_test_data): Likewise.
24836         (creal_test_data): Likewise.
24837         (fabs_test_data): Likewise.
24838         (fdim_test_data): Likewise.
24839         (finite_test_data): Likewise.
24840         (floor_test_data): Likewise.
24841         (fmax_test_data): Likewise.
24842         (fmin_test_data): Likewise.
24843         (fmod_test_data): Likewise.
24844         (fpclassify_test_data): Likewise.
24845         (frexp_test_data): Likewise.
24846         (ilogb_test_data): Likewise.
24847         (isfinite_test_data): Likewise.
24848         (isgreater_test_data): Likewise.
24849         (isgreaterequal_test_data): Likewise.
24850         (isinf_test_data): Likewise.
24851         (isless_test_data): Likewise.
24852         (islessequal_test_data): Likewise.
24853         (islessgreater_test_data): Likewise.
24854         (isnan_test_data): Likewise.
24855         (isnormal_test_data): Likewise.
24856         (issignaling_test_data): Likewise.
24857         (isunordered_test_data): Likewise.
24858         (ldexp_test_data): Likewise.
24859         (lrint_test_data): Likewise.
24860         (lrint_test_data) [TEST_FLOAT]: Disable one test.
24861         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
24862         (lrint_tonearest_test_data): Test for "inexact" exceptions.
24863         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
24864         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
24865         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
24866         test input.
24867         (lrint_towardzero_test_data): Test for "inexact" exceptions.
24868         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
24869         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
24870         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
24871         that test input.
24872         (lrint_downward_test_data): Test for "inexact" exceptions.
24873         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
24874         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
24875         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
24876         test input.
24877         (lrint_upward_test_data): Test for "inexact" exceptions.
24878         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
24879         test input.
24880         (llrint_test_data): Test for "inexact" exceptions.
24881         (llrint_test_data) [TEST_FLOAT]: Disable one test.
24882         (llrint_tonearest_test_data): Test for "inexact" exceptions.
24883         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
24884         (llrint_towardzero_test_data): Test for "inexact" exceptions.
24885         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
24886         (llrint_downward_test_data): Test for "inexact" exceptions.
24887         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
24888         (llrint_upward_test_data): Test for "inexact" exceptions.
24889         (logb_test_data): Likewise.
24890         (logb_downward_test_data): Likewise.
24891         (nextafter_test_data): Likewise.
24892         (nexttoward_test_data): Likewise.
24893         (remainder_test_data): Likewise.
24894         (remquo_test_data): Likewise.
24895         (scalbn_test_data): Likewise.
24896         (scalbln_test_data): Likewise.
24897         (signbit_test_data): Likewise.
24898         (sqrt_test_data): Likewise.
24899         (significand_test_data): Likewise.
24900
24901 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
24902
24903         [BZ #15424]
24904         * benchtests/bench-modf.c (struct args): Mark arg0 as
24905         volatile.
24906         * scripts/bench.pl: Mark members of struct args as volatile.
24907
24908 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24909
24910         [BZ # 15497]
24911         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
24912         negative infinity on POWER6 or lower.
24913         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
24914
24915 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
24916
24917         [BZ #15442]
24918         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
24919         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
24920         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
24921         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
24922         (_FP_SETQNAN): New macro.
24923         (_FP_SETQNAN_SEMIRAW): Likewise.
24924         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
24925         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
24926         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
24927         (FP_EXTEND): Use _FP_FRAC_SNANP.
24928         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
24929         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
24930         into account.
24931         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
24932         New macro.
24933         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
24934         Likewise.
24935
24936 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
24937
24938         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
24939         with DIVIDE_BY_ZERO_EXCEPTION.
24940         (gamma_test_data): Likewise.
24941         (lgamma_test_data): Likewise.
24942         (log_test_data): Likewise.
24943         (log10_test_data): Likewise.
24944         (log2_test_data): Likewise.
24945         (tgamma_test_data): Likewise.
24946
24947         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
24948         (acos_test_tonearest): Likewise.
24949         (acos_test_towardzero): Likewise.
24950         (acos_test_downward): Likewise.
24951         (acos_test_upward): Likewise.
24952         (acosh_test): Likewise.
24953         (asin_test): Likewise.
24954         (asin_test_tonearest): Likewise.
24955         (asin_test_towardzero): Likewise.
24956         (asin_test_downward): Likewise.
24957         (asin_test_upward): Likewise.
24958         (asinh_test): Likewise.
24959         (atan_test): Likewise.
24960         (atanh_test): Likewise.
24961         (atan2_test): Likewise.
24962         (cabs_test): Likewise.
24963         (cacos_test): Likewise.
24964         (cacosh_test): Likewise.
24965         (casin_test): Likewise.
24966         (casinh_test): Likewise.
24967         (catan_test): Likewise.
24968         (catanh_test): Likewise.
24969         (cbrt_test): Likewise.
24970         (ccos_test): Likewise.
24971         (ccosh_test): Likewise.
24972         (cexp_test): Likewise.
24973         (clog_test): Likewise.
24974         (clog10_test): Likewise.
24975         (cos_test): Likewise.
24976         (cos_test_tonearest): Likewise.
24977         (cos_test_towardzero): Likewise.
24978         (cos_test_downward): Likewise.
24979         (cos_test_upward): Likewise.
24980         (cosh_test): Likewise.
24981         (cosh_test_tonearest): Likewise.
24982         (cosh_test_towardzero): Likewise.
24983         (cosh_test_downward): Likewise.
24984         (cosh_test_upward): Likewise.
24985         (cpow_test): Likewise.
24986         (csin_test): Likewise.
24987         (csinh_test): Likewise.
24988         (csqrt_test): Likewise.
24989         (ctan_test): Likewise.
24990         (ctan_test_tonearest): Likewise.
24991         (ctan_test_towardzero): Likewise.
24992         (ctan_test_downward): Likewise.
24993         (ctan_test_upward): Likewise.
24994         (ctanh_test): Likewise.
24995         (ctanh_test_tonearest): Likewise.
24996         (ctanh_test_towardzero): Likewise.
24997         (ctanh_test_downward): Likewise.
24998         (ctanh_test_upward): Likewise.
24999         (erf_test): Likewise.
25000         (erfc_test): Likewise.
25001         (exp_test): Likewise.
25002         (exp_test_tonearest): Likewise.
25003         (exp_test_towardzero): Likewise.
25004         (exp_test_downward): Likewise.
25005         (exp_test_upward): Likewise.
25006         (exp10_test): Likewise.
25007         (exp2_test): Likewise.
25008         (expm1_test): Likewise.
25009         (fmod_test): Likewise.
25010         (gamma_test): Likewise.
25011         (hypot_test): Likewise.
25012         (j0_test): Likewise.
25013         (j1_test): Likewise.
25014         (jn_test): Likewise.
25015         (lgamma_test): Likewise.
25016         (log_test): Likewise.
25017         (log10_test): Likewise.
25018         (log1p_test): Likewise.
25019         (log2_test): Likewise.
25020         (logb_test_downward): Likewise.
25021         (pow_test): Likewise.
25022         (pow_test_tonearest): Likewise.
25023         (pow_test_towardzero): Likewise.
25024         (pow_test_downward): Likewise.
25025         (pow_test_upward): Likewise.
25026         (remainder_test): Likewise.
25027         (remquo_test): Likewise.
25028         (sin_test): Likewise.
25029         (sin_test_tonearest): Likewise.
25030         (sin_test_towardzero): Likewise.
25031         (sin_test_downward): Likewise.
25032         (sin_test_upward): Likewise.
25033         (sincos_test): Likewise.
25034         (sinh_test): Likewise.
25035         (sinh_test_tonearest): Likewise.
25036         (sinh_test_towardzero): Likewise.
25037         (sinh_test_downward): Likewise.
25038         (sinh_test_upward): Likewise.
25039         (sqrt_test): Likewise.
25040         (tan_test): Likewise.
25041         (tan_test_tonearest): Likewise.
25042         (tan_test_towardzero): Likewise.
25043         (tan_test_downward): Likewise.
25044         (tan_test_upward): Likewise.
25045         (tanh_test): Likewise.
25046         (tgamma_test): Likewise.
25047         (y0_test): Likewise.
25048         (y1_test): Likewise.
25049         (yn_test): Likewise.
25050
25051         * math/gen-libm-test.pl (adjust_arg): Remove function.
25052         (special_function): Remove argument $in_func.  Only handle
25053         generating output for tables of tests, not inside functions.
25054         (parse_args): Likewise.
25055         (generate_testfile): Remove variable $in_func.  Update call to
25056         parse_args.
25057         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
25058         (MINUS_ZERO_INIT): Rename macro to minus_zero.
25059         (PLUS_INFTY_INIT): Rename macro to plus_infty.
25060         (MINUS_INFTY_INIT): Rename macro to minus_infty.
25061         (QNAN_VALUE_INIT): Rename macro to qnan_value.
25062         (MAX_VALUE_INIT): Rename macro to max_value.
25063         (MIN_VALUE_INIT): Rename macro to min_value.
25064         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
25065         (plus_zero): Remove variable.
25066         (minus_zero): Likewise.
25067         (plus_infty): Likewise.
25068         (minus_infty): Likewise.
25069         (qnan_value): Likewise.
25070         (max_value): Likewise.
25071         (min_value): Likewise.
25072         (min_subnorm_value): Likewise.
25073
25074 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
25075
25076         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
25077         uint64_t or uint32_t usage.
25078         * crypt/sha256-block.c: Likewise.
25079         * crypt/sha256-crypt.c: Likewise.
25080         * crypt/sha256.c: Likewise.
25081         * crypt/sha512-block.c: Likewise.
25082         * crypt/sha512-crypt.c: Likewise.
25083         * crypt/sha512.c: Likewise.
25084         * debug/backtrace-tst.c: Likewise.
25085         * debug/pcprofiledump.c: Likewise.
25086         * elf/cache.c: Likewise.
25087         * elf/dl-cache.c: Likewise.
25088         * elf/dl-misc.c: Likewise.
25089         * elf/dl-profile.c: Likewise.
25090         * elf/dl-support.c: Likewise.
25091         * elf/ldconfig.c: Likewise.
25092         * elf/sprof.c: Likewise.
25093         * iconv/dummy-repertoire.c: Likewise.
25094         * iconv/iconv_charmap.c: Likewise.
25095         * iconv/skeleton.c: Likewise.
25096         * iconvdata/8bit-generic.c: Likewise.
25097         * iconvdata/cp737.h: Likewise.
25098         * iconvdata/cp775.h: Likewise.
25099         * iconvdata/ibm1008.h: Likewise.
25100         * iconvdata/ibm1025.h: Likewise.
25101         * iconvdata/ibm1046.h: Likewise.
25102         * iconvdata/ibm1097.h: Likewise.
25103         * iconvdata/ibm1112.h: Likewise.
25104         * iconvdata/ibm1122.h: Likewise.
25105         * iconvdata/ibm1123.h: Likewise.
25106         * iconvdata/ibm1124.h: Likewise.
25107         * iconvdata/ibm1129.h: Likewise.
25108         * iconvdata/ibm1130.h: Likewise.
25109         * iconvdata/ibm1132.h: Likewise.
25110         * iconvdata/ibm1133.h: Likewise.
25111         * iconvdata/ibm1137.h: Likewise.
25112         * iconvdata/ibm1140.h: Likewise.
25113         * iconvdata/ibm1141.h: Likewise.
25114         * iconvdata/ibm1142.h: Likewise.
25115         * iconvdata/ibm1143.h: Likewise.
25116         * iconvdata/ibm1144.h: Likewise.
25117         * iconvdata/ibm1145.h: Likewise.
25118         * iconvdata/ibm1146.h: Likewise.
25119         * iconvdata/ibm1147.h: Likewise.
25120         * iconvdata/ibm1148.h: Likewise.
25121         * iconvdata/ibm1149.h: Likewise.
25122         * iconvdata/ibm1153.h: Likewise.
25123         * iconvdata/ibm1154.h: Likewise.
25124         * iconvdata/ibm1155.h: Likewise.
25125         * iconvdata/ibm1156.h: Likewise.
25126         * iconvdata/ibm1157.h: Likewise.
25127         * iconvdata/ibm1158.h: Likewise.
25128         * iconvdata/ibm1160.h: Likewise.
25129         * iconvdata/ibm1161.h: Likewise.
25130         * iconvdata/ibm1162.h: Likewise.
25131         * iconvdata/ibm1163.h: Likewise.
25132         * iconvdata/ibm1164.h: Likewise.
25133         * iconvdata/ibm1166.h: Likewise.
25134         * iconvdata/ibm1167.h: Likewise.
25135         * iconvdata/ibm12712.h: Likewise.
25136         * iconvdata/ibm1390.h: Likewise.
25137         * iconvdata/ibm1399.h: Likewise.
25138         * iconvdata/ibm16804.h: Likewise.
25139         * iconvdata/ibm4517.h: Likewise.
25140         * iconvdata/ibm4899.h: Likewise.
25141         * iconvdata/ibm4909.h: Likewise.
25142         * iconvdata/ibm4971.h: Likewise.
25143         * iconvdata/ibm5347.h: Likewise.
25144         * iconvdata/ibm803.h: Likewise.
25145         * iconvdata/ibm856.h: Likewise.
25146         * iconvdata/ibm901.h: Likewise.
25147         * iconvdata/ibm902.h: Likewise.
25148         * iconvdata/ibm9030.h: Likewise.
25149         * iconvdata/ibm9066.h: Likewise.
25150         * iconvdata/ibm921.h: Likewise.
25151         * iconvdata/ibm922.h: Likewise.
25152         * iconvdata/ibm9448.h: Likewise.
25153         * iconvdata/isiri-3342.h: Likewise.
25154         * iconvdata/jis0201.h: Likewise.
25155         * include/link.h: Likewise.
25156         * include/netdb.h: Likewise.
25157         * inet/check_native.c: Likewise.
25158         * inet/check_pf.c: Likewise.
25159         * inet/getipv4sourcefilter.c: Likewise.
25160         * inet/getnameinfo.c: Likewise.
25161         * inet/getsourcefilter.c: Likewise.
25162         * inet/htonl.c: Likewise.
25163         * inet/setipv4sourcefilter.c: Likewise.
25164         * inet/setsourcefilter.c: Likewise.
25165         * inet/test-inet6_opt.c: Likewise.
25166         * inet/tst-network.c: Likewise.
25167         * locale/C-collate.c: Likewise.
25168         * locale/C-ctype.c: Likewise.
25169         * locale/C-time.c: Likewise.
25170         * locale/C-translit.h: Likewise.
25171         * locale/loadarchive.c: Likewise.
25172         * locale/programs/3level.h: Likewise.
25173         * locale/programs/charmap.c: Likewise.
25174         * locale/programs/charmap.h: Likewise.
25175         * locale/programs/ld-address.c: Likewise.
25176         * locale/programs/ld-collate.c: Likewise.
25177         * locale/programs/ld-ctype.c: Likewise.
25178         * locale/programs/ld-identification.c: Likewise.
25179         * locale/programs/ld-measurement.c: Likewise.
25180         * locale/programs/ld-messages.c: Likewise.
25181         * locale/programs/ld-monetary.c: Likewise.
25182         * locale/programs/ld-name.c: Likewise.
25183         * locale/programs/ld-numeric.c: Likewise.
25184         * locale/programs/ld-paper.c: Likewise.
25185         * locale/programs/ld-telephone.c: Likewise.
25186         * locale/programs/ld-time.c: Likewise.
25187         * locale/programs/linereader.c: Likewise.
25188         * locale/programs/locale.c: Likewise.
25189         * locale/programs/locarchive.c: Likewise.
25190         * locale/programs/locfile.h: Likewise.
25191         * locale/programs/repertoire.c: Likewise.
25192         * locale/programs/simple-hash.c: Likewise.
25193         * locale/programs/simple-hash.h: Likewise.
25194         * malloc/memusage.c: Likewise.
25195         * malloc/memusagestat.c: Likewise.
25196         * nis/nis_defaults.c: Likewise.
25197         * nis/nis_hash.c: Likewise.
25198         * nis/nis_print.c: Likewise.
25199         * nis/nis_xdr.c: Likewise.
25200         * nscd/connections.c: Likewise.
25201         * nscd/hstcache.c: Likewise.
25202         * nscd/nscd_gethst_r.c: Likewise.
25203         * nscd/nscd_getserv_r.c: Likewise.
25204         * nscd/nscd_helper.c: Likewise.
25205         * nscd/servicescache.c: Likewise.
25206         * nss/makedb.c: Likewise.
25207         * nss/nss_db/db-XXX.c: Likewise.
25208         * nss/nss_db/db-initgroups.c: Likewise.
25209         * nss/nss_db/db-netgrp.c: Likewise.
25210         * nss/nss_files/files-network.c: Likewise.
25211         * nss/nss_files/files-parse.c: Likewise.
25212         * posix/bug-regex5.c: Likewise.
25213         * posix/fnmatch_loop.c: Likewise.
25214         * posix/regcomp.c: Likewise.
25215         * posix/regexec.c: Likewise.
25216         * posix/tst-rfc3484-2.c: Likewise.
25217         * posix/tst-rfc3484-3.c: Likewise.
25218         * posix/tst-rfc3484.c: Likewise.
25219         * resolv/nss_dns/dns-canon.c: Likewise.
25220         * resolv/nss_dns/dns-network.c: Likewise.
25221         * resolv/res_init.c: Likewise.
25222         * resolv/res_mkquery.c: Likewise.
25223         * resolv/tst-aton.c: Likewise.
25224         * stdlib/cxa_atexit.c: Likewise.
25225         * stdlib/cxa_finalize.c: Likewise.
25226         * stdlib/gen-fpioconst.c: Likewise.
25227         * stdlib/strtol_l.c: Likewise.
25228         * string/tst-endian.c: Likewise.
25229         * sunrpc/auth_des.c: Likewise.
25230         * sunrpc/clnt_udp.c: Likewise.
25231         * sunrpc/rtime.c: Likewise.
25232         * sunrpc/svcauth_des.c: Likewise.
25233         * sunrpc/xdr.c: Likewise.
25234         * sunrpc/xdr_intXX_t.c: Likewise.
25235         * sunrpc/xdr_rec.c: Likewise.
25236         * sysdeps/generic/ldconfig.h: Likewise.
25237         * sysdeps/generic/ldsodefs.h: Likewise.
25238         * sysdeps/generic/memusage.h: Likewise.
25239         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
25240         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
25241         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
25242         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
25243         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
25244         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
25245         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
25246         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
25247         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
25248         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
25249         * sysdeps/posix/getaddrinfo.c: Likewise.
25250         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
25251         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
25252         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
25253         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
25254         * sysdeps/powerpc/test-gettimebase.c: Likewise.
25255         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
25256         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
25257         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
25258         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
25259         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
25260         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
25261         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
25262         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
25263         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
25264         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
25265         * sysdeps/x86_64/dl-tls.h: Likewise.
25266         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
25267         * time/alt_digit.c: Likewise.
25268         * time/era.c: Likewise.
25269         * wcsmbs/tst-c16c32-1.c: Likewise.
25270
25271 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
25272
25273         * math/libm-test.inc (struct test_sincos_data): New type.
25274         (RUN_TEST_LOOP_sincos): New macro.
25275         (sincos_test_data): New variable.
25276         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
25277
25278 2013-05-16  Richard Henderson  <rth@redhat.com>
25279
25280         * math/atest-exp2.c (LIMB64): New macro.
25281         (CONSTSZ): New macro.
25282         (mp_exp1, mp_exp_m1, mp_log2): New variables.
25283         (hexdig): Move ...
25284         (print_mpn_fp): ... to function scope.
25285         (read_mpn_hex): Remove.
25286         (get_log2): Remove.
25287         (exp2_mpn): Use mp_log2.
25288         (main): Use mp_exp1.
25289
25290 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
25291
25292         * math/libm-test.inc: Remove comment about not testing "inexact"
25293         exceptions.
25294         (INEXACT_EXCEPTION): New macro.
25295         (NO_INEXACT_EXCEPTION): Likewise.
25296         (INVALID_EXCEPTION_OK): Update value.
25297         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
25298         (OVERFLOW_EXCEPTION_OK): Likewise.
25299         (UNDERFLOW_EXCEPTION_OK): Likewise.
25300         (IGNORE_ZERO_INF_SIGN): Likewise.
25301         (ERRNO_UNCHANGED): Likewise.
25302         (ERRNO_EDOM): Likewise.
25303         (ERRNO_ERANGE): Likewise.
25304         (test_exceptions): Handle testing "inexact" exceptions.
25305         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
25306         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
25307         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
25308         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
25309         INEXACT_EXCEPTION.
25310         (rint_towardzero_test_data): Likewise.
25311         (rint_downward_test_data): Likewise.
25312         (rint_upward_test_data): Likewise.
25313
25314         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
25315         with OVERFLOW_EXCEPTION.
25316         (exp10_test_data): Likewise.
25317         (exp2_test_data): Likewise.
25318         (expm1_test_data): Likewise.
25319         (lgamma_test_data): Likewise.
25320         (pow_test_data): Likewise.
25321         (tgamma_test_data): Likewise.
25322         (yn_test_data): Remove duplicate test of overflow.
25323
25324         * math/libm-test.inc (struct test_cc_c_data): New type.
25325         (RUN_TEST_LOOP_cc_c): New macro.
25326         (cpow_test_data): New variable.
25327         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
25328
25329         * math/libm-test.inc (struct test_f_L_data): New type.
25330         (RUN_TEST_LOOP_f_L): New macro.
25331         (llrint_test_data): New variable.
25332         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
25333         (llrint_tonearest_test_data): New variable.
25334         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
25335         (llrint_towardzero_test_data): New variable.
25336         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
25337         (llrint_downward_test_data): New variable.
25338         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
25339         (llrint_upward_test_data): New variable.
25340         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
25341         (llround_test_data): New variable.
25342         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
25343
25344 2013-05-13  Peter Collingbourne  <pcc@google.com>
25345
25346         * math/atest-exp2.c (get_log2): Remove const attribute.
25347
25348 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
25349
25350         * math/libm-test.inc (struct test_f_l_data): New type.
25351         (RUN_TEST_LOOP_f_l): New macro.
25352         (lrint_test_data): New variable.
25353         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
25354         (lrint_tonearest_test_data): New variable.
25355         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
25356         (lrint_towardzero_test_data): New variable.
25357         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
25358         (lrint_downward_test_data): New variable.
25359         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
25360         (lrint_upward_test_data): New variable.
25361         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
25362         (lround_test_data): New variable.
25363         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
25364
25365 2013-05-15  Peter Collingbourne  <pcc@google.com>
25366
25367         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
25368         (EXTRACT_WORDS64) Use where appropriate.
25369         (INSERT_WORDS64) Likewise.
25370
25371         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
25372         constraints with x constraints.
25373         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
25374
25375         * malloc/obstack.c (_obstack_compat): Add initializer.
25376
25377 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
25378
25379         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
25380         si_trapno and add si_addr_lsb to _sifields.sigfault.
25381         (si_trapno): Remove macro.
25382         (si_addr_lsb): Define new macro.
25383         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
25384
25385 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
25386
25387         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
25388         instead of TEST_f_l.
25389         (llrint_test_tonearest): Likewise.
25390         (llrint_test_towardzero): Likewise.
25391         (llrint_test_downward): Likewise.
25392         (llrint_test_upward): Likewise.
25393         (llround_test): Likewise.
25394
25395         * math/libm-test.inc (struct test_f_i_data): Add comment.
25396         (RUN_TEST_LOOP_f_b): New macro.
25397         (RUN_TEST_LOOP_f_b_tg): Likewise.
25398         (finite_test_data): New variable.
25399         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
25400         (isfinite_test_data): New variable.
25401         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25402         (isinf_test_data): New variable.
25403         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25404         (isnan_test_data): New variable.
25405         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25406         (isnormal_test_data): New variable.
25407         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25408         (issignaling_test_data): New variable.
25409         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25410         (signbit_test_data): New variable.
25411         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25412
25413         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
25414         with INVALID_EXCEPTION.
25415         (acosh_test_data): Likewise.
25416         (asin_test_data): Likewise.
25417         (atanh_test_data): Likewise.
25418         (fmod_test_data): Likewise.
25419         (log_test_data): Likewise.
25420         (log10_test_data): Likewise.
25421         (log2_test_data): Likewise.
25422         (pow_test_data): Likewise.
25423         (sqrt_test_data): Likewise.
25424         (y0_test_data): Likewise.
25425         (y1_test_data): Likewise.
25426         (yn_test_data): Likewise.
25427
25428         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
25429         function contents.
25430
25431         * math/libm-test.inc (struct test_ff_i_data): New type.
25432         (RUN_TEST_LOOP_ff_i_tg): New macro.
25433         (isgreater_test_data): New variable.
25434         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25435         (isgreaterequal_test_data): New variable.
25436         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25437         (isless_test_data): New variable.
25438         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25439         (islessequal_test_data): New variable.
25440         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25441         (islessgreater_test_data): New variable.
25442         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25443         (isunordered_test_data): New variable.
25444         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25445
25446 2013-05-14  David S. Miller  <davem@davemloft.net>
25447
25448         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25449
25450 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
25451
25452         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
25453
25454         * math/libm-test.inc (struct test_fF_f1_data): Change type of
25455         extra_test to int.
25456         (struct test_f_i_data): Change type of max_ulp to int.
25457
25458         * math/libm-test.inc (test_ffI_f1_data): New type.
25459         (RUN_TEST_LOOP_ffI_f1): New macro.
25460         (remquo_test_data): New variable.
25461         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
25462
25463         * setjmp/tst-setjmp-fp.c: New file.
25464         * setjmp/Makefile (tests): Add tst-setjmp-fp.
25465         (link-libm): New variable.
25466         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
25467
25468         * math/libm-test.inc (struct test_f_i_data): New type.
25469         (RUN_TEST_LOOP_f_i): New macro.
25470         (RUN_TEST_LOOP_f_i_tg): Likewise.
25471         (fpclassify_test_data): New variable.
25472         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
25473         (ilogb_test_data): New variable.
25474         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
25475
25476         * math/libm-test.inc (scalbln_test): Correct function name in END
25477         call.
25478
25479         * math/libm-test.inc (struct test_f_f1_data): Add comment.
25480         (RUN_TEST_LOOP_fI_f1): New macro.
25481         (frexp_test_data): New variable.
25482         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
25483
25484         * math/libm-test.inc (struct test_fF_f1_data): New type.
25485         (RUN_TEST_LOOP_fF_f1): New macro.
25486         (modf_test_data): New variable.
25487         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
25488
25489         * math/libm-test.inc (struct test_f_f1_data): New type.
25490         (RUN_TEST_LOOP_f_f1): New macro.
25491         (gamma_test_data): New variable.
25492         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
25493         (lgamma_test_data): New variable.
25494         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
25495
25496 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
25497
25498         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
25499         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
25500         (main): Comment "tls" pseudo-hwcap.
25501
25502 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
25503
25504         * math/libm-test.inc (struct test_fl_f_data): New type.
25505         (RUN_TEST_LOOP_fl_f): New variable.
25506         (scalbln_test_data): New variable.
25507         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
25508
25509         * math/libm-test.inc (struct test_fi_f_data): New type.
25510         (RUN_TEST_LOOP_fi_f): New macro.
25511         (ldexp_test_data): New variable.
25512         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
25513         (scalbn_test_data): New variable.
25514         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
25515
25516         * math/libm-test.inc (struct test_c_f_data): New type.
25517         (RUN_TEST_LOOP_c_f): New macro.
25518         (cabs_test_data): New variable.
25519         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
25520         (carg_test_data): New variable.
25521         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
25522         (cimag_test_data): New variable.
25523         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
25524         (creal_test_data): New variable.
25525         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
25526
25527         * math/libm-test.inc (struct test_if_f_data): New type.
25528         (RUN_TEST_LOOP_if_f): New macro.
25529         (jn_test_data): New variable.
25530         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
25531         (yn_test_data): New variable.
25532         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
25533
25534         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
25535
25536 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25537
25538         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
25539         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
25540
25541 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
25542
25543         * benchtests/Makefile (CPPFLAGS-nonlib): Add
25544         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
25545         (bench-deps): Add bench-timing.h.
25546         * benchtests-bench-skeleton.c: Include bench-timing.h.
25547         (main): Use TIMING_* macros instead of clock_gettime.
25548         * benchtests/bench-timing.h: New file.
25549
25550         [BZ #14582]
25551         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
25552         Renamed from _LIB_VERSION.
25553         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
25554
25555 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
25556
25557         * math/libm-test.inc (struct test_fff_f_data): New type.
25558         (RUN_TEST_LOOP_fff_f): New macro.
25559         (fma_test_data): New variable.
25560         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
25561         (fma_towardzero_test_data): New variable.
25562         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
25563         (fma_downward_test_data): New variable.
25564         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
25565         (fma_upward_test_data): New variable.
25566         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
25567
25568         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
25569         (struct test_c_c_data): New type.
25570         (RUN_TEST_LOOP_c_c): New macro.
25571         (cacos_test_data): New variable.
25572         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
25573         (cacosh_test_data): New variable.
25574         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
25575         (casin_test_data): New variable.
25576         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
25577         (casinh_test_data): New variable.
25578         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
25579         (catan_test_data): New variable.
25580         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
25581         (catanh_test_data): New variable.
25582         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
25583         (ccos_test_data): New variable.
25584         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
25585         (ccosh_test_data): New variable.
25586         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
25587         (cexp_test_data): New variable.
25588         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
25589         (clog_test_data): New variable.
25590         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
25591         (clog10_test_data): New variable.
25592         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
25593         (conj_test_data): New variable.
25594         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
25595         (cproj_test_data): New variable.
25596         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
25597         (csin_test_data): New variable.
25598         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
25599         (csinh_test_data): New variable.
25600         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
25601         (csqrt_test_data): New variable.
25602         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
25603         (ctan_test_data): New variable.
25604         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
25605         (ctan_tonearest_test_data): New variable.
25606         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
25607         (ctan_towardzero_test_data): New variable.
25608         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
25609         (ctan_downward_test_data): New variable.
25610         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
25611         (ctan_upward_test_data): New variable.
25612         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
25613         (ctanh_test_data): New variable.
25614         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
25615         (ctanh_tonearest_test_data): New variable.
25616         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
25617         (ctanh_towardzero_test_data): New variable.
25618         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
25619         (ctanh_downward_test_data): New variable.
25620         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
25621         (ctanh_upward_test_data): New variable.
25622         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
25623         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
25624         of BUILD_COMPLEX.
25625
25626         * math/libm-test.inc (struct test_ff_f_data): New type.
25627         (struct test_ff_f_data_nexttoward): Likewise.
25628         (RUN_TEST_LOOP_2_f): New macro.
25629         (RUN_TEST_LOOP_ff_f): Likewise.
25630         (atan2_test_data): New variable.
25631         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
25632         (copysign_test_data): New variable.
25633         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
25634         (fdim_test_data): New variable.
25635         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
25636         (fmax_test_data): New variable.
25637         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
25638         (fmin_test_data): New variable.
25639         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
25640         (fmod_test_data): New variable.
25641         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
25642         (hypot_test_data): New variable.
25643         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
25644         (nextafter_test_data): New variable.
25645         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
25646         (nexttoward_test_data): New variable.
25647         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
25648         (pow_test_data): New variable.
25649         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
25650         (pow_tonearest_test_data): New variable.
25651         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
25652         (pow_towardzero_test_data): New variable.
25653         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
25654         (pow_downward_test_data): New variable.
25655         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
25656         (pow_upward_test_data): New variable.
25657         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
25658         (remainder_test_data): New variable.
25659         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
25660         (scalb_test_data): New variable.
25661         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
25662         * sysdeps/i386/fpu/libm-test-ulps: Update.
25663
25664 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
25665
25666         * math/libm-test.inc (fma_test): Use max_value instead of local
25667         variable fltmax.
25668         (nextafter_test): Likewise.
25669
25670         * math/libm-test.inc (acos_towardzero_test_data): New variable.
25671         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25672         (acos_downward_test_data): New variable.
25673         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25674         (acos_upward_test_data): New variable.
25675         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25676         (acosh_test_data): New variable.
25677         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
25678         (asin_test_data): New variable.
25679         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
25680         (asin_tonearest_test_data): New variable.
25681         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25682         (asin_towardzero_test_data): New variable.
25683         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25684         (asin_downward_test_data): New variable.
25685         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25686         (asin_upward_test_data): New variable.
25687         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25688         (asinh_test_data): New variable.
25689         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
25690         (atan_test_data): New variable.
25691         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
25692         (atanh_test_data): New variable.
25693         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
25694         (cbrt_test_data): New variable.
25695         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
25696         (ceil_test_data): New variable.
25697         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
25698         (cos_test_data): New variable.
25699         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
25700         (cos_tonearest_test_data): New variable.
25701         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25702         (cos_towardzero_test_data): New variable.
25703         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25704         (cos_downward_test_data): New variable.
25705         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25706         (cos_upward_test_data): New variable.
25707         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25708         (cosh_test_data): New variable.
25709         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
25710         (cosh_tonearest_test_data): New variable.
25711         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25712         (cosh_towardzero_test_data): New variable.
25713         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25714         (cosh_downward_test_data): New variable.
25715         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25716         (cosh_upward_test_data): New variable.
25717         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25718         (erf_test_data): New variable.
25719         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
25720         (erfc_test_data): New variable.
25721         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
25722         (exp_test_data): New variable.
25723         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
25724         (exp_tonearest_test_data): New variable.
25725         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25726         (exp_towardzero_test_data): New variable.
25727         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25728         (exp_downward_test_data): New variable.
25729         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25730         (exp_upward_test_data): New variable.
25731         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25732         (exp10_test_data): New variable.
25733         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
25734         (exp2_test_data): New variable.
25735         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
25736         (expm1_test_data): New variable.
25737         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
25738         (fabs_test_data): New variable.
25739         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
25740         (floor_test_data): New variable.
25741         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
25742         (j0_test_data): New variable.
25743         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
25744         (j1_test_data): New variable.
25745         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
25746         (log_test_data): New variable.
25747         (log_test): Run tests with RUN_TEST_LOOP_f_f.
25748         (log10_test_data): New variable.
25749         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
25750         (log1p_test_data): New variable.
25751         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
25752         (log2_test_data): New variable.
25753         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
25754         (logb_test_data): New variable.
25755         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
25756         (logb_downward_test_data): New variable.
25757         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25758         (nearbyint_test_data): New variable.
25759         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
25760         (rint_test_data): New variable.
25761         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
25762         (rint_tonearest_test_data): New variable.
25763         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25764         (rint_towardzero_test_data): New variable.
25765         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25766         (rint_downward_test_data): New variable.
25767         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25768         (rint_upward_test_data): New variable.
25769         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25770         (round_test_data): New variable.
25771         (round_test): Run tests with RUN_TEST_LOOP_f_f.
25772         (sin_test_data): New variable.
25773         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
25774         (sin_tonearest_test_data): New variable.
25775         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25776         (sin_towardzero_test_data): New variable.
25777         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25778         (sin_downward_test_data): New variable.
25779         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25780         (sin_upward_test_data): New variable.
25781         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25782         (sinh_test_data): New variable.
25783         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
25784         (sinh_tonearest_test_data): New variable.
25785         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25786         (sinh_towardzero_test_data): New variable.
25787         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25788         (sinh_downward_test_data): New variable.
25789         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25790         (sinh_upward_test_data): New variable.
25791         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25792         (sqrt_test_data): New variable.
25793         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
25794         (tan_test_data): New variable.
25795         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
25796         (tan_tonearest_test_data): New variable.
25797         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25798         (tan_towardzero_test_data): New variable.
25799         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25800         (tan_downward_test_data): New variable.
25801         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25802         (tan_upward_test_data): New variable.
25803         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25804         (tanh_test_data): New variable.
25805         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
25806         (tgamma_test_data): New variable.
25807         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
25808         (trunc_test_data): New variable.
25809         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
25810         (y0_test_data): New variable.
25811         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
25812         (y1_test_data): New variable.
25813         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
25814         (significand_test_data): New variable.
25815         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
25816
25817 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
25818
25819         [BZ #12387]
25820         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
25821
25822 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
25823
25824         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
25825
25826 2013-05-10  Andreas Jaeger  <aj@suse.de>
25827
25828         [BZ #15448]
25829         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
25830         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
25831
25832 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
25833
25834         * math/gen-libm-test.pl (adjust_arg): New function.
25835         (special_functions): Handle generating output in both functions
25836         and arrays.
25837         (parse_args): Likewise.
25838         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
25839         $in_func argument to parse_args.
25840         * math/libm-test.inc (struct test_f_f_data): New type.
25841         (IF_ROUND_INIT_): New macro.
25842         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
25843         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
25844         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
25845         (IF_ROUND_INIT_FE_UPWARD): Likewise.
25846         (ROUND_RESTORE_): Likewise.
25847         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
25848         (ROUND_RESTORE_FE_TONEAREST): Likewise.
25849         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
25850         (ROUND_RESTORE_FE_UPWARD): Likewise.
25851         (RUN_TEST_LOOP_f_f): New macro.
25852         (acos_test_data): New variable.
25853         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
25854         (acos_tonearest_test_data): New variable.
25855         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25856
25857 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
25858
25859         * benchtests/bench-skeleton.c (startup): Fix coding style.
25860
25861 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
25862
25863         [BZ #6809]
25864         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
25865         negative infinity argument.
25866         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
25867         negative infinity argument.
25868         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
25869         negative infinity argument.
25870         * math/libm-test.inc (tgamma_test): Expect errno to be set for
25871         domain errors.
25872
25873 2013-05-10  Florian Weimer  <fweimer@redhat.com>
25874
25875         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
25876         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
25877         * iconv/iconv_prog.c (main): Likewise.
25878         * locale/programs/charmap-dir.c (charmap_readdir)
25879         (fopen_uncompressed): Likewise.
25880         * locale/programs/locfile.c (siblings_uncached)
25881         (write_locale_data): Use lstat64 instead of lstat.
25882         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
25883         stat.
25884
25885 2013-05-10  Andreas Jaeger  <aj@suse.de>
25886
25887         [BZ #15395]
25888         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
25889         localization.
25890         Include <locale.h>.
25891
25892 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
25893
25894         * elf/dl-close.c (_dl_close_worker): Add comments.
25895
25896 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
25897
25898         [BZ #15359]
25899         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
25900         high part of pi/2.
25901         (__ieee754_rem_pio2l): Update comments.
25902
25903         [BZ #15429]
25904         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
25905         high part of pi/2.
25906         (__ieee754_rem_pio2l): Update comments.
25907
25908         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
25909         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
25910
25911         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
25912         M_PI_4l.
25913
25914         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
25915         (M_PI_34_LOG10El): Likewise.
25916         (M_PI2_LOG10El): Likewise.
25917         (M_PI4_LOG10El): Likewise.
25918         (M_PI_LOG10El): Likewise.
25919
25920 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25921
25922         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25923
25924 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
25925
25926         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
25927         (MINUS_ZERO_INIT): Likewise.
25928         (PLUS_INFTY_INIT): Likewise.
25929         (MINUS_INFTY_INIT): Likewise.
25930         (QNAN_VALUE_INIT): Likewise.
25931         (MAX_VALUE_INIT): Likewise.
25932         (MIN_VALUE_INIT): Likewise.
25933         (MIN_SUBNORM_VALUE_INIT): Likewise.
25934         (plus_zero): Initialize with PLUS_ZERO_INIT.
25935         (minus_zero): Initialize with MINUS_ZERO_INIT.
25936         (plus_infty): Initialize with PLUS_INFTY_INIT.
25937         (minus_infty): Initialize with MINUS_INFTY_INIT.
25938         (qnan_value): Initialize with QNAN_VALUE_INIT.
25939         (max_value): Initialize with MAX_VALUE_INIT.
25940         (min_value): Initialize with MIN_VALUE_INIT.
25941         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
25942
25943         * math/libm-test.inc (RUN_TEST_if_f): New macro.
25944         (jn_test): Use TEST_if_f instead of TEST_ff_f.
25945         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
25946         (yn_test): Use TEST_if_f instead of TEST_ff_f.
25947
25948         * math/libm-test.inc (RUN_TEST_f_f): New macro.
25949         (RUN_TEST_2_f): Likewise.
25950         (RUN_TEST_ff_f): Likewise.
25951         (RUN_TEST_fi_f): Likewise.
25952         (RUN_TEST_fl_f): Likewise.
25953         (RUN_TEST_fff_f): Likewise.
25954         (RUN_TEST_c_f): Likewise.
25955         (RUN_TEST_f_f1): Likewise.
25956         (RUN_TEST_fF_f1): Likewise.
25957         (RUN_TEST_fI_f1): Likewise.
25958         (RUN_TEST_ffI_f1): Likewise.
25959         (RUN_TEST_c_c): Likewise.
25960         (RUN_TEST_cc_c): Likewise.
25961         (RUN_TEST_f_i): Likewise.
25962         (RUN_TEST_f_i_tg): Likewise.
25963         (RUN_TEST_ff_i_tg): Likewise.
25964         (RUN_TEST_f_b): Likewise.
25965         (RUN_TEST_f_b_tg): Likewise.
25966         (RUN_TEST_f_l): Likewise.
25967         (RUN_TEST_f_L): Likewise.
25968         (RUN_TEST_sincos): Likewise.
25969         * math/gen-libm-test.pl (new_test): Take new argument to indicate
25970         whether to show exceptions.  Do not include ");\n" in return
25971         value.
25972         (special_functions): Output call to RUN_TEST_sincos instead of
25973         check_float calls.  Update calls to new_test.
25974         (parse_args): Output call to single RUN_TEST_* macro instead of
25975         check_* calls and other assignments.  Update calls to new_test.
25976
25977         [BZ #2546]
25978         [BZ #2560]
25979         [BZ #5159]
25980         [BZ #15426]
25981         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
25982         input to result for tgamma overflow.
25983         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
25984         (gamma_coeff): New variable.
25985         (NCOEFF): New macro.
25986         (gamma_positive): New function.
25987         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
25988         underflow here.  Use gamma_positive instead of exp (lgamma) for
25989         other arguments.
25990         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
25991         (gamma_coeff): New variable.
25992         (NCOEFF): New macro.
25993         (gammaf_positive): New function.
25994         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
25995         underflow here.  Use gamma_positive instead of exp (lgamma) for
25996         other arguments.
25997         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
25998         (gamma_coeff): New variable.
25999         (NCOEFF): New macro.
26000         (gammal_positive): New function.
26001         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
26002         underflow here.  Use gamma_positive instead of exp (lgamma) for
26003         other arguments.
26004         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
26005         (gamma_coeff): New variable.
26006         (NCOEFF): New macro.
26007         (gammal_positive): New function.
26008         (__ieee754_gammal_r): Handle positive infinity, overflow and
26009         underflow here.  Handle NaN the same as positive infinity.  Remove
26010         check x < 0xffffffff for negative integers.  Use gamma_positive
26011         instead of exp (lgamma) for other arguments.
26012         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
26013         (gamma_coeff): New variable.
26014         (NCOEFF): New macro.
26015         (gammal_positive): New function.
26016         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
26017         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
26018         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
26019         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
26020         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
26021         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
26022         * sysdeps/generic/math_private.h (__gamma_productf): New
26023         prototype.
26024         (__gamma_product): Likewise.
26025         (__gamma_productl): Likewise.
26026         * math/Makefile (libm-calls): Add gamma_product.
26027         * math/libm-test.inc (tgamma_test): Add more tests.
26028         * sysdeps/i386/fpu/libm-test-ulps: Update.
26029         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26030
26031 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
26032
26033         * benchtests/bench-skeleton.c (main): Preheat CPU.
26034
26035 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
26036
26037         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
26038
26039 2013-05-07  Roland McGrath  <roland@hack.frob.com>
26040
26041         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
26042         and _dl_skip_args_internal.
26043
26044 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
26045
26046         * manual/message.texi (Message Translation): Talk about users.
26047         Message to key mapping impacts design.
26048
26049 2013-05-06  Roland McGrath  <roland@hack.frob.com>
26050
26051         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
26052
26053         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
26054
26055         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
26056         * sysdeps/wordsize-64/glob64.c: ... here.
26057
26058         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
26059         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
26060         New macros.
26061
26062         * debug/getlogin_r_chk.c: Moved to ...
26063         * login/getlogin_r_chk.c: ... here.
26064         * debug/Makefile (routines): Move getlogin_r_chk to ...
26065         * login/Makefile (routines): ... here.
26066         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
26067         * login/Versions (libc: GLIBC_2.4): ... here.
26068
26069         * io/poll.c (__poll): Renamed from poll.
26070         Add libc_hidden_def.
26071         (poll): Define as weak alias.
26072
26073         * debug/ptsname_r_chk.c: Moved to ...
26074         * login/ptsname_r_chk.c: ... here.
26075         * debug/Makefile (routines): Move ptsname_r_chk to ...
26076         * login/Makefile (routines): ... here.
26077         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
26078         * login/Versions (libc: GLIBC_2.4): ... here.
26079
26080         * posix/getlogin.c: Moved to ...
26081         * login/getlogin.c: ... here.
26082         * posix/getlogin_r.c: Moved to ...
26083         * login/getlogin_r.c: ... here.
26084         * posix/getlogin_r.c: Moved to ...
26085         * login/getlogin_r.c: ... here.
26086         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
26087         * login/Makefile (routines): ... here.
26088         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
26089         * login/Versions (libc: GLIBC_2.0): ... here.
26090
26091         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
26092         (setrlimit): Define as weak alias.
26093
26094         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
26095         Call __ names for open, ftruncate, and close.
26096         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
26097         (truncate): Define as weak alias.
26098
26099 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
26100
26101         * math/gen-libm-test.pl (parse_args): Initialize x before each
26102         test of frexp, modf and remquo.
26103
26104         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
26105         test signgam value.
26106
26107 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26108
26109         [BZ #15418]
26110         [BZ #15419]
26111         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
26112         internal tests.
26113         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
26114
26115 2013-05-06  Roland McGrath  <roland@hack.frob.com>
26116
26117         * elf/dl-writev.h: New file.
26118         * elf/dl-misc.c: Include it.
26119         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
26120         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
26121
26122 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
26123
26124         * math/libm-test.inc (noXFails): Remove variable.
26125         (noXPasses): Likewise.
26126         (BUILD_COMPLEX_INT): Remove macro.
26127         (print_screen): Remove xfail argument.
26128         (print_screen_max_error): Likewise.
26129         (update_stats): Likewise.
26130         (print_max_error): Likewise.  Update calls to other affected
26131         functions.
26132         (print_complex_max_error): Likewise.
26133         (test_single_exception): Update calls to print_screen.
26134         (test_single_errno): Likewise.
26135         (check_float_internal): Remove xfail argument.  Update calls to
26136         other affected functions.
26137         (check_float): Likewise.
26138         (check_complex): Likewise.
26139         (check_int): Likewise.
26140         (check_long): Likewise.
26141         (check_bool): Likewise.
26142         (check_longlong): Likewise.
26143         (main): Don't print noXFails and noXPasses.
26144         * math/gen-libm-test.pl (top level): Don't mention expected
26145         failure handling in comment.
26146         (new_test): Don't handle expected failures.
26147         (parse_args): Don't mention expected failure handling in comment.
26148         (generate_testfile): Don't handle expected failures.
26149         (parse_ulps): Likewise.
26150         (print_ulps_file): Likewise.
26151         (get_failure): Remove function.
26152         (output_test): Don't handle expected failures.
26153         * make/README.libm-test: Don't mention expected failure handling.
26154
26155         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
26156         (minus_zero): Likewise.
26157         (plus_infty): Likewise.
26158         (minus_infty): Likewise.
26159         (qnan_value): Likewise.
26160         (max_value): Likewise.
26161         (min_value): Likewise.
26162         (min_subnorm_value): Likewise.
26163         (initialize): Do not initialize those variables dynamically.
26164
26165 2013-05-03  Roland McGrath  <roland@hack.frob.com>
26166
26167         * io/open.c (__open_2): Moved to ...
26168         * io/open_2.c: ... this new file.
26169         * io/open64.c (__open64_2): Moved to ...
26170         * io/open64_2.c: ... this new file.
26171         * io/openat.c (__openat_2): Moved to ...
26172         * io/openat_2.c: ... this new file.
26173         * io/openat64.c (__openat64_2): Moved to ...
26174         * io/openat64_2.c: ... this new file.
26175         * io/Makefile (routines): Add them.
26176         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
26177         * sysdeps/unix/sysv/linux/open_2.c: File removed.
26178         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
26179         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
26180         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
26181         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
26182         (__openat64): Add hidden_ver.
26183         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
26184         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
26185
26186         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
26187         Separately conditionalize setting of GLRO(dl_sysinfo) so
26188         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
26189         as well, but the actual setting is only under [NEED_DL_SYSINFO].
26190
26191 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26192
26193         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
26194         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
26195         definition.
26196         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
26197         * sysdeps/unix/sysv/linux/powerpc/init-first.c
26198         (_libc_vdso_platform_setup): Add __vdso_time initialization.
26199         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
26200         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
26201
26202 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
26203
26204         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
26205         test signgam value.
26206
26207         * math/libm-test.inc (hypot_test): Do not use
26208         IGNORE_ZERO_INF_SIGN.
26209
26210 2013-05-03  Andreas Jaeger  <aj@suse.de>
26211
26212         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
26213         Linux 3.9.
26214         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
26215         (PF_MAX): Adjust for VSOCK change.
26216
26217 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26218
26219         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26220
26221 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
26222
26223         [BZ #15264]
26224         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
26225         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
26226         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
26227
26228 2013-05-02  David S. Miller  <davem@davemloft.net>
26229
26230         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26231
26232 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
26233
26234         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
26235
26236 2013-05-01  Roland McGrath  <roland@hack.frob.com>
26237
26238         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
26239
26240 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
26241
26242         [BZ #14952]
26243         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
26244         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
26245         Use __attribute__ ((__gnu_inline__)).
26246         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
26247         Don't use __attribute__ ((__gnu_inline__)).
26248
26249 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
26250
26251         [BZ #15423]
26252         * math/s_catan.c (__catan): Handle small real or imaginary part of
26253         input specially to avoid spurious underflow.
26254         * math/s_catanf.c (__catanf): Likewise.
26255         * math/s_catanh.c (__catanh): Likewise.
26256         * math/s_catanhf.c (__catanhf): Likewise.
26257         * math/s_catanhl.c (__catanhl): Likewise.
26258         * math/s_catanl.c (__catanl): Likewise.
26259         * math/libm-test.inc (catan_test): Add more tests.
26260         (catanh_test): Likewise.
26261         * sysdeps/i386/fpu/libm-test-ulps: Update.
26262         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26263
26264 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26265
26266         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26267
26268 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
26269
26270         [BZ #15416]
26271         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
26272         accurately for denominator in atan2.
26273         * math/s_catanf.c (__catanf): Likewise.
26274         * math/s_catanh.c (__catanh): Likewise.
26275         * math/s_catanhf.c (__catanhf): Likewise.
26276         * math/s_catanhl.c (__catanhl): Likewise.
26277         * math/s_catanl.c (__catanl): Likewise.
26278         * math/libm-test.inc (catan_test): Add more tests.
26279         (catanh_test): Likewise.
26280         * sysdeps/i386/fpu/libm-test-ulps: Update.
26281         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26282
26283 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
26284
26285         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
26286
26287         * benchtests/Makefile (bench): Remove slow benchmarks.
26288         * benchtests/atan-inputs: Add slow benchmark inputs.
26289         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
26290         (BENCH_FUNC): Accept variant offset.
26291         (VARIANT): Define.
26292         * benchtests/bench-skeleton.c (main): Run benchmark for each
26293         variant.
26294         * benchtests/cos-inputs: Add slow benchmark inputs.
26295         * benchtests/exp-inputs: Likewise.
26296         * benchtests/pow-inputs: Likewise.
26297         * benchtests/sin-inputs: Likewise.
26298         * benchtests/slowatan-inputs: Remove.
26299         * benchtests/slowatan.c: Remove.
26300         * benchtests/slowcos-inputs: Remove.
26301         * benchtests/slowcos.c: Remove.
26302         * benchtests/slowexp-inputs: Remove.
26303         * benchtests/slowexp.c: Remove.
26304         * benchtests/slowpow-inputs: Remove.
26305         * benchtests/slowpow.c: Remove.
26306         * benchtests/slowsin-inputs: Remove.
26307         * benchtests/slowsin.c: Remove.
26308         * benchtests/slowtan-inputs: Remove.
26309         * benchtests/slowtan.c: Remove.
26310         * benchtests/tan-inputs: Add slow benchmark inputs.
26311         * scripts/bench.pl: Parse comments and directives.
26312
26313         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
26314         in CPPFLAGS.
26315         ($(objpfx)bench-%.c): Remove *-ITER.
26316         * benchtests/bench-modf.c: Remove definition of ITER.
26317         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
26318         (main): Loop for DURATION seconds instead of fixed number of
26319         iterations.
26320         * scripts/bench.pl: Don't expect iterations in parameters.
26321
26322 2013-04-29  Roland McGrath  <roland@hack.frob.com>
26323
26324         * io/fchdir.c (__fchdir): Renamed from fchdir.
26325         (fchdir): Define as weak alias.
26326
26327 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
26328
26329         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
26330         (ERRNO_EDOM): Likewise.
26331         (ERRNO_ERANGE): Likewise.
26332         (noErrnoTests): New variable.
26333         (init_max_error): Set errno to 0.
26334         (test_single_errno): New function.
26335         (test_errno): Likewise.
26336         (check_float_internal): Call test_errno.  Set errno to 0.
26337         (check_complex): Refer to errno tests in comment.
26338         (check_int): Call test_errno.  Set errno to 0.
26339         (check_long): Likewise.
26340         (check_bool): Likewise.
26341         (check_longlong): Likewise.
26342         (cos_test): Use ERRNO_* flags for errno tests instead of
26343         check_int.
26344         (expm1_test): Likewise.
26345         (fmod_test): Likewise.
26346         (ilogb_test): Likewise.
26347         (lgamma_test): Likewise.
26348         (pow_test): Likewise.
26349         (remainder_test): Likewise.
26350         (sin_test): Likewise.
26351         (tan_test): Likewise.
26352         (yn_test): Likewise.
26353         (initialize): Set errno to 0.
26354         (main): Print number of errno tests.
26355         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
26356
26357 2013-04-29  Andreas Jaeger  <aj@suse.de>
26358
26359         [BZ #15084]
26360         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
26361         and RES_USEVC.
26362
26363         [BZ #15085]
26364         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
26365         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
26366         unimplemented.
26367
26368         [BZ #15380]
26369         * stdlib/random.c (__initstate): Return NULL if
26370         __initstate fails.
26371
26372         [BZ #15086]
26373         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
26374         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
26375         RES_SNGLKUPREOP.
26376
26377 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26378
26379         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26380
26381 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
26382
26383         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
26384         of individual tests.
26385         (casin_test): Likewise.
26386         (casinh_test): Likewise.
26387
26388 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
26389
26390         [BZ #15409]
26391         * math/s_catan.c (__catan): Handle arguments with large real or
26392         imaginary part separately without squaring.
26393         * math/s_catanf.c (__catanf): Likewise.
26394         * math/s_catanh.c (__catanh): Likewise.
26395         * math/s_catanhf.c (__catanhf): Likewise.
26396         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
26397         and redefine.
26398         (__catanhl): Handle arguments with large real or imaginary part
26399         separately without squaring.
26400         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
26401         and redefine.
26402         (__catanl): Handle arguments with large real or imaginary part
26403         separately without squaring.
26404         * math/libm-test.inc (catan_test): Add more tests.
26405         (catanh_test): Likewise.
26406         * sysdeps/i386/fpu/libm-test-ulps: Update.
26407         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26408
26409 2013-04-27  Andreas Jaeger  <aj@suse.de>
26410
26411         [BZ #15007]
26412         * stdlib/stdlib.h: Update guards for qecvt.
26413         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
26414         <stdlib.h>.
26415
26416 2013-04-27  Allan McRae  <allan@archlinux.org>
26417
26418         * sysdeps/i386/fpu/libm-test-ulps: Update.
26419
26420 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
26421
26422         [BZ #15406]
26423         * math/s_catan.c: Include <float.h>.
26424         (__catan): Ensure underflow exception occurs for underflowed
26425         result.
26426         * math/s_catanf.c: Include <float.h>.
26427         (__catanf): Ensure underflow exception occurs for underflowed
26428         result.
26429         * math/s_catanh.c: Include <float.h>.
26430         (__catanh): Ensure underflow exception occurs for underflowed
26431         result.
26432         * math/s_catanhf.c: Include <float.h>.
26433         (__catanhf): Ensure underflow exception occurs for underflowed
26434         result.
26435         * math/s_catanhl.c: Include <float.h>.
26436         (__catanhl): Ensure underflow exception occurs for underflowed
26437         result.
26438         * math/s_catanl.c: Include <float.h>.
26439         (__catanl): Ensure underflow exception occurs for underflowed
26440         result.
26441         * math/libm-test.inc (catan_test): Add more tests.
26442         (catanh_test): Likewise.
26443
26444         [BZ #15405]
26445         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
26446         underflowed result.
26447         * math/s_ccoshf.c (__ccoshf): Likewise.
26448         * math/s_ccoshl.c (__ccoshl): Likewise.
26449         * math/s_csin.c (__csin): Likewise.
26450         * math/s_csinf.c (__csinf): Likewise.
26451         * math/s_csinh.c (__csinh): Likewise.
26452         * math/s_csinhf.c (__csinhf): Likewise.
26453         * math/s_csinhl.c (__csinhl): Likewise.
26454         * math/s_csinl.c (__csinl): Likewise.
26455         * math/libm-test.inc (ccos_test): Add more tests.
26456         (ccosh_test): Likewise.
26457         (csin_test): Likewise.
26458         (csinh_test): Likewise.
26459
26460 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26461
26462         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
26463         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
26464         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
26465         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
26466         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
26467         powerpc/power5+/fpu folders.
26468         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
26469
26470
26471 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
26472
26473         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
26474
26475 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
26476
26477         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
26478         additions to variable.
26479         [$(config-machine) = x86_64] (modules-names): Likewise.
26480         ($(objpfx)tst-audit3): Remove dependency.
26481         ($(objpfx)tst-audit3.out): Likewise.
26482         ($(objpfx)tst-audit4): Likewise.
26483         ($(objpfx)tst-audit4.out): Likewise.
26484         ($(objpfx)tst-audit5): Likewise.
26485         ($(objpfx)tst-audit5.out): Likewise.
26486         ($(objpfx)tst-audit6): Likewise.
26487         ($(objpfx)tst-audit6.out): Likewise.
26488         ($(objpfx)tst-audit7): Likewise.
26489         ($(objpfx)tst-audit7.out): Likewise.
26490         (tst-audit3-ENV): Remove variable.
26491         (tst-audit4-ENV): Likewise.
26492         (tst-audit5-ENV): Likewise.
26493         (tst-audit6-ENV): Likewise.
26494         (tst-audit7-ENV): Likewise.
26495         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
26496         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
26497         addition to variable.
26498         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
26499         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
26500         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
26501         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
26502         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
26503         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
26504         tst-audit3, tst-audit4 and tst-audit5.
26505         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
26506         tst-audit6 and tst-audit7.
26507         [$(subdir) = elf] (modules-names): Add audit modules for those
26508         tests.
26509         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
26510         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
26511         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
26512         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
26513         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
26514         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
26515         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
26516         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
26517         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
26518         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
26519         [$(subdir) = elf] (tst-audit3-ENV): New variable.
26520         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
26521         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
26522         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
26523         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
26524         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
26525         Likewise.
26526         [$(subdir) = elf && $(config-cflags-avx) = yes]
26527         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
26528         [$(subdir) = elf && $(config-cflags-avx) = yes]
26529         (CFLAGS-tst-auditmod4a.c): Likewise.
26530         [$(subdir) = elf && $(config-cflags-avx) = yes]
26531         (CFLAGS-tst-auditmod4b.c): Likewise.
26532         [$(subdir) = elf && $(config-cflags-avx) = yes]
26533         (CFLAGS-tst-auditmod6b.c): Likewise.
26534         [$(subdir) = elf && $(config-cflags-avx) = yes]
26535         (CFLAGS-tst-auditmod6c.c): Likewise.
26536         [$(subdir) = elf && $(config-cflags-avx) = yes]
26537         (CFLAGS-tst-auditmod7b.c): Likewise.
26538         * elf/tst-audit3.c: Move to ...
26539         * sysdeps/x86_64/tst-audit3.c: ... here.
26540         * elf/tst-audit4.c: Move to ...
26541         * sysdeps/x86_64/tst-audit4.c: ... here.
26542         * elf/tst-audit5.c: Move to ...
26543         * sysdeps/x86_64/tst-audit5.c: ... here.
26544         * elf/tst-audit6.c: Move to ...
26545         * sysdeps/x86_64/tst-audit6.c: ... here.
26546         * elf/tst-audit7.c: Move to ...
26547         * sysdeps/x86_64/tst-audit7.c: ... here.
26548         * elf/tst-auditmod3a.c: Move to ...
26549         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
26550         * elf/tst-auditmod3b.c: Move to ...
26551         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
26552         * elf/tst-auditmod4a.c: Move to ...
26553         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
26554         * elf/tst-auditmod4b.c: Move to ...
26555         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
26556         * elf/tst-auditmod5a.c: Move to ...
26557         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
26558         * elf/tst-auditmod5b.c: Move to ...
26559         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
26560         * elf/tst-auditmod6a.c: Move to ...
26561         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
26562         * elf/tst-auditmod6b.c: Move to ...
26563         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
26564         * elf/tst-auditmod6c.c: Move to ...
26565         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
26566         * elf/tst-auditmod7a.c: Move to ...
26567         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
26568         * elf/tst-auditmod7b.c: Move to ...
26569         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
26570
26571 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
26572
26573         [BZ #15366]
26574         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
26575         define unconditionally.
26576         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
26577         define unconditionally.
26578         (INT8_C, INT16_C, etc.): Likewise.
26579
26580 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
26581
26582         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
26583         __ehdr_start with hidden visibility.
26584
26585         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
26586
26587 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
26588
26589         * math/libm-test.inc (cos_test): Use accurate hex constants.
26590         (sincost_test): Likewise.
26591
26592 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
26593
26594         * math/libm-test.inc (catan_test): Add more tests.
26595         (catanh_test): Likewise.
26596
26597         * math/s_catanf.c (__catanf): Use suffixed floating-point
26598         constants.
26599         * math/s_catanhf.c (__catanhf): Likewise.
26600         * math/s_catanhl.c (__catanhl): Likewise.
26601         * math/s_catanl.c (__catanl): Likewise.
26602
26603         [BZ #15394]
26604         * math/s_catan.c (__catan): Calculate imaginary part of result
26605         with log1p not log unless computing log of number close to 0.
26606         * math/s_catanf.c (__catanf): Likewise.
26607         * math/s_catanl.c (__catanl): Likewise.
26608         * math/s_catanh.c (__catanh): Calculate real part of result with
26609         log1p not log unless computing log of number close to 0.
26610         * math/s_catanhf.c (__catanhf): Likewise.
26611         * math/s_catanhl.c (__catanhl): Likewise.
26612         * math/libm-test.inc (catan_test): Add more tests.
26613         (catanh_test): Likewise.
26614         * sysdeps/i386/fpu/libm-test-ulps: Update.
26615         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26616
26617 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
26618
26619         * benchtests/Makefile: Mention files in which fast and slow
26620         paths of math functions are implemented.
26621
26622 2013-04-23  Roland McGrath  <roland@hack.frob.com>
26623
26624         * sysdeps/posix/timespec_get.c: New file.
26625
26626 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26627
26628         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
26629         POWER.
26630         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
26631         for POWER.
26632         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
26633         powerpc/power5/fpu folders.
26634         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
26635         * benchtests/Makefile: Add modf testcase.
26636         * benchtests/bench-modf.c: New file: Benchmark test for mo
26637
26638 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
26639
26640         [BZ #14888]
26641         * time/Makefile (tests): Add tst-strptime-whitespace.
26642         * time/strptime_l.c (get_number): Use ISSPACE.
26643         (__strptime_internal): Likewise.
26644         * time/tst-strptime-whitespace.c: New test case.
26645
26646 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
26647
26648         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
26649         member.
26650         (_nss_files_init): Set it here.
26651
26652 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
26653
26654         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
26655         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
26656         unsigned.
26657
26658 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
26659
26660         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
26661
26662 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
26663
26664         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
26665         size just once.
26666
26667 2013-04-21  David S. Miller  <davem@davemloft.net>
26668
26669         * po/ru.po: Update Russion translation from translation project.
26670
26671 2013-04-17  Adam Conrad  <adconrad@0c3.net>
26672
26673         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
26674         and setfsgid.
26675
26676 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
26677
26678         * configure.in: Remove i386 configure warning. Remove i386 case.
26679         * configure: Regenerate.
26680         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
26681         Add example to error message.
26682         * sysdeps/i386/configure: Regenerate.
26683
26684 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
26685
26686         * benchtests/Makefile (bench): Add cos, tan, slowcos and
26687         slowtan.
26688         * benchtests/cos-inputs: New file.
26689         * benchtests/slowcos-inputs: New file.
26690         * benchtests/slowcos.c: New file.
26691         * benchtests/slowtan-inputs: New file.
26692         * benchtests/slowtan.c: New file.
26693         * benchtests/tan-inputs: New file.
26694
26695 2013-04-16  Roland McGrath  <roland@hack.frob.com>
26696
26697         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
26698         considered kosher.
26699
26700 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
26701
26702         * benchtests/Makefile: Include cppflags-iterator.mk to add
26703         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
26704
26705         * Makefile.in (bench-clean): New target.
26706         * benchtests/Makefile (bench-clean): Likewise.
26707
26708 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
26709
26710         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
26711
26712 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
26713
26714         * stdio-common/tstdiomisc.c: Fix coding-style violation.
26715
26716 2013-04-15  Andreas Schwab  <schwab@suse.de>
26717
26718         * nscd/grpcache.c (cache_addgr): Properly check for short write.
26719         * nscd/initgrcache.c (addinitgroupsX): Likewise.
26720         * nscd/pwdcache.c (cache_addpw): Likewise.
26721         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
26722         more than recsize.
26723
26724 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26725
26726         * benchtests/Makefile (bench): Write all output to
26727         bench-out.tmp together.
26728
26729 2013-04-15  Andreas Schwab  <schwab@suse.de>
26730
26731         * nscd/nscd.c (main): Don't fork again after closing files.
26732
26733 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26734
26735         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
26736
26737         * benchtests/Rules (bench-deps): Collect dependencies into a
26738         single variable.  Add Makefile to dependencies.
26739         ($(objpfx)bench-%.c): Depend on bench-deps.
26740
26741 2013-04-12  Roland McGrath  <roland@hack.frob.com>
26742             Xavier Roche  <roche+kml2@exalead.com>
26743
26744         [BZ #15361]
26745         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
26746         just that it's a file descriptor.
26747         * manual/llio.texi (Synchronizing AIO Operations): Update description
26748         for EBADF error from aio_fsync.
26749
26750 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
26751
26752         * Rules (bench): Move target definition...
26753         * benchtests/Makefile: ... here.
26754
26755 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
26756
26757         * math/libm-test.inc (cos_test): Fix PI/2 test.
26758         (sincos_test): Likewise.
26759         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
26760         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
26761
26762 2013-04-11  Andreas Schwab  <schwab@suse.de>
26763
26764         [BZ #13988]
26765         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
26766         accept exponent character only when digits were seen.
26767         * stdio-common/Makefile (tests): Add bug26.
26768         * stdio-common/bug26.c: New file.
26769
26770         [BZ #14293]
26771         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
26772         non-freeable.
26773
26774 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
26775
26776         * Makeconfig (rtld-prefix): Define built linker prefix.
26777         * Rules (run-bench): Use it.
26778         * math/Makefile (run-regen-ulps): Likewise.
26779
26780         * Rules (bench): Remove eval.
26781
26782 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
26783             Roland McGrath  <roland@hack.frob.com>
26784             Ondrej Bilka  <neleai@seznam.cz>
26785
26786         [BZ #15346]
26787         * time/getdate.c: Include ctype.h and alloca.h.
26788         (__getdate_r): Trim leading and trailing spaces of input.
26789         * time/tst-getdate.c (tests): Add tests with leading and
26790         trailing spaces.
26791
26792 2013-04-08  Roland McGrath  <roland@hack.frob.com>
26793
26794         [BZ #14280]
26795         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
26796         when computing value.
26797
26798 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26799
26800         * math/README.libm-test (How can I generate "libm-test-ulps"?):
26801         Use testrun.sh to run libm tests.
26802
26803         [BZ #15309]
26804         * elf/dl-open.c (dl_open_worker): memset all of seen array.
26805
26806 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
26807
26808         [BZ #15264]
26809         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
26810
26811 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26812
26813         * Makefile.in (regen-ulps): New target.
26814         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
26815         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
26816         [ifneq (no,$(PERL)] (regen-ulps): New target.
26817         [ifeq (no,$(PERL)] (regen-ulps): New target.
26818         * math/libm-test.inc (ulps_file_name): Define.
26819         (output_dir): New variable.
26820         (options): Add "output-dir" option.
26821         (parse_opt): Handle 'o' case.
26822         (main): If output_dir is non-NULL use it as a prefix
26823         otherwise use "".
26824         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
26825
26826 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26827
26828         [BZ #10060, #10062]
26829         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
26830         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
26831         fail configure if __sync_val_compare_and_swap is not inlined.
26832         * sysdeps/i386/configure: Regenerate.
26833         * configure.in: Build for i686 when configured for i386.
26834         * configure: Regenerate.
26835         * README: Remove i386 reference.
26836
26837 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26838
26839         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
26840         * sysdeps/s390/s390-64/sysdep.h: Likewise.
26841
26842 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
26843
26844         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
26845         (lmsnanval): New variables.
26846         (F): Add conversion tests.
26847         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
26848         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
26849
26850         * stdio-common/tstdiomisc.c (F): Properly collect individual
26851         tests' results.
26852
26853         [BZ #14686, #15336]
26854         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
26855         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
26856         Instead, use input NaN values or generate a qNaN by arithmetic
26857         operation.  Also fix bugs to comply with the standard.
26858         * math/libm-test.inc (remainder_test): Add more tests.
26859
26860         [BZ #15335, #15342]
26861         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
26862         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
26863         input NaN values or generate a qNaN by arithmetic operation.
26864
26865         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
26866         unreachable code.
26867
26868         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
26869         definitions.
26870
26871 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
26872
26873         [BZ #14478]
26874         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
26875         underflowed result.
26876         * math/s_cexpf.c (__cexpf): Likewise.
26877         * math/s_cexpl.c (__cexpl): Likewise.
26878         * math/libm-test.inc (cexp_test): Add more tests.
26879
26880 2013-04-03  Andreas Schwab  <schwab@suse.de>
26881
26882         [BZ #15330]
26883         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
26884         order arrays from heap if bigger than alloca cutoff.
26885
26886 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
26887
26888         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
26889         (SNAN_TESTS_double): Refer to GCC PR56831.
26890         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
26891         GCC PR56828.
26892
26893 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
26894
26895         * Rules (bench): Move bench.out after the run is complete.
26896
26897         * Rules (bench): Echo currently running benchmark.
26898
26899         * benchtests/Makefile (bench): Add atan and slowatan.
26900         * benchtests/atan-inputs: New file.
26901         * benchtests/slowatan-inputs: New file.
26902         * benchtests/slowatan.c: New file.
26903
26904         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
26905         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
26906         its value.
26907
26908         [BZ #15305]
26909         * sysdeps/unix/sysv/linux/kernel-features.h
26910         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
26911         __ASSUME_XFS_RESTRICTED_CHOWN.
26912         * sysdeps/unix/sysv/linux/pathconf.c
26913         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
26914         Save and restore errno.
26915
26916 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
26917
26918         [BZ #15327]
26919         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
26920         arguments using __kernel_casinh.
26921         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
26922         arguments using __kernel_casinhf.
26923         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
26924         arguments using __kernel_casinhl.
26925         * math/libm-test.inc (cacosh_test): Add more tests.
26926         * sysdeps/i386/fpu/libm-test-ulps: Update.
26927         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26928
26929 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
26930
26931         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
26932         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
26933
26934         * bench/Makefile (bench): Add sin and slowsin.
26935         * benchtests/sin-inputs: New file.
26936         * benchtests/slowsin-inputs: New file.
26937         * benchtests/slowsin.c: New file.
26938
26939         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
26940         (bench): Add slowexp and slowpow.
26941         (exp-ITER): Increase iterations.
26942         (pow-ITER): Likewise.
26943         * benchtests/exp-inputs: Change input.
26944         * benchtests/pow-inputs: Likewise.
26945         * benchtests/slowexp-inputs: New file.
26946         * benchtests/slowexp.c: New file.
26947         * benchtests/slowpow-inputs: New file.
26948         * benchtests/slowpow.c: New file.
26949
26950 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26951
26952         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
26953         instructions.
26954         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
26955         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
26956         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
26957         * benchtests/Makefile: Add rint benchtest.
26958         * benchtests/rint-inputs: Input for rint benchtest.
26959
26960 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
26961
26962         * Versions.def (libm): Add GLIBC_2.18.
26963         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
26964         hidden libm prototypes.
26965         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
26966         * math/Makefile (libm-calls): Add s_issignaling.
26967         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
26968         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
26969         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
26970         declaration.
26971         * math/math.h [__USE_GNU] (issignaling): New macro.
26972         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
26973         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
26974         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
26975         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
26976         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
26977         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
26978         * manual/arith.texi (issignaling): New section.
26979         * manual/libm-err-tab.pl (@all_functions): Update comment.
26980         * math/gen-libm-test.pl (parse_args): Apply special handling for
26981         issignaling.
26982         * math/libm-test.inc (print_float, issignaling_test): New
26983         functions.
26984         (check_float_internal): Add issignaling checks.
26985         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
26986         default definition.
26987         * sysdeps/powerpc/math-tests.h: New file.
26988         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
26989         tests.
26990         * math/test-snan.c (TEST_FUNC): Likewise.
26991
26992 2013-03-30  David S. Miller  <davem@davemloft.net>
26993
26994         * po/de.po: Update from translation team.
26995
26996 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
26997
26998         [BZ #10357]
26999         * math/k_casinh.c (__kernel_casinh): Handle arguments with
27000         imaginary part less than 1.0 and real part less than 0.5
27001         specially.
27002         * math/k_casinhf.c (__kernel_casinhf): Likewise.
27003         * math/k_casinhl.c (__kernel_casinhl): Likewise.
27004         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
27005         (cacos_test): Add more tests.
27006         (casin_test): Likewise.
27007         (casinh_test): Likewise.
27008         * sysdeps/i386/fpu/libm-test-ulps: Update.
27009         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27010
27011 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
27012
27013         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
27014         ONE with its value.
27015
27016         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
27017         (__pow_mp): Replace ONE and MONE with their values.
27018         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
27019         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
27020         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
27021         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
27022         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
27023         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
27024
27025         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
27026
27027         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
27028         (__pow_mp): Replace ZERO and MZERO with their values.
27029         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
27030         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
27031         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
27032         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
27033         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
27034         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
27035         (__sqr): Likewise.
27036
27037         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
27038
27039         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
27040
27041 2013-03-28  Roland McGrath  <roland@hack.frob.com>
27042
27043         * include/stdlib.h [!SHARED] (__call_tls_dtors):
27044         Declare with __attribute__ ((weak)).
27045         * stdlib/exit.c (__libc_atexit) [!SHARED]:
27046         Call __call_tls_dtors only if it's not NULL.
27047
27048 2013-03-28  Roland McGrath  <roland@hack.frob.com>
27049
27050         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
27051         didn't do it already, then set _dl_phdr and _dl_phnum based on the
27052         magic __ehdr_start linker symbol if it's defined.
27053         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
27054         them up here if it was already done.
27055
27056         * elf/dl-support.c (_dl_phdr): Make pointer to const.
27057         (_dl_aux_init): Use const in cast when setting it.
27058         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
27059         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
27060         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
27061
27062         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
27063         Declare them here.
27064         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
27065         * csu/libc-tls.c: Nor here.
27066         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
27067
27068         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
27069         (__libc_message): Never call vsyslog.
27070
27071 2013-03-28  Alan Modra  <amodra@gmail.com>
27072
27073         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
27074         Define as empty.
27075         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
27076         Likewise.
27077
27078 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27079
27080         [BZ #15214]
27081         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
27082         underflow.
27083         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27084
27085 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
27086
27087         [BZ #15304]
27088         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
27089         Don't add gid passed as argument.
27090
27091         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
27092
27093 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
27094
27095         [BZ #15307]
27096         * math/k_casinh.c (__kernel_casinh): Handle arguments with
27097         imaginary part between 1.0 and 1.5 and real part less than 0.5
27098         specially.
27099         * math/k_casinhf.c (__kernel_casinhf): Likewise.
27100         * math/k_casinhl.c (__kernel_casinhl): Likewise.
27101         * math/libm-test.inc (cacos_test): Add more tests.
27102         (casin_test): Likewise.
27103         (casinh_test): Likewise.
27104         * sysdeps/i386/fpu/libm-test-ulps: Update.
27105         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27106
27107 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
27108
27109         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
27110         constants.
27111         (norm): Likewise.
27112         (denorm): Likewise.
27113         (__dbl_mp): Likewise.
27114         (add_magnitudes): Likewise.
27115         (sub_magnitudes): Likewise.
27116         (__add): Likewise.
27117         (__sub): Likewise.
27118         (__mul): Likewise.
27119         (__sqr): Likewise.
27120         (__inv): Likewise.
27121         (__dvd): Likewise.
27122
27123         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
27124         commented code.
27125         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
27126         (__dubcos): Likewise.
27127         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
27128         (__ieee754_acos): Likewise.
27129         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
27130         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
27131         (__exp1): Likewise.
27132         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
27133         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
27134         (log1): Likewise.
27135         (my_log2): Likewise.
27136         (checkint): Likewise.
27137         * sysdeps/ieee754/dbl-64/e_remainder.c
27138         (__ieee754_remainder): Likewise.
27139         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
27140         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
27141         (bsloww): Likewise.
27142         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
27143
27144         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
27145         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
27146         MANTISSA_STORE_T to store computations on mantissa.  Use
27147         macros for rounding and division.
27148         (denorm): Likewise.
27149         (__dbl_mp): Likewise.
27150         (add_magnitudes): Likewise.
27151         (sub_magnitudes): Likewise.
27152         (__mul): Likewise.
27153         (__sqr): Likewise.
27154         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
27155         powers of two in terms of TWOPOW macro.
27156         (mp_no): Make type of mantissa as MANTISSA_T.
27157         [!RADIXI]: Define RADIXI.
27158         [!TWO52]: Define TWO52.
27159         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
27160
27161 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27162
27163         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
27164         llroundl symbol when building for PPC32.
27165
27166 2013-03-24  Mark H Weaver  <mhw@netris.org>
27167
27168         * manual/arith.texi (Normalization Functions): Fix prototypes for
27169         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
27170
27171 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27172
27173         [BZ #13889]
27174         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
27175         high value to check if expl overflow.
27176         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
27177         to check for underflow and overflow.
27178         * math/libm-test.inc: Add exp test.
27179
27180 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
27181
27182         [BZ #11120]
27183         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
27184         with NOT_IN_libc.
27185
27186 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27187
27188         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
27189         symbol.
27190
27191 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
27192
27193         * math/gen-libm-test.pl (parse_args, special_functions): Properly
27194         wrap blocks consisting of several statements.
27195
27196         * sysdeps/generic/math-tests.h: New file.
27197         * sysdeps/i386/fpu/math-tests.h: Likewise.
27198         * math/test-snan.c: Include it.
27199         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
27200
27201 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
27202
27203         [BZ #15285]
27204         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
27205         (__ieee754_j0l): Do not improve calculations using cos of twice
27206         input for inputs above LDBL_MAX / 2.0L.
27207         (__ieee754_y0l): Likewise.
27208         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
27209         (__ieee754_j1l): Do not improve calculations using cos of twice
27210         input for inputs above LDBL_MAX / 2.0L.
27211         (__ieee754_y1l): Likewise.
27212         * math/libm-test.inc (j0_test): Add another test.
27213         (j1_test): Likewise.
27214         (y0_test): Likewise.
27215         (y1_test): Likewise.
27216         * sysdeps/i386/fpu/libm-test-ulps: Update.
27217
27218 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
27219
27220         * Rules ($(objpfx)bench-%.c): Include code from a C source
27221         file.
27222
27223 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
27224
27225         [BZ #15287]
27226         * math/k_casinh.c (__kernel_casinh): Handle arguments with
27227         imaginary part 1.0 and real part less than 0.5 specially.
27228         * math/k_casinhf.c (__kernel_casinhf): Likewise.
27229         * math/k_casinhl.c (__kernel_casinhl): Likewise.
27230         * math/libm-test.inc (cacos_test): Add more tests.
27231         (casin_test): Likewise.
27232         (casinh_test): Likewise.
27233         * sysdeps/i386/fpu/libm-test-ulps: Update.
27234         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27235
27236 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
27237
27238         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
27239         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
27240
27241 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
27242
27243         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
27244         * config.make.in (config-cflags-sse4): Remove variable.
27245         (config-cflags-avx): Likewise.
27246         (config-cflags-sse2avx): Likewise.
27247         (config-cflags-novzeroupper): Likewise.
27248         (config-asflags-i686): Likewise.
27249         (have-mfma4): Likewise.
27250         (have-as-vis3): Likewise.
27251         (MIG): Likewise.
27252         * configure.in (MIG): Do not AC_SUBST.
27253         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
27254         (libc_cv_cc_sse4): Do not AC_SUBST.
27255         (libc_cv_cc_avx): Likewise.
27256         (libc_cv_cc_sse2avx): Likewise.
27257         (libc_cv_cc_novzeroupper): Likewise.
27258         (libc_cv_cc_fma4): Likewise.
27259         (libc_cv_as_i686): Likewise.
27260         (libc_cv_sparc_as_vis3): Likewise.
27261         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
27262         LIBC_CONFIG_VAR.
27263         (config-asflags-i686): Likewise.
27264         (config-cflags-avx): Likewise.
27265         (config-cflags-sse2avx): Likewise.
27266         (have-mfma4): Likewise.
27267         (config-cflags-novzeroupper): Likewise.
27268         * sysdeps/mach/configure.in (MIG): Likewise.
27269         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
27270         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
27271         LIBC_CONFIG_VAR.
27272         (config-cflags-avx): Likewise.
27273         (config-cflags-sse2avx): Likewise.
27274         (have-mfma4): Likewise.
27275         (config-cflags-novzeroupper): Likewise.
27276         * configure: Regenerated.
27277         * sysdeps/i386/configure: Likewise.
27278         * sysdeps/mach/configure: Likewise.
27279         * sysdeps/sparc/configure: Likewise.
27280         * sysdeps/x86_64/configure: Likewise.
27281
27282 2013-03-20  Roland McGrath  <roland@hack.frob.com>
27283
27284         [BZ #14812]
27285         * locale/programs/localedef.c (options): Put N_ translation marker
27286         on argument names, not just descriptions.
27287
27288 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
27289
27290         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
27291
27292 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
27293
27294         [BZ #14176]
27295         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
27296
27297 2013-03-19  Roland McGrath  <roland@hack.frob.com>
27298
27299         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
27300         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
27301         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
27302         [!BEFORE_ABORT] (before_abort): New function.
27303         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
27304         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
27305         (writev_for_fatal): New function.
27306         (WRITEV_FOR_FATAL): New macro; call that.
27307         (backtrace_and_maps): New function.
27308         (BEFORE_ABORT): New macro; call that.
27309         (struct str_list): Type removed.
27310         (__libc_message, __libc_fatal): Functions removed.
27311         Include <sysdeps/posix/libc_fatal.c> instead.
27312
27313 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
27314
27315         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
27316         constants.
27317         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
27318         double constants.
27319
27320 2013-03-19  Andreas Schwab  <schwab@suse.de>
27321
27322         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
27323         * sysdeps/gnu/configure: Regenerate.
27324
27325         * configure.in: Substitute libc_cv_rtlddir.
27326         * configure: Regenerate.
27327         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
27328         * Makeconfig (rtlddir, inst_rtlddir): New variables.
27329         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
27330         * elf/Makefile (install-others, CFLAGS-interp.c)
27331         (ldso_install, common-ldd-rewrite): Likewise.
27332         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
27333         $(inst_slibdir)/$(rtld-installed-name).
27334         * scripts/rellns-sh: Add -p option.
27335         * Makerules (make-shlib-link): Use rellns-sh to get relative name
27336         for source.
27337
27338 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
27339
27340         * manual/nptl.texi: Renamed to ...
27341         * manual/threads.texi: ... this.
27342         * manual/Makefile (chapters): Update.
27343
27344 2013-03-18  Roland McGrath  <roland@hack.frob.com>
27345
27346         [BZ #14812]
27347         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
27348         on argument names, not just descriptions.
27349         * malloc/memusagestat.c (options): Likewise.
27350         * nss/getent.c (options): Likewise.
27351
27352 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
27353
27354         [BZ #14812]
27355         * iconv/iconv_prog.c (options): Put N_ translation marker
27356         on argument names, not just descriptions.
27357         * iconv/iconvconfig.c (options): Likewise.
27358
27359 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
27360
27361         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
27362         implementation which is faster on all x86_64 architectures.
27363         Tested on AMD, Intel Nehalem, SNB, IVB.
27364         * sysdeps/x86_64/strnlen.S: Likewise.
27365
27366         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
27367         Remove all multiarch strlen and strnlen versions.
27368         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
27369         Remove strlen and strnlen related parts.
27370
27371         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
27372         Inline strlen part.
27373         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
27374
27375         * sysdeps/x86_64/multiarch/strlen.S: Remove.
27376         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
27377         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
27378         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
27379         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
27380         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
27381
27382 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
27383
27384         * manual/memory.texi (Malloc Tunable Parameters):
27385         Sort parameters alphabetically. Add comments for missing entries.
27386
27387 2013-03-17  David S. Miller  <davem@davemloft.net>
27388
27389         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27390
27391 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
27392
27393         [BZ #15283]
27394         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
27395         for arguments at most half maximum finite value.
27396         * math/libm-test.inc (j0_test): Add more tests.
27397         (j1_test): Likewise.
27398         (y0_test): Likewise.
27399         (y1_test): Likewise.
27400         * sysdeps/i386/fpu/libm-test-ulps: Update.
27401         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27402
27403         [BZ #14155]
27404         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
27405         1 / x and functions P and Q for arguments above 0x1p256L.
27406         (__ieee754_y0l): Likewise.
27407         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
27408         (__ieee754_y1l): Likewise.
27409         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
27410         (j1_test): Likewise.
27411         (y0_test): Likewise.
27412         (y1_test): Likewise.
27413
27414 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
27415
27416         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
27417         variable.
27418
27419 2013-03-15  Roland McGrath  <roland@hack.frob.com>
27420
27421         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
27422         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
27423         zero since it's initialized to EXEC_PAGESIZE.
27424
27425         * sysdeps/unix/sysv/linux/ldsodefs.h
27426         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
27427         * sysdeps/generic/ldsodefs.h: ... here.
27428
27429 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
27430
27431         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
27432
27433         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
27434         math/test-snan.c.
27435         * math/test-snan.c: Renamed from
27436         sysdeps/powerpc/fpu/test-powerpc-snan.c.
27437         * math/Makefile (tests): Add test-snan.
27438         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
27439         test-powerpc-snan.
27440
27441         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
27442         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
27443         functions.
27444         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
27445         __builtin_nan family of functions.
27446         * math/libm-test.inc (initialize): Initialize qnan_value with
27447         __builtin_nan family of functions.
27448         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
27449         Remove variables.
27450         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
27451         Remove functions.
27452         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
27453         storage class.  Initialize qNaN_var and sNaN_var with
27454         __builtin_nan and __builtin_nans families of functions,
27455         respectively.
27456
27457         * math/libm-test.inc (acosh_test): Also test with qNaN input.
27458         (sqrt_test): Remove duplicate test with qNaN input.
27459         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
27460         (round_test, signbit_test, significand_test): Note missing +/-Inf
27461         as well as qNaN tests.
27462
27463         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
27464         qNaN_var.  Fix a few strings, too.
27465         * math/libm-test.inc (nan_value): Rename to qnan_value.
27466         * math/gen-libm-test.pl (%beautify): Adjust to that.
27467         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
27468         * math/test-misc.c (main): Likewise.
27469         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
27470         to __qnan_bytes, and __qnan_union, respectively.
27471         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
27472         Likewise.
27473         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
27474         and lqnanval, respectively.
27475         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
27476         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
27477         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
27478         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
27479
27480         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
27481         * math/test-misc.c (main) [__x86_64__]: Enable test for long
27482         doubles.
27483
27484         * math/test-misc.c (main): Fix copy'n'pastos.
27485         * misc/tst-efgcvt.c (special): Likewise.
27486
27487         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
27488         Remove declarations.
27489
27490 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27491
27492         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
27493         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
27494         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
27495         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
27496
27497 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27498
27499         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
27500         macro to return vdso values correctly in IFUNC implementations.
27501         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
27502         Optimization by using IFUNC.
27503
27504 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27505             Richard Henderson  <rth@redhat.com>
27506             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
27507
27508         * Makefile.in (bench): New target.
27509         * NEWS: Mention the benchmark framework.
27510         * Rules (bench): Likewise.
27511         (binaries-bench): Generate binaries for functions to
27512         benchmark.
27513         * benchtests/Makefile: New makefile for benchmark tests.
27514         * benchtests/bench-skeleton.c: New skeleton file for benchmark
27515         programs.
27516         * benchtests/exp-inputs: New input file for EXP function.
27517         * benchtests/pow-inputs: New input file for POW function.
27518         * scripts/bench.pl: New script to generate source files for
27519         benchmark programs.
27520
27521 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27522
27523         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
27524         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
27525         computations on mantissa.  Use macros for rounding and
27526         division.
27527         (denorm): Likewise.
27528         (__dbl_mp): Likewise.
27529         (add_magnitudes): Likewise.
27530         (sub_magnitudes): Likewise.
27531         (__mul): Likewise.
27532         (__sqr): Likewise.
27533         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
27534         powers of two in terms of TWOPOW macro.
27535         (mp_no): Make type of mantissa as MANTISSA_T.
27536         [!RADIXI]: Define RADIXI.
27537         [!TWO52]: Define TWO52.
27538         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
27539
27540         * manual/nptl.texi (cindex): Modify threads to pthreads.
27541
27542 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
27543
27544         * sysdeps/x86_64/preconfigure: Regenerated.
27545
27546 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
27547
27548         [BZ #14155]
27549         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
27550         0x1p28 and above.
27551         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
27552         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
27553         0x1p28 and above.
27554         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
27555         * math/libm-test.inc (j0_test): Do not allow one spurious
27556         underflow exception.
27557         (y1_test): Likewise.
27558
27559 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
27560
27561         * manual/Makefile (chapters): Add nptl.
27562         * manual/debug.texi (Debugging Support): Add link to Threads
27563         chapter.
27564         * manual/nptl.texi: New file.
27565
27566         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
27567
27568 2013-03-14  Petr Baudis  <pasky@ucw.cz>
27569
27570         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
27571         for non-NULL pointer before the memory validity test. Pointed
27572         out by Holger Brunck <holger.brunck@keymile.com>.
27573
27574 2013-03-13  Andreas Schwab  <schwab@suse.de>
27575
27576         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
27577         instead of .os.
27578
27579 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
27580
27581         * timezone/zic.c: Update from tzcode 2013b.
27582
27583 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
27584
27585         * manual/install.texi (Configuring and compiling):
27586         Mention i686 and i586.
27587         * INSTALL: Regenerate.
27588
27589 2013-03-12  Roland McGrath  <roland@hack.frob.com>
27590
27591         * sysdeps/init_array/elf-init.c: New file.
27592         * csu/elf-init.c
27593         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
27594         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
27595
27596         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
27597         __gmon_start__ as global, but as static with a .preinit_array pointer.
27598         * sysdeps/init_array/gmon-start.c: New file.  Use that.
27599         * sysdeps/init_array/crti.S: New file, empty except for comments.
27600         * sysdeps/init_array/crtn.S: Likewise.
27601
27602 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
27603
27604         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
27605         definining bcopy.
27606         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
27607         Remove Prefer_SSE_for_memop.
27608         * sysdeps/x86_64/multiarch/init-arch.h: Remove
27609         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
27610         HAS_PREFER_SSE_FOR_MEMOP.
27611         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
27612         memset-x86-64.
27613         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
27614         Remove bzero, memset ifunc support.
27615         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
27616         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
27617         * sysdeps/x86_64/multiarch/memset.S: Likewise.
27618         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
27619
27620 2013-03-11  Andreas Schwab  <schwab@suse.de>
27621
27622         [BZ #15234]
27623         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
27624         by SHLIB_COMPAT.
27625         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
27626         (GLIBC_2.16): Remove pthread_atfork.
27627
27628 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
27629
27630         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
27631         (ptestcases.h): Likewise.
27632
27633 2013-03-08  Roland McGrath  <roland@hack.frob.com>
27634
27635         * Makeconfig ($(common-objpfx)config.status): Depend on
27636         sysdeps/*/preconfigure{,.in} too.
27637
27638 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
27639
27640         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
27641         (__free_hook): Use void * instead of __malloc_ptr_t.
27642         (__malloc_hook): Likewise.
27643         (__realloc_hook): Likewise.
27644         (__memalign_hook): Likewise.
27645         (__after_morecore_hook): Likewise.
27646         * malloc/arena.c (save_malloc_hook): Likewise.
27647         (save_free_hook): Likewise.
27648         * malloc/hooks.c (malloc_hook_ini): Likewise.
27649         (realloc_hook_ini): Likewise.
27650         (memalign_hook_ini): Likewise.
27651         * malloc/malloc.c (malloc_hook_ini): Likewise.
27652         (realloc_hook_ini): Likewise.
27653         (memalign_hook_ini): Likewise.
27654         (__free_hook): Likewise.
27655         (__malloc_hook): Likewise.
27656         (__realloc_hook): Likewise.
27657         (__memalign_hook): Likewise.
27658         (__libc_malloc): Likewise.
27659         (__libc_free): Likewise.
27660         (__libc_realloc): Likewise.
27661         (__libc_memalign): Likewise.
27662         (__libc_valloc): Likewise.
27663         (__libc_pvalloc): Likewise.
27664         (__libc_calloc): Likewise.
27665         (__posix_memalign): Likewise.
27666         * malloc/morecore.c (__sbrk): Likewise.
27667         (__default_morecore): Likewise.
27668
27669         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
27670
27671         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
27672         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
27673         __malloc_ptrdiff_t.
27674
27675         * malloc/malloc.h (__malloc_size_t): Remove macro.
27676         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
27677         __malloc_size_t.
27678         (old_memalign_hook): Likewise.
27679         (old_realloc_hook): Likewise.
27680         (struct hdr): Likewise.
27681         (flood): Likewise.
27682         (mallochook): Likewise.
27683         (memalignhook): Likewise.
27684         (reallochook): Likewise.
27685         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
27686         (tr_old_realloc_hook): Likewise.
27687         (tr_old_memalign_hook): Likewise.
27688         (tr_mallochook): Likewise.
27689         (tr_reallochook): Likewise.
27690         (tr_memalignhook): Likewise.
27691
27692 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27693
27694         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
27695         default_ldbl_pack and using as default implementation.
27696         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
27697         implementation.
27698         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
27699         redundant definition.
27700         (ldbl_insert_mantissa): Likewise.
27701         (ldbl_canonicalize): Likewise.
27702         (ldbl_nearbyint): Likewise.
27703         (ldbl_pack): Rename to ldbl_pack_ppc.
27704         (ldbl_unpack): Rename to ldbl_unpack_ppc.
27705         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
27706         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
27707
27708 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
27709
27710         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
27711         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
27712         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
27713         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
27714         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
27715         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
27716         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
27717         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
27718
27719 2013-03-07  Andreas Jaeger  <aj@suse.de>
27720
27721         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
27722         bits/mman-linux.h.
27723
27724 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
27725
27726         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
27727         Include mpa.h and declare __MPEXP.
27728         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
27729         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
27730         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
27731         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
27732         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
27733         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
27734         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
27735
27736         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
27737         (__slowpow): Use long double EXPL and LOGL functions to
27738         compute POW.
27739         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
27740         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
27741         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
27742         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
27743         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
27744         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
27745
27746         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
27747         intermediate variable to calculate exponent.
27748         (__sqr): Likewise.
27749         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
27750         Likewise.
27751         (__sqr): Likewise.
27752
27753         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
27754         [!NO__SQR]: Define __sqr.
27755         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
27756         and NO__SQR.  Remove all code except __mul and __sqr.  Include
27757         sysdeps/ieee754/dbl-64/mpa.c.
27758         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
27759
27760         [BZ #12723]
27761         * posix/Makefile (tests): Add tst-pathconf.
27762         * posix/tst-pathconf.c: New test case.
27763         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
27764         _PC_PIPE_BUF.
27765         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
27766
27767 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
27768
27769         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
27770
27771 2013-03-06  Andreas Jaeger  <aj@suse.de>
27772
27773         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
27774         definition via __MAP_ANONYMOUS.
27775
27776         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
27777         it's not part of Linux headers.
27778
27779         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
27780         (MAP_HUGE_MASK): Define.
27781
27782         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27783         Define.
27784         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27785         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27786         Define.
27787         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27788         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27789         Define.
27790         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27791         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
27792         Define.
27793         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27794
27795         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
27796         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
27797         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
27798         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
27799         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
27800         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
27801
27802         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
27803         Handle f2fs.
27804
27805         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
27806         Handle f2fs and efivarfs.
27807
27808         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
27809         f2fs.
27810
27811         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
27812         (EFIVARFS_MAGIC): Add.
27813         (F2FS_LINK_MAX): Add.
27814
27815 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
27816
27817         * stdio-common/vfprintf.c: Replace __builtin_expect with
27818         __glibc_unlikely.
27819
27820 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
27821
27822         [BZ #13550]
27823         * sysdeps/generic/bp-sym.h: Remove file.
27824         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
27825         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
27826         <bp-sym.h> and <bp-asm.h>.
27827         (__longjmp): Don't use BP_SYM.
27828         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
27829         and <bp-asm.h>.
27830         (memcpy): Don't use BP_SYM.
27831         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
27832         <bp-sym.h> and <bp-asm.h>.
27833         (memcpy): Don't use BP_SYM.
27834         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
27835         <bp-asm.h>.
27836         (memcpy): Don't use BP_SYM.
27837         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
27838         <bp-asm.h>.
27839         (memset): Don't use BP_SYM.
27840         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27841         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27842         (__bzero): Don't use BP_SYM.
27843         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27844         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27845         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
27846         <bp-sym.h> and <bp-asm.h>.
27847         (memcmp): Don't use BP_SYM.  Remove comment about bounded
27848         pointers.
27849         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
27850         <bp-sym.h> and <bp-asm.h>.
27851         (memcpy): Don't use BP_SYM.
27852         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
27853         <bp-sym.h> and <bp-asm.h>.
27854         (memset): Don't use BP_SYM.
27855         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27856         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27857         (__bzero): Don't use BP_SYM.
27858         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27859         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27860         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
27861         <bp-sym.h> and <bp-asm.h>.
27862         (strncmp): Don't use BP_SYM.  Remove comment about bounded
27863         pointers.
27864         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
27865         <bp-sym.h> and <bp-asm.h>.
27866         (memcpy): Don't use BP_SYM.
27867         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
27868         <bp-sym.h> and <bp-asm.h>.
27869         (memset): Don't use BP_SYM.
27870         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27871         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27872         (__bzero): Don't use BP_SYM.
27873         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27874         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27875         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
27876         <bp-sym.h> and <bp-asm.h>.
27877         (__memchr): Don't use BP_SYM.
27878         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
27879         <bp-sym.h> and <bp-asm.h>.
27880         (memcmp): Don't use BP_SYM.  Remove comment about bounded
27881         pointers.
27882         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
27883         <bp-sym.h> and <bp-asm.h>.
27884         (memcpy): Don't use BP_SYM.
27885         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
27886         <bp-sym.h> and <bp-asm.h>.
27887         (__mempcpy): Don't use BP_SYM.
27888         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
27889         <bp-sym.h> and <bp-asm.h>.
27890         (__memrchr): Don't use BP_SYM.
27891         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
27892         <bp-sym.h> and <bp-asm.h>.
27893         (memset): Don't use BP_SYM.
27894         (__bzero): Likewise.
27895         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
27896         <bp-sym.h> and <bp-asm.h>.
27897         (__rawmemchr): Don't use BP_SYM.
27898         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
27899         <bp-sym.h> and <bp-asm.h>.
27900         (__STRCMP): Don't use BP_SYM.
27901         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
27902         <bp-sym.h> and <bp-asm.h>.
27903         (strchr): Don't use BP_SYM.
27904         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
27905         <bp-sym.h> and <bp-asm.h>.
27906         (__strchrnul): Don't use BP_SYM.
27907         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
27908         <bp-sym.h> and <bp-asm.h>.
27909         (strlen): Don't use BP_SYM.
27910         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
27911         <bp-sym.h> and <bp-asm.h>.
27912         (strncmp): Don't use BP_SYM.  Remove comment about bounded
27913         pointers.
27914         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
27915         <bp-sym.h> and <bp-asm.h>.
27916         (__strnlen): Don't use BP_SYM.
27917         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
27918         <bp-sym.h> and <bp-asm.h>.
27919         (__GI__setjmp): Don't use BP_SYM.
27920         (_setjmp): Likewise.
27921         (__sigsetjmp): Likewise.
27922         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
27923         (L(start_addresses)): Don't use BP_SYM.
27924         (_start): Likewise.
27925         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
27926         <bp-asm.h>.
27927         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
27928         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
27929         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27930         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27931         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
27932         <bp-asm.h>.
27933         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
27934         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
27935         about bounded pointers.
27936         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
27937         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
27938         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
27939         <bp-asm.h>.
27940         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
27941         about bounded pointers.  Remove GKM FIXME comments.
27942         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
27943         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
27944         <bp-asm.h>.
27945         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
27946         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
27947         Remove GKM FIXME comments.
27948         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27949         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27950         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
27951         <bp-asm.h>.
27952         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
27953         about bounded pointers.  Remove GKM FIXME comment.
27954         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
27955         and <bp-asm.h>.
27956         (strncmp): Don't use BP_SYM.  Remove comment about bounded
27957         pointers.
27958         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
27959         <bp-sym.h> and <bp-asm.h>.
27960         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
27961         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
27962         <bp-sym.h> and <bp-asm.h>.
27963         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
27964         comment.
27965
27966 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
27967
27968         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
27969         call free(NULL).
27970
27971 2013-03-05  David S. Miller  <davem@davemloft.net>
27972
27973         * po/es.po: Update from translation team.
27974
27975 2013-03-05  Andreas Jaeger  <aj@suse.de>
27976
27977         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
27978         <bits/mman-linux.h>.
27979         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
27980         is fine.
27981         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
27982         <bits/mman-linux.h> to end of file.
27983         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
27984         is fine.
27985         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
27986         <bits/mman-linux.h> to end of file.
27987         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
27988         is fine.
27989         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
27990         <bits/mman-linux.h> to end of file.
27991
27992         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
27993         (MCL_CURRENT, MCL_FUTURE): Define here.
27994
27995 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27996
27997         [BZ #15232]
27998         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
27999         attribute_hidden.
28000         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
28001
28002 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28003
28004         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
28005         fourth parameter needed for rt_sigprocmask syscall.
28006         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
28007         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
28008         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
28009         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
28010         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
28011         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
28012
28013 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
28014
28015         [BZ #13550]
28016         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
28017         comment about bounded pointers.
28018         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
28019         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
28020
28021 2013-03-04  Andreas Jaeger  <aj@suse.de>
28022
28023         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
28024         common definitions.
28025
28026         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
28027         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
28028         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
28029         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
28030         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
28031         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
28032
28033 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28034
28035         [BZ #15055]
28036         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
28037         __ieee754_sqrl instead of __sqrl.
28038
28039 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
28040
28041         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
28042         * sysdeps/powerpc/fpu_control.h: ... here.
28043         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
28044         * sysdeps/powerpc/bits/fenvinline.h: ... here.
28045         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
28046         * sysdeps/powerpc/bits/mathinline.h: ... here.
28047
28048 2013-03-01  Roland McGrath  <roland@hack.frob.com>
28049
28050         * elf/dl-hwcaps.c (_dl_important_hwcaps):
28051         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
28052         to just [NEED_DL_SYSINFO_DSO].
28053         * elf/dl-support.c: Likewise.
28054         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
28055         * elf/rtld.c (dl_main): Likewise.
28056         * elf/setup-vdso.h (setup_vdso): Likewise.
28057         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
28058         * sysdeps/unix/sysv/linux/dl-sysdep.c
28059         (_dl_discover_osversion): Likewise.
28060
28061 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
28062
28063         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
28064         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
28065
28066 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
28067
28068         * NEWS: Mention libm performance improvements and non-x86 PI
28069         futex support.
28070
28071         * csu/libc-start.c (__pthread_initialize_minimal): Change
28072         function arguments.
28073         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
28074
28075 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
28076
28077         [BZ #13550]
28078         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
28079         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
28080         <bp-sym.h> and <bp-asm.h>.
28081         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
28082         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
28083         and <bp-asm.h>.
28084         (memcpy): Don't use BP_SYM.
28085         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
28086         <bp-asm.h>.
28087         (__mpn_add_n): Don't use BP_SYM.
28088         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
28089         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
28090         and <bp-asm.h>.
28091         (__mpn_addmul_1): Don't use BP_SYM.
28092         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28093         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
28094         <bp-sym.h>.
28095         (_setjmp): Don't use BP_SYM.
28096         (__novmx_setjmp): Likewise.
28097         (__GI__setjmp): Likewise.
28098         (__vmx_setjmp): Likewise.
28099         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
28100         <bp-sym.h>.
28101         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
28102         (__bzero): Don't use BP_SYM.
28103         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
28104         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
28105         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
28106         <bp-sym.h> and <bp-asm.h>.
28107         (memcpy): Don't use BP_SYM.
28108         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
28109         <bp-sym.h> and <bp-asm.h>.
28110         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
28111         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
28112         <bp-sym.h> and <bp-asm.h>.
28113         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
28114         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
28115         <bp-asm.h>.
28116         (__mpn_lshift): Don't use BP_SYM.
28117         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28118         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
28119         <bp-asm.h>.
28120         (memset): Don't use BP_SYM.
28121         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
28122         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
28123         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
28124         <bp-asm.h>.
28125         (__mpn_mul_1): Don't use BP_SYM.
28126         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28127         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
28128         <bp-sym.h> and <bp-asm.h>.
28129         (memcmp): Don't use BP_SYM.
28130         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
28131         <bp-sym.h> and <bp-asm.h>.
28132         (memcpy): Don't use BP_SYM.
28133         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
28134         <bp-sym.h> and <bp-asm.h>.
28135         (memset): Don't use BP_SYM.
28136         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
28137         <bp-sym.h> and <bp-asm.h>.
28138         (strncmp): Don't use BP_SYM.
28139         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
28140         <bp-sym.h> and <bp-asm.h>.
28141         (memcpy): Don't use BP_SYM.
28142         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
28143         <bp-sym.h> and <bp-asm.h>.
28144         (memset): Don't use BP_SYM.
28145         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
28146         <bp-sym.h> and <bp-asm.h>.
28147         (__memchr): Don't use BP_SYM.
28148         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
28149         <bp-sym.h> and <bp-asm.h>.
28150         (memcmp): Don't use BP_SYM.
28151         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
28152         <bp-sym.h> and <bp-asm.h>.
28153         (memcpy): Don't use BP_SYM.
28154         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
28155         <bp-sym.h> and <bp-asm.h>.
28156         (__mempcpy): Don't use BP_SYM.
28157         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
28158         <bp-sym.h> and <bp-asm.h>.
28159         (__memrchr): Don't use BP_SYM.
28160         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
28161         <bp-sym.h> and <bp-asm.h>.
28162         (memset): Don't use BP_SYM.
28163         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
28164         <bp-sym.h> and <bp-asm.h>.
28165         (__rawmemchr): Don't use BP_SYM.
28166         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
28167         <bp-sym.h> and <bp-asm.h>.
28168         (__STRCMP): Don't use BP_SYM.
28169         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
28170         <bp-sym.h> and <bp-asm.h>.
28171         (strchr): Don't use BP_SYM.
28172         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
28173         <bp-sym.h> and <bp-asm.h>.
28174         (__strchrnul): Don't use BP_SYM.
28175         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
28176         <bp-sym.h> and <bp-asm.h>.
28177         (strlen): Don't use BP_SYM.
28178         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
28179         <bp-sym.h> and <bp-asm.h>.
28180         (strncmp): Don't use BP_SYM.
28181         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
28182         <bp-sym.h> and <bp-asm.h>.
28183         (__strnlen): Don't use BP_SYM.
28184         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
28185         <bp-asm.h>.
28186         (__mpn_rshift): Don't use BP_SYM.
28187         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28188         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
28189         <bp-sym.h> and <bp-asm.h>.
28190         (__sigsetjmp): Don't use BP_SYM.
28191         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
28192         (L(start_addresses)): Don't use BP_SYM.
28193         (_start): Likewise.
28194         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
28195         <bp-asm.h>.
28196         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
28197         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
28198         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
28199         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
28200         <bp-asm.h>.
28201         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
28202         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
28203         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28204         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
28205         <bp-asm.h>.
28206         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
28207         comments.
28208         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
28209         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
28210         <bp-asm.h>.
28211         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
28212         FIXME comments.
28213         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
28214         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
28215         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
28216         <bp-asm.h>.
28217         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
28218         comment.
28219         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
28220         and <bp-asm.h>.
28221         (strncmp): Don't use BP_SYM,
28222         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
28223         <bp-asm.h>.
28224         (__mpn_sub_n): Don't use BP_SYM.
28225         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28226         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
28227         and <bp-asm.h>.
28228         (__mpn_submul_1): Don't use BP_SYM.
28229         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28230         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
28231         <bp-sym.h> and <bp-asm.h>.
28232         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
28233         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
28234         <bp-sym.h> and <bp-asm.h>.
28235         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
28236         comment.
28237
28238 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
28239
28240         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
28241         Use ZK to minimize writes to Z.
28242         (sub_magnitudes): Simplify code a bit.
28243         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
28244         Use ZK to minimize writes to Z.
28245         (sub_magnitudes): Simplify code a bit.
28246
28247 2013-02-27  Roland McGrath  <roland@hack.frob.com>
28248
28249         * csu/gmon-start.c: Add special exception to license text.
28250
28251 2013-02-27  Richard Henderson  <rth@redhat.com>
28252
28253         * scripts/config.guess: Update from config.git.
28254         * scripts/config.sub: Likewise.
28255
28256 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
28257
28258         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
28259
28260         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
28261
28262         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
28263
28264         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
28265
28266         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
28267
28268 2013-02-26  Roland McGrath  <roland@hack.frob.com>
28269
28270         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
28271         [$(build-shared = yes].
28272
28273 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
28274
28275         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
28276         (__mul): Reduce iterations for calculating mantissa.
28277
28278         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
28279         MPTWO.
28280         (__mpranred): Likewise.
28281
28282         [BZ #15160]
28283         * malloc/memusagestat.c (main): Draw graphs for heap and stack
28284         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
28285
28286 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
28287
28288         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
28289         Define __attribute__.
28290
28291 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
28292
28293         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
28294         unused.
28295         * posix/regex_internal.h (__attribute): Remove.
28296         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
28297         (re_string_context_at): Likewise.
28298         (bitset_not): Use __attribute__ and mark function as possibly
28299         unused.
28300         (bitset_merge): Likewise.
28301         (bitset_mask): Likewise.
28302         (re_string_char_size_at): Likewise.
28303         (re_string_wchar_at): Likewise.
28304         (re_string_elem_size_at): Likewise.
28305
28306 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
28307
28308         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
28309         code.
28310         (cc32): Likewise.
28311
28312         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
28313         (__acr): Likewise.
28314         (__cpy): Likewise.
28315         (norm): Likewise.
28316         (denorm): Likewise.
28317         (__dbl_mp): Likewise.
28318         (add_magnitudes): Likewise.
28319         (sub_magnitudes): Likewise.
28320         (__mul): Likewise.
28321         (__inv): Likewise.
28322
28323         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
28324         style.
28325
28326         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
28327         style.
28328
28329         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
28330         code.
28331
28332         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
28333         up changes with default code.
28334         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
28335         Likewise.
28336
28337 2013-02-24  Allan McRae  <allan@archlinux.org>
28338
28339         * manual/socket.texi (The Internet Namespace): Order menu items
28340         to match that in the file.
28341
28342         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
28343         node listing of the info page menu.
28344
28345 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
28346
28347         [BZ #13550]
28348         * sysdeps/i386/bp-asm.h: Remove file.
28349         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
28350         (PARMS): Do not use macros from bp-asm.h.
28351         (S1): Likewise.
28352         (S2): Likewise.
28353         (SIZE): Likewise.
28354         (__mpn_add_n): Do not use BP_SYM
28355         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
28356         "bp-asm.h".
28357         (PARMS): Do not use macros from bp-asm.h.
28358         (S1): Likewise.
28359         (SIZE): Likewise.
28360         (__mpn_addmul_1): Do not use BP_SYM
28361         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
28362         "bp-asm.h".
28363         (PARMS): Do not use macros from bp-asm.h.
28364         (SIGMSK): Likewise.
28365         (_setjmp): Likewise.  Do not use BP_SYM.
28366         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
28367         "bp-asm.h".
28368         (PARMS): Do not use macros from bp-asm.h.
28369         (SIGMSK): Likewise.
28370         (setjmp): Likewise.  Do not use BP_SYM.
28371         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
28372         "bp-asm.h".
28373         (PARMS): Do not use macros from bp-asm.h.
28374         (__frexp): Do not use BP_SYM.
28375         (frexp): Likewise.
28376         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
28377         "bp-asm.h".
28378         (PARMS): Do not use macros from bp-asm.h.
28379         (__frexpf): Do not use BP_SYM.
28380         (frexpf): Likewise.
28381         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
28382         "bp-asm.h".
28383         (PARMS): Do not use macros from bp-asm.h.
28384         (__frexpl): Do not use BP_SYM.
28385         (frexpl): Likewise.
28386         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
28387         "bp-asm.h".
28388         (PARMS): Do not use macros from bp-asm.h.
28389         (__remquo): Do not use BP_SYM.
28390         (remquo): Likewise.
28391         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
28392         "bp-asm.h".
28393         (PARMS): Do not use macros from bp-asm.h.
28394         (__remquof): Do not use BP_SYM.
28395         (remquof): Likewise.
28396         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
28397         "bp-asm.h".
28398         (PARMS): Do not use macros from bp-asm.h.
28399         (__remquol): Do not use BP_SYM.
28400         (remquol): Likewise.
28401         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
28402         "bp-asm.h".
28403         (PARMS): Do not use macros from bp-asm.h.
28404         (DEST): Likewise.
28405         (SRC): Likewise.
28406         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
28407         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
28408         "bp-asm.h".
28409         (PARMS): Do not use macros from bp-asm.h.
28410         (strlen): Do not use BP_SYM.
28411         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
28412         "bp-asm.h".
28413         (PARMS): Do not use macros from bp-asm.h.
28414         (S1): Likewise.
28415         (S2): Likewise.
28416         (SIZE): Likewise.
28417         (__mpn_add_n): Do not use BP_SYM.
28418         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
28419         "bp-asm.h".
28420         (PARMS): Do not use macros from bp-asm.h.
28421         (S1): Likewise.
28422         (SIZE): Likewise.
28423         (__mpn_addmul_1): Do not use BP_SYM.
28424         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
28425         weak_alias.
28426         (bzero): Likewise.
28427         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
28428         "bp-asm.h".
28429         (PARMS): Do not use macros from bp-asm.h.
28430         (S): Likewise.
28431         (SIZE): Likewise.
28432         (__mpn_lshift): Do not use BP_SYM.
28433         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
28434         "bp-asm.h".
28435         (PARMS): Do not use macros from bp-asm.h.
28436         (DEST): Likewise.
28437         (SRC): Likewise.
28438         (LEN): Likewise.
28439         (memcpy): Likewise.  Do not use BP_SYM.
28440         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
28441         libc_hidden_def and weak_alias.
28442         (mempcpy): Do not use BP_SYM in weak_alias.
28443         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
28444         "bp-asm.h".
28445         (PARMS): Do not use macros from bp-asm.h.
28446         (DEST): Likewise.
28447         (LEN): Likewise.
28448         [!BZERO_P] (CHR): Likewise.
28449         (memset): Likewise.  Do not use BP_SYM.
28450         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
28451         "bp-asm.h".
28452         (PARMS): Do not use macros from bp-asm.h.
28453         (S1): Likewise.
28454         (SIZE): Likewise.
28455         (__mpn_mul_1): Do not use BP_SYM.
28456         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
28457         "bp-asm.h".
28458         (PARMS): Do not use macros from bp-asm.h.
28459         (S): Likewise.
28460         (SIZE): Likewise.
28461         (__mpn_rshift): Do not use BP_SYM.
28462         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
28463         "bp-asm.h".
28464         (PARMS): Do not use macros from bp-asm.h.
28465         (STR): Likewise.
28466         (CHR): Likewise.
28467         (strchr): Likewise.  Do not use BP_SYM.
28468         (index): Do not use BP_SYM in weak_alias.
28469         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
28470         "bp-asm.h".
28471         (PARMS): Do not use macros from bp-asm.h.
28472         (DEST): Likewise.
28473         (SRC): Likewise.
28474         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
28475         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
28476         "bp-asm.h".
28477         (PARMS): Do not use macros from bp-asm.h.
28478         (strlen): Do not use BP_SYM.
28479         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
28480         "bp-asm.h".
28481         (PARMS): Do not use macros from bp-asm.h.
28482         (S1): Likewise.
28483         (S2): Likewise.
28484         (SIZE): Likewise.
28485         (__mpn_sub_n): Do not use BP_SYM.
28486         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
28487         "bp-asm.h".
28488         (PARMS): Do not use macros from bp-asm.h.
28489         (S1): Likewise.
28490         (SIZE): Likewise.
28491         (__mpn_submul_1): Do not use BP_SYM.
28492         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
28493         "bp-asm.h".
28494         (PARMS): Do not use macros from bp-asm.h.
28495         (S1): Likewise.
28496         (S2): Likewise.
28497         (SIZE): Likewise.
28498         (__mpn_add_n): Do not use BP_SYM.
28499         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
28500         weak_alias.
28501         (bzero): Likewise.
28502         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
28503         "bp-asm.h".
28504         (PARMS): Do not use macros from bp-asm.h.
28505         (BLK2): Likewise.
28506         (LEN): Likewise.
28507         (memcmp): Do not use BP_SYM.
28508         (bcmp): Do not use BP_SYM in weak_alias.
28509         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
28510         "bp-asm.h".
28511         (PARMS): Do not use macros from bp-asm.h.
28512         (DEST): Likewise.
28513         (SRC): Likewise.
28514         (LEN): Likewise.
28515         (memcpy): Likewise.  Do not use BP_SYM.
28516         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
28517         "bp-asm.h".
28518         (PARMS): Do not use macros from bp-asm.h.
28519         (DEST): Likewise.
28520         (SRC): Likewise.
28521         (LEN): Likewise.
28522         (memmove): Likewise.  Do not use BP_SYM.
28523         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
28524         "bp-asm.h".
28525         (PARMS): Do not use macros from bp-asm.h.
28526         (DEST): Likewise.
28527         (SRC): Likewise.
28528         (LEN): Likewise.
28529         (__mempcpy): Likewise.  Do not use BP_SYM.
28530         (mempcpy): Do not use BP_SYM in weak_alias.
28531         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
28532         "bp-asm.h".
28533         (PARMS): Do not use macros from bp-asm.h.
28534         (DEST): Likewise.
28535         (LEN): Likewise.
28536         [!BZERO_P] (CHR): Likewise.
28537         (memset): Likewise.  Do not use BP_SYM.
28538         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
28539         "bp-asm.h".
28540         (PARMS): Do not use macros from bp-asm.h.
28541         (STR2): Likewise.
28542         (strcmp): Do not use BP_SYM.
28543         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
28544         "bp-asm.h".
28545         (PARMS): Do not use macros from bp-asm.h.
28546         (STR): Likewise.
28547         (DELIM): Likewise.
28548         [USE_AS_STRTOK_R] (SAVE): Likewise.
28549         (FUNCTION): Likewise.  Do not use BP_SYM.
28550         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
28551         aliases.
28552         (strtok_r): Likewise.
28553         (__GI___strtok_r): Likewise.
28554         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
28555         (PARMS): Do not use macros from bp-asm.h.
28556         (S): Likewise.
28557         (SIZE): Likewise.
28558         (__mpn_lshift): Do not use BP_SYM.
28559         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
28560         (PARMS): Do not use macros from bp-asm.h.
28561         (STR): Likewise.
28562         (CHR): Likewise.
28563         (__memchr): Do not use BP_SYM.
28564         (memchr): Do not use BP_SYM in weak_alias.
28565         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
28566         (PARMS): Do not use macros from bp-asm.h.
28567         (BLK2): Likewise.
28568         (LEN): Likewise.
28569         (memcmp): Do not use BP_SYM.
28570         (bcmp): Do not use BP_SYM in weak_alias.
28571         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
28572         (PARMS): Do not use macros from bp-asm.h.
28573         (S1): Likewise.
28574         (SIZE): Likewise.
28575         (__mpn_mul_1): Do not use BP_SYM.
28576         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
28577         "bp-asm.h".
28578         (PARMS): Do not use macros from bp-asm.h.
28579         (STR): Likewise.
28580         (CHR): Likewise.
28581         (__rawmemchr): Do not use BP_SYM.
28582         (rawmemchr): Do not use BP_SYM in weak_alias.
28583         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
28584         (PARMS): Do not use macros from bp-asm.h.
28585         (S): Likewise.
28586         (SIZE): Likewise.
28587         (__mpn_rshift): Do not use BP_SYM.
28588         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
28589         (PARMS): Do not use macros from bp-asm.h.
28590         (SIGMSK): Likewise.
28591         (__sigsetjmp): Likewise.  Do not use BP_SYM.
28592         * sysdeps/i386/start.S: Do not include "bp-sym.h".
28593         (_start): Do not use BP_SYM.
28594         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
28595         (PARMS): Do not use macros from bp-asm.h.
28596         (DEST): Likewise.
28597         (SRC): Likewise.
28598         (__stpcpy): Likewise.  Do not use BP_SYM.
28599         (stpcpy): Do not use BP_SYM in weak_alias.
28600         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
28601         "bp-asm.h".
28602         (PARMS): Do not use macros from bp-asm.h.
28603         (DEST): Likewise.
28604         (SRC): Likewise.
28605         (LEN): Likewise.
28606         (__stpncpy): Likewise.  Do not use BP_SYM.
28607         (stpncpy): Do not use BP_SYM in weak_alias.
28608         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
28609         (PARMS): Do not use macros from bp-asm.h.
28610         (STR): Likewise.
28611         (CHR): Likewise.
28612         (strchr): Likewise.  Do not use BP_SYM.
28613         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
28614         "bp-asm.h".
28615         (PARMS): Do not use macros from bp-asm.h.
28616         (STR): Likewise.
28617         (CHR): Likewise.
28618         (__strchrnul): Likewise.  Do not use BP_SYM.
28619         (strchrnul): Do not use BP_SYM in weak_alias.
28620         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
28621         "bp-asm.h".
28622         (PARMS): Do not use macros from bp-asm.h.
28623         (STOP): Likewise.
28624         (strcspn): Do not use BP_SYM.
28625         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
28626         "bp-asm.h".
28627         (PARMS): Do not use macros from bp-asm.h.
28628         (STR): Likewise.
28629         (STOP): Likewise.
28630         (strpbrk): Likewise.  Do not use BP_SYM.
28631         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
28632         "bp-asm.h".
28633         (PARMS): Do not use macros from bp-asm.h.
28634         (STR): Likewise.
28635         (CHR): Likewise.
28636         (strrchr): Likewise.  Do not use BP_SYM.
28637         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
28638         (PARMS): Do not use macros from bp-asm.h.
28639         (SKIP): Likewise.
28640         (strspn): Do not use BP_SYM.
28641         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
28642         (PARMS): Do not use macros from bp-asm.h.
28643         (STR): Likewise.
28644         (DELIM): Likewise.
28645         (SAVE): Likewise.
28646         (FUNCTION): Likewise.  Do not use BP_SYM.
28647         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
28648         aliases.
28649         (strtok_r): Likewise.
28650         (__GI___strtok_r): Likewise.
28651         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
28652         (PARMS): Do not use macros from bp-asm.h.
28653         (S1): Likewise.
28654         (S2): Likewise.
28655         (SIZE): Likewise.
28656         (__mpn_sub_n): Do not use BP_SYM.
28657         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
28658         "bp-asm.h".
28659         (PARMS): Do not use macros from bp-asm.h.
28660         (S1): Likewise.
28661         (SIZE): Likewise.
28662         (__mpn_submul_1): Do not use BP_SYM.
28663         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
28664         <bp-sym.h>.
28665         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
28666         and <bp-asm.h>.
28667         (PARMS): Do not use macros from bp-asm.h.
28668         (FLAGS): Likewise.
28669         (PTID): Likewise.
28670         (TLS): Likewise.
28671         (CTID): Likewise.
28672         (__clone): Do not use BP_SYM.
28673         (clone): Do not use BP_SYM in weak_alias.
28674         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
28675         and <bp-asm.h>.
28676         (PARMS): Do not use macros from bp-asm.h.
28677         (LEN): Likewise.
28678         (__mmap64): Do not use BP_SYM.
28679         (mmap64): Do not use BP_SYM in weak_alias.
28680         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
28681         <bp-sym.h> and <bp-asm.h>.
28682         (PARMS): Do not use macros from bp-asm.h.
28683         (__posix_fadvise64_l64): Do not use BP_SYM.
28684         * sysdeps/unix/sysv/linux/i386/semtimedop.S
28685         (PARMS): Do not use macros from bp-asm.h.
28686         (NSOPS): Likewise.
28687         (semtimedop): Do not use BP_SYM.
28688         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
28689         and <bp-asm.h>.
28690
28691 2013-02-21  Allan McRae  <allan@archlinux.org>
28692
28693         * manual/message.texi (Charset conversion in gettext):
28694         Move @end statement to beginning of line.
28695
28696 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28697
28698         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
28699         static.
28700         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
28701         Likewise.
28702
28703         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
28704         (denorm): Likewise.
28705         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
28706         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
28707
28708 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28709
28710         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
28711         tail-call to the resolved function if pltexit isn't needed.
28712
28713 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28714
28715         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
28716         or Y being zero as being unlikely.
28717         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
28718         Likewise.
28719
28720 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
28721
28722         * manual/nss.texi (System Databases and Name Service Switch):
28723         Remove frobnicate @pxref.
28724
28725 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
28726
28727         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
28728         __attribute__ ((unused)) to __attribute__ ((__unused__)).
28729
28730 2013-02-20  Petr Machata  <pmachata@redhat.com>
28731
28732         * elf/elf.h (R_ARM_TARGET1): New macro.
28733         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
28734         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
28735         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
28736         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
28737         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
28738         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
28739         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
28740         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
28741         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
28742         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
28743         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
28744         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
28745         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
28746         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
28747         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
28748         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
28749         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
28750         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
28751         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
28752         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
28753         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
28754         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
28755         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
28756         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
28757         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
28758         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
28759         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
28760         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
28761         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
28762         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
28763         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
28764         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
28765         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
28766         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
28767         (R_ARM_THM_GOT_BREL12): Likewise.
28768         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
28769         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
28770         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
28771         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
28772         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
28773         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
28774         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
28775         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
28776         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
28777
28778 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
28779
28780         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
28781         __attribute_used__ to __attribute__ ((unused)).
28782
28783 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
28784
28785         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
28786         powerpc mpa.c.
28787         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
28788         comment formatting.
28789         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
28790
28791 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
28792
28793         [BZ #13550]
28794         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
28795         Remove macro.
28796         (ENTER): Remove both macro definitions.
28797         (LEAVE): Likewise.
28798         (CHECK_BOUNDS_LOW): Likewise.
28799         (CHECK_BOUNDS_HIGH): Likewise.
28800         (CHECK_BOUNDS_BOTH): Likewise.
28801         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
28802         (RETURN_BOUNDED_POINTER): Likewise.
28803         (RETURN_NULL_BOUNDED_POINTER): Likewise.
28804         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
28805         (POP_ERRNO_LOCATION_RETURN): Likewise.
28806         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
28807         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28808         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
28809         macros.
28810         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28811         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
28812         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
28813         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
28814         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
28815         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
28816         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
28817         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
28818         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
28819         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
28820         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
28821         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
28822         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28823         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
28824         removed macros.
28825         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28826         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
28827         macros.
28828         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28829         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
28830         * sysdeps/i386/i586/memset.S (memset): Likewise.
28831         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
28832         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28833         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
28834         macros.
28835         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28836         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
28837         Change uses of L(2) to L(out).
28838         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
28839         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
28840         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
28841         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28842         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
28843         removed macros.
28844         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28845         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
28846         macros.
28847         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28848         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
28849         (RETURN): Do not use macro LEAVE.
28850         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
28851         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
28852         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
28853         * sysdeps/i386/i686/memset.S (memset): Likewise.
28854         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
28855         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
28856         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
28857         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
28858         Likewise.
28859         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28860         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
28861         L(1_2) and L(1_3) into L(1).
28862         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
28863         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
28864         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28865         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
28866         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
28867         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
28868         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
28869         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28870         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
28871         macros.
28872         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
28873         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28874         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
28875         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
28876         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
28877         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
28878         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
28879         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
28880         * sysdeps/i386/strcspn.S (strcspn): Likewise.
28881         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
28882         * sysdeps/i386/strrchr.S (strrchr): Likewise.
28883         * sysdeps/i386/strspn.S (strspn): Likewise.
28884         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
28885         conditional code.
28886         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28887         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
28888         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
28889         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
28890         L(1_3) into L(1_1).
28891         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
28892         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28893         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
28894         macros.
28895         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28896
28897 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
28898
28899         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
28900         macro.
28901
28902 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
28903
28904         * math/atest-exp.c (exp_mpn): Remove ROUND.
28905         * math/atest-exp2.c (exp_mpn): Likewise.
28906         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
28907
28908         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
28909         * stdlib/tst-tls-atexit-lib.c: Likewise.
28910         * stdlib/tst-tls-atexit.c: Likewise.
28911
28912 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28913
28914         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
28915         and __attribute_alloc_size__.
28916
28917 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28918
28919         * include/programs/xmalloc.h: Change __attribute_alloc_size to
28920         __attribute_alloc_size__.
28921         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
28922         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
28923
28924 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28925
28926         * include/programs/xmalloc.h: New file.
28927         * catgets/gencat.c: Include it.
28928         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
28929         * elf/pldd.c: Likewise.
28930         * iconv/iconv_charmap.c: Likewise.
28931         * iconv/iconvconfig.c: Likewise.
28932         * iconv/strtab.c: Likewise.
28933         * locale/programs/locale.c: Likewise.
28934         * locale/programs/localedef.h: Likewise.
28935         * locale/programs/simple-hash.c: Likewise.
28936         * nscd/nscd.h: Likewise.
28937         * nss/makedb.c: Likewise.
28938         * sysdeps/generic/ldconfig.h: Likewise.
28939
28940 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
28941
28942         * Versions.def: Add GLIBC_2.18.
28943         * include/link.h (struct link_map): New member l_tls_dtor_count.
28944         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
28945         (__call_tls_dtors): Likewise.
28946         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
28947         __cxa_thread_atexit_impl.
28948         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
28949         Likewise.
28950         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
28951         Likewise.
28952         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
28953         Likewise.
28954         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
28955         Likewise.
28956         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
28957         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
28958         Likewise.
28959         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
28960         Likewise.
28961         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
28962         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
28963         Likewise.
28964         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
28965         (tests): Add test case tst-tls-atexit.
28966         (modules-names): Add shared library for tst-tls-atexit.
28967         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
28968         (GLIBC_PRIVATE): Add __call_tls_dtors.
28969         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
28970         for libstdc++.
28971         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
28972         * stdlib/tst-tls-atexit.c: New test case.
28973         * stdlib/tst-tls-atexit-lib.c: New test case.
28974
28975         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
28976
28977         * elf/Versions (ld): Add _dl_find_dso_for_object.
28978         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
28979         * elf/dl-open.c (_dl_find_dso_for_object): New function.
28980         (dl_open_worker): Use _dl_find_dso_for_object.
28981         * elf/dl-sym.c (do_sym): Likewise.
28982         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
28983
28984 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28985
28986         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
28987         Syntactic changes only.
28988         (_dl_runtime_profile): Do a tail-call to the resolved function.
28989
28990 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
28991
28992         [BZ #13550]
28993         * sysdeps/x86_64/bp-asm.h: Remove file.
28994         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
28995         <bp-sym.h> and <bp-asm.h>.
28996         (__clone): Do not use BP_SYM.
28997         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
28998         <bp-sym.h> and <bp-asm.h>.
28999         * sysdeps/unix/x86_64/sysdep.S: Likewise.
29000         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
29001         "bp-asm.h".
29002         (_setjmp): Do not use BP_SYM.
29003         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
29004         "bp-asm.h".
29005         (setjmp): Do not use BP_SYM.
29006         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
29007         libc_hidden_def.
29008         (mempcpy): Do not use BP_SYM in weak_alias.
29009         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
29010         "bp-asm.h".
29011         (strchr): Do not use BP_SYM.
29012         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
29013         "bp-asm.h".
29014         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
29015         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
29016         (_start): Do not use BP_SYM.
29017         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
29018         "bp-asm.h".
29019         (strcat): Do not use BP_SYM.
29020         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
29021         "bp-asm.h".
29022         (STRCMP): Do not use BP_SYM.
29023         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
29024         "bp-asm.h".
29025         (STRCPY): Do not use BP_SYM.
29026         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
29027         "bp-asm.h".
29028         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
29029         "bp-asm.h".
29030         (FUNCTION): Do not use BP_SYM.
29031         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
29032         weak_alias.
29033         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
29034
29035 2013-02-17  Andreas Jaeger  <aj@suse.de>
29036
29037         * time/Versions: Sort entries.
29038         * string/Versions: Likewise.
29039         * resolv/Versions: Likewise.
29040         * posix/Versions: Likewise.
29041         * iconv/Versions: Likewise.
29042         * elf/Versions: Likewise.
29043         * wcsmbs/Versions: Likewise.
29044
29045 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
29046
29047         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
29048         loop termination condition.
29049
29050         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
29051         variable to calculate EZ.
29052         (__sqr): Likewise.
29053
29054         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
29055         the lower precision input.
29056
29057 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
29058
29059         [BZ #13550]
29060         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
29061         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
29062         (run-via-rtld-prefix): Do not handle %-bp tests.
29063         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
29064         (all-object-suffixes): Remove .ob.
29065         (bppfx): Remove variable.
29066         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
29067         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
29068         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
29069         [$(build-bounded) = yes] (libtype.ob): Likewise.
29070         * Makerules (elide-routines.ob): Remove variable.
29071         (do-tests-clean): Do not handle *-bp.out.
29072         (common-mostlyclean): Do not handle *-bp and *-bp.out.
29073         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
29074         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
29075         (tests): Do not include $(tests-bp.out).
29076         (xtests): Do not include $(xtests-bp.out).
29077         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
29078         [$(build-bounded) = yes] ($(addprefix
29079         $(objpfx),$(binaries-bounded))): Remove rule.
29080         ($(objpfx)%-bp.out): Remove rule.
29081         * config.make.in (build-bounded): Remove variable.
29082         * crypt/Makefile [$(build-bounded) = yes]
29083         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
29084         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
29085         append to variable.
29086         [$(build-bounded) = yes] (install-lib): Likewise.
29087         [$(build-bounded) = yes] (generated): Likewise.
29088         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
29089         Remove rule.
29090         * intl/Makefile [$(build-bounded) = yes]
29091         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
29092         * math/Makefile [$(build-bounded) = yes]
29093         ($(tests:%=$(objpfx)%-bp): Likewise.
29094         * misc/Makefile [$(build-bounded) = yes]
29095         ($(objpfx)tst-tsearch-bp): Likewise.
29096         * nptl/Makeconfig (bounded-thread-library): Remove variable.
29097         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
29098         Remove dependency.
29099         * string/Makefile (o-objects.ob): Remove variable.
29100         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
29101         (CFLAGS-.ob): Remove variable.
29102         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
29103         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
29104         both definitions of variable.
29105         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
29106         (ASFLAGS-.ob): Remove variable.
29107
29108 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
29109
29110         [BZ #13550]
29111         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
29112         Remove __BOUNDED_POINTERS__ from condition.
29113         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
29114         * string/bits/string2.h [!__NO_STRING_INLINES &&
29115         !__BOUNDED_POINTERS__]: Likewise.
29116         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
29117         Likewise.
29118         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
29119         Remove conditional code.
29120         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
29121         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
29122         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
29123         condition.
29124
29125         [BZ #13550]
29126         * csu/libc-start.c: Do not include <bp-sym.h>.
29127         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
29128         * elf/dl-open.c: Do not include <bp-sym.h>.
29129         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
29130         * math/fegetenv.c: Do not include <bp-sym.h>.
29131         (fegetenv): Do not use BP_SYM in versioned symbols.
29132         * nptl/sysdeps/pthread/bits/libc-lockP.h
29133         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
29134         <bp-sym.h>.
29135         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29136         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
29137         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29138         (__pthread_mutex_destroy): Likewise.
29139         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29140         (__pthread_mutex_lock): Likewise.
29141         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29142         (__pthread_mutex_trylock): Likewise.
29143         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29144         (__pthread_mutex_unlock): Likewise.
29145         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29146         (__pthread_mutexattr_init): Likewise.
29147         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29148         (__pthread_mutexattr_destroy): Likewise.
29149         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29150         (__pthread_mutexattr_settype): Likewise.
29151         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29152         (__pthread_rwlock_init): Likewise.
29153         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29154         (__pthread_rwlock_destroy): Likewise.
29155         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29156         (__pthread_rwlock_rdlock): Likewise.
29157         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29158         (__pthread_rwlock_tryrdlock): Likewise.
29159         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29160         (__pthread_rwlock_wrlock): Likewise.
29161         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29162         (__pthread_rwlock_trywrlock): Likewise.
29163         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29164         (__pthread_rwlock_unlock): Likewise.
29165         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29166         (__pthread_key_create): Likewise.
29167         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29168         (__pthread_setspecific): Likewise.
29169         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29170         (__pthread_getspecific): Likewise.
29171         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
29172         Likewise.
29173         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29174         (_pthread_cleanup_push_defer): Likewise.
29175         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29176         (_pthread_cleanup_pop_restore): Likewise.
29177         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29178         (pthread_setcancelstate): Likewise.
29179         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
29180         <bp-sym.h>.
29181         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
29182         (memchr): Do not use BP_SYM in weak_alias.
29183         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
29184         (fegetenv): Do not use BP_SYM in versioned symbols.
29185         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
29186         (fesetenv): Do not use BP_SYM in versioned symbols.
29187         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
29188         (feupdateenv): Do not use BP_SYM in versioned symbols.
29189         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
29190         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
29191         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
29192         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
29193         (open64): Do not use BP_SYM in weak_alias.
29194         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
29195         (fegetenv): Do not use BP_SYM in versioned symbols.
29196         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
29197         (fesetenv): Do not use BP_SYM in versioned symbols.
29198         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
29199         (feupdateenv): Do not use BP_SYM in versioned symbols.
29200         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
29201         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
29202         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
29203         (feraiseexcept): Do not use BP_SYM in versioned symbols.
29204         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
29205         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
29206         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
29207         <bp-sym.h>.
29208         (__libc_start_main): Do not use BP_SYM.
29209
29210 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
29211
29212         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
29213         redundant return line.
29214         (norm): Likewise.
29215         (denorm): Likewise.
29216         (dbl_mp): Likewise.
29217         (sub_magnitudes): Likewise.
29218         (__add): Likewise.
29219         (__sub): Likewise.
29220         (__mul): Likewise.
29221         (__inv): Likewise.
29222         (__dvd): Likewise.
29223         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
29224         (norm): Likewise.
29225         (denorm): Likewise.
29226         (dbl_mp): Likewise.
29227         (sub_magnitudes): Likewise.
29228         (__add): Likewise.
29229         (__sub): Likewise.
29230         (__mul): Likewise.
29231         (__inv): Likewise.
29232         (__dvd): Likewise.
29233
29234         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
29235         instead of __mul.
29236         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
29237         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
29238         (cc32): Likewise.
29239
29240         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
29241         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
29242         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
29243         of __mul for squares.
29244         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
29245         function
29246         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
29247         Likewise.
29248         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
29249         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
29250
29251 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
29252
29253         [BZ #13550]
29254         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
29255         code.
29256         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
29257         prototype or function definition.  Rename ubp_* variables and
29258         parameters.  Remove argv definitions conditional on
29259         [__BOUNDED_POINTERS__].
29260         * debug/backtrace.c (__backtrace): Do not use __unbounded.
29261         * elf/dl-runtime.c (_dl_fixup): Likewise.
29262         * include/set-hooks.h (RUN_HOOK): Likewise.
29263         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
29264         definition.
29265         * string/strcpy.c (strcpy): Do not use __unbounded.
29266         * sysdeps/generic/frame.h (struct layout): Likewise.
29267         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
29268         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
29269         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
29270         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
29271         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
29272         (__backtrace): Likewise.
29273         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
29274         use __ptrvalue.
29275         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
29276         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
29277         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
29278         Likewise.
29279         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
29280         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
29281         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
29282         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
29283         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
29284         Do not use __unbounded.
29285         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
29286         Rename __unboundedrlimits parameter to rlimits in prototype.
29287         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
29288         Do not use __unbounded.
29289         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
29290         not use __ptrvalue.
29291         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
29292         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
29293         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
29294         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
29295         __ptrvalue or __unbounded.
29296         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
29297         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
29298         use __unbounded.
29299         (__new_msgctl): Do not use __ptrvalue.
29300         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
29301         __unbounded.
29302         (__libc_msgrcv): Do not use __ptrvalue.
29303         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
29304         startup_info): Do not use __unbounded.
29305         (__libc_start_main): Likewise.  Rename ubp_* variables and
29306         parameters.  Remove argv definitions conditional on
29307         [__BOUNDED_POINTERS__].
29308         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
29309         __ptrvalue.
29310         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
29311         use __unbounded.
29312         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
29313         or __ptrvalue.
29314         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
29315         use __unbounded.
29316         (__new_shmctl): Do not use __ptrvalue.
29317         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
29318         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
29319         Likewise.
29320         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
29321         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
29322         (__libc_sigaction): Likewise.
29323         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
29324         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
29325         Likewise.
29326         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
29327
29328 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
29329
29330         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
29331
29332         * string/mempcpy.c: Implement by calling memcpy.
29333
29334 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
29335
29336         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
29337
29338         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
29339         evaluation.
29340
29341         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
29342         values in the mantissa.
29343
29344         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
29345         minimize writes to Z.
29346         (sub_magnitudes): Simplify code a bit.
29347
29348 2013-02-12  Roland McGrath  <roland@hack.frob.com>
29349
29350         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
29351         from the message.  The linker prefixes all warnings with that already.
29352
29353 2013-02-12  Andreas Schwab  <schwab@suse.de>
29354
29355         [BZ #15078]
29356         * posix/regexec.c (extend_buffers): Add parameter min_len.
29357         (check_matching): Pass minimum needed length.
29358         (clean_state_log_if_needed): Likewise.
29359         (get_subexp): Likewise.
29360         * posix/Makefile (tests): Add bug-regex34.
29361         (bug-regex34-ENV): Define.
29362         * posix/bug-regex34.c: New file.
29363
29364         [BZ #11561]
29365         * posix/regcomp.c (parse_bracket_exp): When looking up collating
29366         elements compare against the byte sequence of it, not its name.
29367         * posix/Makefile (tests): Add bug-regex35.
29368         (bug-regex35-ENV): Define.
29369         * posix/bug-regex35.c: New file.
29370
29371 2013-02-11  Tom de Vries  <tom@codesourcery.com>
29372
29373         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
29374         comment.
29375         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
29376         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
29377         (CHECK_EOL): Add undef.
29378
29379 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
29380
29381         * bits/stdlib-bsearch.h: New file.
29382         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
29383         * stdlib/stdlib.h: Likewise.
29384
29385 2013-02-11  Roland McGrath  <roland@hack.frob.com>
29386
29387         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
29388         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
29389         declaration.
29390         * manual/search.texi (Array Search Function): Add missing const in
29391         lfind prototype.
29392         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
29393         declaration to use rlim_t.
29394         (Basic Scheduling Functions): Remove erroneous const from
29395         sched_getparam prototype.  Remove erroneous * from
29396         sched_get_priority_max and sched_get_priority_min prototypes.
29397         (Resource Usage): Fix summary @comment on vtimes to refer to
29398         sys/vtimes.h rather than vtimes.h.
29399         Add missing *s in vtimes prototype.
29400         (Limits on Resources): Fix ulimit prototype to return long int.
29401         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
29402         prototypes to use long int rather than double.
29403         (BSD Random): Fix initstate and setstate to use char *, not void *.
29404         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
29405         prototype to make second argument 'struct aiocb64 *const[]'.
29406         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
29407         (Status of AIO Operations): Remove erroneous const in aio_return and
29408         aio_return64 prototypes.
29409         (Synchronizing I/O): Fix sync prototype to return void.
29410         * manual/startup.texi (Suboptions): Remove an erroneous const in
29411         getsubopt prototype.
29412         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
29413         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
29414         use size_t rather than int.
29415         (Scanning All Users): Likewise for getpwent_r.
29416         (Setting Groups): Add missing const to setgroups prototype.
29417         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
29418         * manual/socket.texi (Host Names): Fix gethostbyaddr and
29419         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
29420         'const void *' rather than 'const char *'.
29421         (Host Address Functions): Likewise for inet_ntop.
29422         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
29423         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
29424         ssize_t for return value.
29425         (Sending Data): Likewise for send, sendto, sendmsg.
29426         (Socket Option Functions): Add a missing const in setsockopt prototype.
29427         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
29428         use wchar_t for the argument.
29429         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
29430         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
29431         take no arguments.
29432         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
29433         double/float/long double for second argument.
29434         Fix return types of significand, significandf, significandl.
29435         * manual/filesys.texi (Setting Permissions): Use mode_t for second
29436         argument in fchmod prototype.
29437         (File Owner): Use uid_t and gid_t in fchown prototype.
29438         (File Times): Add const to utimes, futimes, and lutimes prototypes.
29439         (Making Special Files): Use mode_t and dev_t in mknod prototype.
29440         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
29441         use 'const struct dirent **' as argument types to CMP function pointer
29442         argument.
29443         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
29444         (File Times): Fix summary magic @comment for struct utimbuf and utime
29445         to refer to utime.h, not time.h.
29446         * manual/string.texi (Argz Functions): Add missing const in
29447         argz_extract and argz_next prototypes.
29448         (Finding Tokens in a String): Likewise for basename.
29449         (String/Array Comparison): Fix typo in wcscasecmp prototype.
29450         (Copying and Concatenation): Fix typo in wmemmove prototype.
29451         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
29452         (Signal Stack): Remove erroneous const in sigstack prototype.
29453         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
29454         prototype.
29455         (Simple Calendar Time): Likewise for stime.
29456         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
29457         prototype.
29458         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
29459         say sys/sysctl.h instead.
29460         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
29461         and vsyslog prototypes.
29462
29463 2013-02-11  Tom de Vries  <tom@codesourcery.com>
29464
29465         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
29466         Remove.
29467
29468 2013-02-11  Roland McGrath  <roland@hack.frob.com>
29469
29470         * misc/sys/mman.h: Fix typo in mremap comment.
29471
29472 2013-02-08  Roland McGrath  <roland@hack.frob.com>
29473
29474         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
29475         the '\0' terminator.
29476
29477 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
29478
29479         [BZ #13550]
29480         * debug/segfault.c: Don't include <bp-checks.h>.
29481         * sysdeps/generic/bp-checks.h: Remove file.
29482         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
29483         (__GETDENTS): Don't use CHECK_N.
29484         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
29485         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
29486         (__getgroups): Don't use CHECK_N.
29487         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
29488         (setgroups): Don't use CHECK_N.
29489         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
29490         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
29491         (__libc_msgrcv): Don't use CHECK_N.
29492         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
29493         (__libc_msgsnd): Don't use CHECK_N.
29494         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
29495         <bp-checks.h>.
29496         (__libc_pread): Don't use CHECK_N.
29497         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
29498         include <bp-checks.h>.
29499         (__libc_pread64): Don't use CHECK_N.
29500         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
29501         include <bp-checks.h>.
29502         (__libc_pwrite): Don't use CHECK_N.
29503         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
29504         include <bp-checks.h>.
29505         (__libc_pwrite64): Don't use CHECK_N.
29506         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
29507         <bp-checks.h>.
29508         (__libc_pread): Don't use CHECK_N.
29509         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
29510         include <bp-checks.h>.
29511         (__libc_pread64): Don't use CHECK_N.
29512         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
29513         include <bp-checks.h>.
29514         (__libc_pwrite): Don't use CHECK_N.
29515         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
29516         include <bp-checks.h>.
29517         (__libc_pwrite64): Don't use CHECK_N.
29518         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
29519         (do_pread): Don't use CHECK_N.
29520         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
29521         (do_pread64): Don't use CHECK_N.
29522         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
29523         (do_pwrite): Don't use CHECK_N.
29524         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
29525         (do_pwrite64): Don't use CHECK_N.
29526         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
29527         (__libc_readv): Don't use CHECK_N.
29528         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
29529         (semop): Don't use CHECK_N.
29530         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
29531         <bp-checks.h>.
29532         (semtimedop): Don't use CHECK_N.
29533         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
29534         (__libc_pread): Don't use CHECK_N.
29535         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
29536         <bp-checks.h>.
29537         (__libc_pread64): Don't use CHECK_N.
29538         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
29539         <bp-checks.h>.
29540         (__libc_pwrite): Don't use CHECK_N.
29541         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
29542         <bp-checks.h>.
29543         (__libc_pwrite64): Don't use CHECK_N.
29544         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
29545         <bp-checks.h>.
29546         (__libc_msgrcv): Don't use CHECK_N.
29547         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
29548         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
29549         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
29550         (__libc_writev): Don't use CHECK_N.
29551
29552 2013-02-08  Roland McGrath  <roland@hack.frob.com>
29553
29554         * string/strcpy.c: Removed unused variable.
29555
29556         * Makeconfig (+sysdep-includes): Define with := rather than =.
29557         Use an existing include/ subdir of each sysdeps dir before it.
29558
29559 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
29560
29561         * nscd/connection.c (register_traced_file): Comment function.
29562         [HAVE_INOTIFY] (union __inev): Define.
29563         [HAVE_INOTIFY] (inotify_check_files): New function.
29564         [HAVE_INOTIFY] (clear_db_cache): Likewise.
29565         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
29566         clear_db_cache.
29567         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
29568
29569 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
29570
29571         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
29572         loaded if not already and that a failure is permanent.
29573
29574 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
29575
29576         [BZ #15006]
29577         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
29578         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
29579
29580 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
29581
29582         [BZ #13550]
29583         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
29584         (CHECK_1_NULL_OK): Likewise.
29585         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
29586         (__fxstat): Do not use CHECK_1.
29587         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
29588         <bp-checks.h>.
29589         (___fxstat64): Do not use CHECK_1.
29590         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
29591         <bp-checks.h>.
29592         (__fxstatat): Do not use CHECK_1.
29593         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
29594         <bp-checks.h>.
29595         (__fxstatat64): Do not use CHECK_1.
29596         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
29597         <bp-checks.h>.
29598         (__fxstat): Do not use CHECK_1.
29599         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
29600         <bp-checks.h>.
29601         (__fxstatat): Do not use CHECK_1.
29602         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
29603         <bp-checks.h>.
29604         (__getresgid): Do not use CHECK_1.
29605         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
29606         <bp-checks.h>.
29607         (__getresuid): Do not use CHECK_1.
29608         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
29609         <bp-checks.h>.
29610         (__lxstat): Do not use CHECK_1.
29611         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
29612         <bp-checks.h>.
29613         (__old_msgctl): Do not use CHECK_1.
29614         (__new_msgctl): Likewise.
29615         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
29616         <bp-checks.h>.
29617         (__new_setrlimit): Do not use CHECK_1.
29618         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
29619         <bp-checks.h>.
29620         (__old_shmctl): Do not use CHECK_1.
29621         (__new_shmctl): Likewise.
29622         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
29623         <bp-checks.h>.
29624         (__xstat): Do not use CHECK_1.
29625         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
29626         (__lxstat): Do not use CHECK_1.
29627         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
29628         <bp-checks.h>.
29629         (___lxstat64): Do not use CHECK_1.
29630         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
29631         (__old_msgctl): Do not use CHECK_1.
29632         (__new_msgctl): Likewise.
29633         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
29634         <bp-checks.h>.
29635         (__gettimeofday): Do not use CHECK_1.
29636         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
29637         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
29638         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
29639         <bp-checks.h>.
29640         (__gettimeofday): Do not use CHECK_1.
29641         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
29642         (__old_shmctl): Do not use CHECK_1_NULL_OK.
29643         (__new_shmctl): Do not use CHECK_1.
29644         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
29645         <bp-checks.h>.
29646         (do_sigtimedwait): Do not use CHECK_1.
29647         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
29648         <bp-checks.h>.
29649         (do_sigwaitinfo): Do not use CHECK_1.
29650         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
29651         <bp-checks.h>.
29652         (msgctl): Do not use CHECK_1.
29653         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
29654         <bp-checks.h>.
29655         (shmctl): Do not use CHECK_1.
29656         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
29657         (ustat): Do not use CHECK_1.
29658         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
29659         <bp-checks.h>.
29660         (__fxstat): Do not use CHECK_1.
29661         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
29662         <bp-checks.h>.
29663         (__fxstatat): Do not use CHECK_1.
29664         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
29665         <bp-checks.h>.
29666         (__lxstat): Do not use CHECK_1.
29667         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
29668         <bp-checks.h>.
29669         (__xstat): Do not use CHECK_1.
29670         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
29671         (__xstat): Do not use CHECK_1.
29672         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
29673         (___xstat64): Do not use CHECK_1.
29674
29675         [BZ #13550]
29676         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
29677         definitions.
29678         (CHECK_BOUNDS_HIGH): Likewise.
29679         * string/strcpy.c: Do not include <bp-checks.h>.
29680         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
29681
29682 2013-02-07  Roland McGrath  <roland@hack.frob.com>
29683
29684         * nscd/nscd-client.h (__nscd_drop_map_ref):
29685         Add __attribute__ ((unused)).
29686         * nis/nss-nisplus.h (niserr2nss): Likewise.
29687
29688         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
29689         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
29690
29691         * csu/libc-tls.c (init_static_tls, init_slotinfo):
29692         Remove inline keyword.
29693         * include/rounding-mode.h (round_away): Likewise.
29694         * libio/wfileops.c (adjust_wide_data): Likewise.
29695         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
29696         (__m128i_strloadu_tolower): Likewise.
29697         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
29698         (__m128i_strloadu_tolower): Likewise.
29699         * time/mktime.c (ydhms_diff): Likewise.
29700         * locale/elem-hash.h (elem_hash): Likewise.
29701         * locale/setlocale.c (setdata): Likewise.
29702         * posix/regex_internal.h (re_string_char_size_at): Likewise.
29703         (re_string_wchar_at): Likewise.
29704         (bitset_not, bitset_merge, bitset_mask): Likewise.
29705         [!(__GNUC__ > 3)] (inline): Remove macro.
29706         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
29707         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
29708         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
29709         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
29710         * string/memcmp.c (memcmp_bytes): Likewise.
29711         * locale/programs/locarchive.c (compute_hashval): Likewise.
29712         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
29713         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
29714         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
29715         * nss/getent.c (print_rpc, print_protocols): Likewise.
29716         (print_passwd, print_group, print_aliases): Likewise.
29717         * nis/nss-nisplus.h (niserr2nss): Likewise.
29718         * nscd/connections.c (restart_p): Likewise.
29719         Change return type to bool.
29720
29721 2013-02-05  Roland McGrath  <roland@hack.frob.com>
29722
29723         * Makeconfig (all-Depend-files): Add existing
29724         $(sorted-subdirs:=/Depend) files.
29725         (all-subdirs): Remove nss.
29726         * sysdeps/unix/inet/Subdirs: Add it here instead.
29727         * hesiod/Depend: New file.
29728
29729         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
29730         instead of calling alloca.
29731
29732         * io/lseek.c (__lseek): Rename to __libc_lseek.
29733         Define __lseek as an alias.
29734
29735         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
29736
29737 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
29738
29739         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
29740         else clause and remove check for non-standard endianness.
29741
29742 2013-02-04  David S. Miller  <davem@davemloft.net>
29743
29744         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29745
29746 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
29747
29748         [BZ #13550]
29749         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
29750         (__ubp_memchr): Remove prototype.
29751         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
29752         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
29753         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
29754         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
29755         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
29756         Remove alias.
29757         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
29758         (__ubp_memchr): Likewise.
29759         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
29760         (__ubp_memchr): Likewise.
29761         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
29762         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
29763         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
29764         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
29765         CHECK_STRING.
29766         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
29767         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
29768         (__getcwd): Do not use CHECK_STRING.
29769         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
29770         <bp-checks.h>.
29771         (__real_chown): Do not use CHECK_STRING.
29772         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
29773         <bp-checks.h>.
29774         (fchownat): Do not use CHECK_STRING.
29775         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
29776         CHECK_STRING.
29777         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
29778         <bp-checks.h>.
29779         (__lchown): Do not use CHECK_STRING.
29780         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
29781         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
29782         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
29783         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
29784         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
29785         include <bp-checks.h>.
29786         (truncate64): Do not use CHECK_STRING.
29787         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
29788         <bp-checks.h>.
29789         (__real_chown): Do not use CHECK_STRING.
29790         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
29791         <bp-checks.h>.
29792         (__lchown): Do not use CHECK_STRING.
29793         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
29794         <bp-checks.h>.
29795         (__chown): Do not use CHECK_STRING.
29796         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
29797         <bp-checks.h>.
29798         (truncate64): Do not use CHECK_STRING.
29799         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
29800         Likewise.
29801         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
29802         (__xmknod): Do not use CHECK_STRING.
29803         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
29804         <bp-checks.h>.
29805         (__xmknodat): Do not use CHECK_STRING.
29806         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
29807         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
29808
29809 2013-02-04  Andreas Schwab  <schwab@suse.de>
29810
29811         [BZ #14142]
29812         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
29813         * include/netdb.h: Likewise for h_errno.
29814         * elf/tst-stackguard1.c: Include <tls.h>.
29815
29816 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
29817
29818         * elf/link.h (struct link_map): Extend the l_addr comment.
29819         * include/link.h (struct link_map): Likewise.
29820
29821 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
29822
29823         [BZ #13550]
29824         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
29825         (BOUNDED_1): Remove macro.
29826         * debug/backtrace.c: Don't include <bp-checks.h>.
29827         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
29828         (__backtrace): Likewise.
29829         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
29830         <bp-checks.h>.
29831         (__backtrace): Don't use BOUNDED_1.
29832         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
29833         <bp-checks.h>.
29834         (__backtrace): Don't use BOUNDED_1.
29835         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
29836         (__backtrace): Don't use BOUNDED_1.
29837         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
29838         (shmat): Don't use BOUNDED_N.
29839
29840 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
29841
29842         [BZ #13550]
29843         * sysdeps/generic/bp-start.h: Remove file.
29844         * csu/libc-start.c: Don't include <bp-start.h>.
29845         (LIBC_START_MAIN): Set up __environ directly instead of using
29846         INIT_ARGV_and_ENVIRON.
29847         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
29848         <bp-start.h>.
29849
29850         [BZ #13550]
29851         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
29852         definitions.
29853         (CHECK_FCNTL): Likewise.
29854         (CHECK_N_PAGES): Likewise.
29855
29856         [BZ #13550]
29857         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
29858         definitions.
29859         (CHECK_SIGSET_NULL_OK): Likewise.
29860         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
29861         <bp-checks.h>.
29862         (sigpending): Don't use CHECK_SIGSET.
29863         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
29864         <bp-checks.h>.
29865         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29866         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
29867         <bp-checks.h>.
29868         (do_sigsuspend): Don't use CHECK_SIGSET.
29869         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
29870         use CHECK_SIGSET.
29871         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
29872         (do_sigwait): Don't use CHECK_SIGSET.
29873         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
29874         use CHECK_SIGSET.
29875         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
29876         include <bp-checks.h>.
29877         (sigpending): Don't use CHECK_SIGSET.
29878         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
29879         include <bp-checks.h>.
29880         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29881         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
29882         <bp-checks.h>.
29883         (sigpending): Don't use CHECK_SIGSET.
29884         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
29885         <bp-checks.h>.
29886         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29887
29888         [BZ #13550]
29889         * sysdeps/generic/bp-semctl.h: Remove file.
29890         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
29891         <bp-checks.h> and <bp-semctl.h>.
29892         (__old_semctl): Don't use CHECK_SEMCTL.
29893         (__new_semctl): Likewise.
29894         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
29895         and <bp-semctl.h>.
29896         (__old_semctl): Don't use CHECK_SEMCTL.
29897         (__new_semctl): Likewise.
29898         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
29899         <bp-checks.h> and <bp-semctl.h>.
29900         (__old_semctl): Don't use CHECK_SEMCTL.
29901         (__new_semctl): Likewise.
29902         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
29903         <bp-checks.h> and <bp-semctl.h>.
29904         (semctl): Don't use CHECK_SEMCTL.
29905
29906         [BZ #13550]
29907         * Makerules (elide-bp-thunks): Remove variable.
29908         (elide-routines.oS): Don't use $(elide-bp-thunks).
29909         (elide-routines.os): Likewise.
29910         (elide-routines.o): Likewise.
29911         (elide-routines.op): Likewise.
29912         (elide-routines.og): Likewise.
29913         (objects): Don't use $(bp-thunks).
29914         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
29915         include.
29916         (common-generated): Do not add s-proto-bp.d.
29917         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
29918         (int): Likewise.
29919         (typ): Likewise.
29920         Do not generate makefile rules for bounded-pointer thunks.
29921         * sysdeps/generic/bp-thunks.h: Remove file.
29922         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
29923         * sysdeps/unix/s-proto-bp.S: Likewise.
29924
29925         [BZ #15062]
29926         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
29927         parts of result separately when argument is not close to line from
29928         -i to i and one part of argument is small.
29929         * math/k_casinhf.c (__kernel_casinhf): Likewise.
29930         * math/k_casinhl.c (__kernel_casinhl): Likewise.
29931         * math/libm-test.inc (cacos_test): Add more tests.
29932         (casin_test): Likewise.
29933         (casinh_test): Likewise.
29934         * sysdeps/i386/fpu/libm-test-ulps: Update.
29935         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29936
29937 2013-01-31  David S. Miller  <davem@davemloft.net>
29938
29939         * po/de.po: Update from translation team.
29940
29941 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
29942
29943         * time/tzfile.c: Include stdint.h for SIZE_MAX.
29944
29945 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
29946
29947         * configure.in (_AC_PROG_CC_C89): New definition.
29948         * configure: Regenerate.
29949
29950         * configure.in (AC_PROG_CPP): New definition.
29951         * configure: Regenerate.
29952
29953 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
29954
29955         * debug/tst-backtrace.h: New file.
29956         * debug/tst-backtrace2.c: Include tst-backtrace.h.
29957         (ret): Remove variable.
29958         (x): Likewise.
29959         (FAIL): Remove macro.
29960         (NO_INLINE): Likewise.
29961         (fn1): Use match function instead of strstr.
29962         * debug/tst-backtrace3.c: Include tst-backtrace.h.
29963         (ret): Remove variable.
29964         (x): Likewise.
29965         (FAIL): Remove macro.
29966         (NO_INLINE): Likewise.
29967         (fn): Use match function instead of strstr.
29968         * debug/tst-backtrace4.c: Include tst-backtrace.h.
29969         (ret): Remove variable.
29970         (x): Likewise.
29971         (FAIL): Remove macro.
29972         (NO_INLINE): Likewise.
29973         (handle_signal): Use match function instead of strstr.
29974         * debug/tst-backtrace5.c: Include tst-backtrace.h.
29975         (ret): Remove variable.
29976         (x): Likewise.
29977         (FAIL): Remove macro.
29978         (NO_INLINE): Likewise.
29979         (handle_signal): Use match function instead of strstr.
29980
29981 2013-01-23  Roland McGrath  <roland@hack.frob.com>
29982
29983         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
29984
29985 2013-01-23  David S. Miller  <davem@davemloft.net>
29986
29987         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
29988         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
29989         argument of CAS if possible.
29990         * sysdeps/sparc/sparc64/bits/atomic.h
29991         (__arch_compare_and_exchange_val_32_acq): Likewise.
29992         (__arch_compare_and_exchange_val_64_acq): Likewise.
29993
29994 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
29995
29996         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
29997         * sysdeps/posix/ulimit.c: ... this.
29998         Include <limits.h>.
29999         * sysdeps/unix/bsd/ulimit.c: Remove file.
30000
30001 2013-01-23  Adam Conrad  <adconrad@0c3.net>
30002
30003         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
30004         (LDFLAGS-tst-array5): Likewise.
30005
30006 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
30007
30008         [BZ #15036]
30009         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
30010         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
30011         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
30012         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
30013
30014 2013-01-21  David S. Miller  <davem@davemloft.net>
30015
30016         * sysdeps/sparc/backtrace.c: New file.
30017         * sysdeps/sparc/sparc32/backtrace.h: New file.
30018         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
30019         * sysdeps/sparc/sparc64/backtrace.h: New file.
30020         * sysdeps/sparc/sparc64/backtrace.c: Delete.
30021         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
30022         -funwind-tables.
30023
30024 2013-01-21  Andreas Schwab  <schwab@suse.de>
30025
30026         [BZ #15020]
30027         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
30028         closed its stdout.
30029
30030 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
30031
30032         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
30033         "mpa2.h".
30034         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30035
30036 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
30037             Mark Mitchell  <mark@codesourcery.com>
30038             Tom de Vries  <tom@codesourcery.com>
30039             Paul Pluzhnikov  <ppluzhnikov@google.com>
30040
30041         * debug/tst-backtrace2.c: New file.
30042         * debug/tst-backtrace3.c: Likewise.
30043         * debug/tst-backtrace4.c: Likewise.
30044         * debug/tst-backtrace5.c: Likewise.
30045         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
30046         (CFLAGS-tst-backtrace3.c): Likewise.
30047         (CFLAGS-tst-backtrace4.c): Likewise.
30048         (CFLAGS-tst-backtrace5.c): Likewise.
30049         (LDFLAGS-tst-backtrace2): Likewise.
30050         (LDFLAGS-tst-backtrace3): Likewise.
30051         (LDFLAGS-tst-backtrace4): Likewise.
30052         (LDFLAGS-tst-backtrace5): Likewise.
30053         (tests): Add new tests tst-backtrace2, tst-backtrace3,
30054         tst-backtrace4 and tst-backtrace5.
30055
30056 2013-01-18  Anton Blanchard  <anton@samba.org>
30057             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
30058
30059         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
30060         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
30061         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
30062         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
30063         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
30064         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
30065         "+r" and remove output regs list as redundant.  Add explicit inline
30066         asm to specify register of return val to work around compiler codegen
30067         bug.  Remove (int) cast on return value.  Add return type parameter to
30068         use in macro so that this macro does not truncate return value for
30069         64-bit values.
30070         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
30071         pass to INTERNAL_VSYSCALL_NCS.
30072         (INLINE_VSYSCALL): Add 'long int' as return type to
30073         INTERNAL_VSYSCALL_NCS macro invocation.
30074         (INTERNAL_VSYSCALL): Add 'long int' as return type to
30075         INTERNAL_VSYSCALL_NCS macro invocation.
30076         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
30077
30078 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
30079
30080         [BZ #14496]
30081         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
30082         Fix application of SIMD FP exception mask.
30083
30084         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
30085         mp_no from a power of two.
30086         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
30087         __mpexp_twomm1.  Use __pow_mp.
30088
30089         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
30090         multiplication.
30091
30092 2013-01-17  David S. Miller  <davem@davemloft.net>
30093
30094         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30095
30096 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
30097
30098         [BZ #15023]
30099         * include/complex.h: Condition contents on [!_COMPLEX_H].
30100         (__kernel_casinhf): New prototype.
30101         (__kernel_casinh): Likewise.
30102         (__kernel_casinhl): Likewise.
30103         * math/Makefile (libm_calls): Add k_casinh.
30104         * math/k_casinh.c: New file.
30105         * math/k_casinhf.c: Likewise.
30106         * math/k_casinhl.c: Likewise.
30107         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
30108         finite nonzero arguments.
30109         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
30110         finite nonzero arguments.
30111         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
30112         finite nonzero arguments.
30113         * math/s_casinh.c: Do not include <float.h>.
30114         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
30115         * math/s_casinhf.c: Do not include <float.h>.
30116         (__casinhf): Move code for finite nonzero arguments to
30117         k_casinhf.c.
30118         * math/s_casinhl.c: Do not include <float.h>.
30119         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
30120         redefine.
30121         (__casinhl): Move code for finite nonzero arguments to
30122         k_casinhl.c.
30123         * math/libm-test.inc (cacos_test): Add more tests.
30124         * sysdeps/i386/fpu/libm-test-ulps: Update.
30125         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30126
30127 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
30128
30129         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
30130         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
30131         [!HAVE_MREMAP]: Remove [defined linux] case.
30132         * malloc/arena.c: Do not include <malloc-sysdep.h>.
30133
30134 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
30135
30136         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
30137
30138 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
30139
30140         * elf/elf.h (R_386_SIZE32): New relocation.
30141         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
30142         R_386_SIZE32.
30143         (elf_machine_rela): Likewise.
30144         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
30145         R_X86_64_SIZE64 and R_X86_64_SIZE32.
30146
30147 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
30148
30149         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
30150         (FP_FAST_FMA): Do not define.
30151         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
30152         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
30153         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
30154         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
30155         !_SOFT_FLOAT]: Likewise.
30156         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
30157         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
30158         value.
30159         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
30160         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
30161         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
30162         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
30163         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
30164         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
30165         file.
30166
30167 2013-01-16  Andreas Schwab  <schwab@suse.de>
30168
30169         [BZ #14327]
30170         * include/stdlib.h (__mktemp): Add declaration.
30171         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
30172         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
30173
30174 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
30175
30176         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
30177         definitions.
30178         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
30179         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
30180         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
30181         definitions here.
30182         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
30183         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
30184         definitions.
30185         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
30186         and ONE.
30187         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
30188         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
30189         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
30190         definitions.
30191         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
30192         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
30193         definitions.
30194         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
30195
30196         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
30197
30198 2013-01-15  David S. Miller  <davem@davemloft.net>
30199
30200         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
30201         trunc{,f} to libm-sysdep_routes.
30202         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
30203         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
30204         file.
30205         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
30206         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
30207         file.
30208         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
30209         file.
30210         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
30211         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
30212         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
30213         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
30214         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
30215         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
30216         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
30217         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
30218
30219         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
30220         nearbyint{,f} to libm-sysdep_routes.
30221         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
30222         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
30223         New file.
30224         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
30225         file.
30226         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
30227         New file.
30228         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
30229         file.
30230         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
30231         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
30232         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
30233         file.
30234         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
30235         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
30236         file.
30237         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
30238         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
30239         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
30240
30241         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
30242         libc_feholdexcept and libc_fesetenv.
30243
30244 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
30245
30246         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
30247
30248 2013-01-14  David S. Miller  <davem@davemloft.net>
30249
30250         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
30251         (SPARC_ASM_VIS2_IFUNC): Likewise.
30252         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
30253         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
30254         use of 'siam' instruction.
30255         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
30256         Likewise.
30257         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
30258         Likewise.
30259         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
30260         Likewise.
30261         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
30262         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
30263         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
30264         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
30265         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
30266         file.
30267         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
30268         file.
30269         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
30270         file.
30271         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
30272         file.
30273         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
30274         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
30275         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
30276         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
30277         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
30278         new VIS2 routines.
30279         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
30280         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
30281         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
30282         Likewise.
30283         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
30284         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
30285         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
30286         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
30287         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
30288         routines to libm-sysdep_routines.
30289         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
30290
30291         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
30292         fdim/fdimf to libm-sysdep_routines.
30293         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
30294         file.
30295         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
30296         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
30297         file.
30298         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
30299         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
30300         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
30301         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
30302         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
30303         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
30304         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
30305
30306 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
30307
30308         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
30309         to optimize copies.
30310
30311         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
30312         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
30313         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30314
30315         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
30316         local variable MPTWO.
30317         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
30318         Likewise.
30319
30320 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
30321
30322         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
30323         GLOB_NOESCAPE.
30324
30325 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
30326
30327         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
30328
30329 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
30330
30331         * manual/pattern.texi (glob_t): Document gl_flags.
30332         (glob64_t): Likewise.
30333
30334 2013-01-11  David S. Miller  <davem@davemloft.net>
30335
30336         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
30337         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
30338         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
30339         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
30340         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
30341         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
30342         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
30343         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
30344         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
30345         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
30346         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
30347         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
30348         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
30349
30350         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
30351         sparc V9 rather than using V8 code.
30352         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
30353         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
30354
30355         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
30356         Move to...
30357         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
30358         Here.
30359
30360 2013-01-11  Roland McGrath  <roland@hack.frob.com>
30361
30362         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
30363         not in the main loop.
30364         * configure: Regenerated.
30365
30366 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
30367
30368         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
30369         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
30370         to just #else.
30371         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
30372         [!__GLIBC_HAVE_LONG_LONG] case.
30373         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
30374         condition to just #else.
30375         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
30376         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
30377         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
30378         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
30379         unconditional.
30380         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
30381         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
30382         #elif condition to just #else.
30383         * sysdeps/unix/sysv/linux/sys/sysmacros.h
30384         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
30385         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
30386         #elif condition to just #else.
30387
30388 2013-01-11  Steve Ellcey  <sellcey@mips.com>
30389
30390         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
30391         (EF_MIPS_ARCH_64): Fix value.
30392         (EF_MIPS_ARCH_32R2): New.
30393         (EF_MIPS_ARCH_64R2): New.
30394
30395 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
30396
30397         * Makeconfig (+link-pie-before-libc): New.
30398         (+link-pie-after-libc): Likewise.
30399         (+link-pie-tests): Likewise.
30400         (+link-pie): Rewritten.
30401         (link-before-libc): Remove $(config-LDFLAGS).
30402         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
30403         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
30404         (config-LDFLAGS): Renamed to ...
30405         (rtld-LDFLAGS): This.
30406         (rtld-tests-LDFLAGS): New macro.
30407         (link-libc-rpath-link): Likewise.
30408         (link-libc-tests-rpath-link): Likewise.
30409         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
30410         (link-libc): Prepand $(link-libc-rpath-link).
30411         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
30412         (test-program-prefix): New macro.
30413         (test-via-rtld-prefix): Likewise.
30414         (test-program-cmd): Likewise.
30415         (host-test-program-cmd): Likewise.
30416         * Makefile ($(common-objpfx)testrun.sh): Replace
30417         $(run-program-prefix) with $(test-program-prefix).
30418         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
30419         $(rtld-LDFLAGS).
30420         ($(common-objpfx)shlib.lds): Likewise.
30421         (build-module-helper): Likewise.
30422         ($(common-objpfx)format.lds): Likewise.
30423         * Rules (binaries-pie-tests): New.
30424         (binaries-pie-notests): Likewise.
30425         (binaries-pie): Rewritten.
30426         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
30427         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
30428         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
30429         (make-test-out): Replace $(host-built-program-cmd) with
30430         $(host-test-program-cmd).
30431         * config.make.in (build-hardcoded-path-in-tests): New variable.
30432         * configure.in (--enable-hardcoded-path-in-tests): New configure
30433         option.
30434         (hardcoded_path_in_tests): New AC_SUBST.
30435         * configure: Regenerated.
30436         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
30437         $(built-program-cmd) with $(test-program-cmd).
30438         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
30439         (test_program_cmd): This.
30440         * elf/Makefile ($(objpfx)order.out): Run test with
30441         $(test-program-prefix).
30442         ($(objpfx)order2.out): Likewise.
30443         ($(objpfx)tst-initorder.out): Likewise.
30444         ($(objpfx)tst-initorder2.out): Likewise.
30445         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
30446         $(test-program-cmd).
30447         ($(objpfx)tst-array1-static.out): Likewise.
30448         ($(objpfx)tst-array2.out): Likewise.
30449         ($(objpfx)tst-array3.out): Likewise.
30450         ($(objpfx)tst-array4.out): Likewise.
30451         ($(objpfx)tst-array5.out): Likewise.
30452         ($(objpfx)tst-array5-static.out): Likewise.
30453         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
30454         $(test-program-cmd).
30455         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
30456         $(run-program-prefix) with $(test-program-prefix).
30457         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
30458         (test_program_prefix): This.
30459         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
30460         $(run-program-prefix) with $(test-program-prefix).
30461         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
30462         (test_program_prefix): This.
30463         * iconvdata/tst-tables.sh: Likewise.
30464         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
30465         $(run-program-prefix) with $(test-program-prefix).
30466         ($(objpfx)tst-translit.out): Likewise.
30467         ($(objpfx)tst-gettext2.out): Likewise.
30468         ($(objpfx)tst-gettext4.out): Likewise.
30469         ($(objpfx)tst-gettext6.out): Likewise.
30470         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
30471         (test_program_prefix): This.
30472         * intl/tst-gettext2.sh: Likewise.
30473         * intl/tst-gettext4.sh  Likewise.
30474         * intl/tst-gettext6.sh: Likewise.
30475         * intl/tst-translit.sh: Likewise.
30476         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
30477         with $(test-program-cmd).
30478         * libio/Makefile ($(objpfx)test-freopen.out): Replace
30479         $(run-program-prefix) with $(test-program-prefix).
30480         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
30481         (test_program_prefix): This.
30482         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
30483         $(run-program-prefix) with $(test-program-prefix).
30484         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
30485         (test_program_prefix): This.
30486         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
30487         * posix/Makefile ($(objpfx)globtest.out): Replace
30488         $(run-via-rtld-prefix) and $(test-wrapper) with
30489         $(test-program-prefix) and $(test-via-rtld-prefix).
30490         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
30491         $(test-program-prefix).
30492         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
30493         $(host-test-program-cmd).
30494         (tst-spawn-ARGS): Likewise.
30495         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
30496         $(test-program-prefix).
30497         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
30498         (test_via_rtld_prefix): This.
30499         (test_wrapper): Renamed to ...
30500         (test_program_prefix): This.
30501         (run_program_prefix): Replaced by test_program_prefix.
30502         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
30503         (test_program_prefix): This.
30504         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
30505         with $(host-test-program-cmd).
30506         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
30507         $(run-program-prefix) with $(test-program-prefix).
30508         ($(objpfx)tst-printf.out): Likewise.
30509         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
30510         $(test-program-cmd).
30511         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
30512         (test_program_prefix): This.
30513         * stdio-common/tst-unbputc.sh: Likewise.
30514         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
30515         $(run-program-prefix) with $(test-program-prefix).
30516         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
30517         (test_program_prefix): This.
30518         * string/Makefile ($(objpfx)tst-svc.out):  Replace
30519         $(built-program-cmd) with $(test-program-cmd).
30520
30521 2013-01-11  Andreas Jaeger  <aj@suse.de>
30522
30523         [BZ #15003]
30524         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
30525         value. Sync with Linux 3.7.
30526
30527 2013-01-10  David S. Miller  <davem@davemloft.net>
30528
30529         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
30530         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
30531         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
30532
30533 2013-01-10  Roland McGrath  <roland@hack.frob.com>
30534
30535         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
30536         never set.
30537         * configure: Regenerated.
30538
30539 2013-01-10  David S. Miller  <davem@davemloft.net>
30540
30541         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
30542         sparc V9 rather than using V8 code.
30543         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
30544         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
30545
30546 2013-01-10  Roland McGrath  <roland@hack.frob.com>
30547
30548         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
30549         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
30550         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
30551         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
30552         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
30553         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
30554         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
30555         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
30556         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
30557         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
30558         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
30559         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
30560         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
30561         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
30562         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
30563         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
30564         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
30565         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
30566         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
30567         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
30568         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
30569         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
30570         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
30571         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
30572         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
30573         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
30574         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
30575
30576 2013-01-10  David S. Miller  <davem@davemloft.net>
30577
30578         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30579
30580 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
30581
30582         * posix/Makefile (tests-static): New variable.
30583         (tests): Add $(tests-static).
30584         (tst-exec-static-ARGS): New variable.
30585         (tst-spawn-static-ARGS): Likewise.
30586         * posix/tst-exec-static.c: New file.
30587         * posix/tst-spawn-static.c: Likewise.
30588         * posix/tst-exec.c: Support run directly.
30589         * posix/tst-spawn.c: Likewise.
30590
30591 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
30592
30593         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
30594         long.
30595         * math/bits/mathcalls.h (llrint): Likewise.
30596         (llround): Likewise.
30597         * stdlib/stdlib.h (struct drand48_data): Likewise.
30598         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
30599         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
30600         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
30601         Likewise.
30602         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
30603         Likewise.
30604         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
30605         (elf_greg_t): Likewise.
30606         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
30607         (__jmp_buf): Likewise.
30608         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
30609         definitions.
30610         (llrint): Likewise, for all definitions.
30611         (llrintl): Likewise.
30612
30613         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
30614         Remove [__GNUC__] condition.
30615         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
30616         condition to just [__USE_ISOC99].
30617         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
30618
30619 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
30620
30621         [BZ #14200]
30622         * sysdeps/unix/sysv/linux/x86/bits/environments.h
30623         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
30624         defined.
30625         (_POSIX_V6_ILP32_OFF32): Likewise.
30626         (_XBS5_ILP32_OFF32): Likewise.
30627         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
30628         (__ILP32_OFFBIG_LDFLAGS): Likewise.
30629
30630 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
30631
30632         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
30633
30634         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
30635         doubles __mpexp_twomm1.  Adjust usage.
30636         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
30637         Remove.
30638
30639 2013-01-10  Andreas Schwab  <schwab@suse.de>
30640
30641         [BZ #14964]
30642         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
30643         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
30644
30645 2013-01-09  David S. Miller  <davem@davemloft.net>
30646
30647         [BZ #15003]
30648         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
30649         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
30650         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
30651         (TCP_FASTOPEN): Define.
30652         (tcp_repair_opt): New structure.
30653         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
30654         enum values.
30655         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
30656         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
30657         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
30658         (tcp_cookie_transactions): New structure.
30659
30660 2013-01-09  Anton Blanchard  <anton@samba.org>
30661
30662         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
30663         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
30664         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
30665         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
30666
30667 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
30668
30669         * include/features.h (__USE_ANSI): Remove.
30670
30671 2013-01-09  Roland McGrath  <roland@hack.frob.com>
30672
30673         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
30674
30675         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
30676
30677 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
30678
30679         * sysdeps/s390/fpu/libm-test-ulps: Update.
30680
30681         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30682
30683         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
30684         (__acr): Likewise.
30685         (__cpy): Likewise.
30686         (norm): Likewise.
30687         (denorm): Likewise.
30688         (__mp_dbl): Likewise.
30689         (__dbl_mp): Likewise.
30690         (add_magnitudes): Likewise.
30691         (sub_magnitudes): Likewise.
30692         (__add): Likewise.
30693         (__sub): Likewise.
30694         (__mul): Likewise.
30695         (__inv): Likewise.
30696         (__dvd): Likewise.
30697         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
30698         (__acr): Likewise.
30699         (__cpy): Likewise.
30700         (norm): Likewise.
30701         (denorm): Likewise.
30702         (__mp_dbl): Likewise.
30703         (__dbl_mp): Likewise.
30704         (add_magnitudes): Likewise.
30705         (sub_magnitudes): Likewise.
30706         (__add): Likewise.
30707         (__sub): Likewise.
30708         (__mul): Likewise.
30709         (__inv): Likewise.
30710         (__dvd): Likewise.
30711         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
30712         (__acr): Likewise.
30713         (__cpy): Likewise.
30714         (norm): Likewise.
30715         (denorm): Likewise.
30716         (__mp_dbl): Likewise.
30717         (__dbl_mp): Likewise.
30718         (add_magnitudes): Likewise.
30719         (sub_magnitudes): Likewise.
30720         (__add): Likewise.
30721         (__sub): Likewise.
30722         (__mul): Likewise.
30723         (__inv): Likewise.
30724         (__dvd): Likewise.
30725
30726 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
30727
30728         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
30729         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
30730         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
30731         2 && __USE_EXTERN_INLINES]: Likewise.
30732
30733 2013-01-08  Andreas Jaeger  <aj@suse.de>
30734
30735         [BZ# 14985]
30736         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
30737         Remove.
30738         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
30739         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
30740
30741 2013-01-07  Anton Blanchard  <anton@samba.org>
30742
30743         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
30744         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
30745         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
30746         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
30747         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
30748         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
30749         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
30750         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
30751         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
30752         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
30753         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
30754         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
30755         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
30756         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
30757         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
30758         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
30759         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
30760         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
30761         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
30762         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
30763         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
30764         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
30765         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
30766         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
30767         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
30768         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
30769         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
30770         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
30771         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
30772         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
30773         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
30774         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30775         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
30776         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
30777         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
30778         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
30779         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
30780         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
30781         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
30782         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
30783         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
30784         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
30785         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
30786
30787 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
30788
30789         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
30790         (__MALLOC_PMT): Likewise.
30791         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
30792         [__GNUC__], only on [_LIBC].
30793         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
30794         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
30795         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
30796         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
30797         forward declaration.
30798         (realloc_hook_ini): Likewise.
30799         (memalign_hook_ini): Likewise.
30800         (__libc_memalign): Do not use __MALLOC_PMT in variable
30801         declaration.
30802         (__libc_valloc): Likewise.
30803         (__libc_pvalloc): Likewise.
30804         (__libc_calloc): Likewise.
30805         (__posix_memalign): Likewise.
30806
30807         [BZ #14996]
30808         * math/s_casinh.c: Include <float.h>.
30809         (__casinh): Do not do computation with squaring and square root
30810         for large arguments.
30811         * math/s_casinhf.c: Include <float.h>.
30812         (__casinhf): Do not do computation with squaring and square root
30813         for large arguments.
30814         * math/s_casinhl.c: Include <float.h>.
30815         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
30816         (__casinhl): Do not do computation with squaring and square root
30817         for large arguments.
30818         * math/libm-test.inc (casin_test): Add more tests.
30819         (casinh_test): Likewise.
30820         * sysdeps/i386/fpu/libm-test-ulps: Update.
30821         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30822
30823 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
30824
30825         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
30826         (__x86_64_raw_data_cache_size): Likewise.
30827         (__x86_64_data_cache_size_half): Likewise.
30828         (__x86_64_raw_data_cache_size_half): Likewise.
30829         (__x86_64_shared_cache_size): Likewise.
30830         (__x86_64_raw_shared_cache_size): Likewise.
30831         (__x86_64_shared_cache_size_half): Likewise.
30832         (__x86_64_raw_shared_cache_size_half): Likewise.
30833         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
30834         to ...
30835         (__x86_data_cache_size): This.
30836         (__x86_64_raw_data_cache_size): Renamed to ...
30837         (__x86_raw_data_cache_size): This.
30838         (__x86_64_data_cache_size_half): Renamed to ...
30839         (__x86_data_cache_size_half): This.
30840         (__x86_64_raw_data_cache_size_half): Renamed to ...
30841         (__x86_raw_data_cache_size_half): This.
30842         (__x86_64_shared_cache_size): Renamed to ...
30843         (__x86_shared_cache_size): This.
30844         (__x86_64_raw_shared_cache_size): Renamed to ...
30845         (__x86_raw_shared_cache_size): This.
30846         (__x86_64_shared_cache_size_half): Renamed to ...
30847         (__x86_shared_cache_size_half): This.
30848         (__x86_64_raw_shared_cache_size_half): Renamed to ...
30849         (__x86_raw_shared_cache_size_half): This.
30850         * sysdeps/x86_64/memcpy.S: Updated.
30851         * sysdeps/x86_64/memset.S: Likewise.
30852         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
30853         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
30854         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
30855
30856 2013-01-04  David S. Miller  <davem@davemloft.net>
30857
30858         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30859
30860 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
30861
30862         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
30863         1 to avoid redefinition warning.
30864         (__USE_GNU): Don't define.
30865         (init_signaling_nan): Protoize.
30866
30867         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30868
30869 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
30870
30871         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
30872         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
30873         (__cpymn): Likewise.
30874         (norm): Remove commented code.
30875         (denorm): Likewise.
30876         (__mp_dbl): Likewise.
30877         (__inv): Likewise.
30878         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
30879         (__cpymn): Likewise.
30880         (norm): Remove commented code.
30881         (denorm): Likewise.
30882         (__mp_dbl): Likewise.
30883         (__inv): Likewise.
30884
30885         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
30886         mp_no value for 1.0 and 2.0.
30887         (norm): Use RADIXI instead of radixi.d.
30888         (denorm): Likewise.
30889         (__mul): Use 0.0 instead of zero.d.
30890         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
30891         mp_no value for 1.0 and 2.0.
30892         (norm): Use RADIXI instead of radixi.d.
30893         (denorm): Likewise.
30894         (__mul): Use 0.0 instead of zero.d.
30895
30896 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
30897
30898         [BZ #14994]
30899         * math/s_casinh.c (__casinh): Reduce finite argument to first
30900         quadrant then set signs of results at the end.
30901         * math/s_casinhf.c (__casinhf): Likewise.
30902         * math/s_casinhl.c (__casinhl): Likewise.
30903         * math/libm-test.inc (casin_test): Add more tests.
30904         (casinh_test): Likewise.
30905         * sysdeps/i386/fpu/libm-test-ulps: Update.
30906         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30907
30908 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
30909
30910         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
30911
30912         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
30913
30914         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
30915         declarations.
30916         (denorm): Likewise.
30917         (__mp_dbl): Likewise.
30918         (__inv): Likewise.
30919
30920         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
30921         and adjust the header comment.
30922
30923         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
30924         variable name from declaration.
30925
30926 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
30927
30928         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
30929         Initialize COMMON_CPUID_INDEX_7 element.
30930         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
30931         (CPUID_RTM): Likewise.
30932         (HAS_RTM): Likewise.
30933         (COMMON_CPUID_INDEX_7): New enum.
30934
30935 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
30936
30937         [BZ #14981]
30938         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
30939         size is zero, record memory as freed.
30940
30941 2013-01-03  Andreas Jaeger  <aj@suse.de>
30942
30943         * po/ia.po: Add new Interlingua translation.
30944
30945 2012-01-03  Allan McRae  <allan@archlinux.org>
30946
30947         * locale/programs/localedef.c: Fix description of '--posix' flag.
30948
30949 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
30950
30951         * NEWS: Update dates in second copyright notice.
30952         * README: Update copyright dates in example.
30953         * manual/libc.texinfo: Update copyright dates.
30954         * scripts/test-installation.pl: Update copyright date in --version
30955         output.
30956
30957         * hurd/ctty-input.c: Fix copyright notice formatting.
30958         * hurd/ctty-output.c: Likewise.
30959         * hurd/dtable.c: Likewise.
30960         * hurd/hurd-raise.c: Likewise.
30961         * hurd/hurdprio.c: Likewise.
30962         * hurd/msgportdemux.c: Likewise.
30963         * misc/sys/file.h: Likewise.
30964         * misc/sys/ioctl.h: Likewise.
30965         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
30966         * sysdeps/mach/hurd/chdir.c: Likewise.
30967         * sysdeps/mach/hurd/fchdir.c: Likewise.
30968         * sysdeps/mach/hurd/rename.c: Likewise.
30969         * sysdeps/mach/hurd/rmdir.c: Likewise.
30970         * sysdeps/mach/hurd/seekdir.c: Likewise.
30971         * sysdeps/mach/hurd/setsid.c: Likewise.
30972         * sysdeps/posix/wait3.c: Likewise.
30973
30974         * All files with FSF copyright notices: Update copyright dates
30975         using scripts/update-copyrights.
30976         * intl/plural.c: Regenerated.
30977         * locale/programs/charmap-kw.h: Likewise.
30978         * locale/programs/locfile-kw.h: Likewise.
30979
30980 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
30981
30982         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
30983         four values.
30984
30985         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
30986         calculation loop and add branch prediction.
30987
30988         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
30989         check access beyond bounds of m1np.
30990
30991         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
30992         MPTWO.
30993         (__inv): Remove local variable MPTWO to use the global
30994         constant.
30995         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
30996         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
30997         variable MPTWO.
30998         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
30999         MP3HALFS static const.
31000
31001 2013-01-01  David S. Miller  <davem@davemloft.net>
31002
31003         * po/ca.po: Update from translation team.
31004
31005 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
31006
31007         * scripts/update-copyrights: New file.
31008         * Makeconfig: Reformat copyright notice.
31009         * ctype/ctype.h: Likewise.
31010         * debug/swprintf_chk.c: Likewise.
31011         * elf/dl-cache.c: Likewise.
31012         * elf/dl-debug.c: Likewise.
31013         * elf/dl-object.c: Likewise.
31014         * grp/initgroups.c: Likewise.
31015         * hurd/Makefile: Likewise.
31016         * hurd/hurd/signal.h: Likewise.
31017         * hurd/hurdfault.c: Likewise.
31018         * hurd/hurdioctl.c: Likewise.
31019         * hurd/hurdlookup.c: Likewise.
31020         * hurd/intr-msg.c: Likewise.
31021         * iconv/gconv_open.c: Likewise.
31022         * libio/swprintf.c: Likewise.
31023         * locale/lc-ctype.c: Likewise.
31024         * locale/nl_langinfo.c: Likewise.
31025         * mach/Machrules: Likewise.
31026         * mach/Makefile: Likewise.
31027         * malloc/obstack.h: Likewise.
31028         * manual/Makefile: Likewise.
31029         * manual/tsort.awk: Likewise.
31030         * misc/bits/stab.def: Likewise.
31031         * nis/nis_print_group_entry.c: Likewise.
31032         * nis/nis_table.c: Likewise.
31033         * nis/nss_compat/compat-pwd.c: Likewise.
31034         * nis/nss_compat/compat-spwd.c: Likewise.
31035         * po/Makefile: Likewise.
31036         * posix/fnmatch.c: Likewise.
31037         * posix/regex.h: Likewise.
31038         * resolv/Makefile: Likewise.
31039         * resolv/nss_dns/dns-network.c: Likewise.
31040         * resolv/res_hconf.c: Likewise.
31041         * scripts/gen-sorted.awk: Likewise.
31042         * soft-fp/soft-fp.h: Likewise.
31043         * stdio-common/printf.h: Likewise.
31044         * stdlib/monetary.h: Likewise.
31045         * stdlib/random.c: Likewise.
31046         * stdlib/random_r.c: Likewise.
31047         * sysdeps/generic/Makefile: Likewise.
31048         * sysdeps/gnu/Makefile: Likewise.
31049         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
31050         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
31051         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
31052         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
31053         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
31054         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
31055         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
31056         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
31057         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
31058         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
31059         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
31060         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
31061         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
31062         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
31063         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
31064         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
31065         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
31066         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
31067         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
31068         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
31069         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
31070         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
31071         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
31072         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
31073         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
31074         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
31075         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
31076         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
31077         * sysdeps/mach/hurd/errnos.awk: Likewise.
31078         * sysdeps/mach/hurd/fork.c: Likewise.
31079         * sysdeps/mach/hurd/getcwd.c: Likewise.
31080         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
31081         * sysdeps/mach/hurd/mmap.c: Likewise.
31082         * sysdeps/mach/hurd/utimes.c: Likewise.
31083         * sysdeps/mach/hurd/xmknod.c: Likewise.
31084         * sysdeps/posix/profil.c: Likewise.
31085         * sysdeps/posix/readdir_r.c: Likewise.
31086         * sysdeps/powerpc/bits/mathdef.h: Likewise.
31087         * sysdeps/powerpc/bits/setjmp.h: Likewise.
31088         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
31089         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
31090         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
31091         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
31092         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
31093         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
31094         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
31095         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
31096         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
31097         * sysdeps/pthread/lio_listio.c: Likewise.
31098         * sysdeps/sparc/dl-procinfo.h: Likewise.
31099         * sysdeps/unix/i386/sysdep.S: Likewise.
31100         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
31101         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
31102         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
31103         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
31104         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
31105         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
31106         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
31107         * sysdeps/unix/sysv/linux/speed.c: Likewise.
31108         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
31109         * sysdeps/wordsize-32/divdi3.c: Likewise.
31110         * time/sys/time.h: Likewise.
31111         * wcsmbs/Makefile: Likewise.
31112
31113 2013-01-01  David S. Miller  <davem@davemloft.net>
31114
31115         * po/fr.po: Update from translation team.
31116
31117         * catgets/gencat.c: Update copyright year.
31118         * csu/version.c: Likewise.
31119         * debug/catchsegv.sh: Likewise.
31120         * debug/pcprofiledump.c: Likewise.
31121         * debug/xtrace.sh: Likewise.
31122         * elf/ldconfig.c: Likewise.
31123         * elf/ldd.bash.in: Likewise.
31124         * elf/pldd.c: Likewise.
31125         * elf/sotruss.ksh: Likewise.
31126         * elf/sprof.c: Likewise.
31127         * iconv/iconv_prog.c: Likewise.
31128         * iconv/iconvconfig.c: Likewise.
31129         * locale/programs/locale.c: Likewise.
31130         * locale/programs/localedef.c: Likewise.
31131         * login/programs/pt_chown.c: Likewise.
31132         * malloc/memusage.sh: Likewise.
31133         * malloc/memusagestat.c: Likewise.
31134         * malloc/mtrace.pl: Likewise.
31135         * nscd/nscd.c: Likewise.
31136         * nss/getent.c: Likewise.
31137         * nss/makedb.c: Likewise.
31138         * posix/getconf.c: Likewise.
31139
31140 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
31141
31142         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
31143         numbers.
31144
31145 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
31146
31147         * math/bits/mathcalls.h (modf): Use __nonnull.
31148
31149 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
31150
31151         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
31152         (split): Use macro CN instead of the bare value.
31153         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
31154         could be used.
31155         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
31156         instead of the bare value.
31157         (power1): Likewise.
31158
31159 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31160
31161         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
31162         __ATAN_TWOM.
31163         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
31164
31165         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
31166         their values.
31167         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
31168         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
31169         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
31170         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
31171
31172 2012-12-28  Andreas Jaeger  <aj@suse.de>
31173
31174         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
31175         values are from Linux 3.7.
31176
31177         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
31178         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
31179
31180 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31181
31182         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
31183         TRUE case.
31184
31185         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
31186         (norm): Likewise.
31187         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
31188         variables with preprocessor constants.
31189         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
31190         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
31191         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
31192
31193 2012-12-27  Bruno Haible  <bruno@clisp.org>
31194
31195         [BZ #14317]
31196         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
31197         only if needed.
31198
31199 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
31200
31201         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
31202         and use variable directly.
31203         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
31204
31205         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
31206         MPONE.
31207         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
31208         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
31209         variable MPONE.
31210         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
31211         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
31212         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
31213         include directive.  Remove local variable MPONE.
31214         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
31215         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
31216         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
31217
31218 2012-12-25  David S. Miller  <davem@davemloft.net>
31219
31220         * version.h (RELEASE): Set to "development".
31221         (VERSION): Set to "2.17.90".
31222         * NEWS: Add 2.18 section.
31223
31224 2012-12-21  David S. Miller  <davem@davemloft.net>
31225
31226         * po/hr.po: Update from translation team.
31227
31228 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31229
31230         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
31231
31232 2012-12-19  Steve Ellcey  <sellcey@mips.com>
31233
31234         * NEWS:  Mention new memcpy for MIPS.
31235
31236 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31237
31238         * manual/contrib.texi (Contributors): Spelling correction.
31239
31240 2012-12-15  David S. Miller  <davem@davemloft.net>
31241
31242         * po/ru.po: Update from translation team.
31243
31244 2012-12-13  David S. Miller  <davem@davemloft.net>
31245
31246         * NEWS: Mention IFUNC testsuite enhancements.
31247
31248         * po/pl.po: Update from translation team.
31249         * po/bg.po: Likewise.
31250
31251         * manual/contrib.texi (Contributors): Update entries for Hongjiu
31252         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
31253
31254 2012-12-11  David S. Miller  <davem@davemloft.net>
31255
31256         * po/sv.po: Update from translation team.
31257
31258         * po/vi.po: Update from translation team.
31259
31260         * po/cs.po: Update from translation team.
31261
31262         * po/de.po: Update from translation team.
31263         * po/eo.po: Likewise.
31264         * po/nl.po: Likewise.
31265
31266 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
31267
31268         [BZ #14246]
31269         * manual/argp.texi (Argp Helper Functions): Move node to follow
31270         Argp Parsing State.
31271
31272         [BZ #14872]
31273         * manual/conf.texi (Limits on File System Capacity): Mention if
31274         terminating null is included in the max size.
31275
31276 2012-12-10  Andreas Jaeger  <aj@suse.de>
31277
31278         * po/cs.po: Update from translation team.
31279
31280 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
31281
31282         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
31283         void pointer and cast to uintptr_t.
31284         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
31285         path.
31286         * sysdeps/s390/s390-64/memcpy.S: Likewise.
31287         * sysdeps/s390/s390-64/memset.S: Likewise.
31288
31289 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
31290
31291         [BZ #14833]
31292         * menual/message.texi (Message Translation): Fix typos.
31293         (Helper programs for gettext): Likewise.
31294
31295 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
31296
31297         [BZ #14898]
31298         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
31299         Change to -1.
31300
31301 2012-12-07  David S. Miller  <davem@davemloft.net>
31302
31303         * po/libc.pot: Update.
31304
31305 2012-12-07  Richard Henderson  <rth@redhat.com>
31306
31307         [BZ #10114]
31308         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
31309         normal/normal case to before the switch.
31310         (_FP_DIV): Likewise.
31311
31312 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
31313             Mike Frysinger  <vapier@gentoo.org>
31314
31315         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
31316         check for __NR_fadvise64_64.
31317
31318 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
31319
31320         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
31321         0, not just to plain "0" as a statement.
31322         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
31323         with cw.
31324
31325 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
31326
31327         * NEWS: Use sourceware.org in Bugzilla URL.
31328
31329 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
31330
31331         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
31332         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
31333
31334         * stdio-common/tst-put-error.c (do_test): Add newline to the
31335         padded test to ensure flush.
31336
31337 2012-12-05  Jeff Law  <law@redhat.com>
31338
31339         * sunrpc/etc.rpc (fedfs_admin): Add entry.
31340
31341 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
31342
31343         * README: Don't refer to ports add-on as distributed separately.
31344         Mention AArch64 in list of systems supported in the ports add-on.
31345
31346         * LICENSES: Add more non-FSF copyright and license notices.
31347
31348         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
31349         ((unused)).
31350
31351         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
31352
31353         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
31354         10000 as width of padded output.
31355
31356 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
31357
31358         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
31359
31360         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
31361         variable LX with __attribute__ ((unused)).
31362         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
31363         Likewise.
31364         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
31365         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
31366         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
31367         with __attribute__ ((unused)).
31368
31369 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
31370
31371         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
31372
31373 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
31374
31375         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
31376         (CFLAGS-nldbl-acos.c): New variable.
31377         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
31378         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
31379         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
31380         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
31381         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
31382         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
31383         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
31384         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
31385         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
31386         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
31387         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
31388         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
31389         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
31390         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
31391         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
31392         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
31393         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
31394         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
31395         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
31396         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
31397         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
31398         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
31399         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
31400         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
31401         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
31402         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
31403         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
31404         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
31405         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
31406         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
31407         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
31408         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
31409         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
31410         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
31411         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
31412         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
31413         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
31414         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
31415         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
31416         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
31417         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
31418         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
31419         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
31420         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
31421         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
31422         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
31423         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
31424         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
31425         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
31426         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
31427         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
31428         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
31429         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
31430         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
31431         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
31432         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
31433         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
31434         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
31435         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
31436         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
31437         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
31438         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
31439         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
31440         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
31441         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
31442         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
31443         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
31444         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
31445         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
31446         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
31447         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
31448         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
31449         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
31450         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
31451         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
31452         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
31453         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
31454         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
31455         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
31456         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
31457         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
31458         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
31459         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
31460         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
31461         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
31462         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
31463         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
31464         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
31465         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
31466         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
31467         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
31468         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
31469         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
31470         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
31471         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
31472         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
31473         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
31474
31475         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
31476         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
31477
31478         [BZ #14914]
31479         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
31480         whole low double instead of just low 47 bits when splitting values
31481         into two parts.
31482
31483 2012-12-03  Allan McRae  <allan@archlinux.org>
31484
31485         * manual/stdio.texi (Predefined Printf Handlers): Remove
31486         @hsep and @vsep usage.
31487
31488 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
31489
31490         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
31491         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
31492
31493 2012-12-03  Jeff Law  <law@redhat.com>
31494
31495         * time/sys/time.h (settimeofday): Do not mark TV argument
31496         as __nonnull.
31497
31498 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
31499
31500         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
31501         when currently writing and seek to current position when not.
31502         * libio/Makefile (tests): Remove bug-fclose1.
31503         * libio/bug-fclose1.c: Delete.
31504
31505 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
31506
31507         * manual/arith.texi (feenableexcept): Fix typo.
31508         (fedisableexcept): Likewise.
31509
31510 2012-11-30  Roland McGrath  <roland@hack.frob.com>
31511
31512         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
31513         second, differently-typed declaration, rather than a cast.
31514
31515 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
31516
31517         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
31518         * include/rpc/svc.h: ... here.
31519
31520 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
31521
31522         [BZ #13013]
31523         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
31524         depending n and resplen2 to catch cases where answer
31525         equals answerp2.
31526
31527 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
31528
31529         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
31530         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
31531
31532 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
31533
31534         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
31535
31536 2012-11-29  Roland McGrath  <roland@hack.frob.com>
31537
31538         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
31539
31540 2012-11-28  Jeff Law  <law@redhat.com>
31541
31542         [BZ #13761]
31543         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
31544         dataset_temporary.  Track alloca usage into alloca_used.
31545         If dataset is large allocate and release it via malloc/free.
31546
31547 2012-06-04  Florian Weimer  <fweimer@redhat.com>
31548
31549         [BZ #14197]
31550         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
31551
31552 2012-11-28  David S. Miller  <davem@davemloft.net>
31553
31554         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31555
31556 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
31557
31558         [BZ #14803]
31559         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
31560         of pi/2 rounded to nearest to 64 bits.
31561         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
31562         nearest to 64 bits.
31563         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
31564         bits.
31565
31566 2012-11-28  Jeff Law <law@redhat.com>
31567             Martin Osvald <mosvald@redhat.com>
31568
31569         [BZ #14889]
31570         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
31571         * sunrpc/svc.c: Include time.h.
31572         (__svc_accept_failed): New function.
31573         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
31574         any reason other than EINTR, call __svc_accept_failed.
31575         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
31576         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
31577
31578 2012-11-28  Andreas Schwab  <schwab@suse.de>
31579
31580         * scripts/abilist.awk: Also handle indirect functions in .opd
31581         section.
31582
31583 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
31584
31585         [BZ #13881]
31586         * sysdeps/x86/fpu/powl_helper.c: New file.
31587         * sysdeps/x86/fpu/Makefile: Likewise.
31588         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
31589         (p3): New object.
31590         (__ieee754_powl): Use __powl_helper for finite arguments except
31591         integer exponents below 8.
31592         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
31593         (p3): New object.
31594         (__ieee754_powl): Use __powl_helper for finite arguments except
31595         integer exponents below 8.
31596         * math/libm-test.inc (pow_test): Add more tests and enable some
31597         previously disabled tests.
31598         * sysdeps/i386/fpu/libm-test-ulps: Update.
31599         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31600
31601 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31602             Carlos O'Donell  <carlos_odonell@mentor.com>
31603
31604         * nss/makedb.c (is_prime): Assert that input is odd and greater
31605         than 4.  Note that fact in a comment too.
31606         (next_prime): Add 4 to input.
31607
31608 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
31609
31610         [BZ #11741]
31611         * libio/Makefile (tests): Add test case tst-fwrite-error.
31612         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
31613         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
31614         * libio/tst-fwrite-error.c: New test case.
31615
31616 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
31617
31618         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
31619         before casting to void *.
31620         * include/libc-internal.h (__pointer_type): New macro.
31621         (__integer_if_pointer_type_sub): Likewise.
31622         (__integer_if_pointer_type): Likewise.
31623         (cast_to_integer): Likewise.
31624         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
31625         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
31626         before casting to atomic64_t.
31627         (atomic_exchange_acq): Likewise.
31628         (__arch_exchange_and_add_body): Likewise.
31629         (__arch_add_body): Likewise.
31630         (atomic_add_negative): Likewise.
31631         (atomic_add_zero): Likewise.
31632
31633 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
31634
31635         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
31636         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
31637         (add_fdes): Likewise.
31638         (linear_search_fdes): Likewise.
31639         (binary_search_unencoded_fdes): Likewise.
31640
31641 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
31642
31643         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
31644
31645 2012-11-24  Adam Conrad  <adconrad@0c3.net>
31646
31647         * configure.in: Autodetect C++ header directories.
31648         * configure: Regenerated.
31649
31650 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
31651
31652         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
31653
31654 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
31655
31656         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
31657
31658 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
31659
31660         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
31661         LDBL_MANT_DIG == 106]: Disable some tests.
31662         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
31663         Likewise.
31664         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
31665         Likewise.
31666
31667         [BZ #14871]
31668         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
31669         input for small inputs.  Return +/- pi/2 for large inputs.
31670         * math/libm-test.inc (atan_test): Add more tests.
31671
31672         * sysdeps/generic/unwind-dw2-fde-glibc.c
31673         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
31674         __attribute__ ((unused)).
31675
31676         [BZ #14645]
31677         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
31678         x * y if x and y are nonzero and z is zero.
31679
31680         [BZ #14811]
31681         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
31682         nonzero exponents with absolute value below 0x1p-117 to +/-
31683         0x1p-117.
31684
31685         [BZ #14869]
31686         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
31687         up arguments below 2**-450, not just those below 2**-500.
31688         * math/libm-test.inc (hypot_test): Add another test.
31689
31690         [BZ #14868]
31691         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
31692         Return a+b for ratio over 2**120, not 2**60.
31693         * math/libm-test.inc (hypot_test): Add another test.
31694
31695         * math/libm-test.inc (clog_test): Use
31696         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
31697         (clog10_test): Likewise.
31698
31699         [BZ #6778]
31700         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
31701
31702 2012-11-22  Andreas Schwab  <schwab@suse.de>
31703
31704         * sysdeps/i386/fpu/libm-test-ulps: Update.
31705
31706 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
31707
31708         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
31709         printf output with newline.
31710
31711 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
31712
31713         [BZ #14865]
31714         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
31715         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
31716         -z nodlopen, -z initfirst and -z execstack support.
31717         * configure: Regenerated.
31718
31719         * elf/elf.h (DF_1_NODIRECT): New macro.
31720         (DF_1_IGNMULDEF): Likewise.
31721         (DF_1_NOKSYMS): Likewise.
31722         (DF_1_NOHDR): Likewise.
31723         (DF_1_EDITED): Likewise.
31724         (DF_1_NORELOC): Likewise.
31725         (DF_1_SYMINTPOSE): Likewise.
31726         (DF_1_GLOBAUDIT): Likewise.
31727         (DF_1_SINGLETON): Likewise.
31728         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
31729         DT_1_SUPPORTED_MASK bits.
31730         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
31731
31732 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
31733
31734         * sysdeps/unix/make-syscalls.sh: Document prefixes.
31735
31736 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
31737
31738         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
31739         macro.
31740
31741         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
31742         (sendmmsg): Move declarations...
31743         * socket/sys/socket.h: ... here.
31744         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
31745         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
31746         include it from...
31747         * socket/recvmmsg.c: ... this new file.
31748         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
31749         (sendmmsg): Rename to __sendmmsg, create weak alias and make
31750         definition of __sendmmsg hidden.
31751         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
31752         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
31753         Move ENOSYS stub into and include it from...
31754         * socket/sendmmsg.c: ... this new file.
31755         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
31756         (sysdep_routines): Move recvmmsg and sendmmsg...
31757         * socket/Makefile (routines): ... here.
31758         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
31759         (GLIBC_PRIVATE): Add __sendmmsg.
31760         * include/sys/socket.h (__sendmmsg): Add declarations.
31761         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
31762         sendmmsg.
31763
31764 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
31765
31766         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
31767         variable I1 with __attribute__ ((unused)).
31768         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
31769
31770 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
31771
31772         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
31773         DUMMY variables with __attribute__ ((unused)).
31774
31775         * bits/byteswap.h: Include <bits/types.h>.
31776         (__bswap_64): Use __uint64_t instead of unsigned long long int.
31777
31778 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
31779
31780         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
31781         string_t.  Do not manually set errno.
31782         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
31783         length with __strnlen.  Make sure to both set errno and return it on
31784         failure.
31785
31786 2012-11-19  David S. Miller  <davem@davemloft.net>
31787
31788         With help from Joseph Myers.
31789         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
31790         very large arguments properly.
31791         * math/libm-test.inc (atan_test): New tests.
31792         (atan2_test): New tests.
31793         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31794         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31795
31796 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
31797
31798         [BZ #14856]
31799         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
31800         Define to 3.
31801
31802         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
31803         [POSIX] (EADDRNOTAVAIL): Likewise.
31804         [POSIX] (EAFNOSUPPORT): Likewise.
31805         [POSIX] (EALREADY): Likewise.
31806         [POSIX] (ECONNABORTED): Likewise.
31807         [POSIX] (ECONNREFUSED): Likewise.
31808         [POSIX] (ECONNRESET): Likewise.
31809         [POSIX] (EDESTADDRREQ): Likewise.
31810         [POSIX] (EDQUOT): Likewise.
31811         [POSIX] (EHOSTUNREACH): Likewise.
31812         [POSIX] (EIDRM): Likewise.
31813         [POSIX] (EISCONN): Likewise.
31814         [POSIX] (ELOOP): Likewise.
31815         [POSIX] (EMULTIHOP): Likewise.
31816         [POSIX] (ENETDOWN): Likewise.
31817         [POSIX] (ENETUNREACH): Likewise.
31818         [POSIX] (ENOBUFS): Likewise.
31819         [POSIX] (ENODATA): Likewise.
31820         [POSIX] (ENOLINK): Likewise.
31821         [POSIX] (ENOMSG): Likewise.
31822         [POSIX] (ENOPROTOOPT): Likewise.
31823         [POSIX] (ENOSR): Likewise.
31824         [POSIX] (ENOSTR): Likewise.
31825         [POSIX] (ENOTCONN): Likewise.
31826         [POSIX] (ENOTSOCK): Likewise.
31827         [POSIX] (EOPNOTSUPP): Likewise.
31828         [POSIX] (EOVERFLOW): Likewise.
31829         [POSIX] (EPROTO): Likewise.
31830         [POSIX] (EPROTONOSUPPORT): Likewise.
31831         [POSIX] (EPROTOTYPE): Likewise.
31832         [POSIX] (ESTALE): Likewise.
31833         [POSIX] (ETIME): Likewise.
31834         [POSIX] (ETXTBSY): Likewise.
31835         [POSIX] (EWOULDBLOCK): Likewise.
31836         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
31837         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
31838         [POSIX] (SEEK_CUR): Likewise.
31839         [POSIX] (SEEK_END): Likewise.
31840         [POSIX || UNIX98] (mode_t): Do not require.
31841         [POSIX] (off_t): Likewise.
31842         [POSIX] (pid_t): Likewise.
31843         [POSIX] (sys/stat.h): Do not allow header.
31844         [POSIX] (unistd.h): Likewise.
31845         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
31846         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
31847         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
31848         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
31849         require.
31850         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
31851         sigevent): Specify elements.
31852         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
31853         entry.
31854         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
31855         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
31856
31857         * conform/data/cpio.h-data [POSIX]: Disable whole file.
31858         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
31859         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
31860         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
31861         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
31862         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
31863         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
31864         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
31865         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
31866         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
31867         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
31868         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
31869         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
31870         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
31871         Likewise.
31872         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
31873         Likewise.
31874         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
31875         Likewise.
31876         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
31877         Likewise.
31878         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
31879         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
31880         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
31881         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
31882         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
31883         Specify lower bound on value.
31884         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
31885         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
31886         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
31887         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
31888         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
31889         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
31890         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
31891         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
31892         value.
31893         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
31894         as optional.
31895         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
31896         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
31897         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
31898         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
31899         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
31900         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
31901         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
31902         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
31903         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
31904         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
31905         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
31906         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
31907         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
31908         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
31909         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
31910         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
31911         entry.
31912         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
31913         optional.
31914         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
31915         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
31916         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
31917         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
31918         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
31919         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
31920         Likewise.
31921         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
31922         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
31923         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
31924         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
31925         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
31926         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
31927         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
31928         as optional.
31929         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
31930         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
31931         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
31932         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
31933         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
31934         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
31935         specify as optional.
31936         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
31937         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
31938         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
31939         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
31940         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
31941         [XPG3] (NL_LANGMAX): Likewise.
31942         [POSIX || XPG3] (NL_MSGMAX): Likewise.
31943         [POSIX || XPG3] (NL_NMAX): Likewise.
31944         [POSIX || XPG3] (NL_SETMAX): Likewise.
31945         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
31946         [XPG3] (NZERO): Likewise.
31947         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
31948         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
31949         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
31950         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
31951         (REG_ERANGE): Expect.
31952         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
31953         optional-constant.
31954         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
31955         Use (void) in prototype.
31956         [POSIX] (*_t): Allow.
31957         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
31958         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
31959         (WRDE_BADVAL): Expect.
31960
31961         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
31962         expect.
31963         [XPG3 || XPG4] (O_RSYNC): Likewise.
31964         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
31965         Likewise.
31966         [XPG3 || XPG4] (pthread_sigmask): Likewise.
31967         [XPG3 || XPG4] (sigqueue): Likewise.
31968         [XPG3 || XPG4] (sigtimedwait): Likewise.
31969         [XPG3 || XPG4] (sigwaitinfo): Likewise.
31970         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
31971         [XPG3 || XPG4] (vsnprintf): Likewise.
31972         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
31973         Likewise.
31974         [XPG3 || XPG4] (blksize_t): Likewise.
31975         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
31976         Likewise.
31977         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
31978         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
31979         [XPG3 || XPG4] (struct itimerspec): Likewise.
31980         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
31981         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
31982         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
31983         [XPG3 || XPG4] (clockid_t): Likewise.
31984         [XPG3 || XPG4] (timer_t): Likewise.
31985         [XPG3 || XPG4] (clock_getres): Likewise.
31986         [XPG3 || XPG4] (clock_gettime): Likewise.
31987         [XPG3 || XPG4] (clock_settime): Likewise.
31988         [XPG3 || XPG4] (nanosleep): Likewise.
31989         [XPG3 || XPG4] (timer_create): Likewise.
31990         [XPG3 || XPG4] (timer_delete): Likewise.
31991         [XPG3 || XPG4] (timer_gettime): Likewise.
31992         [XPG3 || XPG4] (timer_getoverrun): Likewise.
31993         [XPG3 || XPG4] (timer_settime): Likewise.
31994         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
31995         [XPG3 || XPG4] (getlogin_r): Likewise.
31996         [XPG3 || XPG4] (pread): Likewise.
31997         [XPG3 || XPG4] (pthread_atfork): Likewise.
31998         [XPG3 || XPG4] (pwrite): Likewise.
31999
32000         [BZ #14835]
32001         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
32002         <bits/siginfo.h>.
32003
32004 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
32005
32006         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
32007         finalizing MALLSTREAM.
32008
32009         * sysdeps/mach/hurd/syncfs.c: New file.
32010
32011 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
32012
32013         [BZ #14719]
32014         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
32015         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
32016         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
32017         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
32018         (_nss_dns_gethostbyname4_r): Likewise.
32019         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
32020         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
32021
32022 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
32023
32024         [BZ #13763]
32025         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
32026
32027 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
32028
32029         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
32030         * elf/cache.c (print_entry): Print ",AArch64" for
32031         FLAG_AARCH64_LIB64
32032
32033         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
32034         * elf/cache.c (print_entry): Print ",hard-float" for
32035         FLAG_ARM_LIBHF.
32036
32037 2012-11-18  David S. Miller  <davem@davemloft.net>
32038
32039         With help from Joseph Myers.
32040         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
32041         cutoff to 2**-13.
32042         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
32043         cutoff to 2**-25.
32044         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
32045         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
32046         small.
32047         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
32048         * math/libm-test.inc (y0_test): New tests.
32049         (y1_test): New tests.
32050         * sysdeps/i386/fpu/libm-test-ulps: Update.
32051         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
32052         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32053
32054 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
32055
32056         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
32057         64-bit targets.
32058         * configure: Regenerated.
32059
32060 2012-11-17  David S. Miller  <davem@davemloft.net>
32061
32062         [BZ #14811]
32063         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
32064         nonzero exponents with absolute value below 0x1p-128 to +/-
32065         0x1p-128.
32066
32067 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
32068
32069         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
32070
32071         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
32072
32073         * posix/getconf-speclist.c: New file.
32074         * posix/posix-envs.def: Likewise.
32075         * posix/confstr.c (START_ENV_GROUP): New macro.
32076         (END_ENV_GROUP): Likewise.
32077         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
32078         (KNOWN_PRESENT_ENV_STRING): Likewise.
32079         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
32080         (UNKNOWN_ENVIRONMENT): Likewise.
32081         (confstr): Include posix-envs.def instead of handling
32082         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
32083         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
32084         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
32085         (END_ENV_GROUP): Likewise.
32086         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
32087         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
32088         (UNKNOWN_ENVIRONMENT): Likewise.
32089         (__sysconf): Include posix-envs.def instead of handling associated
32090         cases directly here.
32091         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
32092         preprocessing getconf-speclist.c rather than running getconf or
32093         generating empty file.
32094
32095 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
32096
32097         * scripts/check-local-headers.sh: Ignore 'mach' headers.
32098
32099 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
32100
32101         [BZ #14672]
32102         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
32103
32104 2012-11-16  David S. Miller  <davem@davemloft.net>
32105
32106         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
32107         smaller than LDBL_EPSILON/2.0L, just return xm1.
32108
32109 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
32110
32111         * elf/tst-array1.c (init): Set constructor priority to 1000.
32112         (fini): Set destructor priority to 1000.
32113         * elf/tst-array2dep.c: Likewise.
32114
32115 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
32116
32117         [BZ #11741]
32118         * libio/fileops.c (_IO_new_file_write): Correctly return error.
32119         (_IO_new_file_xsputn): Also return EOF if none of the input
32120         data was written when overflow failed.
32121         * libio/iopadn.c (_IO_padn): Likewise.
32122         * libio/iowpadn.c (_IO_wpadn): Likewise.
32123         * stdio-common/tst-put-error.c: Add copyright notice.
32124         (do_test): Add case for printing padded string.
32125         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
32126         _IO_padn returned error.
32127         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
32128         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
32129         return EOF.
32130
32131 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
32132
32133         * libio/libioP.h: Add comment note that the references to C++
32134         bits are now obsolete.
32135
32136 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32137
32138         * math/libm-test.inc (check_complex): Use asprintf.
32139
32140 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
32141
32142         * debug/pcprofiledump.c (print_version): Update copyright year.
32143         * malloc/memusagestat.c (print_version): Likewise.
32144
32145 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
32146
32147         [BZ #14831]
32148         * elf/Makefile (tests): Add tst-audit8.
32149         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
32150         ($(objpfx)tst-audit8.out): New target.
32151         (tst-audit8-ENV): New variable.
32152         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
32153         audit if l_reloc_result is NULL.
32154         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
32155         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
32156         * elf/tst-audit8.c: New file.
32157
32158 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32159
32160         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
32161         * misc/Makefile (CFLAGS-select.c): Define.
32162         * posix/Makefile (CFLAGS-pause.c): Define.
32163
32164 2012-11-13  David S. Miller  <davem@davemloft.net>
32165
32166         * crypt/Makefile: Move test targets after toplevel Rules
32167         inclusion.  Grab any necessary sysdep routines when linking.
32168         * crypt/md5.c (md5_process_block): Remove define, we will always
32169         name it __md5_process_block.
32170         (md5_finish_ctx): Update md5_process_block call.
32171         (md5_stream): Likewise.
32172         (md5_process_bytes): Likewise.
32173         (md5_process_block): Rename to __md5_process_block and move to ...
32174         * crypt/md5-block.c: ... here.
32175         * crypt/sha256.c (sha256_process_block): Move to ...
32176         * crypt/sha256-block.c: ... here.
32177         * crypt/sha512.c (sha512_process_block): Move to ...
32178         * crypt/sha512-block.c: ... here.
32179         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
32180         path.
32181         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
32182         * sysdeps/sparc/sparc64/multiarch/Makefile
32183         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
32184         crypt subdir.
32185         (localedef-aux): Add md5 crypto assembler when in locale subdir.
32186         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
32187         multiarch changes.
32188         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
32189         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
32190         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
32191         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
32192         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
32193         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
32194         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
32195         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
32196         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
32197         file.
32198         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
32199         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
32200         file.
32201         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
32202
32203 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
32204
32205         * timezone/tzselect.ksh: Update from tzcode git revision
32206         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
32207         * timezone/zdump.c: Likewise.
32208         * timezone/zic.c: Likewise.
32209         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
32210         in TZVERSION setting, not $(PKGVERSION).
32211         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
32212         REPORT_BUGS_TO settings.
32213
32214         [BZ #14838]
32215         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
32216         macro.
32217
32218 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32219
32220         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
32221         detection to immediately after _FP_ROUND().
32222         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
32223         bits are 0.
32224
32225 2012-11-11  David S. Miller  <davem@davemloft.net>
32226
32227         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
32228         inttypes.h
32229         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
32230         __close rather than their public counterparts.
32231
32232 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
32233
32234         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
32235         file.
32236         [UNIX98] (sem_timedwait): Do not expect.
32237         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
32238         [XPG4 || UNIX98] (sockatmark): Do not expect.
32239         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
32240         (clock_getcpuclockid): Do not expect.
32241         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
32242         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
32243         Do not expect.
32244         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
32245         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
32246         [UNIX98] (vwscanf): Likewise.
32247         [UNIX98] (vswscanf): Likewise.
32248
32249 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
32250
32251         * timezone/version.h: Remove file.
32252         * timezone/README: Do not refer to version.h.
32253         * timezone/Makefile ($(objpfx)zic.o): New dependency on
32254         $(objpfx)version.h.
32255         ($(objpfx)zdump.o): Likewise.
32256         ($(objpfx)version.h): New target.
32257
32258         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
32259         2012i.
32260         * timezone/README: Don't mention modification to tzselect.ksh.
32261         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
32262         work on unmodified tzselect.ksh.  Substitute version numbers in
32263         tzselect.ksh.
32264
32265         * Makefile (format-me): Remove.
32266         (INSTALL): Adjust indentation.  Use commands directly instead of
32267         using $(format-me).
32268
32269         * aclocal.m4 (ACX_PKGVERSION): New macro.
32270         (ACX_BUGURL): Likewise.
32271         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
32272         (PKGVERSION): New AC_DEFINE_UNQUOTED.
32273         (REPORT_BUGS_TO): Likewise.
32274         * configure: Regenerated.
32275         * config.h.in (PKGVERSION): New macro.
32276         (REPORT_BUGS_TO): Likewise.
32277         * config.make.in (PKGVERSION): New variable.
32278         (PKGVERSION_TEXI): Likewise.
32279         (REPORT_BUGS_TO): Likewise.
32280         (REPORT_BUGS_TEXI): Likewise.
32281         * Makefile (format-me): Use -I$(common-objpfx)manual.
32282         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
32283         ($(common-objpfx)manual/%): New target.
32284         (manual/%): Remove target.
32285         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
32286         (print_version): Use PKGVERSION.
32287         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
32288         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
32289         and REPORT_BUGS_TO.
32290         ($(objpfx)xtrace): Likewise.
32291         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
32292         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
32293         (print_version): Use PKGVERSION.
32294         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
32295         (do_version): Use PKGVERSION.
32296         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
32297         REPORT_BUGS_TO.
32298         (common-ldd-rewrite): Likewise.
32299         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
32300         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
32301         (print_version): Use PKGVERSION.
32302         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
32303         * elf/pldd.c (argp_program_bug_address): Remove variable.
32304         (more_help): New function.
32305         (argp): Use more_help.
32306         (print_version): Use PKGVERSION.
32307         * elf/sln.c (main): Use PKGVERSION.
32308         (usage): Use REPORT_BUGS_TO.
32309         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
32310         (top level): Use PKGVERSION.
32311         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
32312         (print_version): Use PKGVERSION.
32313         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
32314         (print_version): Use PKGVERSION.
32315         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
32316         (print_version): Use PKGVERSION.
32317         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
32318         (print_version): Use PKGVERSION.
32319         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
32320         (print_version): Use PKGVERSION.
32321         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
32322         (print_version): Use PKGVERSION.
32323         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
32324         and BUGURL.
32325         ($(objpfx)memusage): Likewise.
32326         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
32327         (do_version): Use PKGVERSION.
32328         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
32329         (print_version): Use PKGVERSION.
32330         * malloc/mtrace.pl ($PACKAGE): Remove variable.
32331         ($PKGVERSION): New variable.
32332         ($REPORT_BUGS_TO): Likewise.
32333         (usage): Use $REPORT_BUGS_TO.
32334         (top level): Use $PKGVERSION.
32335         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
32336         ($(objpfx)pkgvers.texi): New rule.
32337         ($(objpfx)stamp-pkgvers): Likewise.
32338         * manual/install.texi: Include pkgvers.texi.
32339         (--with-pkgversion): Document new configure option.
32340         (--with-bugurl): Likewise.
32341         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
32342         than necessarily for this particular distribution.  Use
32343         REPORT_BUGS_TO for where to report bugs.
32344         * INSTALL: Regenerated.
32345         * manual/libc.texinfo: Include pkgvers.texi.
32346         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
32347         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
32348         (print_version): Use PKGVERSION.
32349         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
32350         (print_version): Use PKGVERSION.
32351         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
32352         (print_version): Use PKGVERSION.
32353         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
32354         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
32355         macro.
32356         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
32357         (print_version): Use PKGVERSION.
32358         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
32359         (print_version): Use PKGVERSION.
32360         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
32361         and PKGVERSION.
32362
32363         * timezone/checktab.awk: Update from tzcode 2012i.
32364         * timezone/ialloc.c: Likewise.
32365         * timezone/private.h: Likewise.
32366         * timezone/scheck.c: Likewise.
32367         * timezone/tzfile.h: Likewise.
32368         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
32369         (TZVERSION): Hardcode tzcode version number.
32370         * timezone/zdump.c: Update from tzcode 2012i.
32371         * timezone/zic.c: Likewise.
32372         * timezone/version.h: New file.
32373         * timezone/README: Describe version.h.  Update upstream location.
32374
32375         [BZ #14824]
32376         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
32377         (mktemp): Enable declaration.
32378         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
32379         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
32380         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
32381         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
32382         Likewise.
32383         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
32384         Likewise.
32385         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
32386         Likewise.
32387         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
32388         Likewise.
32389         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
32390         Likewise.
32391         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
32392         Likewise.
32393
32394         [BZ #14821]
32395         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
32396         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
32397         for copies of such integer values.
32398         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
32399         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
32400
32401 2012-11-09  Andreas Jaeger  <aj@suse.de>
32402
32403         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
32404         definitions and declarations that are provided by
32405         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
32406
32407 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32408
32409         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
32410         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
32411         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
32412         definition.
32413
32414 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32415
32416         * elf/elf.h: Update comment before AArch64 relocations.
32417
32418 2012-11-07  David S. Miller  <davem@davemloft.net>
32419
32420         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
32421         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
32422         (__start_context): Declare.
32423         (__makecontext_ret): Delete.
32424         (__makecontext): Hook up __start_context instead of
32425         __makecontext_ret.
32426         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
32427         (sysdep_routines): Add __start_context when in stdlib.
32428
32429 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32430
32431         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
32432         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
32433         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
32434         hardcoded "nm".
32435         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
32436         (READELF): New variable.  Use it instead of hardcoded "readelf".
32437
32438 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
32439
32440         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
32441         * sysdeps/x86/Makefile: Here.
32442         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
32443         * sysdeps/x86/tst-xmmymm.sh: This.
32444
32445 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32446
32447         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
32448         expectations.
32449         [UNIX98] (pthread_barrier_t): Do not expect.
32450         [UNIX98] (pthread_barrierattr_t): Likewise.
32451         [UNIX98] (pthread_spinlock_t): Likewise.
32452         [UNIX98] (pthread_barrier_destroy): Likewise.
32453         [UNIX98] (pthread_barrier_init): Likewise.
32454         [UNIX98] (pthread_barrier_wait): Likewise.
32455         [UNIX98] (pthread_barrierattr_destroy): Likewise.
32456         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
32457         [UNIX98] (pthread_barrierattr_init): Likewise.
32458         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
32459         [UNIX98] (pthread_getcpuclockid): Likewise.
32460         [UNIX98] (pthread_mutex_timedlock): Likewise.
32461         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
32462         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
32463         [UNIX98] (pthread_sigmask): Likewise.
32464         [UNIX98] (pthread_spin_destroy): Likewise.
32465         [UNIX98] (pthread_spin_init): Likewise.
32466         [UNIX98] (pthread_spin_lock): Likewise.
32467         [UNIX98] (pthread_spin_trylock): Likewise.
32468         [UNIX98] (pthread_spin_unlock): Likewise.
32469         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
32470         Do not expect.
32471         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
32472         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
32473         [XPG3 || XPG4] (pthread_cond_t): Likewise.
32474         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
32475         [XPG3 || XPG4] (pthread_key_t): Likewise.
32476         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
32477         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
32478         [XPG3 || XPG4] (pthread_once_t): Likewise.
32479         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
32480         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
32481         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
32482         [XPG3 || XPG4] (pthread_t): Likewise.
32483
32484         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
32485         not expect.
32486         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
32487
32488         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
32489         Change function return type to int.
32490
32491         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
32492         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
32493         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
32494         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
32495         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
32496         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
32497         [!POSIX] (posix_madvise): Likewise.
32498         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
32499         && !UNIX98].
32500         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
32501         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
32502         (mode_t): Likewise.
32503         (posix_mem_offset): Likewise.
32504         (posix_typed_mem_get_info): Likewise.
32505         (posix_typed_mem_open): Likewise.
32506
32507         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
32508         Change condition to [XOPEN2K8].
32509
32510         * conform/conformtest.pl: Preprocess allow-header data with -x c
32511         instead of from stdin.
32512         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
32513         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
32514         [C99-based standards] (cerfc): Likewise.
32515         [C99-based standards] (cexp2): Likewise.
32516         [C99-based standards] (cexpm1): Likewise.
32517         [C99-based standards] (clog10): Likewise.
32518         [C99-based standards] (clog1p): Likewise.
32519         [C99-based standards] (clog2): Likewise.
32520         [C99-based standards] (clgamma): Likewise.
32521         [C99-based standards] (ctgamma): Likewise.
32522         [C99-based standards] (cerff): Likewise.
32523         [C99-based standards] (cerfcf): Likewise.
32524         [C99-based standards] (cexp2f): Likewise.
32525         [C99-based standards] (cexpm1f): Likewise.
32526         [C99-based standards] (clog10f): Likewise.
32527         [C99-based standards] (clog1pf): Likewise.
32528         [C99-based standards] (clog2f): Likewise.
32529         [C99-based standards] (clgammaf): Likewise.
32530         [C99-based standards] (ctgammaf): Likewise.
32531         [C99-based standards] (cerfl): Likewise.
32532         [C99-based standards] (cerfcl): Likewise.
32533         [C99-based standards] (cexp2l): Likewise.
32534         [C99-based standards] (cexpm1l): Likewise.
32535         [C99-based standards] (clog10l): Likewise.
32536         [C99-based standards] (clog1pl): Likewise.
32537         [C99-based standards] (clog2l): Likewise.
32538         [C99-based standards] (clgammal): Likewise.
32539         [C99-based standards] (ctgammal): Likewise.
32540         * conform/data/inttypes.h-data [C99-based standards]: Include
32541         stdint.h-data.  Remove all expectations for stdint.h contents.
32542         [C99-based standards] (PRI*): Do not allow.
32543         [C99-based standards] (SCN*): Likewise.
32544         [C99-based standards] (*_t): Likewise.
32545         [C99-based-standards] (PRId8): Expect macro.
32546         [C99-based-standards] (PRIi8): Likewise.
32547         [C99-based-standards] (PRIo8): Likewise.
32548         [C99-based-standards] (PRIu8): Likewise.
32549         [C99-based-standards] (PRIx8): Likewise.
32550         [C99-based-standards] (PRIX8): Likewise.
32551         [C99-based-standards] (SCNd8): Likewise.
32552         [C99-based-standards] (SCNi8): Likewise.
32553         [C99-based-standards] (SCNo8): Likewise.
32554         [C99-based-standards] (SCNu8): Likewise.
32555         [C99-based-standards] (SCNx8): Likewise.
32556         [C99-based-standards] (PRIdLEAST8): Likewise.
32557         [C99-based-standards] (PRIiLEAST8): Likewise.
32558         [C99-based-standards] (PRIoLEAST8): Likewise.
32559         [C99-based-standards] (PRIuLEAST8): Likewise.
32560         [C99-based-standards] (PRIxLEAST8): Likewise.
32561         [C99-based-standards] (PRIXLEAST8): Likewise.
32562         [C99-based-standards] (SCNdLEAST8): Likewise.
32563         [C99-based-standards] (SCNiLEAST8): Likewise.
32564         [C99-based-standards] (SCNoLEAST8): Likewise.
32565         [C99-based-standards] (SCNuLEAST8): Likewise.
32566         [C99-based-standards] (SCNxLEAST8): Likewise.
32567         [C99-based-standards] (PRIdFAST8): Likewise.
32568         [C99-based-standards] (PRIiFAST8): Likewise.
32569         [C99-based-standards] (PRIoFAST8): Likewise.
32570         [C99-based-standards] (PRIuFAST8): Likewise.
32571         [C99-based-standards] (PRIxFAST8): Likewise.
32572         [C99-based-standards] (PRIXFAST8): Likewise.
32573         [C99-based-standards] (SCNdFAST8): Likewise.
32574         [C99-based-standards] (SCNiFAST8): Likewise.
32575         [C99-based-standards] (SCNoFAST8): Likewise.
32576         [C99-based-standards] (SCNuFAST8): Likewise.
32577         [C99-based-standards] (SCNxFAST8): Likewise.
32578         [C99-based-standards] (PRId16): Likewise.
32579         [C99-based-standards] (PRIi16): Likewise.
32580         [C99-based-standards] (PRIo16): Likewise.
32581         [C99-based-standards] (PRIu16): Likewise.
32582         [C99-based-standards] (PRIx16): Likewise.
32583         [C99-based-standards] (PRIX16): Likewise.
32584         [C99-based-standards] (SCNd16): Likewise.
32585         [C99-based-standards] (SCNi16): Likewise.
32586         [C99-based-standards] (SCNo16): Likewise.
32587         [C99-based-standards] (SCNu16): Likewise.
32588         [C99-based-standards] (SCNx16): Likewise.
32589         [C99-based-standards] (PRIdLEAST16): Likewise.
32590         [C99-based-standards] (PRIiLEAST16): Likewise.
32591         [C99-based-standards] (PRIoLEAST16): Likewise.
32592         [C99-based-standards] (PRIuLEAST16): Likewise.
32593         [C99-based-standards] (PRIxLEAST16): Likewise.
32594         [C99-based-standards] (PRIXLEAST16): Likewise.
32595         [C99-based-standards] (SCNdLEAST16): Likewise.
32596         [C99-based-standards] (SCNiLEAST16): Likewise.
32597         [C99-based-standards] (SCNoLEAST16): Likewise.
32598         [C99-based-standards] (SCNuLEAST16): Likewise.
32599         [C99-based-standards] (SCNxLEAST16): Likewise.
32600         [C99-based-standards] (PRIdFAST16): Likewise.
32601         [C99-based-standards] (PRIiFAST16): Likewise.
32602         [C99-based-standards] (PRIoFAST16): Likewise.
32603         [C99-based-standards] (PRIuFAST16): Likewise.
32604         [C99-based-standards] (PRIxFAST16): Likewise.
32605         [C99-based-standards] (PRIXFAST16): Likewise.
32606         [C99-based-standards] (SCNdFAST16): Likewise.
32607         [C99-based-standards] (SCNiFAST16): Likewise.
32608         [C99-based-standards] (SCNoFAST16): Likewise.
32609         [C99-based-standards] (SCNuFAST16): Likewise.
32610         [C99-based-standards] (SCNxFAST16): Likewise.
32611         [C99-based-standards] (PRId32): Likewise.
32612         [C99-based-standards] (PRIi32): Likewise.
32613         [C99-based-standards] (PRIo32): Likewise.
32614         [C99-based-standards] (PRIu32): Likewise.
32615         [C99-based-standards] (PRIx32): Likewise.
32616         [C99-based-standards] (PRIX32): Likewise.
32617         [C99-based-standards] (SCNd32): Likewise.
32618         [C99-based-standards] (SCNi32): Likewise.
32619         [C99-based-standards] (SCNo32): Likewise.
32620         [C99-based-standards] (SCNu32): Likewise.
32621         [C99-based-standards] (SCNx32): Likewise.
32622         [C99-based-standards] (PRIdLEAST32): Likewise.
32623         [C99-based-standards] (PRIiLEAST32): Likewise.
32624         [C99-based-standards] (PRIoLEAST32): Likewise.
32625         [C99-based-standards] (PRIuLEAST32): Likewise.
32626         [C99-based-standards] (PRIxLEAST32): Likewise.
32627         [C99-based-standards] (PRIXLEAST32): Likewise.
32628         [C99-based-standards] (SCNdLEAST32): Likewise.
32629         [C99-based-standards] (SCNiLEAST32): Likewise.
32630         [C99-based-standards] (SCNoLEAST32): Likewise.
32631         [C99-based-standards] (SCNuLEAST32): Likewise.
32632         [C99-based-standards] (SCNxLEAST32): Likewise.
32633         [C99-based-standards] (PRIdFAST32): Likewise.
32634         [C99-based-standards] (PRIiFAST32): Likewise.
32635         [C99-based-standards] (PRIoFAST32): Likewise.
32636         [C99-based-standards] (PRIuFAST32): Likewise.
32637         [C99-based-standards] (PRIxFAST32): Likewise.
32638         [C99-based-standards] (PRIXFAST32): Likewise.
32639         [C99-based-standards] (SCNdFAST32): Likewise.
32640         [C99-based-standards] (SCNiFAST32): Likewise.
32641         [C99-based-standards] (SCNoFAST32): Likewise.
32642         [C99-based-standards] (SCNuFAST32): Likewise.
32643         [C99-based-standards] (SCNxFAST32): Likewise.
32644         [C99-based-standards] (PRId64): Likewise.
32645         [C99-based-standards] (PRIi64): Likewise.
32646         [C99-based-standards] (PRIo64): Likewise.
32647         [C99-based-standards] (PRIu64): Likewise.
32648         [C99-based-standards] (PRIx64): Likewise.
32649         [C99-based-standards] (PRIX64): Likewise.
32650         [C99-based-standards] (SCNd64): Likewise.
32651         [C99-based-standards] (SCNi64): Likewise.
32652         [C99-based-standards] (SCNo64): Likewise.
32653         [C99-based-standards] (SCNu64): Likewise.
32654         [C99-based-standards] (SCNx64): Likewise.
32655         [C99-based-standards] (PRIdLEAST64): Likewise.
32656         [C99-based-standards] (PRIiLEAST64): Likewise.
32657         [C99-based-standards] (PRIoLEAST64): Likewise.
32658         [C99-based-standards] (PRIuLEAST64): Likewise.
32659         [C99-based-standards] (PRIxLEAST64): Likewise.
32660         [C99-based-standards] (PRIXLEAST64): Likewise.
32661         [C99-based-standards] (SCNdLEAST64): Likewise.
32662         [C99-based-standards] (SCNiLEAST64): Likewise.
32663         [C99-based-standards] (SCNoLEAST64): Likewise.
32664         [C99-based-standards] (SCNuLEAST64): Likewise.
32665         [C99-based-standards] (SCNxLEAST64): Likewise.
32666         [C99-based-standards] (PRIdFAST64): Likewise.
32667         [C99-based-standards] (PRIiFAST64): Likewise.
32668         [C99-based-standards] (PRIoFAST64): Likewise.
32669         [C99-based-standards] (PRIuFAST64): Likewise.
32670         [C99-based-standards] (PRIxFAST64): Likewise.
32671         [C99-based-standards] (PRIXFAST64): Likewise.
32672         [C99-based-standards] (SCNdFAST64): Likewise.
32673         [C99-based-standards] (SCNiFAST64): Likewise.
32674         [C99-based-standards] (SCNoFAST64): Likewise.
32675         [C99-based-standards] (SCNuFAST64): Likewise.
32676         [C99-based-standards] (SCNxFAST64): Likewise.
32677         [C99-based-standards] (PRIdMAX): Likewise.
32678         [C99-based-standards] (PRIiMAX): Likewise.
32679         [C99-based-standards] (PRIoMAX): Likewise.
32680         [C99-based-standards] (PRIuMAX): Likewise.
32681         [C99-based-standards] (PRIxMAX): Likewise.
32682         [C99-based-standards] (PRIXMAX): Likewise.
32683         [C99-based-standards] (SCNdMAX): Likewise.
32684         [C99-based-standards] (SCNiMAX): Likewise.
32685         [C99-based-standards] (SCNoMAX): Likewise.
32686         [C99-based-standards] (SCNuMAX): Likewise.
32687         [C99-based-standards] (SCNxMAX): Likewise.
32688         [C99-based-standards] (PRIdPTR): Likewise.
32689         [C99-based-standards] (PRIiPTR): Likewise.
32690         [C99-based-standards] (PRIoPTR): Likewise.
32691         [C99-based-standards] (PRIuPTR): Likewise.
32692         [C99-based-standards] (PRIxPTR): Likewise.
32693         [C99-based-standards] (PRIXPTR): Likewise.
32694         [C99-based-standards] (SCNdPTR): Likewise.
32695         [C99-based-standards] (SCNiPTR): Likewise.
32696         [C99-based-standards] (SCNoPTR): Likewise.
32697         [C99-based-standards] (SCNuPTR): Likewise.
32698         [C99-based-standards] (SCNxPTR): Likewise.
32699         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
32700         allow.
32701         * conform/data/stdint.h-data: Update comments to clarify
32702         requirements.
32703         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
32704         type.
32705         [C99-based standards] (INT8_MAX): Likewise.
32706         [C99-based standards] (INT16_MIN): Likewise.
32707         [C99-based standards] (INT16_MAX): Likewise.
32708         [C99-based standards] (INT32_MIN): Likewise.
32709         [C99-based standards] (INT32_MAX): Likewise.
32710         [C99-based standards] (INT64_MIN): Likewise.
32711         [C99-based standards] (INT64_MAX): Likewise.
32712         [C99-based standards] (UINT8_MAX): Likewise.
32713         [C99-based standards] (UINT16_MAX): Likewise.
32714         [C99-based standards] (UINT32_MAX): Likewise.
32715         [C99-based standards] (UINT64_MAX): Likewise.
32716         [C99-based standards] (INT_LEAST8_MIN): Likewise.
32717         [C99-based standards] (INT_LEAST8_MAX): Likewise.
32718         [C99-based standards] (INT_LEAST16_MIN): Likewise.
32719         [C99-based standards] (INT_LEAST16_MAX): Likewise.
32720         [C99-based standards] (INT_LEAST32_MIN): Likewise.
32721         [C99-based standards] (INT_LEAST32_MAX): Likewise.
32722         [C99-based standards] (INT_LEAST64_MIN): Likewise.
32723         [C99-based standards] (INT_LEAST64_MAX): Likewise.
32724         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
32725         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
32726         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
32727         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
32728         [C99-based standards] (INT_FAST8_MIN): Likewise.
32729         [C99-based standards] (INT_FAST8_MAX): Likewise.
32730         [C99-based standards] (INT_FAST16_MIN): Likewise.
32731         [C99-based standards] (INT_FAST16_MAX): Likewise.
32732         [C99-based standards] (INT_FAST32_MIN): Likewise.
32733         [C99-based standards] (INT_FAST32_MAX): Likewise.
32734         [C99-based standards] (INT_FAST64_MIN): Likewise.
32735         [C99-based standards] (INT_FAST64_MAX): Likewise.
32736         [C99-based standards] (UINT_FAST8_MAX): Likewise.
32737         [C99-based standards] (UINT_FAST16_MAX): Likewise.
32738         [C99-based standards] (UINT_FAST32_MAX): Likewise.
32739         [C99-based standards] (UINT_FAST64_MAX): Likewise.
32740         [C99-based standards] (INTPTR_MIN): Likewise.
32741         [C99-based standards] (INTPTR_MAX): Likewise.
32742         [C99-based standards] (UINTPTR_MAX): Likewise.
32743         [C99-based standards] (INTMAX_MIN): Likewise.
32744         [C99-based standards] (INTMAX_MAX): Likewise.
32745         [C99-based standards] (UINTMAX_MAX): Likewise.
32746         [C99-based standards] (PTRDIFF_MIN): Likewise.
32747         [C99-based standards] (PTRDIFF_MAX): Likewise.
32748         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
32749         [C99-based standards] (SIZE_MAX): Likewise.
32750         [C99-based standards] (WCHAR_MAX): Likewise.
32751         [C99-based standards] (WINT_MAX): Likewise.
32752         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
32753         constraint on value.
32754         [C99-based standards] (WCHAR_MIN): Likewise.
32755         [C99-based standards] (WINT_MIN): Likewise.
32756         [C99-based standards] (*_t): Allow.
32757         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
32758         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
32759         Include math.h-data and complex.h-data.  Remove all expectations
32760         of math.h and complex.h contents.
32761         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
32762         at end of line.
32763         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
32764         (struct tm): Expect tag.
32765         [C99-based-standards] (wcstof): Expect function.
32766         [C99-based-standards] (wcstold): Likewise.
32767         [C99-based-standards] (wcstoll): Likewise.
32768         [C99-based-standards] (wcstoull): Likewise.
32769         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
32770         macro-int-constant.  Specify type.
32771         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
32772         constraint on value.
32773         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
32774         Specify type.
32775         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
32776         Specify value.
32777         [ISO C standards]: Do not allow headers.
32778         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
32779         wcs[abcdefghijklmnopqrstuvwxyz]*.
32780         [ISO C standards] (*_t): Do not allow.
32781         * conform/data/wctype.h-data [C99-based standards] (iswblank):
32782         Expect function.
32783         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
32784         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
32785         Specify type.
32786         [ISO C standards]: Do not allow headers.
32787         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
32788         is[abcdefghijklmnopqrstuvwxyz]*.
32789         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
32790         to[abcdefghijklmnopqrstuvwxyz]*.
32791         [ISO C standards] (*_t): Do not allow.
32792         * conform/data/stdalign.h-data: New file.
32793         * conform/data/stdbool.h-data: Likewise.
32794         * conform/data/stdnoreturn.h-data: Likewise.
32795
32796 2012-11-07  Roland McGrath  <roland@hack.frob.com>
32797
32798         [BZ #14815]
32799         * manual/filesys.texi (Directory Entries): Typo fix.
32800         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
32801
32802 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32803
32804         * elf/elf.h (EM_AARCH64): New macro.
32805         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
32806         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
32807         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
32808         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
32809         (R_AARCH64_TLSDESC): Likewise.
32810         (NT_ARM_TLS): Likewise.
32811         (NT_ARM_HW_BREAK): Likewise.
32812         (NT_ARM_HW_WATCH): Likewise.
32813
32814 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32815
32816         [BZ #14811]
32817         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
32818         (__ieee754_powl): Saturate nonzero exponents with absolute value
32819         below 0x1p-79 to +/- 0x1p-79.
32820         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
32821         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
32822         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
32823         nonzero exponents with absolute value below 0x1p-32 to +/-
32824         0x1p-32.
32825         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
32826         (__ieee754_powl): Saturate nonzero exponents with absolute value
32827         below 0x1p-79 to +/- 0x1p-79.
32828         * math/libm-test.inc (pow_test): Add more tests.
32829
32830 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32831
32832         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
32833         _dl_s390_cap_flags with kernel. Increase string length.
32834         (_dl_s390_platforms): Add z196 and zEC12.
32835
32836 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32837
32838         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
32839         Change XOPEN21K to XOPEN2K.
32840
32841 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
32842
32843         * string/memmove.c: Use memcpy when possible.
32844
32845 2012-11-06  Andreas Jaeger  <aj@suse.de>
32846
32847         * po/eo.po: Update from translation team.
32848
32849 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
32850
32851         [BZ #14793]
32852         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
32853         exponent and small x and y exponents, scale x or y up.  Increase
32854         by 2 the exponent used in scaling up.
32855         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32856         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32857         * math/libm-test.inc (fma_test): Add more tests.
32858         (fma_test_towardzero): Likewise.
32859         (fma_test_downward): Likewise.
32860         (fma_test_upward): Likewise.
32861
32862 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
32863
32864         [BZ #14805]
32865         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
32866         fenv_t *.
32867
32868         [BZ #14801]
32869         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
32870         namespace for names of struct fields.
32871         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
32872         fenv_t fields.
32873         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
32874         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
32875
32876 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
32877
32878         [BZ #3665]
32879         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
32880
32881 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
32882
32883         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
32884         PTR_DEMANGLE.
32885
32886         [BZ #5246]
32887         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
32888         PTR_DEMANGLE.
32889
32890 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
32891
32892         [BZ #14797]
32893         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
32894         definitely overflow as x * y not x * y + z.
32895         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32896         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32897         * math/libm-test.inc (fma_test): Add more tests.
32898         (fma_test_towardzero): Likewise.
32899         (fma_test_downward): Likewise.
32900         (fma_test_upward): Likewise.
32901
32902 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
32903
32904         [BZ #157]
32905
32906         * include/stub-tag.h: Remove file.
32907         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
32908         '#include' of it.
32909         * manual/maint.texi (Porting): Don't reference it.
32910         * Makerules ($(objpfx)stubs): Likewise.
32911         * dirent/closedir.c: Don't include <stub-tag.h>.
32912         * dirent/dirfd.c: Likewise.
32913         * dirent/fdopendir.c: Likewise.
32914         * dirent/getdents.c: Likewise.
32915         * dirent/getdents64.c: Likewise.
32916         * dirent/opendir.c: Likewise.
32917         * dirent/readdir.c: Likewise.
32918         * dirent/readdir64.c: Likewise.
32919         * dirent/readdir64_r.c: Likewise.
32920         * dirent/readdir_r.c: Likewise.
32921         * dirent/rewinddir.c: Likewise.
32922         * dirent/seekdir.c: Likewise.
32923         * dirent/telldir.c: Likewise.
32924         * gmon/profil.c: Likewise.
32925         * grp/setgroups.c: Likewise.
32926         * inet/if_index.c: Likewise.
32927         * io/access.c: Likewise.
32928         * io/chdir.c: Likewise.
32929         * io/chmod.c: Likewise.
32930         * io/chown.c: Likewise.
32931         * io/close.c: Likewise.
32932         * io/dup.c: Likewise.
32933         * io/dup2.c: Likewise.
32934         * io/dup3.c: Likewise.
32935         * io/euidaccess.c: Likewise.
32936         * io/faccessat.c: Likewise.
32937         * io/fchdir.c: Likewise.
32938         * io/fchmod.c: Likewise.
32939         * io/fchmodat.c: Likewise.
32940         * io/fchown.c: Likewise.
32941         * io/fchownat.c: Likewise.
32942         * io/fcntl.c: Likewise.
32943         * io/flock.c: Likewise.
32944         * io/fstatfs.c: Likewise.
32945         * io/fstatfs64.c: Likewise.
32946         * io/fstatvfs.c: Likewise.
32947         * io/fstatvfs64.c: Likewise.
32948         * io/futimens.c: Likewise.
32949         * io/fxstat.c: Likewise.
32950         * io/fxstat64.c: Likewise.
32951         * io/fxstatat.c: Likewise.
32952         * io/fxstatat64.c: Likewise.
32953         * io/getcwd.c: Likewise.
32954         * io/isatty.c: Likewise.
32955         * io/lchmod.c: Likewise.
32956         * io/lchown.c: Likewise.
32957         * io/link.c: Likewise.
32958         * io/linkat.c: Likewise.
32959         * io/lseek.c: Likewise.
32960         * io/lseek64.c: Likewise.
32961         * io/lxstat64.c: Likewise.
32962         * io/mkdir.c: Likewise.
32963         * io/mkdirat.c: Likewise.
32964         * io/mkfifo.c: Likewise.
32965         * io/mkfifoat.c: Likewise.
32966         * io/open.c: Likewise.
32967         * io/open64.c: Likewise.
32968         * io/openat.c: Likewise.
32969         * io/openat64.c: Likewise.
32970         * io/pipe.c: Likewise.
32971         * io/pipe2.c: Likewise.
32972         * io/poll.c: Likewise.
32973         * io/posix_fadvise.c: Likewise.
32974         * io/posix_fadvise64.c: Likewise.
32975         * io/posix_fallocate.c: Likewise.
32976         * io/posix_fallocate64.c: Likewise.
32977         * io/read.c: Likewise.
32978         * io/readlink.c: Likewise.
32979         * io/readlinkat.c: Likewise.
32980         * io/rmdir.c: Likewise.
32981         * io/sendfile.c: Likewise.
32982         * io/sendfile64.c: Likewise.
32983         * io/statfs.c: Likewise.
32984         * io/statfs64.c: Likewise.
32985         * io/statvfs.c: Likewise.
32986         * io/statvfs64.c: Likewise.
32987         * io/symlink.c: Likewise.
32988         * io/symlinkat.c: Likewise.
32989         * io/ttyname.c: Likewise.
32990         * io/ttyname_r.c: Likewise.
32991         * io/umask.c: Likewise.
32992         * io/unlink.c: Likewise.
32993         * io/unlinkat.c: Likewise.
32994         * io/utime.c: Likewise.
32995         * io/utimensat.c: Likewise.
32996         * io/write.c: Likewise.
32997         * io/xmknod.c: Likewise.
32998         * io/xmknodat.c: Likewise.
32999         * io/xstat.c: Likewise.
33000         * io/xstat64.c: Likewise.
33001         * login/getpt.c: Likewise.
33002         * login/grantpt.c: Likewise.
33003         * login/unlockpt.c: Likewise.
33004         * math/e_acoshl.c: Likewise.
33005         * math/e_acosl.c: Likewise.
33006         * math/e_asinl.c: Likewise.
33007         * math/e_atan2l.c: Likewise.
33008         * math/e_atanhl.c: Likewise.
33009         * math/e_coshl.c: Likewise.
33010         * math/e_expl.c: Likewise.
33011         * math/e_fmodl.c: Likewise.
33012         * math/e_gammal_r.c: Likewise.
33013         * math/e_hypotl.c: Likewise.
33014         * math/e_j0l.c: Likewise.
33015         * math/e_j1l.c: Likewise.
33016         * math/e_jnl.c: Likewise.
33017         * math/e_lgammal_r.c: Likewise.
33018         * math/e_log10l.c: Likewise.
33019         * math/e_log2l.c: Likewise.
33020         * math/e_logl.c: Likewise.
33021         * math/e_powl.c: Likewise.
33022         * math/e_rem_pio2l.c: Likewise.
33023         * math/e_sinhl.c: Likewise.
33024         * math/e_sqrtl.c: Likewise.
33025         * math/fclrexcpt.c: Likewise.
33026         * math/fedisblxcpt.c: Likewise.
33027         * math/feenablxcpt.c: Likewise.
33028         * math/fegetenv.c: Likewise.
33029         * math/fegetexcept.c: Likewise.
33030         * math/fegetround.c: Likewise.
33031         * math/feholdexcpt.c: Likewise.
33032         * math/fesetenv.c: Likewise.
33033         * math/fesetround.c: Likewise.
33034         * math/feupdateenv.c: Likewise.
33035         * math/fgetexcptflg.c: Likewise.
33036         * math/fraiseexcpt.c: Likewise.
33037         * math/fsetexcptflg.c: Likewise.
33038         * math/ftestexcept.c: Likewise.
33039         * math/k_cosl.c: Likewise.
33040         * math/k_rem_pio2l.c: Likewise.
33041         * math/k_sinl.c: Likewise.
33042         * math/k_tanl.c: Likewise.
33043         * math/s_asinhl.c: Likewise.
33044         * math/s_atanl.c: Likewise.
33045         * math/s_cbrtl.c: Likewise.
33046         * math/s_erfl.c: Likewise.
33047         * math/s_expm1l.c: Likewise.
33048         * math/s_log1pl.c: Likewise.
33049         * math/s_tanhl.c: Likewise.
33050         * misc/acct.c: Likewise.
33051         * misc/brk.c: Likewise.
33052         * misc/chflags.c: Likewise.
33053         * misc/chroot.c: Likewise.
33054         * misc/fchflags.c: Likewise.
33055         * misc/fgetxattr.c: Likewise.
33056         * misc/flistxattr.c: Likewise.
33057         * misc/fremovexattr.c: Likewise.
33058         * misc/fsetxattr.c: Likewise.
33059         * misc/fsync.c: Likewise.
33060         * misc/ftruncate.c: Likewise.
33061         * misc/futimes.c: Likewise.
33062         * misc/futimesat.c: Likewise.
33063         * misc/getdomain.c: Likewise.
33064         * misc/getdtsz.c: Likewise.
33065         * misc/gethostid.c: Likewise.
33066         * misc/gethostname.c: Likewise.
33067         * misc/getloadavg.c: Likewise.
33068         * misc/getpagesize.c: Likewise.
33069         * misc/getsysstats.c: Likewise.
33070         * misc/getxattr.c: Likewise.
33071         * misc/gtty.c: Likewise.
33072         * misc/ioctl.c: Likewise.
33073         * misc/lgetxattr.c: Likewise.
33074         * misc/listxattr.c: Likewise.
33075         * misc/llistxattr.c: Likewise.
33076         * misc/lremovexattr.c: Likewise.
33077         * misc/lsetxattr.c: Likewise.
33078         * misc/lutimes.c: Likewise.
33079         * misc/madvise.c: Likewise.
33080         * misc/mincore.c: Likewise.
33081         * misc/mlock.c: Likewise.
33082         * misc/mlockall.c: Likewise.
33083         * misc/mmap.c: Likewise.
33084         * misc/mprotect.c: Likewise.
33085         * misc/msync.c: Likewise.
33086         * misc/munlock.c: Likewise.
33087         * misc/munlockall.c: Likewise.
33088         * misc/munmap.c: Likewise.
33089         * misc/preadv.c: Likewise.
33090         * misc/preadv64.c: Likewise.
33091         * misc/ptrace.c: Likewise.
33092         * misc/pwritev.c: Likewise.
33093         * misc/pwritev64.c: Likewise.
33094         * misc/readv.c: Likewise.
33095         * misc/reboot.c: Likewise.
33096         * misc/remap_file_pages.c: Likewise.
33097         * misc/removexattr.c: Likewise.
33098         * misc/revoke.c: Likewise.
33099         * misc/select.c: Likewise.
33100         * misc/setdomain.c: Likewise.
33101         * misc/setegid.c: Likewise.
33102         * misc/seteuid.c: Likewise.
33103         * misc/sethostid.c: Likewise.
33104         * misc/sethostname.c: Likewise.
33105         * misc/setregid.c: Likewise.
33106         * misc/setreuid.c: Likewise.
33107         * misc/setxattr.c: Likewise.
33108         * misc/sstk.c: Likewise.
33109         * misc/stty.c: Likewise.
33110         * misc/swapoff.c: Likewise.
33111         * misc/swapon.c: Likewise.
33112         * misc/sync.c: Likewise.
33113         * misc/syncfs.c: Likewise.
33114         * misc/syscall.c: Likewise.
33115         * misc/truncate.c: Likewise.
33116         * misc/ualarm.c: Likewise.
33117         * misc/usleep.c: Likewise.
33118         * misc/ustat.c: Likewise.
33119         * misc/utimes.c: Likewise.
33120         * misc/vhangup.c: Likewise.
33121         * misc/writev.c: Likewise.
33122         * posix/_exit.c: Likewise.
33123         * posix/alarm.c: Likewise.
33124         * posix/execve.c: Likewise.
33125         * posix/fexecve.c: Likewise.
33126         * posix/fork.c: Likewise.
33127         * posix/fpathconf.c: Likewise.
33128         * posix/getaddrinfo.c: Likewise.
33129         * posix/getegid.c: Likewise.
33130         * posix/geteuid.c: Likewise.
33131         * posix/getgid.c: Likewise.
33132         * posix/getgroups.c: Likewise.
33133         * posix/getlogin.c: Likewise.
33134         * posix/getlogin_r.c: Likewise.
33135         * posix/getpgid.c: Likewise.
33136         * posix/getpid.c: Likewise.
33137         * posix/getppid.c: Likewise.
33138         * posix/getresgid.c: Likewise.
33139         * posix/getresuid.c: Likewise.
33140         * posix/getsid.c: Likewise.
33141         * posix/getuid.c: Likewise.
33142         * posix/glob64.c: Likewise.
33143         * posix/nanosleep.c: Likewise.
33144         * posix/pathconf.c: Likewise.
33145         * posix/pause.c: Likewise.
33146         * posix/posix_madvise.c: Likewise.
33147         * posix/pread.c: Likewise.
33148         * posix/pread64.c: Likewise.
33149         * posix/pwrite.c: Likewise.
33150         * posix/pwrite64.c: Likewise.
33151         * posix/sched_getaffinity.c: Likewise.
33152         * posix/sched_getp.c: Likewise.
33153         * posix/sched_gets.c: Likewise.
33154         * posix/sched_primax.c: Likewise.
33155         * posix/sched_primin.c: Likewise.
33156         * posix/sched_rr_gi.c: Likewise.
33157         * posix/sched_setaffinity.c: Likewise.
33158         * posix/sched_setp.c: Likewise.
33159         * posix/sched_sets.c: Likewise.
33160         * posix/sched_yield.c: Likewise.
33161         * posix/setgid.c: Likewise.
33162         * posix/setlogin.c: Likewise.
33163         * posix/setpgid.c: Likewise.
33164         * posix/setresgid.c: Likewise.
33165         * posix/setresuid.c: Likewise.
33166         * posix/setsid.c: Likewise.
33167         * posix/setuid.c: Likewise.
33168         * posix/sleep.c: Likewise.
33169         * posix/spawni.c: Likewise.
33170         * posix/sysconf.c: Likewise.
33171         * posix/times.c: Likewise.
33172         * posix/wait.c: Likewise.
33173         * posix/wait3.c: Likewise.
33174         * posix/wait4.c: Likewise.
33175         * posix/waitpid.c: Likewise.
33176         * resolv/gai_sigqueue.c: Likewise.
33177         * resource/getpriority.c: Likewise.
33178         * resource/getrlimit.c: Likewise.
33179         * resource/getrusage.c: Likewise.
33180         * resource/nice.c: Likewise.
33181         * resource/setpriority.c: Likewise.
33182         * resource/setrlimit.c: Likewise.
33183         * resource/ulimit.c: Likewise.
33184         * rt/aio_cancel.c: Likewise.
33185         * rt/aio_fsync.c: Likewise.
33186         * rt/aio_read.c: Likewise.
33187         * rt/aio_sigqueue.c: Likewise.
33188         * rt/aio_suspend.c: Likewise.
33189         * rt/aio_write.c: Likewise.
33190         * rt/clock_getres.c: Likewise.
33191         * rt/clock_gettime.c: Likewise.
33192         * rt/clock_nanosleep.c: Likewise.
33193         * rt/clock_settime.c: Likewise.
33194         * rt/lio_listio.c: Likewise.
33195         * rt/mq_close.c: Likewise.
33196         * rt/mq_getattr.c: Likewise.
33197         * rt/mq_notify.c: Likewise.
33198         * rt/mq_open.c: Likewise.
33199         * rt/mq_receive.c: Likewise.
33200         * rt/mq_send.c: Likewise.
33201         * rt/mq_setattr.c: Likewise.
33202         * rt/mq_timedreceive.c: Likewise.
33203         * rt/mq_timedsend.c: Likewise.
33204         * rt/mq_unlink.c: Likewise.
33205         * rt/shm_open.c: Likewise.
33206         * rt/shm_unlink.c: Likewise.
33207         * rt/timer_create.c: Likewise.
33208         * rt/timer_delete.c: Likewise.
33209         * rt/timer_getoverr.c: Likewise.
33210         * rt/timer_gettime.c: Likewise.
33211         * rt/timer_settime.c: Likewise.
33212         * setjmp/__longjmp.c: Likewise.
33213         * setjmp/setjmp.c: Likewise.
33214         * signal/kill.c: Likewise.
33215         * signal/killpg.c: Likewise.
33216         * signal/raise.c: Likewise.
33217         * signal/sigaction.c: Likewise.
33218         * signal/sigaltstack.c: Likewise.
33219         * signal/sigblock.c: Likewise.
33220         * signal/sigignore.c: Likewise.
33221         * signal/sigintr.c: Likewise.
33222         * signal/signal.c: Likewise.
33223         * signal/sigpause.c: Likewise.
33224         * signal/sigpending.c: Likewise.
33225         * signal/sigqueue.c: Likewise.
33226         * signal/sigreturn.c: Likewise.
33227         * signal/sigset.c: Likewise.
33228         * signal/sigsetmask.c: Likewise.
33229         * signal/sigstack.c: Likewise.
33230         * signal/sigsuspend.c: Likewise.
33231         * signal/sigtimedwait.c: Likewise.
33232         * signal/sigvec.c: Likewise.
33233         * signal/sigwait.c: Likewise.
33234         * signal/sigwaitinfo.c: Likewise.
33235         * signal/sysv_signal.c: Likewise.
33236         * socket/accept.c: Likewise.
33237         * socket/accept4.c: Likewise.
33238         * socket/bind.c: Likewise.
33239         * socket/connect.c: Likewise.
33240         * socket/getpeername.c: Likewise.
33241         * socket/getsockname.c: Likewise.
33242         * socket/getsockopt.c: Likewise.
33243         * socket/isfdtype.c: Likewise.
33244         * socket/listen.c: Likewise.
33245         * socket/recv.c: Likewise.
33246         * socket/recvfrom.c: Likewise.
33247         * socket/recvmsg.c: Likewise.
33248         * socket/send.c: Likewise.
33249         * socket/sendmsg.c: Likewise.
33250         * socket/sendto.c: Likewise.
33251         * socket/setsockopt.c: Likewise.
33252         * socket/shutdown.c: Likewise.
33253         * socket/sockatmark.c: Likewise.
33254         * socket/socket.c: Likewise.
33255         * socket/socketpair.c: Likewise.
33256         * stdio-common/ctermid.c: Likewise.
33257         * stdio-common/cuserid.c: Likewise.
33258         * stdio-common/remove.c: Likewise.
33259         * stdio-common/rename.c: Likewise.
33260         * stdio-common/renameat.c: Likewise.
33261         * stdio-common/tempname.c: Likewise.
33262         * stdlib/getcontext.c: Likewise.
33263         * stdlib/makecontext.c: Likewise.
33264         * stdlib/setcontext.c: Likewise.
33265         * stdlib/swapcontext.c: Likewise.
33266         * stdlib/system.c: Likewise.
33267         * streams/fattach.c: Likewise.
33268         * streams/fdetach.c: Likewise.
33269         * streams/getmsg.c: Likewise.
33270         * streams/getpmsg.c: Likewise.
33271         * streams/putmsg.c: Likewise.
33272         * streams/putpmsg.c: Likewise.
33273         * sysdeps/unix/bsd/getpt.c: Likewise.
33274         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
33275         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
33276         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
33277         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
33278         Likewise.
33279         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
33280         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
33281         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
33282         * sysvipc/msgctl.c: Likewise.
33283         * sysvipc/msgget.c: Likewise.
33284         * sysvipc/msgrcv.c: Likewise.
33285         * sysvipc/msgsnd.c: Likewise.
33286         * sysvipc/semctl.c: Likewise.
33287         * sysvipc/semget.c: Likewise.
33288         * sysvipc/semop.c: Likewise.
33289         * sysvipc/semtimedop.c: Likewise.
33290         * sysvipc/shmat.c: Likewise.
33291         * sysvipc/shmctl.c: Likewise.
33292         * sysvipc/shmdt.c: Likewise.
33293         * sysvipc/shmget.c: Likewise.
33294         * termios/tcdrain.c: Likewise.
33295         * termios/tcflow.c: Likewise.
33296         * termios/tcflush.c: Likewise.
33297         * termios/tcgetattr.c: Likewise.
33298         * termios/tcgetpgrp.c: Likewise.
33299         * termios/tcsendbrk.c: Likewise.
33300         * termios/tcsetattr.c: Likewise.
33301         * termios/tcsetpgrp.c: Likewise.
33302         * time/adjtime.c: Likewise.
33303         * time/clock.c: Likewise.
33304         * time/getitimer.c: Likewise.
33305         * time/gettimeofday.c: Likewise.
33306         * time/setitimer.c: Likewise.
33307         * time/settimeofday.c: Likewise.
33308         * time/stime.c: Likewise.
33309         * time/time.c: Likewise.
33310
33311 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
33312
33313         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
33314         /usr/old/bin.
33315
33316         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
33317         instead of spaces.
33318         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
33319
33320 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
33321
33322         [BZ #14796]
33323         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
33324         FE_TONEAREST before applying Dekker multiplication and Knuth
33325         addition.  Clear inexact exceptions and check for exact zero
33326         results afterwards.
33327         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33328         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
33329         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33330         * math/libm-test.inc (fma_test): Add more tests.
33331         (fma_test_towardzero): Likewise.
33332         (fma_test_downward): Likewise.
33333         (fma_test_upward): Likewise.
33334         * sysdeps/generic/math_private.h (default_libc_fesetround): New
33335         function.
33336         (libc_fesetround): New macro.
33337         (libc_fesetroundf): Likewise.
33338         (libc_fesetroundl): Likewise.
33339         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
33340         function.
33341         (libc_fesetround_387): Likewise.
33342         (libc_fesetroundf): New macro.
33343         (libc_fesetround): Likewise.
33344         (libc_fesetroundl): Likewise.
33345         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
33346         function.
33347         (libc_fesetroundf): New macro.
33348         (libc_fesetround): Likewise.
33349         (libc_fesetroundl): Likewise.
33350         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
33351         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
33352         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
33353         libm_hidden_ver.
33354         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
33355         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
33356         libm_hidden_def.
33357         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
33358         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
33359         libm_hidden_ver.
33360         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
33361         libm_hidden_def.
33362
33363         [BZ #3439]
33364         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
33365         integer constant usable in #if and use that to give value to enum
33366         constant.
33367         (FE_DIVBYZERO): Likewise.
33368         (FE_UNDERFLOW): Likewise.
33369         (FE_OVERFLOW): Likewise.
33370         (FE_INVALID): Likewise.
33371         (FE_INVALID_SNAN): Likewise.
33372         (FE_INVALID_ISI): Likewise.
33373         (FE_INVALID_IDI): Likewise.
33374         (FE_INVALID_ZDZ): Likewise.
33375         (FE_INVALID_IMZ): Likewise.
33376         (FE_INVALID_COMPARE): Likewise.
33377         (FE_INVALID_SOFTWARE): Likewise.
33378         (FE_INVALID_SQRT): Likewise.
33379         (FE_INVALID_INTEGER_CONVERSION): Likewise.
33380         (FE_TONEAREST): Likewise.
33381         (FE_TOWARDZERO): Likewise.
33382         (FE_UPWARD): Likewise.
33383         (FE_DOWNWARD): Likewise.
33384         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
33385         (FE_DIVBYZERO): Likewise.
33386         (FE_OVERFLOW): Likewise.
33387         (FE_UNDERFLOW): Likewise.
33388         (FE_INEXACT): Likewise.
33389         (FE_TONEAREST): Likewise.
33390         (FE_DOWNWARD): Likewise.
33391         (FE_UPWARD): Likewise.
33392         (FE_TOWARDZERO): Likewise.
33393         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
33394         (FE_UNDERFLOW): Likewise.
33395         (FE_OVERFLOW): Likewise.
33396         (FE_DIVBYZERO): Likewise.
33397         (FE_INVALID): Likewise.
33398         (FE_TONEAREST): Likewise.
33399         (FE_TOWARDZERO): Likewise.
33400         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
33401         (FE_OVERFLOW): Likewise.
33402         (FE_UNDERFLOW): Likewise.
33403         (FE_DIVBYZERO): Likewise.
33404         (FE_INEXACT): Likewise.
33405         (FE_TONEAREST): Likewise.
33406         (FE_TOWARDZERO): Likewise.
33407         (FE_UPWARD): Likewise.
33408         (FE_DOWNWARD): Likewise.
33409         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
33410         (FE_DIVBYZERO): Likewise.
33411         (FE_OVERFLOW): Likewise.
33412         (FE_UNDERFLOW): Likewise.
33413         (FE_INEXACT): Likewise.
33414         (FE_TONEAREST): Likewise.
33415         (FE_DOWNWARD): Likewise.
33416         (FE_UPWARD): Likewise.
33417         (FE_TOWARDZERO): Likewise.
33418
33419 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
33420
33421         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
33422
33423 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
33424
33425         * scripts/cross-test-ssh.sh (command): Use newlines to separate
33426         commands.  Quote $PWD.
33427         (blacklist_exports): Don't use remove_newlines.  Replace "declare
33428         -x" by "export".
33429         (remove_newlines): Remove.
33430
33431 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
33432
33433         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
33434         * stdlib/stdlib.h (atof): Moved to ...
33435         * include/bits/stdlib-float.h: Here.  New file.
33436         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
33437         * stdlib/bits/stdlib-float.h: New file.
33438         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
33439         -mno-sse -mno-mmx.
33440         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
33441         <xmmintrin.h>.
33442
33443 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
33444
33445         * conform/conformtest.pl (@headers): Add fenv.h.
33446         * conform/data/fenv.h-data: New file.
33447         * include/fenv.h [_ISOMAC]: Disable all contents of file except
33448         include of <math/fenv.h>.
33449
33450         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
33451         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
33452         && !UNIX98].  Enables tests for XOPEN2K8.
33453         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
33454         POSIX2008]: Likewise.
33455
33456         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
33457         (struct rusage): Do not expect type or its members.
33458
33459         [BZ #3439]
33460         * math/math.h (FP_NAN): Define macro to integer constant usable in
33461         #if and use that to give value to enum constant.
33462         (FP_INFINITE): Likewise.
33463         (FP_ZERO): Likewise.
33464         (FP_SUBNORMAL): Likewise.
33465         (FP_NORMAL): Likewise.
33466
33467 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
33468
33469         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
33470         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
33471         arguments.
33472
33473 2012-11-02  Roland McGrath  <roland@hack.frob.com>
33474
33475         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
33476         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
33477         autoconf-time if not.
33478         * configure.in: Remove AC_PREREQ.
33479
33480 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
33481
33482         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
33483         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
33484         of the internal implementation.
33485
33486 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
33487
33488         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
33489         except include of <misc/sys/syslog.h>.
33490
33491 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
33492
33493         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
33494         function returns with a NULL context exit with zero.
33495
33496 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
33497
33498         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
33499
33500 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
33501
33502         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
33503         (run_program_cmd): This.
33504         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
33505         (tst_langinfo): New variable.  Use it.
33506
33507 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
33508
33509         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
33510         floating point opcodes.
33511
33512 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
33513
33514         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
33515         variable.
33516
33517         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
33518
33519         * sysdeps/mach/hurd/powerpc: Remove directory.
33520         * sysdeps/mach/powerpc: Likewise.
33521
33522 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
33523
33524         * scripts/check-local-headers.sh: Ignore c++ headers.
33525
33526 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
33527
33528         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
33529         __libc_cleanup_region_start argument.
33530
33531 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
33532
33533         [BZ #14784]
33534         [BZ #14785]
33535         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
33536         x * y using scaling, not as x * y + z.
33537         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33538         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33539         * math/libm-test.inc (fma_test): Add more tests.
33540         (fma_test_towardzero): Likewise.
33541         (fma_test_downward): Likewise.
33542         (fma_test_upward): Likewise.
33543
33544 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
33545
33546         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
33547
33548 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
33549
33550         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
33551         New variable.
33552
33553 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
33554
33555         * rt/tst-shm.c (worker): Correct checking for mmap failure.
33556
33557 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
33558
33559         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33560         Fix sort order.
33561         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33562         Likewise.
33563
33564 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
33565
33566         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33567         Fix the order of the list for glibc 2.17.
33568         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33569         Likewise.
33570
33571 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
33572
33573         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
33574
33575 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
33576
33577         [BZ #14610]
33578         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
33579         for low part of x being zero before using __atanl (y).
33580         * math/libm-test.inc (atan2_test): Add another test.
33581
33582         * manual/install.texi (Configuring and compiling): Document
33583         general use of test-wrapper and test-wrapper-env.
33584         * INSTALL: Regenerated.
33585
33586         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
33587         (__fma): Do not extract and scale down low bits on after-rounding
33588         systems when result rounded to normal precision would have normal
33589         exponent.
33590         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
33591         (__fmal): Do not extract and scale down low bits on after-rounding
33592         systems when result rounded to normal precision would have normal
33593         exponent.
33594         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
33595         (__fmal): Do not extract and scale down low bits on after-rounding
33596         systems when result rounded to normal precision would have normal
33597         exponent.
33598         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
33599         macro.
33600         (fma_test): Add more tests.
33601         (fma_test_towardzero): Likewise.
33602         (fma_test_downward): Likewise.
33603         (fma_test_upward): Likewise.
33604
33605 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
33606
33607         * sysdeps/i386/tininess.h: Renamed to ...
33608         * sysdeps/x86/tininess.h: This.
33609         * sysdeps/x86_64/tininess.h: Removed.
33610
33611 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
33612
33613         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
33614         input.  Use $(build-program-cmd).
33615         ($(objpfx)tst-array1-static.out): Likewise.
33616         ($(objpfx)tst-array2.out): Likewise.
33617         ($(objpfx)tst-array3.out): Likewise.
33618         ($(objpfx)tst-array4.out): Likewise.
33619         ($(objpfx)tst-array5.out): Likewise.
33620         ($(objpfx)tst-array5-static.out): Likewise.
33621
33622 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
33623
33624         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
33625         if defined.
33626
33627         * nss/nsswitch.h (nss_interface_function): Provide new
33628         macro for use with NSS functions.
33629         * grp/initgroups.c: Use new macro.
33630         * nss/getXXbyYY.c: Likewise.
33631         * nss/getXXbyYY_r.c: Likewise.
33632         * nss/getXXent.c: Likewise.
33633         * nss/getXXent_r.c: Likewise.
33634         * sysdeps/posix/getaddrinfo.c: Likewise.
33635
33636 2012-10-30  Andreas Jaeger  <aj@suse.de>
33637
33638         * po/ru.po: Update Russion translation from translation project.
33639
33640 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
33641
33642         [BZ #14152]
33643         [BZ #14783]
33644         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
33645         result and shift together with sticky bit instead of replicating
33646         round-to-nearest rounding.
33647         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33648         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33649         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
33650         missing underflow exceptions.
33651         (fma_test_towardzero): Add more tests.
33652         (fma_test_downward): Likewise.
33653         (fma_test_upward): Likewise.
33654
33655         [BZ #14047]
33656         * sysdeps/generic/tininess.h: New file.
33657         * sysdeps/i386/tininess.h: Likewise.
33658         * sysdeps/sh/tininess.h: Likewise.
33659         * sysdeps/x86_64/tininess.h: Likewise.
33660         * stdlib/tst-strtod-underflow.c: Likewise.
33661         * stdlib/tst-tininess.c: Likewise.
33662         * stdlib/strtod_l.c: Include <tininess.h>.
33663         (round_and_return): Do not set errno for exact underflow cases.
33664         Force an underflow exception when setting errno for underflow.
33665         Determine underflow based on rounding to normal precision if
33666         TININESS_AFTER_ROUNDING.
33667         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
33668         ERANGE for exact underflow cases.
33669         * stdlib/Makefile (tests): Add tst-tininess and
33670         tst-strtod-underflow.
33671         ($(objpfx)tst-tininess): Use $(link-libm).
33672         ($(objpfx)tst-strtod-underflow): Likewise.
33673
33674 2012-10-30  Andreas Jaeger  <aj@suse.de>
33675
33676         [BZ#14767]
33677         * elf/Makefile (tests): Remove conditional for have-initfini-array
33678         since this is now always required and the variable does not exist
33679         anymore.
33680         (tests-static): Likewise.
33681         (modules-names): Likewise.
33682
33683         * po/eo.po: Add Esperanto translation from translation project.
33684
33685         * elf/tst-array1.c (fini_array): Make writeable so that it can be
33686         merged with constructor/destructor.
33687         (init_array): Likewise.
33688         * elf/tst-array2dep.c (fini_array): Likewise.
33689         (init_array): Likewise.
33690
33691 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
33692
33693         * manual/message.texi: Delete @cartouche tags.
33694
33695 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
33696
33697         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
33698         EOPNOTSUPP.
33699         * sysdeps/mach/hurd/fsync.c: Likewise.
33700
33701         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
33702         [_POSIX_REALTIME_SIGNALS]: Change condition to
33703         [_POSIX_REALTIME_SIGNALS > 0].
33704
33705 2012-10-27  Andreas Jaeger  <aj@suse.de>
33706
33707         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
33708         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
33709         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
33710         [__WORDSIZE != 64]: Likewise.
33711
33712 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
33713
33714         *  iconvdata/tst-table.sh: Remove ${SHELL}.
33715         *  iconvdata/tst-tables.sh: Likewise.
33716
33717 2012-10-25  David S. Miller  <davem@davemloft.net>
33718
33719         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33720         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
33721         of strtoull.
33722
33723         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
33724         ifunc-impl-list.c
33725         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
33726         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
33727         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
33728         file.
33729
33730 2012-10-25  Roland McGrath  <roland@hack.frob.com>
33731
33732         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33733         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
33734         __getdirentries.
33735
33736 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
33737             Jim Blandy  <jimb@codesourcery.com>
33738
33739         * scripts/cross-test-ssh.sh: New file.
33740         * manual/install.texi (Configuring and compiling): Document use of
33741         cross-test-ssh.sh.
33742         * INSTALL: Regenerated.
33743
33744 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
33745
33746         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
33747         EOPNOTSUPP.
33748
33749 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
33750
33751         * Makeconfig (run-program-prefix): Fix comment.
33752
33753 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
33754             Jim Blandy  <jimb@codesourcery.com>
33755
33756         * Makeconfig (test-wrapper): New variable,
33757         (test-wrapper-env): Likewise.
33758         [$(cross-compiling) = yes && $(test-wrapper) != ""]
33759         (run-built-tests): Define to yes.
33760         (run-program-prefix): Use $(test-wrapper).
33761         (built-program-cmd): Likewise.
33762         * Rules (make-test-out): Use $(test-wrapper-env) and
33763         $(host-built-program-cmd).
33764         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
33765         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
33766         tst-pathopt.sh.
33767         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
33768         $(test-wrapper-env) to tst-rtld-load-self.sh.
33769         ($(objpfx)order2.out): Use $(test-wrapper).
33770         ($(objpfx)tst-initorder.out): Likewise.
33771         ($(objpfx)tst-initorder2.out): Likewise.
33772         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
33773         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
33774         (test_wrapper_env): New variable.  Use it to run ld.so.
33775         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
33776         Use it to run ld.so.
33777         (test_wrapper_env): Likewise.
33778         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
33779         $(test-wrapper) to run-iconv-test.sh.
33780         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
33781         (ICONV): Use $test_wrapper.
33782         * posix/Makefile ($(objpfx)globtest.out): Pass
33783         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
33784         globtest.sh, not $(run-program-prefix).
33785         * posix/globtest.sh (run_via_rtld_prefix): New variable.
33786         (test_wrapper): Likewise.
33787         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
33788         set together with run_via_rtld_prefix.
33789         (run_program_prefix): Define in terms of test_wrapper and
33790         run_via_rtld_prefix.
33791
33792 2012-10-24  Roland McGrath  <roland@hack.frob.com>
33793
33794         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
33795         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
33796         Targets removed.
33797
33798         [BZ #14743]
33799         * include/time.h: Remove librt_hidden_proto (clock_gettime).
33800         Declare __clock_getres, __clock_gettime, __clock_settime,
33801         __clock_nanosleep, and __clock_getcpuclockid.
33802         * rt/clock_gettime.c: Define __clock_gettime as an alias.
33803         Remove librt_hidden_def (clock_gettime).
33804         * sysdeps/unix/clock_gettime.c: Likewise.
33805         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
33806         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
33807         * rt/clock_getres.c: Define __clock_getres as an alias.
33808         * sysdeps/posix/clock_getres.c: Likewise.
33809         * rt/clock_settime.c: Define __clock_settime as an alias.
33810         * sysdeps/unix/clock_settime.c: Likewise.
33811         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
33812         * sysdeps/unix/clock_nanosleep.c: Likewise.
33813         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
33814         * rt/clock-compat.c: New file.
33815         * rt/Makefile (librt-routines): Add clock-compat and move
33816         $(clock-routines) to ...
33817         (routines): ... here, new variable.
33818         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
33819         Don't add get_clockfreq here.
33820         * rt/Versions (libc: GLIBC_2.17): New version set.
33821         Add clock_* symbols here.
33822         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
33823         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
33824         (GLIBC_2.17): Add clock_* symbols.
33825         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
33826         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
33827         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
33828         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33829         Likewise.
33830         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33831         Likewise.
33832         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
33833         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
33834         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
33835         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
33836         * NEWS: Mention the move.
33837
33838         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
33839         Use __open, __read, __close rather than their public counterparts.
33840         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33841         (__get_clockfreq_via_cpuinfo): Likewise.
33842         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
33843         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
33844
33845         * config.h.in (HAVE_IFUNC): New #undef.
33846         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
33847         was successful.
33848         * configure: Regenerated.
33849
33850 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
33851
33852         * configure.in: Move READELF check to start of file.
33853         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
33854         libc_cv_asm_gnu_indirect_function in the process.
33855         * configure: Regenerated.
33856
33857 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
33858
33859         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
33860         send the output to /dev/null.
33861         (libc_cv_cc_with_libunwind): Likewise.
33862         (libc_cv_as_noexecstack): Likewise.
33863         * configure: Regenerate.
33864
33865 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
33866
33867         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
33868
33869         * posix/globtest.sh (TMPDIR): Do not set.
33870         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
33871         (testout): Likewise.
33872
33873 2012-10-24  Andreas Jaeger  <aj@suse.de>
33874
33875         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
33876         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
33877         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
33878         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
33879         posix_fadvise64, posix_fallocate64.
33880
33881         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
33882         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
33883         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
33884         Likewise.
33885         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
33886         Likewise.
33887         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
33888
33889         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
33890         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
33891         <bits/fcntl-linux.h>.
33892         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
33893
33894         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
33895         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
33896         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
33897         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
33898         [__WORDSIZE != 64]: Likewise.
33899
33900 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
33901
33902         * Makeconfig (run-built-tests): New variable.
33903         * Rules [$(cross-compiling) = yes]: Change condition to
33904         [$(run-built-tests) = no].
33905         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
33906         to [$(run-built-tests) = yes].
33907         * elf/Makefile [$(cross-compiling) = no]: Likewise
33908         * grp/Makefile [$(cross-compiling) = no]: Likewise.
33909         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
33910         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
33911         * intl/Makefile [$(cross-compiling) = no]: Likewise.
33912         * io/Makefile [$(cross-compiling) = no]: Likewise.
33913         * libio/Makefile [$(cross-compiling) = no]: Likewise.
33914         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
33915         * misc/Makefile [$(cross-compiling) = no]: Likewise.
33916         * posix/Makefile [$(cross-compiling) = no]: Likewise.
33917         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
33918         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
33919         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
33920         * string/Makefile [$(cross-compiling) = no]: Likewise.
33921
33922         * posix/Makefile ($(objpfx)globtest.out): Pass
33923         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
33924         $(rtld-installed-name).
33925         * posix/globtest.sh (elf_objpfx): Remove variable.
33926         (rtld_installed_name): Likewise.
33927         (library_path): Likewise.
33928         (run_program_prefix): New variable.  Use for running globtest
33929         binary.
33930
33931 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
33932             Joseph Myers  <joseph@codesourcery.com>
33933
33934         * Makeconfig (host-built-program-cmd): New variable.
33935         * elf/Makefile (tst-stackguard1-ARGS): Use
33936         $(host-built-program-cmd).
33937         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
33938         (tst-spawn-ARGS): Likewise.
33939         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
33940
33941 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
33942             Jim Blandy  <jimb@codesourcery.com>
33943
33944         * Makeconfig (run-via-rtld-prefix): New variable.
33945         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
33946         (built-program-cmd): Likewise.
33947
33948 2012-10-22  Andreas Jaeger  <aj@suse.de>
33949
33950         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
33951         __O_RSYNC if it exists, otherwise to O_SYNC.
33952
33953 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
33954             Joseph Myers  <joseph@codesourcery.com>
33955
33956         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
33957         /dev/null.
33958         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
33959         from /dev/null
33960         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
33961         /dev/null.
33962
33963 2012-10-22  Andreas Jaeger  <aj@suse.de>
33964
33965         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
33966         Define always.
33967         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
33968
33969         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
33970         bits/fcntl-linux.h.
33971
33972         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
33973         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
33974
33975         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
33976         to __O_LARGEFILE.
33977         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
33978         to __O_LARGEFILE.
33979
33980 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
33981             Joseph Myers  <joseph@codesourcery.com>
33982
33983         * config.make.in (NM): New variable.
33984
33985 2012-10-21  Andreas Jaeger  <aj@suse.de>
33986
33987         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
33988         definitions and declarations that are provided by
33989         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
33990
33991 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
33992
33993         [BZ #14683]
33994         * elf/Makefile (tests-static): Add tst-leaks1-static.
33995         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
33996         ($(objpfx)tst-leaks1-static): New rule.
33997         ($(objpfx)tst-leaks1-static-mem): Likewise.
33998         (tst-leaks1-static-ENV): New macro.
33999         * elf/dl-open.c (dl_open_worker): Check the main application
34000         only if SHARED is defined.
34001         * elf/tst-leaks1-static.c: New file.
34002
34003 2012-10-20  Andreas Jaeger  <aj@suse.de>
34004
34005         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
34006         generic values for Linux.
34007         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
34008         and declarations that are provided by <bits/fcntl-linux.h> and
34009         include <bits/fcntl-linux.h>.
34010         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
34011         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
34012
34013 2012-10-20  Roland McGrath  <roland@hack.frob.com>
34014
34015         * io/fcntl.h: Move include of <bits/types.h> to the top and
34016         include it unconditionally.
34017
34018 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
34019
34020         * wcsmbs/Makefile (tests-ifunc): New variable.
34021         (tests): Add $(tests-ifunc).
34022         * wcsmbs/test-wcschr-ifunc.c: New file.
34023         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
34024         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
34025         * wcsmbs/test-wcslen-ifunc.c: Likewise.
34026         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
34027         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
34028
34029         * string/Makefile (tests-ifunc): New variable.
34030         (tests): Add $(tests-ifunc).
34031         * string/test-memccpy.c (TEST_NAME): New macro.
34032         * string/test-memchr.c (TEST_NAME): Likewise.
34033         * string/test-memcmp.c (TEST_NAME): Likewise.
34034         * string/test-memcpy.c (TEST_NAME): Likewise.
34035         * string/test-memmem.c (TEST_NAME): Likewise.
34036         * string/test-memmove.c (TEST_NAME): Likewise.
34037         * string/test-memset.c (TEST_NAME): Likewise.
34038         * string/test-rawmemchr.c (TEST_NAME): Likewise.
34039         * string/test-stpcpy.c (TEST_NAME): Likewise.
34040         * string/test-stpncpy.c (TEST_NAME): Likewise.
34041         * string/test-strcasecmp.c (TEST_NAME): Likewise.
34042         * string/test-strcasestr.c (TEST_NAME): Likewise.
34043         * string/test-strcat.c (TEST_NAME): Likewise.
34044         * string/test-strchr.c (TEST_NAME): Likewise.
34045         * string/test-strcmp.c(TEST_NAME): Likewise.
34046         * string/test-strcpy.c (TEST_NAME): Likewise.
34047         * string/test-strcspn.c (TEST_NAME): Likewise.
34048         * string/test-strlen.c (TEST_NAME): Likewise.
34049         * string/test-strncasecmp.c (TEST_NAME): Likewise.
34050         * string/test-strncmp.c (TEST_NAME): Likewise.
34051         * string/test-strncpy.c (TEST_NAME): Likewise.
34052         * string/test-strnlen.c (TEST_NAME): Likewise.
34053         * string/test-strpbrk.c (TEST_NAME): Likewise.
34054         * string/test-strrchr.c (TEST_NAME): Likewise.
34055         * string/test-strspn.c (TEST_NAME): Likewise.
34056         * string/test-strstr.c (TEST_NAME): Likewise.
34057         * string/test-bcopy-ifunc.c: New file.
34058         * string/test-bzero-ifunc.c: Likewise.
34059         * string/test-memccpy-ifunc.c: Likewise.
34060         * string/test-memchr-ifunc.c: Likewise.
34061         * string/test-memcmp-ifunc.c: Likewise.
34062         * string/test-memcpy-ifunc.c: Likewise.
34063         * string/test-memmem-ifunc.c: Likewise.
34064         * string/test-memmove-ifunc.c: Likewise.
34065         * string/test-mempcpy-ifunc.c: Likewise.
34066         * string/test-memset-ifunc.c: Likewise.
34067         * string/test-rawmemchr-ifunc.c: Likewise.
34068         * string/test-stpcpy-ifunc.c: Likewise.
34069         * string/test-stpncpy-ifunc.c: Likewise.
34070         * string/test-strcasecmp-ifunc.c: Likewise.
34071         * string/test-strcasestr-ifunc.c: Likewise.
34072         * string/test-strcat-ifunc.c: Likewise.
34073         * string/test-strchr-ifunc.c: Likewise.
34074         * string/test-strchrnul-ifunc.c: Likewise.
34075         * string/test-strcmp-ifunc.c: Likewise.
34076         * string/test-strcpy-ifunc.c: Likewise.
34077         * string/test-strcspn-ifunc.c: Likewise.
34078         * string/test-strlen-ifunc.c: Likewise.
34079         * string/test-strncasecmp-ifunc.c: Likewise.
34080         * string/test-strncat-ifunc.c: Likewise.
34081         * string/test-strncmp-ifunc.c: Likewise.
34082         * string/test-strncpy-ifunc.c: Likewise.
34083         * string/test-strnlen-ifunc.c: Likewise.
34084         * string/test-strpbrk-ifunc.c: Likewise.
34085         * string/test-strrchr-ifunc.c: Likewise.
34086         * string/test-strspn-ifunc.c: Likewise.
34087         * string/test-strstr-ifunc.c: Likewise.
34088
34089         * debug/Makefile (tests-ifunc): New variable.
34090         (tests): Add $(tests-ifunc).
34091         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
34092         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
34093         * debug/test-stpcpy_chk-ifunc.c: New file.
34094         * debug/test-strcpy_chk-ifunc.c: Likewise.
34095
34096 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
34097
34098         [BZ #13601]
34099         * elf/dl-load.c (open_verify): Retry read if the entire ELF
34100         header is not read in.
34101
34102 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
34103
34104         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
34105         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
34106         directly.  Pass built executable to script as
34107         $(built-program-cmd).
34108         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
34109         $testprogram without using LD_LIBRARY_PATH and $ldso.
34110
34111         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
34112         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
34113         $(rtld-installed-name).
34114         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
34115         (rtld_installed_name): Likewise.
34116         (library_path): Likewise.
34117         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
34118         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
34119         $(run-program-prefix) to tst-tables.sh.
34120         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
34121         it to run tst-table-from and tst-table-to.
34122         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
34123         Pass it to tst-table.sh.
34124         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
34125         $(run-program-prefix) to tst-gettext.sh.
34126         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
34127         tst-translit.sh.
34128         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
34129         tst-gettext2.sh.
34130         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
34131         to run tst-gettext.
34132         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
34133         to run tst-gettext2.
34134         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
34135         to run tst-translit.
34136         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
34137         $(run-program-prefix) to tst-mtrace.sh.
34138         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
34139         to run tst-mtrace.
34140         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
34141         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
34142         $(rtld-installed-name).
34143         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
34144         (rtld_installed_name): Likewise.
34145         (run_program_prefix): New variable.  Use it to run wordexp-test.
34146
34147         * Makeconfig (ARCH): Remove all definitions.
34148         (machine): Likewise.
34149         [ARCH]: Remove conditional code.
34150         [!objdir]: Give error.
34151         [!objdir] (objpfx): Remove.
34152         [!objdir] (common-objpfx): Likewise.
34153         [!objdir] (common-objdir): Likewise.
34154         * configure.in (config_makefile): Remove.  Hardcode Makefile in
34155         AC_CONFIG_FILES call.
34156         * configure: Regenerated.
34157
34158         [BZ #13888]
34159         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
34160         or TMPDIR.
34161         (testout): Likewise.
34162
34163         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
34164         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
34165         $(rtld-installed-name).
34166         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
34167         (rtld_installed_name): Likwise.
34168         (runit): Remove function.
34169         (run_getconf): New variable,  Use it for running getconf binary.
34170
34171 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
34172
34173         [BZ #14716]
34174         * string/test-memmem.c (check_result): New function.
34175         (do_one_test): Use it.
34176         (check1): New function.
34177         (test_main): Use it.
34178
34179 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
34180
34181         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
34182
34183 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
34184
34185         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
34186         (_G_LSEEK64): Likewise.
34187         (_G_MMAP64): Likewise.
34188         (_G_FSTAT64): Likewise.
34189         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
34190         (_G_LSEEK64): Likewise.
34191         (_G_MMAP64): Likewise.
34192         (_G_FSTAT64): Likewise.
34193         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
34194         unconditional.  Call __mmap64 directly.
34195         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
34196         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
34197         __lseek64 directly.
34198         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
34199         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
34200         __mmap64 directly.
34201         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
34202         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
34203         __lseek64 directly.
34204         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
34205         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
34206         __lseek64 directly.
34207         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
34208         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
34209         __lseek64 directly.
34210         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
34211         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
34212         __fxstat64 directly.
34213         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
34214         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
34215         unconditional.
34216         (freopen64) [!_G_OPEN64]: Remove conditional code.
34217         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
34218         unconditional.
34219         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
34220         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
34221         unconditional.
34222         (ftello64) [!_G_LSEEK64]: Remove conditional code.
34223         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
34224         unconditional.
34225         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
34226         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
34227         unconditional.
34228         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
34229         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
34230         unconditional.
34231         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
34232         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
34233         unconditional.
34234         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
34235         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
34236         unconditional.
34237         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
34238
34239 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
34240
34241         [BZ #12140]
34242         * manual/memory.texi (Malloc Tunable Parameters): Add note
34243         about free list pointers overwriting some perturb bytes.
34244         Wording suggested by Roland McGrath.
34245
34246 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
34247
34248         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
34249         (lgamma_test): Likewise.
34250         (tgamma_test): Likewise.
34251
34252 2012-10-16  Florian Weimer  <fweimer@redhat.com>
34253
34254         [BZ #14700]
34255         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
34256         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
34257
34258 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
34259
34260         * NEWS: Mention BZ #14716.
34261         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
34262         when removing AVAILABLE1_USES_J macro.
34263
34264 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
34265
34266         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
34267         (__bswap_64): __uint64_t for unsigned 64-bit int.
34268
34269 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
34270
34271         * include/string.h (memmem): Declare libc hidden alias.
34272         * string/memmem.c (memmem): Define libc hidden alias.
34273         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
34274         __read, __close instead of open, read, close.
34275
34276 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
34277
34278         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
34279         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
34280         global and hidden.
34281         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
34282         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
34283         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
34284         Likewise.
34285         (__rawmemchr_sse2): Likewise.
34286         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
34287         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
34288         (__strchr_sse2): Likewise.
34289         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
34290         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
34291         (__strcasecmp_sse2): Likewise.
34292         (__strncasecmp_sse2): Likewise.
34293         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
34294         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
34295         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
34296         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
34297         (__strrchr_sse2): Likewise.
34298         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
34299         ifunc-impl-list.c.
34300         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
34301         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
34302         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
34303         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
34304         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
34305         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
34306         * sysdeps/x86_64/multiarch/memset.S: Likewise.
34307         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
34308         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
34309         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
34310         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
34311         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
34312         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
34313         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
34314         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
34315         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
34316         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
34317         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
34318         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
34319         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
34320         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
34321         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
34322         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
34323         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
34324         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
34325         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
34326         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
34327         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
34328         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
34329         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
34330
34331         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
34332         global and hidden.
34333         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
34334         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
34335         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
34336         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
34337         Likewise.
34338         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
34339         Likewise.
34340         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
34341         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
34342         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
34343         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
34344         ifunc-impl-list.c.
34345         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
34346         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
34347         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
34348         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
34349         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
34350         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
34351         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
34352         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
34353         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
34354         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
34355         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
34356         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
34357         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
34358         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
34359         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
34360         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
34361         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
34362         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
34363         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
34364         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
34365         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
34366         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
34367         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
34368         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
34369         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
34370         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
34371         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
34372         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
34373         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
34374         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
34375         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
34376         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
34377         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
34378         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
34379         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
34380         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
34381         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
34382         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
34383         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
34384         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
34385         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
34386
34387         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
34388         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
34389         * include/ifunc-impl-list.h: New file.
34390         * misc/ifunc-impl-list.c: Likewise.
34391         * misc/Makefile (routines): Add ifunc-impl-list.
34392         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
34393         * string/test-string.h: Include <ifunc-impl-list.h>.
34394         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
34395         TEST_NAME]: New variables.
34396         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
34397         are defined.
34398         (test_init): Call __libc_ifunc_impl_list to initialize
34399         func_list if TEST_IFUNC and TEST_NAME are defined.
34400
34401         * string/Makefile (strop-tests): Add bcopy and bzero.
34402         * string/test-bcopy.c: New file.
34403         * string/test-bzero.c: Likewise.
34404         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
34405         defined.
34406         * string/test-memset.c: Support bzero test if TEST_BZERO is
34407         defined.
34408         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
34409         __libc_memmove.
34410         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
34411         __libc_memset.
34412         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
34413         of memset.
34414
34415 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
34416
34417         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
34418         * configure: Regenerated.
34419
34420         * Makeconfig (+link-static-before-libc): Don't include
34421         $(link-static-libc).
34422
34423         * libio/libio.h (_IO_pos_t): Remove.
34424
34425 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
34426
34427         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
34428         McGrath.
34429
34430 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
34431
34432         * crypt/crypt-entry.c: Include fips-private.h.
34433         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
34434         * crypt/md5c-test.c (main): Tolerate disabled MD5.
34435         * sysdeps/unix/sysv/linux/fips-private.h: New file.
34436         * sysdeps/generic/fips-private.h: New file, dummy fallback.
34437
34438 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
34439
34440         * crypt/crypt-private.h: Include stdbool.h.
34441         (_ufc_setup_salt_r): Return bool.
34442         * crypt/crypt-entry.c: Include errno.h.
34443         (__crypt_r): Return NULL with EINVAL for bad salt.
34444         * crypt/crypt_util.c (bad_for_salt): New.
34445         (_ufc_setup_salt_r): Check that salt is long enough and within
34446         the specified alphabet.
34447         * crypt/badsalttest.c: New file.
34448         * crypt/Makefile (tests): Add it.
34449         ($(objpfx)badsalttest): New.
34450
34451 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
34452
34453         * NEWS: Add entry for BZ #14602.
34454
34455 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
34456
34457         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
34458         type-generic.
34459         * math/libm-test.inc: Update comment listing what functions and
34460         macros are tested.
34461         (isgreater_test): New function.
34462         (isgreaterequal_test): Likewise.
34463         (isless_test): Likewise.
34464         (islessequal_test): Likewise.
34465         (islessgreater_test): Likewise.
34466         (isunordered_test): Likewise.
34467         (main): Call the new functions.
34468
34469 2012-10-09  Roland McGrath  <roland@hack.frob.com>
34470
34471         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
34472         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
34473         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
34474         * sysdeps/i386/configure: Regenerated.
34475         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
34476         * sysdeps/mach/configure: Regenerated.
34477         * sysdeps/mach/hurd/configure: Regenerated.
34478         * sysdeps/powerpc/configure: Regenerated.
34479         * sysdeps/powerpc/powerpc32/configure: Regenerated.
34480         * sysdeps/powerpc/powerpc64/configure: Regenerated.
34481         * sysdeps/s390/s390-32/configure: Regenerated.
34482         * sysdeps/s390/s390-64/configure: Regenerated.
34483         * sysdeps/sh/configure: Regenerated.
34484         * sysdeps/sparc/configure: Regenerated.
34485         * sysdeps/unix/sysv/linux/configure: Regenerated.
34486         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
34487         * sysdeps/x86_64/configure: Regenerated.
34488
34489         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
34490         defined.  Don't check if MAP is NULL.
34491
34492 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
34493
34494         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
34495         (_G_stat64): Likewise.
34496         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
34497         (_G_stat64): Likewise.
34498         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
34499         instead of struct _G_stat64.
34500         * libio/fileops.c (mmap_remap_check): Likewise.
34501         (decide_maybe_mmap): Likewise.
34502         (_IO_new_file_seekoff): Likewise.
34503         (_IO_file_stat): Likewise.
34504         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
34505         _G_off64_t.
34506         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
34507         instead of struct _G_stat64.
34508         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
34509
34510 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
34511
34512         [BZ #14602]
34513         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
34514         Replace with ...
34515         (CHECK_EOL): New macro.
34516         (two_way_short_needle): Check beginning of haystack for EOL.  Use
34517         CHECK_EOL.
34518         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
34519         Replace with CHECK_EOL.
34520         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
34521         Replace with CHECK_EOL.
34522
34523 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
34524
34525         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
34526         type-generic.
34527         * math/libm-test.inc: Update comment listing what functions and
34528         macros are tested.
34529         (finite_test): New function.
34530         (isinf_test): Likewise.
34531         (isnan_test): Likewise.
34532         (fpclassify_test): Test subnormal input.
34533         (isfinite_test): Likewise.
34534         (isnormal_test): Likewise.
34535         (main): Call the new functions.
34536
34537 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
34538
34539         [BZ #14660]
34540         * Makerules (%.dynsym): Force C locale when running
34541         $(OBJDUMP) --dynamic-syms.
34542
34543 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
34544
34545         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
34546         <stdint.h>.
34547
34548 2012-10-06  David S. Miller  <davem@davemloft.net>
34549
34550         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
34551         upper 32-bits of the length value in %o2 since we use branch-on-register
34552         tests which consider the entire 64-bit register.
34553
34554 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
34555
34556         * string/test-strstr.c (check2): Add a test for page boundary.
34557
34558 2012-10-05  David S. Miller  <davem@davemloft.net>
34559
34560         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
34561         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
34562         file.
34563         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
34564         sysdep_routines.
34565         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
34566         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
34567         and bzero when HWCAP_SPARC_CRYPTO is present.
34568
34569 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
34570
34571         [BZ #14602]
34572         * string/test-strstr.c (check2): New function.
34573         (test_main): Call check2.
34574
34575         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
34576         and bug-strchr1.
34577         * string/bug-strcasestr1.c (do_test): Moved to ...
34578         * string/test-strcasestr.c (check1): Here.  New function.
34579         (do_one_test): Break out result checking code into ...
34580         (check_result): This.  New function.
34581         (do_one_test): Call check_result.
34582         (test_main): Call check1.
34583         * string/bug-strchr1.c (do_test): Moved to ...
34584         * string/test-strchr.c (check1): Here.  New function.
34585         (do_one_test): Break out result checking code into ...
34586         (check_result): This.  New function.
34587         (do_one_test): Call check_result.
34588         (test_main): Call check1.
34589         * string/bug-strstr1.c (main): Moved to ...
34590         * string/test-strstr.c (check1): Here.  New function.
34591         (do_one_test): Break out result checking code into ...
34592         (check_result): This.  New function.
34593         (do_one_test): Call check_result.
34594         (test_main): Call check1.
34595         * string/bug-strcasestr1.c: Removed.
34596         * string/bug-strchr1.c: Likewise.
34597         * string/bug-strstr1.c: Likewise.
34598
34599         * elf/Makefile (dl-routines): Add hwcaps.
34600         * elf/dl-support.c (_dl_important_hwcaps): Removed.
34601         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
34602         (_dl_important_hwcaps): Moved to ...
34603         * elf/dl-hwcaps.c: Here.  New file.
34604         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
34605
34606         [BZ #14557]
34607         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
34608         if IS_IN_rtld isn't defined.
34609
34610         * elf/dl-support.c (_dl_sysinfo_map): New.
34611         Include "get-dynamic-info.h" and "setup-vdso.h".
34612         (_dl_non_dynamic_init): Call setup_vdso.
34613         * elf/dynamic-link.h: Don't include <assert.h>.
34614         (elf_get_dynamic_info): Moved to ...
34615         * elf/get-dynamic-info.h: Here.  New file.
34616         * elf/dynamic-link.h: Include "get-dynamic-info.h".
34617         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
34618         * elf/setup-vdso.h: Here.  New file.
34619         * elf/rtld.c: Include "setup-vdso.h".
34620         (dl_main): Call setup_vdso.
34621
34622 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
34623
34624         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
34625         creal in comment listing functions tested.  List finite, isinf,
34626         isnan, isless, islessequal, isgreater, isgreaterequal,
34627         islessgreater, isunordered, lgamma_r and pow10 as functions and
34628         macros not tested.  Mention which functions not tested are aliases
34629         for other functions.  Fix typo.  Note that signs of NaNs are not
34630         tested.
34631
34632         * scripts/config.guess: Update from config.git.
34633         * scripts/config.sub: Likewise.
34634
34635 2012-10-04  Roland McGrath  <roland@hack.frob.com>
34636
34637         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
34638         * misc/madvise.c (madvise): Renamed to __madvise.
34639         Make madvise a weak alias.
34640         * include/sys/mman.h: Declare __madvise.
34641         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
34642         * sysdeps/unix/syscalls.list
34643         (madvise): Make __madvise the strong name, and madvise a weak alias.
34644         * sysdeps/unix/sysv/linux/syscalls.list
34645         (madvise, mmap): Remove redundant entries.
34646         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
34647         * malloc/malloc.c (mtrim): Likewise.
34648         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
34649
34650 2012-10-03  Roland McGrath  <roland@hack.frob.com>
34651
34652         * sysdeps/mach/hurd/dl-cache.c: File removed.
34653         * config.h.in (USE_LDCONFIG): New #undef.
34654         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
34655         * configure: Regenerated.
34656         * elf/Makefile (dl-routines): Add dl-cache only under
34657         [$(use-ldconfig) = yes].
34658         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
34659         cache on [USE_LDCONFIG].
34660         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
34661         [USE_LDCONFIG].
34662         * elf/rtld.c (dl_main): Likewise.
34663
34664 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
34665
34666         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
34667         _SC_LEVEL4_CACHE_LINESIZE.
34668
34669 2012-10-03  Roland McGrath  <roland@hack.frob.com>
34670
34671         * sysdeps/unix/bsd/confstr.h: File removed.
34672
34673 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
34674
34675         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
34676         sys/sdt-config.h.
34677
34678 2012-10-02  Roland McGrath  <roland@hack.frob.com>
34679
34680         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
34681         Make 'mapoff' field ElfW(Off) rather than off_t.
34682
34683 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
34684
34685         * nscd/Makefile: Remove nscd-cflags and all its users.
34686         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
34687         (CFLAGS-nonlib): Add compiler flags for nscd modules.
34688
34689         [BZ #10631]
34690         * malloc.c (malloc_printerr): Clarify error message.
34691
34692 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
34693
34694         [BZ #14648]
34695         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
34696         Set bit_FMA_Usable if FMA is supported.
34697         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
34698         macro.
34699         (bit_FMA4_Usable): Updated.
34700         (index_FMA_Usable): New macro.
34701         (CPUID_FMA): Likewise
34702         (HAS_FMA): Defined with bit_FMA_Usable.
34703
34704 2012-10-01  Roland McGrath  <roland@hack.frob.com>
34705
34706         * bits/types.h (__swblk_t): Type removed.
34707         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
34708         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
34709         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
34710         (__SWBLK_T_TYPE): Likewise.
34711         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
34712         (__SWBLK_T_TYPE): Likewise.
34713         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
34714         (__SWBLK_T_TYPE): Likewise.
34715         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
34716         (__SWBLK_T_TYPE): Likewise.
34717
34718 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
34719             Honza Horak <hhorak@redhat.com>
34720
34721         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
34722         (xdr_mapname): Use YPMAXMAP as maxsize.
34723         (xdr_peername): Use YPMAXPEER as maxsize.
34724         (xdr_keydat): Use YPAXRECORD as maxsize.
34725         (xdr_valdat): Use YPMAXRECORD as maxsize.
34726
34727 2012-10-01  Roland McGrath  <roland@hack.frob.com>
34728
34729         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
34730
34731         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
34732         * csu/init-first.c: ... here.
34733         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
34734         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
34735         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
34736         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
34737         * sysdeps/i386/init-first.c: File removed.
34738         * sysdeps/sh/init-first.c: File removed.
34739
34740 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
34741
34742         [BZ #14645]
34743         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
34744         if x * y might underflow to zero and z is zero.
34745         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
34746         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34747         * math/libm-test.inc (min_subnorm_value): New variable.
34748         (fma_test): Add more tests.
34749         (fma_test_towardzero): Likewise.
34750         (fma_test_downward): Likewise
34751         (fma_test_upward): Likewise.
34752         (initialize): Set min_subnorm_value.
34753
34754 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
34755
34756         [BZ #14638]
34757         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
34758         0 + 0.
34759         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
34760         mode for addition resulting in exact zero.
34761         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
34762         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
34763         exact 0 + 0.
34764         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
34765         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34766         * math/libm-test.inc (fma_test): Add more tests.
34767         (fma_test_towardzero): New function.
34768         (fma_test_downward): Likewise.
34769         (fma_test_upward): Likewise.
34770         (main): Call the new functions.
34771
34772 2012-09-28  David S. Miller  <davem@davemloft.net>
34773
34774         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
34775
34776 2012-09-28  Roland McGrath  <roland@hack.frob.com>
34777
34778         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
34779         instead of SIGALRM.
34780
34781         * sysdeps/gnu/_G_config.h: Moved to ...
34782         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
34783         * sysdeps/mach/hurd/_G_config.h: Moved to ...
34784         * sysdeps/generic/_G_config.h: ... here.
34785
34786         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
34787
34788         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
34789
34790         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
34791         Conditionalize target on [libnss_test1.so-version].
34792
34793         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
34794
34795         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
34796         (elfobjdir): Move out of conditionals.
34797
34798         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
34799         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
34800         (__nss_lookup_function): Conditionalize label remove_from_tree on
34801         [!DO_STATIC_NSS || SHARED], matching its only use.
34802
34803 2012-09-28  David S. Miller  <davem@davemloft.net>
34804
34805         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
34806         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
34807         file.
34808         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
34809         sysdep_routines.
34810         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
34811         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
34812         when HWCAP_SPARC_CRYPTO is present.
34813
34814 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
34815
34816         * io/tst-mknodat.c: Create a FIFO instead of a socket.
34817
34818 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
34819
34820         [BZ #6530]
34821         * stdio-common/vfprintf.c (process_string_arg): Revert
34822         2000-07-22 change.
34823
34824 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
34825
34826         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
34827         for testcase.
34828         * stdio-common/tst-sprintf.c: Include <locale.h>
34829         (main): Test sprintf's handling of incomplete multibyte
34830         characters.
34831
34832 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
34833
34834         * elf/dl-runtime.c (VERSYMIDX): Removed.
34835         * elf/dl-version.c (VERSYMIDX): Likewise.
34836         * elf/do-rel.h (VERSYMIDX): Likewise.
34837         (VALIDX): Likewise.
34838         * elf/dynamic-link.h (VERSYMIDX): Likewise.
34839         * elf/rtld.c (VALIDX): Likewise.
34840         (ADDRIDX): Likewise.
34841         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
34842         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
34843         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
34844         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
34845         (VALIDX): Likewise.
34846         (ADDRIDX): Likewise.
34847
34848 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
34849
34850         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
34851
34852 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
34853
34854         [BZ #11438]
34855         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
34856         to global scope.
34857         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
34858         addresses are in the same scope as 192.0.2/24.
34859         * posix/gai.conf: Document new scope table defaults.
34860
34861 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34862
34863         [BZ #5298]
34864         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
34865         for ftell.  Compute offsets from write pointers instead.
34866         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
34867
34868 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34869
34870         [BZ #14543]
34871         * libio/Makefile (tests): New test case tst-fseek.
34872         * libio/tst-fseek.c: New test case to verify that fseek/ftell
34873         combination works in wide mode.
34874         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
34875         state when the external buffer state changes.
34876
34877 2012-09-27  David S. Miller  <davem@davemloft.net>
34878
34879         [BZ #14376]
34880         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
34881         pass reloc->r_addend in as the 'high' argument to
34882         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
34883
34884         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34885
34886 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
34887
34888         * rt/tst-aio2.c: Include <pthread.h>.
34889         * rt/tst-aio3.c: Likewise.
34890
34891 2012-09-27  Steve Ellcey  <sellcey@mips.com>
34892
34893         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
34894
34895 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
34896
34897         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
34898         contents on [SHARED].
34899
34900 2012-09-26  Marek Polacek  <polacek@redhat.com>
34901
34902         [BZ #14530]
34903         [BZ #13741]
34904         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
34905         for C++ and GCC <4.3 as well as for non GCC compilers.
34906
34907 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
34908
34909         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34910
34911 2012-09-25  Roland McGrath  <roland@hack.frob.com>
34912
34913         * Makefile.in (all, install): Declare with .PHONY.
34914         Reported by Michael Hope <michael.hope@linaro.org>.
34915
34916 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
34917
34918         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
34919         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
34920         system header.
34921         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
34922         Likewise.
34923         (sydep_routines): Add the new and the internal functions.
34924         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
34925         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
34926         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
34927         (GLIBC_2.17): Add the new function.
34928         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
34929         (GLIBC_2.17): Likewise.
34930         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
34931         (GLIBC_2.17): Likewise.
34932         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
34933         (GLIBC_2.17): Likewise.
34934         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
34935
34936 2012-09-25  Alan Modra  <amodra@gmail.com>
34937
34938         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
34939         Add release barrier before setting once_control to say
34940         initialisation is done.  Add hints on lwarx.  Use macro in
34941         place of isync.
34942         (clear_once_control): Add release barrier.
34943
34944 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
34945
34946         [BZ #13629]
34947         * math/s_clog.c (__clog): Handle more values close to |z| = 1
34948         specially.
34949         * math/s_clog10.c (__clog10): Likewise.
34950         * math/s_clog10f.c (__clog10f): Likewise.
34951         * math/s_clog10l.c (__clog10l): Likewise.
34952         * math/s_clogf.c (__clogf): Likewise.
34953         * math/s_clogl.c (__clogl): Likewise.
34954         * math/Makefile (libm-calls): Add x2y2m1.
34955         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
34956         (__x2y2m1): Likewise.
34957         (__x2y2m1l): Likewise.
34958         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
34959         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
34960         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
34961         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
34962         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
34963         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
34964         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
34965         * sysdeps/i386/fpu/libm-test-ulps: Update.
34966         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34967
34968         [BZ #14621]
34969         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
34970         int as type of variable DEPTH.
34971         (glob): Use size_t instead of int as type of variables NEWCOUNT
34972         and OLD_PATHC.
34973
34974 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
34975
34976         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
34977         Add s_sincosf-sse2.
34978         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
34979         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
34980         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
34981         macros for using routine as __sincosf_ia32.
34982         Use macro for function declaration and weak_alias.
34983         * sysdeps/i386/fpu/libm-test-ulps: Update.
34984
34985         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
34986         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34987
34988         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
34989         subnormal argument.
34990         * math/s_cexpf.c (__cexpf): Likewise.
34991         * math/s_csinf.c (__csinf): Likewise.
34992         * math/s_csinhf.c (__csinhf): Likewise.
34993         * math/s_ctanf.c (__ctanf): Likewise.
34994         * math/s_ctanhf.c (__ctanhf): Likewise.
34995         * math/s_ccosh.c (__ccoshf): Likewise.
34996         * math/s_cexp.c (__cexpl): Likewise.
34997         * math/s_csin.c (__csin): Likewise.
34998         * math/s_csinh.c (__csinh): Likewise.
34999         * math/s_ctan.c (__ctan): Likewise.
35000         * math/s_ctanh.c (ctanh): Likewise.
35001         * math/s_ccoshl.c (__ccoshl): Likewise.
35002         * math/s_cexpl.c (__cexpl): Likewise.
35003         * math/s_csinl.c (__csinl): Likewise.
35004         * math/s_csinhl.c (__csinhl): Likewise.
35005         * math/s_ctanl.c (__ctanl): Likewise.
35006         * math/s_ctanhl.c (__ctanhl): Likewise.
35007
35008 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
35009
35010         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
35011         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
35012         (_IO_off_t): Define to __off_t, not _G_off_t.
35013         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
35014         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
35015         (_IO_wint_t): Define to wint_t, not _G_wint_t.
35016         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
35017         type of __dummy and __dummy2 fields.
35018         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
35019         (_G_ssize_t): Likewise.
35020         (_G_off_t): Likewise.
35021         (_G_pid_t): Likewise.
35022         (_G_uid_t): Likewise.
35023         (_G_wchar_t): Likewise.
35024         (_G_wint_t): Likewise.
35025         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
35026         (_G_ssize_t): Likewise.
35027         (_G_off_t): Likewise.
35028         (_G_pid_t): Likewise.
35029         (_G_uid_t): Likewise.
35030         (_G_wchar_t): Likewise.
35031         (_G_wint_t): Likewise.
35032         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
35033         (_G_ssize_t): Likewise.
35034         (_G_off_t): Likewise.
35035         (_G_pid_t): Likewise.
35036         (_G_uid_t): Likewise.
35037         (_G_wchar_t): Likewise.
35038         (_G_wint_t): Likewise.
35039
35040 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
35041
35042         * malloc/arena.c: Include malloc-sysdep.h.
35043         (shrink_heap): Use check_may_shrink_heap to decide if madvise
35044         is sufficient to shrink the heap or an unmap is needed.
35045         * sysdeps/generic/malloc-sysdep.h: New file.  Define
35046         new function check_may_shrink_heap.
35047         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
35048         new function check_may_shrink_heap.
35049
35050 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
35051
35052         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
35053         comments.
35054
35055 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
35056
35057         * catgets/test-gencat.sh: Add "set -e".
35058         * elf/tst-pathopt.sh: Likewise.
35059         * grp/tst_fgetgrent.sh: Likewise.
35060         * iconvdata/run-iconv-test.sh: Likewise.
35061         * intl/tst-gettext.sh: Likewise.
35062         * intl/tst-gettext2.sh: Likewise.
35063         * intl/tst-gettext4.sh: Likewise.
35064         * intl/tst-gettext6.sh: Likewise.
35065         * intl/tst-translit.sh: Likewise.
35066         * io/ftwtest-sh: Likewise.
35067         * libio/test-freopen.sh: Likewise.
35068         * malloc/tst-mtrace.sh: Likewise.
35069         * posix/globtest.sh: Likewise.
35070         * posix/tst-getconf.sh: Likewise.
35071         * posix/wordexp-tst.sh: Likewise.
35072         * stdio-common/tst-printf.sh: Likewise.
35073         * stdio-common/tst-unbputc.sh: Likewise.
35074         * stdlib/tst-fmtmsg.sh: Likewise.
35075         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
35076         * catgets/Makefile: Do not specify -e option when running
35077         testsuite shell scripts.
35078         * elf/Makefile: Likewise.
35079         * grp/Makefile: Likewise.
35080         * iconvdata/Makefile: Likewise.
35081         * intl/Makefile: Likewise.
35082         * io/Makefile: Likewise.
35083         * libio/Makefile: Likewise.
35084         * malloc/Makefile: Likewise.
35085         * posix/Makefile: Likewise.
35086         * stdio-common/Makefile: Likewise.
35087         * stdlib/Makefile: Likewise.
35088         * sysdeps/x86_64/Makefile: Likewise.
35089
35090         * io/ftwtest-sh: Add copyright header.
35091         * posix/globtest.sh: Likewise.
35092         * posix/tst-getconf.sh: Likewise.
35093         * posix/wordexp-tst.sh: Likewise.
35094         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
35095
35096 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
35097
35098         [BZ #13679]
35099         * Makeconfig (+link): Defined as $(+link-static) if
35100         $(build-shared) isn't yes.
35101         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
35102         isn't yes.
35103         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
35104
35105         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
35106
35107         [BZ #14562]
35108         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
35109         new chunk size with MALLOC_ALIGN_MASK.
35110
35111 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
35112
35113         [BZ #5044]
35114         * stdio-common/printf_fphex.c: Include <stdbool.h> and
35115         <rounding-mode.h>.
35116         (__printf_fphex): Determine rounding using get_rounding_mode and
35117         round_away.
35118         * stdio-common/tst-printf-round.c (struct hex_test): New
35119         structure.
35120         (hex_tests): New variable.
35121         (test_hex_in_one_mode): New function.
35122         (do_test): Also run tests for hex float output.
35123
35124 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
35125
35126         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
35127         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
35128         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
35129         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
35130         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
35131         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
35132         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
35133         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
35134
35135 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
35136
35137         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
35138         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
35139         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
35140         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
35141
35142 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
35143
35144         [BZ #14579]
35145         * elf/rtld.c (dl_main): Limit the check for self loading to normal
35146         mode only.
35147         * elf/tst-rtld-load-self.sh: New test.
35148         * elf/Makefile: Run it.
35149
35150 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
35151
35152         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
35153         (tst-writev-ENV): Remove.
35154         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
35155
35156 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
35157
35158         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
35159
35160 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
35161
35162         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
35163         unconditional.
35164         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
35165         Likewise.
35166         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
35167         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
35168         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
35169         Likewise.
35170
35171 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
35172
35173         [BZ #14587]
35174         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
35175         * config.make.in (have-cpp-asm-debuginfo): Removed.
35176         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
35177         * configure: Regenerated.
35178
35179 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
35180
35181         [BZ #5044]
35182         * stdio-common/printf_fp.c: Include <stdbool.h> and
35183         <rounding-mode.h>.
35184         (___printf_fp): Determine rounding using get_rounding_mode and
35185         round_away.
35186         * stdio-common/tst-printf-round.c: New file.
35187         * stdio-common/Makefile (tests): Add tst-printf-round.
35188         (link-libm): New variable.
35189         ($(objpfx)tst-printf-round): Depend in $(link-libm).
35190
35191 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
35192
35193         [BZ #14576]
35194         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
35195         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
35196         Likewise.
35197         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
35198         Likewise.
35199
35200 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
35201
35202         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
35203         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
35204         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
35205         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
35206
35207 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
35208
35209         [BZ #14518]
35210         * include/rounding-mode.h: New file.
35211         * sysdeps/generic/get-rounding-mode.h: Likewise.
35212         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
35213         * stdlib/strtod_l.c: Include <rounding-mode.h>.
35214         (MAX_VALUE): New macro.
35215         (MIN_VALUE): Likewise.
35216         (overflow_value): New function.
35217         (underflow_value): Likewise.
35218         (round_and_return): Use overflow_value and underflow_value to
35219         determine return values in overflow and underflow cases.  Use
35220         round_away to determine rounding depending on rounding mode.
35221         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
35222         determine return values in overflow and underflow cases.
35223         * stdlib/tst-strtod-round.c: Include <fenv.h>.
35224         (struct test_results): New structure.
35225         (struct test): Use struct test_results to store expected results
35226         for all rounding modes.
35227         (TEST): Include expected results for all rounding modes.
35228         (test_in_one_mode): New function.
35229         (do_test): Use test_in_one_mode to compute and check results.
35230         Check results for all rounding modes.
35231         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
35232         $(link-libm).
35233
35234 2012-12-09  Allan McRae  <allan@archlinux.org>
35235
35236         * sysdeps/i386/fpu/libm-test-ulps: Update
35237
35238 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
35239
35240         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
35241         (_G_int32_t): Likewise.
35242         (_G_uint16_t): Likewise.
35243         (_G_uint32_t): Likewise.
35244         (_G_HAVE_BOOL): Likewise.
35245         (_G_HAVE_ATEXIT): Likewise.
35246         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
35247         (_G_HAVE_IO_FILE_OPEN): Likewise.
35248         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
35249         (_G_int32_t): Likewise.
35250         (_G_uint16_t): Likewise.
35251         (_G_uint32_t): Likewise.
35252         (_G_HAVE_BOOL): Likewise.
35253         (_G_HAVE_ATEXIT): Likewise.
35254         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
35255         (_G_HAVE_IO_FILE_OPEN): Likewise.
35256         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
35257         (_G_int32_t): Likewise.
35258         (_G_uint16_t): Likewise.
35259         (_G_uint32_t): Likewise.
35260         (_G_HAVE_BOOL): Likewise.
35261         (_G_HAVE_ATEXIT): Likewise.
35262         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
35263         (_G_HAVE_IO_FILE_OPEN): Likewise.
35264
35265 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
35266
35267         * csu/libc-tls.c: Update copyright years.
35268
35269 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
35270
35271         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
35272         [!_G_USING_THUNKS]: Remove conditional code.
35273         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
35274         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
35275
35276         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
35277         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
35278         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
35279         (_G_VTABLE_LABEL_PREFIX): Likewise.
35280         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
35281         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
35282         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
35283         (_G_VTABLE_LABEL_PREFIX): Likewise.
35284         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
35285         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
35286         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
35287         (_G_VTABLE_LABEL_PREFIX): Likewise.
35288         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
35289
35290 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
35291
35292         * libio/Makefile: Include ../Makeconfig before tests.
35293         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
35294         only if $(build-shared) is yes.
35295
35296         * iconv/gconv_db.c: Update copyright years.
35297
35298 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
35299
35300         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
35301         unwind info if defined PIC. Fix special cases description.
35302         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
35303
35304         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
35305         DP_HI_MASK entry.
35306         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
35307
35308 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
35309
35310         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
35311
35312         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
35313         is NULL.
35314
35315         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
35316         (LDLIBS-tst-chk4): This.
35317         (LDFLAGS-tst-chk5): Renamed to ...
35318         (LDLIBS-tst-chk5): This.
35319         (LDFLAGS-tst-chk6): Renamed to ...
35320         (LDLIBS-tst-chk6): This.
35321         (LDFLAGS-tst-lfschk4): Renamed to ...
35322         (LDLIBS-tst-lfschk4): This.
35323         (LDFLAGS-tst-lfschk5): Renamed to ...
35324         (LDLIBS-tst-lfschk5): This.
35325         (LDFLAGS-tst-lfschk6): Renamed to ...
35326         (LDLIBS-tst-lfschk6): This.
35327
35328         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
35329         on $(common-objpfx)soversions.mk.
35330
35331 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
35332
35333         [BZ #10014]
35334         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
35335         example host name.
35336
35337 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
35338
35339         * malloc/arena.c (arena_get_retry): New function that gets
35340         another arena for the caller to try its request on.
35341         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
35342         current arena cannot fulfill the request.
35343         (__libc_memalign): Likewise.
35344         (__libc_memalign): Likewise.
35345         (__libc_pvalloc): Likewise.
35346         (__libc_calloc): Likewise.
35347
35348 2012-09-05  John Tobey  <john.tobey@gmail.com>
35349
35350         [BZ #13542]
35351         * manual/arith.texi (Operations on Complex): Fix description
35352         of carg branch cut.
35353
35354 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
35355
35356         [BZ #10014]
35357         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
35358         host name.
35359
35360         [BZ #10038]
35361         * manual/memory.texi (Memory): Make order of menu items match
35362         order of sections.
35363
35364 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35365
35366         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
35367         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
35368         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
35369
35370 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35371
35372         * csu/libc-tls.c (static_dtv): Renamed to ...
35373         (_dl_static_dtv): This.  Make it global.
35374         (_dl_initial_dtv): Removed.
35375         (__libc_setup_tls): Updated.
35376         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
35377         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
35378         DL_INITIAL_DTV.
35379
35380 2012-09-06  Petr Machata  <pmachata@redhat.com>
35381
35382         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
35383         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
35384         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
35385         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
35386
35387 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35388
35389         [BZ #14545]
35390         * csu/libc-tls.c (_dl_initial_dtv): New variable.
35391         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
35392         freeing dtv[-1].
35393
35394 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35395
35396         [BZ #14544]
35397         * Makeconfig (link-static-before-libc): Replace $(+prector)
35398         with $(+prectorT).
35399         (link-static-after-libc): Replace $(+postctor) with
35400         $(+postctorT).
35401         (link-bounded): Replace $(+prector)/$(+postctor) with
35402         $(+prectorT)/$(+postctorT).
35403         (+prectorT): New macro.
35404         (+postctorT): Likewise.
35405
35406 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
35407
35408         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
35409         (round_str): Handle values above the maximum for IBM long double
35410         as inexact.
35411         * stdlib/tst-strtod-round.c (tests): Regenerated.
35412
35413 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35414
35415         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
35416         assembler flag.
35417         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
35418         zarch_nohighgprs around the zarch optimized routines.
35419         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
35420         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
35421         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
35422         for zarch.
35423
35424 2012-09-05  David S. Miller  <davem@davemloft.net>
35425
35426         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35427
35428         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
35429         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
35430         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
35431         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
35432         entries.
35433
35434 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35435
35436         * malloc/arena.c: Fold copyright years.
35437         * malloc/mcheck.c, malloc/memusage.c: Likewise.
35438
35439 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35440
35441         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
35442
35443 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35444
35445         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
35446
35447 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35448
35449         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
35450         change internal state upon failure.
35451
35452 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35453
35454         * malloc/mcheck.c (mcheck_check_all): Fix typo.
35455         * malloc/memusage.c (mmap): Likewise.
35456         (mmap64, mremap): Likewise.  Adjust name in comment.
35457
35458 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
35459
35460         * libio/fileops.c: Fix typos in comments.
35461         * libio/oldfileops.c: Likewise.
35462         * libio/wfileops.c: Likewise.
35463
35464 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
35465
35466         [BZ #1349]
35467         * malloc/Makefile (tests): Add tst-malloc-usable test case.
35468         (tst-malloc-usable-ENV): Set environment for test case.
35469         * malloc/hooks.c (malloc_check_get_size): New function to get
35470         requested size.
35471         * malloc/malloc.c (musable): Use malloc_check_get_size.
35472         * malloc/tst-malloc-usable.c: New test case.
35473
35474 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
35475
35476         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
35477
35478 2012-09-05  Allan McRae  <allan@archlinux.org>
35479
35480         [BZ #13966]
35481         * configure.in (CXX_SYSINCLUDES): Use compiler output to
35482         determine header location.
35483         * configure: Regenerated.
35484
35485 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
35486
35487         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
35488         float format.
35489         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
35490         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
35491         format.
35492         (test): Regenerate.
35493
35494 2012-09-04  David S. Miller  <davem@davemloft.net>
35495
35496         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
35497         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
35498         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
35499
35500 2012-09-04  Florian Weimer  <fweimer@redhat.com>
35501
35502         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
35503         failures.
35504
35505         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
35506
35507 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
35508
35509         [BZ #9914]
35510         * libio/iogetdelim.c: Include <limits.h>.
35511         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
35512         + len + 1 would overflow.
35513
35514 2012-09-03  Andreas Jaeger  <aj@suse.de>
35515
35516         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35517         * sysdeps/i386/fpu/libm-test-ulps: Update.
35518
35519 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
35520
35521         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
35522         Add s_sinf-sse2, s_conf-sse2.
35523
35524         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
35525         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
35526         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
35527         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
35528
35529         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
35530         for using routine as __sinf_ia32.
35531         Use macro for function declaration and weak_alias.
35532         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
35533         for using routine as __cosf_ia32.
35534         Use macro for function declaration and weak_alias.
35535
35536         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
35537         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
35538
35539         * sysdeps/x86_64/fpu/s_sinf.S: New file.
35540         * sysdeps/x86_64/fpu/s_cosf.S: New file.
35541         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35542
35543         * math/libm-test.inc (cos_test): Add more test cases.
35544         (sin_test): Likewise.
35545         (sincos_test): Likewise.
35546
35547 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35548
35549         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
35550         (IFUNC_RESOLVE): Make pointers to the specialized implementations
35551         hidden.
35552         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
35553
35554 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
35555
35556         [BZ #14538]
35557         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
35558         first element of the GOT.
35559         (elf_machine_load_address): Return the difference between
35560         the runtime address of _DYNAMIC and elf_machine_dynamic ().
35561
35562 2012-09-01  Allan McRae  <allan@archlinux.org>
35563
35564         [BZ #13412]
35565         * configure.in (AWK): Require gawk version 3.0 or later.
35566         * configure: Regenerated.
35567
35568 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
35569
35570         * sysdeps/unix/sysv/linux/kernel-features.h
35571         (__ASSUME_POSIX_CPU_TIMERS): Remove.
35572         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
35573         [__NR_clock_getres]: Make code unconditional.
35574         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
35575         (clock_getcpuclockid): Remove code left unreachable by removal of
35576         conditionals.
35577         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
35578         code unconditional.
35579         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
35580         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
35581         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
35582         Make code unconditional.
35583         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
35584         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
35585         * sysdeps/unix/sysv/linux/clock_settime.c
35586         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
35587         conditional code.
35588         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
35589         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
35590
35591 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
35592
35593         [BZ #14476]
35594         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
35595         scripts/test-installation.pl.
35596
35597         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
35598         and $ld_so_version if it is set.
35599
35600 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
35601
35602         [BZ #14516]
35603         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
35604         failure if reading from procfs failed.
35605         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
35606
35607 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
35608
35609         * sysdeps/unix/sysv/linux/kernel-features.h
35610         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
35611         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
35612         Remove conditional code.
35613         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35614         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
35615         Remove conditional code.
35616         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35617         * sysdeps/unix/sysv/linux/i386/fxstat.c
35618         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35619         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35620         * sysdeps/unix/sysv/linux/i386/fxstatat.c
35621         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35622         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35623         * sysdeps/unix/sysv/linux/i386/lxstat.c
35624         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35625         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35626         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
35627         Remove conditional code.
35628         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35629         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
35630         Remove conditional code.
35631         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35632         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
35633         <kernel-features.h>.
35634         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
35635         Remove.
35636         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
35637         Remove conditional code.
35638         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35639         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
35640         Remove conditional.
35641
35642 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
35643
35644         [BZ #5400]
35645         * NEWS: Add fixed bug number.
35646
35647 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
35648
35649         [BZ #14519]
35650         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
35651         underflowing exponent in case of negative sign.
35652         * stdlib/tst-strtod-round-data: Add more tests.
35653         * stdlib/tst-strtod-round.c (tests): Regenerated.
35654
35655         [BZ #3479]
35656         * stdlib/strtod_l.c (NDIG): Remove.
35657         (HEXNDIG): Likewise.
35658         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
35659         smallest representable value.
35660         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
35661         lie within an exact representation of 1/2 ulp of the result.
35662         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
35663         unconditionally.
35664         (TENS_P9_IDX): Define unconditionally.
35665         (TENS_P9_SIZE): Likewise.
35666         (TENS_P10_IDX): Likewise.
35667         (TENS_P10_SIZE): Likewise.
35668         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
35669         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
35670         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
35671         entries for 10^2^13 and 10^2^14.
35672         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
35673         (TENS_P13_IDX): Define.
35674         (TENS_P13_SIZE): Likewise.
35675         (TENS_P14_IDX): Likewise.
35676         (TENS_P14_SIZE): Likewise.
35677         (_fpioconst_pow10): Change array size to
35678         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
35679         unconditional.
35680         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
35681         1024]: Add entries for 10^2^13 and 10^2^14.
35682         [LAST_POW10 > _LAST_POW10]: Remove #error.
35683         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
35684         (_fpioconst_pow10): Change array size to
35685         FPIOCONST_POW10_ARRAY_SIZE.
35686         * stdlib/gen-fpioconst.c: New file.
35687         * stdlib/gen-tst-strtod-round.c: Likewise.
35688         * stdlib/tst-strtod-round-data: Likewise.
35689         * stdlib/tst-strtod-round.c: Likewise.
35690         * stdlib/Makefile (tests): Add tst-strtod-round.
35691
35692         [BZ #14459]
35693         * stdlib/strtod_l.c: Include <stdint.h>.
35694         (NDEBUG): Do not define.
35695         (round_and_return): Change EXPONENT parameter to type intmax_t.
35696         Rearrange calculations to avoid internal overflow possibilities.
35697         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
35698         Rearrange calculations to avoid internal overflow possibilities.
35699         Assert that number fits inside MPNSIZE limbs.
35700         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
35701         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
35702         calculations and add assertions to avoid internal overflow
35703         possibilities.  Add casts to avoid signed/unsigned operations.
35704         * stdlib/tst-strtod-overflow.c: New file.
35705         * stdlib/Makefile (tests): Add tst-strtod-overflow.
35706
35707 2012-08-25  Marek Polacek  <polacek@redhat.com>
35708
35709         * time/time.h: Fix some typos in comments.
35710
35711 2012-08-23  Roland McGrath  <roland@hack.frob.com>
35712
35713         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
35714         * posix/tst-rfc3484-2.c: Likewise.
35715         * posix/tst-rfc3484-3.c: Likewise.
35716
35717 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
35718
35719         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
35720         (EF_ARM_ABI_FLOAT_HARD): Likewise.
35721
35722 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
35723
35724         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
35725         #include of fxstatat64.c.
35726
35727 2012-08-22  Roland McGrath  <roland@hack.frob.com>
35728
35729         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
35730         * shadow/getspent_r.c: Likewise.
35731         * shadow/getspnam.c: Likewise.
35732         * shadow/getspnam_r.c: Likewise.
35733         * gshadow/getsgent.c: Likewise.
35734         * gshadow/getsgent_r.c: Likewise.
35735         * gshadow/getsgnam.c: Likewise.
35736         * gshadow/getsgnam_r.c: Likewise.
35737         * inet/getnetbyad.c: Likewise.
35738         * inet/getnetbyad_r.c: Likewise.
35739         * inet/getnetbynm.c: Likewise.
35740         * inet/getnetbynm_r.c: Likewise.
35741         * inet/getnetent.c: Likewise.
35742         * inet/getnetent_r.c: Likewise.
35743         * inet/getproto.c: Likewise.
35744         * inet/getproto_r.c: Likewise.
35745         * inet/getprtent.c: Likewise.
35746         * inet/getprtent_r.c: Likewise.
35747         * inet/getprtname.c: Likewise.
35748         * inet/getprtname_r.c: Likewise.
35749         * inet/getrpcbyname.c: Likewise.
35750         * inet/getrpcbyname_r.c: Likewise.
35751         * inet/getrpcbynumber.c: Likewise.
35752         * inet/getrpcbynumber_r.c: Likewise.
35753         * inet/getrpcent.c: Likewise.
35754         * inet/getrpcent_r.c: Likewise.
35755         * inet/getaliasent.c: Likewise.
35756         * inet/getaliasent_r.c: Likewise.
35757         * inet/getaliasname.c: Likewise.
35758         * inet/getaliasname_r.c: Likewise.
35759         * nscd/getgrgid_r.c: Likewise.
35760         * nscd/getgrnam_r.c: Likewise.
35761         * nscd/gethstbyad_r.c: Likewise.
35762         * nscd/gethstbynm3_r.c: Likewise.
35763         * nscd/getpwnam_r.c: Likewise.
35764         * nscd/getpwuid_r.c: Likewise.
35765         * nscd/getsrvbynm_r.c: Likewise.
35766         * nscd/getsrvbypt_r.c: Likewise.
35767         * nscd/gai.c: Likewise.
35768
35769         * configure.in (build_nscd): New substituted variable, set
35770         by --disable-build-nscd and defaults to $use_nscd.
35771         * configure: Regenerated.
35772         * config.make.in (build-nscd): New substituted variable.
35773         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
35774         Change conditional to require [$(build-nscd) = yes] as well.
35775         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
35776
35777         [BZ# 13696]
35778         * configure.in (use_nscd): New substituted variable, set by
35779         --disable-nscd.  If enabled, define USE_NSCD.
35780         * configure: Regenerated.
35781         * config.h.in: Add USE_NSCD.
35782         * config.make.in (use-nscd): New substituted variable.
35783         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
35784         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
35785         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
35786         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
35787         (CFLAGS-getgrnam_r.c): Likewise.
35788         (CFLAGS-initgroups.c): Likewise.
35789         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
35790         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
35791         Variables removed.
35792         * inet/getnetgrent_r.c
35793         (nscd_setnetgrent): New function, broken out of ...
35794         (setnetgrent): ... here.  Call it.
35795         (innetgr): Conditionalize nscd bits on [USE_NSCD].
35796         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
35797         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
35798         * nscd/Makefile (routines, aux): Move definitions after include of
35799         Makeconfig.  Conditionalize on [$(use-nscd) != no].
35800         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
35801         Conditionalize on [USE_NSCD].
35802         (is_nscd, nscd_init_cb): Likewise.
35803         (nss_load_library): Conditionalize init callback on [USE_NSCD].
35804         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
35805         * nss/nss_db/db-init.c: Likewise.
35806         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
35807         [USE_NSCD].
35808         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
35809         (make_request): Use it.
35810         (cache_valid_p): New function.
35811         (__check_pf): Use it.
35812         * NEWS: Add item for --disable-nscd.
35813
35814 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
35815
35816         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
35817         to support sed >= 4.2.1-20-ga9bf076.
35818         * configure: Regenerated.
35819
35820 2012-08-22  Roland McGrath  <roland@hack.frob.com>
35821
35822         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
35823         Conditionalize whole body on [IREL].
35824
35825 2012-08-22  Jeff Law <law@redhat.com>
35826
35827         [BZ #14505]
35828         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
35829         if the family is PF_UNSPEC.
35830
35831 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
35832
35833         * Makerules (lib-version): Rename from V.
35834         (install-lib-nosubdir): Change V to lib-version.
35835
35836 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
35837
35838         [BZ #14252]
35839         * powerpc32/power6/wcschr.c: New file.
35840         * powerpc32/power6/wcscpy.c: New file.
35841         * powerpc32/power6/wcsrchr.c: New file.
35842         * powerpc64/power6/wcschr.c: New file.
35843         * powerpc64/power6/wcscpy.c: New file.
35844         * powerpc64/power6/wcsrchr.c: New file.
35845
35846 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
35847
35848         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
35849         (two_way_short_needle): Use it.
35850         * string/strstr.c (AVAILABLE1_USES_J): Define.
35851         * string/strcasestr.c: Likewise.
35852
35853         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
35854         array references.
35855         * string/strcasestr.c (TOLOWER): Make side-effect safe.
35856
35857         [BZ #11607]
35858         * NEWS: Add an entry.
35859         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
35860         define their defaults.
35861         (two_way_short_needle): Detect end-of-string on-the-fly.
35862         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
35863         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
35864         * string/bug-strcasestr1.c: New test.
35865         * string/Makefile: Run it.
35866
35867 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
35868
35869         [BZ #11607]
35870         * string/str-two-way.h (two_way_short_needle): Optimize matching of
35871         the first character.
35872
35873 2012-08-21  Roland McGrath  <roland@hack.frob.com>
35874
35875         * csu/elf-init.c (__libc_csu_irel): Function removed.
35876         * csu/libc-start.c (apply_irel): New function.
35877         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
35878
35879 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
35880
35881         * sysdeps/unix/sysv/linux/kernel-features.h
35882         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
35883         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
35884         <kernel-features.h>.
35885         [__NR_fadvise64_64]: Make code unconditional.
35886         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
35887         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
35888         !__NR_fadvise64_64)]: Likewise.
35889         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
35890         !__NR_fadvise64_64))]: Likewise.
35891         [__NR_fadvise64]: Make code unconditional.
35892         [!__NR_fadvise64]: Remove conditional code.
35893         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
35894         <kernel-features.h>.
35895         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35896         unconditional.
35897         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35898         conditional code.
35899         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
35900         not include <kernel-features.h>.
35901         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35902         unconditional.
35903         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35904         conditional code.
35905         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
35906         include <kernel-features.h>.
35907         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35908         unconditional.
35909         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35910         conditional code.
35911
35912 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
35913
35914         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
35915         slight instruction rearrangements per scrollpipe analysis.
35916         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
35917
35918 2012-08-20  Roland McGrath  <roland@hack.frob.com>
35919
35920         * manual/syslog.texi (syslog; vsyslog, closelog):
35921         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
35922         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
35923
35924         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
35925         DSOCAPS to match condition on defining it.
35926
35927 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
35928
35929         * sysdeps/unix/sysv/linux/kernel-features.h
35930         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
35931         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
35932         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35933         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35934         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
35935         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35936         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35937         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
35938         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35939         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35940
35941         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
35942         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
35943
35944         * sysdeps/unix/sysv/linux/kernel-features.h
35945         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
35946         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
35947         unconditional.
35948         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35949         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
35950         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
35951         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35952         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
35953         Make code unconditional.
35954         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35955         (__mmap64) [!__NR_mmap2]: Likewise.
35956         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
35957         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
35958         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35959         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
35960         [__NR_mmap2]: Make code unconditional.
35961         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35962         (__mmap64) [!__NR_mmap2]: Likewise.
35963
35964 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35965
35966         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
35967
35968 2012-08-18  Andreas Jaeger  <aj@suse.de>
35969
35970         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
35971
35972 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
35973
35974         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
35975         * include/unistd.h (__have_sock_cloexec): Likewise.
35976         (__have_pipe2): Likewise.
35977         (__have_dup3): Likewise.
35978
35979 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
35980
35981         [BZ #9685]
35982         * include/unistd.h (__have_pipe2): Change define into an extern int.
35983         (__have_dup3): Likewise.
35984         * socket/have_sock_cloexec.c: Include fcntl.h.
35985         (__have_pipe2): New variable.
35986         (__have_dup3): Likewise.
35987
35988 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
35989
35990         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
35991
35992 2012-08-17  Marek Polacek  <polacek@redhat.com>
35993
35994         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
35995         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
35996
35997 2012-08-17  Roland McGrath  <roland@hack.frob.com>
35998
35999         * configure.in: Add AC_SUBST for sysheaders.
36000         * configure: Regenerated.
36001         * config.make.in (sysheaders): New substituted variable.
36002
36003         * sysdeps/unix/mkfifo.c: Moved ...
36004         * sysdeps/posix/mkfifo.c: ... here.
36005         * sysdeps/unix/mkfifoat.c: Moved ...
36006         * sysdeps/posix/mkfifoat.c: ... here.
36007
36008         * sysdeps/unix/utime.c: Moved ...
36009         * sysdeps/posix/utime.c: ... here.
36010
36011         * sysdeps/unix/time.c: Moved ...
36012         * sysdeps/posix/time.c: ... here.
36013         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
36014         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
36015
36016         * sysdeps/unix/nice.c: Moved ...
36017         * sysdeps/posix/nice.c: ... here.
36018
36019         * sysdeps/unix/alarm.c: Moved ...
36020         * sysdeps/posix/alarm.c: ... here.
36021
36022         * intl/Makefile ($(codeset_mo)): Depend on the input file.
36023
36024 2012-08-17  Jeff Law <law@redhat.com>
36025
36026         * intl/Makefile (codeset_mo): New variable.
36027         ($(codeset_mo)): New target.
36028         (tst-codeset.out): Depend on that.  Remove explicit rule.
36029         (tst-gettext3.out, tst-gettext5.out): Likewise.
36030         (LOCPATH-ENV, tst-codeset-ENV): New variables.
36031         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
36032         * intl/tst-codeset.sh: Remove.
36033         * intl/tst-gettext3.sh: Likewise.
36034         * intl/tst-gettext5.sh: Likewise.
36035
36036 2012-08-17  Roland McGrath  <roland@hack.frob.com>
36037
36038         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
36039         * sysdeps/unix/syscalls.list: ... here.
36040
36041         * sysdeps/posix/getaddrinfo.c
36042         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
36043         (gaiconf_init, gaiconf_reload): Use them.
36044         [!_STATBUF_ST_NSEC]
36045         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
36046         Define using time_t rather than struct timespec.
36047
36048         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
36049         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
36050         Macros removed.
36051         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
36052         [!NO_THREADS].
36053         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
36054         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
36055         Likewise.
36056
36057         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
36058         __libc_cleanup_push argument.
36059
36060         * bits/param.h: New file.
36061         * misc/sys/param.h: New file.
36062         * include/sys/param.h: New file.
36063         * misc/Makefile (headers): Add bits/param.h.
36064         * sysdeps/generic/sys/param.h: File removed.
36065         * sysdeps/unix/sysv/linux/bits/param.h: New file.
36066         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
36067         * sysdeps/mach/hurd/bits/param.h: New file.
36068         * sysdeps/mach/hurd/sys/param.h: File removed.
36069
36070         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
36071         last change.
36072
36073         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
36074         [_IO_MTSAFE_IO].
36075         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
36076         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
36077         New macros.
36078
36079         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
36080         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
36081         rather than -D_IO_MTSAFE_IO conditionally.
36082         * stdio-common/Makefile (CPPFLAGS): Likewise.
36083         * wcsmbs/Makefile (CPPFLAGS): Likewise.
36084         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
36085         Use $(libio-mtsafe).
36086         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
36087         of -D_IO_MTSAFE_IO.
36088         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
36089         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
36090         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
36091         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
36092         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
36093         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
36094         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
36095         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
36096         (CFLAGS-fread_u_chk.c): Likewise.
36097         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
36098         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
36099         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
36100         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
36101         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
36102         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
36103         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
36104         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
36105         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
36106
36107         * libio/Makefile: Test [$(libc-reentrant) = yes]
36108         instead of [$(filter %REENTRANT, $(defines)) nonempty].
36109
36110         * Makeconfig
36111         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
36112         * sysdeps/pthread/configure: File removed.
36113         * sysdeps/pthread/Makeconfig: New file.
36114         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
36115         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
36116
36117 2012-08-16  Gary Benson  <gbenson@redhat.com>
36118
36119         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
36120         unmapping the first object in a namespace.
36121
36122 2012-08-16  Roland McGrath  <roland@hack.frob.com>
36123
36124         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
36125         (__internal_setnetgrent): ... this.  Add internal_function to
36126         definition.  Add libc_hidden_def.
36127         (setnetgrent): Update caller.
36128         (internal_endnetgrent): Renamed to ...
36129         (__internal_endnetgrent): ... this.  Add internal_function to
36130         definition.  Add libc_hidden_def.
36131         (endnetgrent): Update caller.
36132         (internal_getnetgrent_r): Renamed to ...
36133         (__internal_getnetgrent_r): ... this.  Add internal_function to
36134         definition.  Add libc_hidden_def.
36135         (__getnetgrent_r): Update caller.
36136         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
36137
36138 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
36139
36140         * stdlib/longlong.h: Update from GCC.
36141
36142 2012-08-16  Roland McGrath  <roland@hack.frob.com>
36143
36144         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
36145         on _QL, which is set by umul_ppmm but never used.
36146         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
36147         variables, which are set by GMP macros but never used.
36148         * stdio-common/_itowa.c (_itowa): Likewise.
36149         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
36150         * stdlib/mod_1.c (mpn_mod_1): Likewise.
36151
36152 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
36153
36154         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
36155         struct La_sh_regs is not constant.
36156         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
36157         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
36158         and struct La_sparc64_regs are not constant.
36159
36160 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
36161
36162         * sysdeps/unix/sysv/linux/kernel-features.h
36163         (__ASSUME_POSIX_TIMERS): Remove.
36164         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
36165         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36166         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
36167         Make code unconditional.
36168         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36169         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
36170         Make code unconditional.
36171         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36172         * sysdeps/unix/sysv/linux/clock_nanosleep.c
36173         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
36174         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36175         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
36176         Make code unconditional.
36177         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36178         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
36179         (__libc_missing_posix_timers): Remove.
36180
36181 2012-08-15  Roland McGrath  <roland@hack.frob.com>
36182
36183         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
36184         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
36185
36186         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
36187
36188         * elf/dl-sym.c: Include <stdlib.h>.
36189
36190         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
36191         constants, which avoids warnings in 32-bit builds.
36192
36193         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
36194         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
36195
36196         * misc/lseek.c: File moved to ...
36197         * io/lseek.c: ... here.
36198
36199         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
36200
36201         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
36202         shifting LEN more than 31 bits at once.
36203
36204 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
36205
36206         [BZ #14195]
36207         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
36208         segmentation fault for a case of two empty input strings.
36209         * string/test-strncasecmp.c (check1): Renamed to...
36210         (bz12205): ...this.
36211         (bz14195): Add new testcase for two empty input strings and N > 0.
36212         (test_main): Call new testcase, adapt for renamed function.
36213
36214 2012-08-15  Andreas Jaeger  <aj@suse.de>
36215
36216         [BZ #14090]
36217         * crypt/md5test2.c: New test, based on test supplied by Serge
36218         Belyshev <belyshev@depni.sinp.msu.ru>.
36219         * crypt/Makefile (xtests): Add md5test-giant..
36220         * crypt/Makefile ($(objpfx)md5test-giant): Add.
36221
36222 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
36223
36224         [BZ #14090]
36225         * crypt/md5.c (md5_process_block): Don't assume the buffer
36226         length is less than 2**32.
36227         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
36228         length is less than 2**64.
36229
36230 2012-08-15  Roland McGrath  <roland@hack.frob.com>
36231
36232         * string/str-two-way.h: Include <sys/param.h>.
36233         (MAX): Macro removed.
36234
36235         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
36236         Move #define and #undef of memmove to just before and after
36237         including <string.h>.
36238
36239         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
36240         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
36241         and after including <string.h>.  Move declarations of
36242         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
36243         to before #include "string/memmove.c".
36244
36245         * include/dirent.h: Declare __getdirentries.
36246
36247         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
36248         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
36249
36250 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
36251
36252         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
36253         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
36254         * sysdeps/i386/configure: Regenerated.
36255         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
36256         STABS_CURRENT_FILE, and STABS_FUN.
36257         (END): Remove call to STABS_FUN_END.
36258         (STABS_CURRENT_FILE1): Delete.
36259         (STABS_CURRENT_FILE): Likewise.
36260         (STABS_FUN): Likewise.
36261         (STABS_FUN_END): Likewise.
36262         (STABS_FUN2): Likewise.
36263         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
36264         * sysdeps/x86_64/configure: Regenerated.
36265
36266 2012-08-14  Roland McGrath  <roland@hack.frob.com>
36267
36268         * elf/dl-open.c: Include <atomic.h>.
36269         * elf/dl-lookup.c: Likewise.
36270
36271 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
36272
36273         * sysdeps/unix/sysv/linux/kernel-features.h
36274         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
36275         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
36276         unconditionally.
36277         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
36278         unconditionally.
36279         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
36280         condition on __ASSUME_CLONE_THREAD_FLAGS.
36281
36282 2012-08-14  Andreas Jaeger  <aj@suse.de>
36283
36284         * sysdeps/i386/fpu/libm-test-ulps: Update.
36285
36286 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
36287
36288         * include/atomic.h (atomic_exchange_and_add): Split into ...
36289         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
36290         New atomic macros.
36291
36292 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
36293
36294         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
36295
36296 2012-08-13  Jeff Law <law@redhat.com>
36297
36298         * manual/stdio.texi (snprintf): Clarify handling of the trailing
36299         null byte in the output string.
36300
36301 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
36302
36303         * sysdeps/unix/sysv/linux/kernel-features.h
36304         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
36305         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
36306         (__ASSUME_ARG_MAX_STACK_BASED): Define.
36307         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
36308         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
36309         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
36310         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
36311
36312 2012-08-09  Jeff Law <law@redhat.com>
36313
36314         [BZ #13939]
36315         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
36316         When avoid_arena is set, don't retry in the that arena.  Pick the
36317         next one, whatever it might be.
36318         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
36319         (arena_lock): Pass in new parameter to arena_get2.
36320         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
36321         arena_get2.
36322         (__libc_malloc): Unify retrying after main arena failure with
36323         __libc_memalign version.
36324         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
36325
36326 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
36327
36328         [BZ #14166]
36329         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
36330         to __redirect_strstr.
36331         (__strstr_sse42): Use typeof __redirect_strstr.
36332         (__strstr_ia32): Likewise.
36333         (__libc_strstr): New prototype.
36334         (strstr): Renamed to ...
36335         (__libc_strstr): This.
36336         (strstr): New strong alias of __libc_strstr.
36337         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
36338         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
36339         __redirect_time.
36340         Include <time.h>.
36341         (__libc_time): New prototype.
36342         (time_ifunc): Replace time with __libc_time.
36343         (time): New strong alias and hidden definition of __libc_time.
36344         (__GI_time): Remove strong alias.
36345         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
36346         Include <stddef.h>.
36347         (memmove): Redefined to __redirect_memmove.
36348         (__memmove_sse2): Use typeof __redirect_memmove.
36349         (__memmove_ssse3): Likewise.
36350         (__memmove_ssse3_back): Likewise.
36351         (__libc_memmove): New prototype.
36352         (memmove): Renamed to ...
36353         (__libc_memmove): This.
36354         (memmove): New strong alias of __libc_memmove.
36355
36356 2012-08-08  Mark Salter  <msalter@redhat.com>
36357
36358         * elf/elf.h
36359         (R_MN10300_TLS_GD): Define.
36360         (R_MN10300_TLS_LD): Likewise.
36361         (R_MN10300_TLS_LDO): Likewise.
36362         (R_MN10300_TLS_GOTIE): Likewise.
36363         (R_MN10300_TLS_IE): Likewise.
36364         (R_MN10300_TLS_LE): Likewise.
36365         (R_MN10300_TLS_DTPMOD): Likewise.
36366         (R_MN10300_TLS_DTPOFF): Likewise.
36367         (R_MN10300_TLS_TPOFF): Likewise.
36368         (R_MN10300_SYM_DIFF): Likewise.
36369         (R_MN10300_ALIGN): Likewise.
36370         (R_MN10300_NUM): Update.
36371
36372 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
36373
36374         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
36375         Remove.
36376
36377 2012-08-08  Roland McGrath  <roland@hack.frob.com>
36378
36379         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
36380
36381         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
36382         sysdeps/unix -> sysdeps/posix move.
36383         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
36384
36385 2012-08-07      Allan McRae     <allan@archlinux.org>
36386
36387         [BZ #14303]
36388         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
36389         (SUNOS_CPP): Likewise.
36390         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
36391         not found.
36392         (open_input): Call CPP using execvp.
36393
36394 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
36395
36396         * sysdeps/unix/sysv/linux/kernel-features.h
36397         (__ASSUME_PROT_GROWSUPDOWN): Remove.
36398         (__ASSUME_NO_CLONE_DETACHED): Likewise.
36399         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
36400         (__ASSUME_WAITID_SYSCALL): Likewise.
36401         * sysdeps/unix/sysv/linux/dl-execstack.c
36402         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
36403         code unconditional.
36404         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
36405         conditional code.
36406         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
36407         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
36408         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
36409         code.
36410         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
36411         unconditional.
36412         [__ASSUME_WAITID_SYSCALL]: Likewise.
36413         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
36414
36415 2012-08-07  Roland McGrath  <roland@hack.frob.com>
36416
36417         * sysdeps/unix/closedir.c: Renamed to ...
36418         * sysdeps/posix/closedir.c: ... here.
36419         * sysdeps/unix/dirfd.c: Renamed to ...
36420         * sysdeps/posix/dirfd.c: ... here.
36421         * sysdeps/unix/dirstream.h: Renamed to ...
36422         * sysdeps/posix/dirstream.h: ... here.
36423         * sysdeps/unix/fdopendir.c: Renamed to ...
36424         * sysdeps/posix/fdopendir.c: ... here.
36425         * sysdeps/unix/opendir.c: Renamed to ...
36426         * sysdeps/posix/opendir.c: ... here.
36427         * sysdeps/unix/readdir.c: Renamed to ...
36428         * sysdeps/posix/readdir.c: ... here.
36429         * sysdeps/unix/readdir_r.c: Renamed to ...
36430         * sysdeps/posix/readdir_r.c: ... here.
36431         * sysdeps/unix/rewinddir.c: Renamed to ...
36432         * sysdeps/posix/rewinddir.c: ... here.
36433         * sysdeps/unix/seekdir.c: Renamed to ...
36434         * sysdeps/posix/seekdir.c: ... here.
36435         * sysdeps/unix/telldir.c: Renamed to ...
36436         * sysdeps/posix/telldir.c: ... here.
36437         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
36438         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
36439         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
36440         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
36441
36442         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
36443         * bits/fcntl.h: ... here.
36444
36445         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
36446         not 0.
36447         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
36448         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
36449         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
36450         (struct flock): Move l_start, l_len to the beginning.
36451         Use __pid_t for l_pid.
36452         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
36453         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
36454         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
36455         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
36456         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
36457         [__USE_LARGEFILE64] (struct flock64): New type.
36458         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
36459
36460         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
36461         * bits/dirent.h: ... here.
36462
36463         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
36464         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
36465
36466 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
36467
36468         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36469         Change from 2.6.0 to 2.6.16.
36470         * sysdeps/unix/sysv/linux/configure: Regenerated.
36471         * sysdeps/unix/sysv/linux/kernel-features.h
36472         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
36473         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
36474         version.
36475         (__ASSUME_UTIMES): Likewise.
36476         (__ASSUME_CLONE_STOPPED): Remove.
36477         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
36478         architectures, not kernel version.
36479         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
36480         (__ASSUME_NO_CLONE_DETACHED): Likewise.
36481         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
36482         (__ASSUME_WAITID_SYSCALL): Likewise.
36483         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
36484         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
36485         * README: State 2.6.16 as minimum Linux kernel version.  Do not
36486         refer to older versions.
36487
36488 2012-08-06  Roland McGrath  <roland@hack.frob.com>
36489
36490         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
36491         Define alphasort64 as an alias.
36492         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
36493         Define versionsort64 as an alias.
36494         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
36495         Define scandir64 as an alias.
36496         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
36497         Define scandirat64 as an alias.
36498         * dirent/alphasort64.c (alphasort64):
36499         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
36500         * dirent/versionsort64.c: Likewise.
36501         * dirent/scandir64.c: Likewise.
36502         * dirent/scandirat64.c: Likewise.
36503         * sysdeps/wordsize-64/alphasort.c: File removed.
36504         * sysdeps/wordsize-64/alphasort64.c: File removed.
36505         * sysdeps/wordsize-64/scandir.c: File removed.
36506         * sysdeps/wordsize-64/scandir64.c: File removed.
36507         * sysdeps/wordsize-64/scandirat.c: File removed.
36508         * sysdeps/wordsize-64/scandirat64.c: File removed.
36509         * sysdeps/wordsize-64/versionsort.c: File removed.
36510         * sysdeps/wordsize-64/versionsort64.c: File removed.
36511         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
36512         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
36513         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
36514         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
36515         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
36516         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
36517         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
36518         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
36519
36520         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
36521         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
36522         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
36523         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36524         [defined __arch64__ || defined __sparcv9]
36525         (__INO_T_MATCHES_INO64_T): New macro.
36526         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
36527         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
36528         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
36529         * sysdeps/unix/sysv/linux/bits/dirent.h
36530         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
36531         (_DIRENT_MATCHES_DIRENT64): New macro.
36532
36533         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
36534         Define lockf64 as an alias.
36535         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
36536         Define fseeko64 as an alias.
36537         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
36538         Define ftello64 as an alias.
36539         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
36540         Define _IO_fgetpos64 and fgetpos64 as aliases.
36541         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
36542         Define _IO_fsetpos64 and fsetpos64 as aliases.
36543         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
36544         Conditionalize body on this.
36545         * libio/fseeko64.c: Likewise.
36546         * libio/ftello64.c: Likewise.
36547         * libio/iofgetpos64.c: Likewise.
36548         * libio/iofsetpos64.c: Likewise.
36549         * sysdeps/wordsize-64/lockf.c: File removed.
36550         * sysdeps/wordsize-64/lockf64.c: File removed.
36551         * sysdeps/wordsize-64/fseeko.c: File removed.
36552         * sysdeps/wordsize-64/fseeko64.c: File removed.
36553         * sysdeps/wordsize-64/ftello.c: File removed.
36554         * sysdeps/wordsize-64/ftello64.c: File removed.
36555         * sysdeps/wordsize-64/iofgetpos.c: File removed.
36556         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
36557         * sysdeps/wordsize-64/iofsetpos.c: File removed.
36558         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
36559         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
36560         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
36561         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
36562         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
36563         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
36564         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
36565         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
36566         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
36567         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
36568         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
36569
36570         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
36571         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
36572         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
36573         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36574         [defined __arch64__ || defined __sparcv9]
36575         (__OFF_T_MATCHES_OFF64_T): New macro.
36576         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
36577         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
36578         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
36579         (__OFF_T_MATCHES_OFF64_T): New macro.
36580
36581 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
36582
36583         * stdlib/secure-getenv.c (__secure_getenv): Replace
36584         GLIBC_2_16 with GLIBC_2_17.
36585
36586 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
36587
36588         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
36589         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
36590
36591 2012-08-03  David S. Miller  <davem@davemloft.net>
36592
36593         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36594
36595 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
36596
36597         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
36598         Remove.
36599         (__ASSUME_CORRECT_SI_PID): Likewise.
36600         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
36601         (__ASSUME_TMPFS_NAME): Likewise.
36602         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
36603         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
36604         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
36605         (HAVE_AUX_SECURE): Make definition unconditional.
36606         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
36607         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
36608
36609 2012-08-03  Roland McGrath  <roland@hack.frob.com>
36610
36611         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
36612         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
36613         * sysdeps/mach/hurd/eloop-threshold.h: New file.
36614         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
36615         __eloop_threshold instead of SYMLOOP_MAX.
36616
36617         * sysdeps/generic/eloop-threshold.h: New file.
36618         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
36619         of MAXSYMLINKS.
36620         * elf/chroot_canon.c (chroot_canon): Likewise.
36621
36622 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
36623
36624         [BZ #13717]
36625         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36626         Change to 2.6.0 everywhere.
36627         * sysdeps/unix/sysv/linux/configure: Regenerated.
36628         * sysdeps/unix/sysv/linux/kernel-features.h
36629         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
36630         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
36631         kernel versions.
36632         (__ASSUME_POSIX_TIMERS): Define unconditionally.
36633         (__ASSUME_FUTEX_REQUEUE): Remove.
36634         (__ASSUME_STATFS64): Define unconditionally.
36635         (__ASSUME_AT_SECURE): Likewise.
36636         (__ASSUME_CORRECT_SI_PID): Likewise.
36637         (__ASSUME_TGKILL): Define without depending on kernel version for
36638         i386.
36639         (__ASSUME_UTIMES): Likewise.
36640         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
36641         kernel version.
36642         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
36643         (__ASSUME_TMPFS_NAME): Likewise.
36644         * README: Update reference to Linux kernel versions.
36645
36646 2012-08-02  Marek Polacek  <polacek@redhat.com>
36647
36648         [BZ# 14150]
36649         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
36650         libc_cv_asm_type_prefix with %.
36651         * configure: Regenerated.
36652         * include/libc-symbols.h: Remove comment about
36653         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
36654         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
36655         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
36656         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
36657         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
36658         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
36659         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
36660         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
36661         * elf/tst-unique2mod1.c: Likewise.
36662         * elf/tst-unique1mod2.c: Likewise.
36663         * elf/tst-unique1mod1.c: Likewise.
36664         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
36665         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
36666         Replace ASM_TYPE_DIRECTIVE with .type.
36667         * sysdeps/s390/s390-64/sysdep.h: Likewise.
36668         * sysdeps/i386/sysdep.h: Likewise.
36669         * sysdeps/x86_64/sysdep.h: Likewise.
36670         * sysdeps/sh/sysdep.h: Likewise.
36671         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
36672         Do not define ASM_TYPE_DIRECTIVE.
36673         * sysdeps/powerpc/sysdep.h: Likewise.
36674         * sysdeps/powerpc/powerpc32/sysdep.h:
36675         Replace ASM_TYPE_DIRECTIVE with .type.
36676         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
36677         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
36678         * sysdeps/i386/fpu/e_powf.S: Likewise.
36679         * sysdeps/i386/fpu/e_expl.S: Likewise.
36680         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
36681         * sysdeps/i386/fpu/e_acosh.S: Likewise.
36682         * sysdeps/i386/fpu/e_pow.S: Likewise.
36683         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
36684         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
36685         * sysdeps/i386/fpu/s_expm1.S: Likewise.
36686         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
36687         * sysdeps/i386/fpu/e_log2.S: Likewise.
36688         * sysdeps/i386/fpu/e_log2l.S: Likewise.
36689         * sysdeps/i386/fpu/e_scalb.S: Likewise.
36690         * sysdeps/i386/fpu/e_powl.S: Likewise.
36691         * sysdeps/i386/fpu/e_log10f.S: Likewise.
36692         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
36693         * sysdeps/i386/fpu/e_logl.S: Likewise.
36694         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
36695         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
36696         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
36697         * sysdeps/i386/fpu/e_log2f.S: Likewise.
36698         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
36699         * sysdeps/i386/fpu/e_log.S: Likewise.
36700         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
36701         * sysdeps/i386/fpu/e_logf.S: Likewise.
36702         * sysdeps/i386/fpu/e_log10l.S: Likewise.
36703         * sysdeps/i386/fpu/e_atanh.S: Likewise.
36704         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
36705         * sysdeps/i386/fpu/e_log10.S: Likewise.
36706         * sysdeps/i386/fpu/s_frexp.S: Likewise.
36707         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
36708         * sysdeps/i386/fpu/s_asinh.S: Likewise.
36709         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
36710         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
36711         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
36712         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
36713         * sysdeps/i386/i686/strtok.S: Likewise.
36714         * sysdeps/i386/i386-mcount.S: Likewise.
36715         * sysdeps/i386/strtok.S: Likewise.
36716         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
36717         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
36718         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
36719         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
36720         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
36721         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
36722         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
36723         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
36724         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
36725         * sysdeps/x86_64/_mcount.S: Likewise.
36726         * sysdeps/x86_64/strtok.S: Likewise.
36727         * sysdeps/sh/_mcount.S: Likewise.
36728
36729 2012-08-01  Roland McGrath  <roland@hack.frob.com>
36730
36731         * libio/iofopen.c: Include <fcntl.h>.
36732         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
36733         (_IO_fopen64, fopen64): Define as aliases.
36734         * libio/iofopen64.c: Include <fcntl.h>.
36735         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
36736         Conditionalize body on this.
36737         * sysdeps/wordsize-64/iofopen.c: File removed.
36738         * sysdeps/wordsize-64/iofopen64.c: File removed.
36739
36740 2012-08-01  Marek Polacek  <polacek@redhat.com>
36741
36742         * libc/Makeconfig: Use elf in place of binfmt-subdir.
36743         Use dlfcn directly instead of a variable.
36744         (binfmt-subdir): Do not define.
36745         (dlfcn): Likewise.
36746
36747 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
36748
36749         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
36750         Remove all definitions.
36751         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
36752         <kernel-features.h>.
36753         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
36754         (miss_F_GETOWN_EX): Remove all definitions.
36755         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
36756         macro definition.
36757         [!__ASSUME_FCNTL64]: Remove conditional code.
36758         [__ASSUME_FCNTL64]: Make code unconditional.
36759         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
36760         <kernel-features.h>.
36761         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
36762         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
36763         (lockf64) [__NR_fcntl64]: Make code unconditional.
36764         (lockf64) [__ASSUME_FCNTL64]: Likewise.
36765
36766         * sysdeps/unix/sysv/linux/kernel-features.h
36767         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
36768         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
36769         Make code unconditional.
36770         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36771         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36772         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
36773         [__NR_vfork]: Make code unconditional.
36774         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36775         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36776         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
36777         [__NR_vfork]: Make code unconditional.
36778         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36779         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36780
36781 2012-08-01  Roland McGrath  <roland@hack.frob.com>
36782
36783         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
36784         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
36785
36786         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36787         Define mkstemp64 as an alias.
36788         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36789         Define mkstemps64 as an alias.
36790         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36791         Define mkostemp64 as an alias.
36792         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36793         Define mkostemps64 as an alias.
36794         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
36795         Conditionalize body on this.
36796         * misc/mkostemp64.c: Likewise.
36797         * misc/mkostemps64.c: Likewise.
36798         * misc/mkstemps64.c: Likewise.
36799         * sysdeps/wordsize-64/mkstemp64.c: File removed.
36800         * sysdeps/wordsize-64/mkostemp64.c: File removed.
36801         * sysdeps/wordsize-64/mkostemp.c: File removed.
36802         * sysdeps/wordsize-64/mkstemp.c: File removed.
36803         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
36804         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
36805         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
36806         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
36807
36808         [BZ #14138]
36809         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
36810         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
36811         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
36812         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
36813
36814         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
36815         compat_symbol macros from <shlib-compat.h> rather than the underlying
36816         default_symbol_version and symbol_version macros, so that DEFAULT
36817         lines in shlib-versions are respected.
36818         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
36819
36820 2012-08-01  Florian Weimer  <fweimer@redhat.com>
36821
36822         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
36823         Declare with warn_unused_result.
36824         (setgid, setregid, setegid, setresgid): Likewise.
36825         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
36826         Likewise.
36827         * WUR-REPORT: Remove set*id functions.
36828
36829 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
36830
36831         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
36832
36833 2012-07-31  Roland McGrath  <roland@hack.frob.com>
36834
36835         [BZ #10191]
36836         * include/sys/socket.h (__libc_accept, __libc_accept4):
36837         Add attribute_hidden.
36838         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
36839
36840         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
36841         use of PTR_MANGLE.
36842         * inet/getnetgrent_r.c (setup): Likewise.
36843
36844         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
36845
36846 2012-07-31  David S. Miller  <davem@davemloft.net>
36847
36848         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36849
36850 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
36851
36852         [BZ #13629]
36853         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
36854         value between 1.0 and 2.0 and smaller part has absolute value less
36855         than 1.0.
36856         * math/s_clog10.c (__clog10): Likewise.
36857         * math/s_clog10f.c (__clog10f): Likewise.
36858         * math/s_clog10l.c (__clog10l): Likewise.
36859         * math/s_clogf.c (__clogf): Likewise.
36860         * math/s_clogl.c (__clogl): Likewise.
36861         * math/libm-test.inc (clog_test): Add more tests.
36862         (clog10_test): Likewise.
36863         * sysdeps/i386/fpu/libm-test-ulps: Update.
36864         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36865
36866 2012-07-31  Florian Weimer  <fweimer@redhat.com>
36867
36868         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
36869         Exit with zero in case no suitable GID is found, and write a
36870         message to standard error.
36871
36872 2012-07-30  Roland McGrath  <roland@hack.frob.com>
36873
36874         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
36875         rather than to 1.
36876         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
36877         (MAXPATHLEN): Removed.
36878         (NOGROUP, NODEV): New macros.
36879         (setbit, clrbit, isset, isclr): New macros.
36880         (howmany, roundup, powerof2): New macros.
36881         (DEV_BSIZE): New macro.
36882
36883         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
36884         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
36885
36886         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
36887         definition on [!__NO_LONG_DOUBLE_MATH].
36888
36889         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
36890         PTR_MANGLE and PTR_DEMANGLE.
36891
36892         * socket/accept4.c (accept4): Rename to __libc_accept4.
36893         Define accept4 as a weak alias.
36894
36895         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
36896         on [_DIRENT_HAVE_D_TYPE].
36897         * io/ftw.c (ftw_dir): Likewise.
36898
36899         * io/xmknod.c (__xmknod): Don't check PATH for being null.
36900
36901         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
36902
36903         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
36904         Use the BSD numbers rather than the arbitrary ones we had.
36905         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
36906         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
36907         (SIGXCPU, SIGXFSZ): New macros.
36908         (_NSIG): Now 32.
36909
36910         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
36911         initializer on [_LIBC_REENTRANT].
36912
36913         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
36914         definitions inside [_POSIX_MAPPED_FILES].
36915
36916         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
36917
36918         * dirent/opendir.c: Include <fcntl.h>.
36919
36920         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
36921         (__libc_getspecific): Likewise.
36922         (__libc_key_create): Likewise.
36923
36924         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
36925         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
36926         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
36927         (tmpfile64): Define as alias.
36928         * sysdeps/wordsize-64/tmpfile.c: File removed.
36929         * sysdeps/wordsize-64/tmpfile64.c: File removed.
36930         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
36931         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
36932
36933         * stdio-common/vfscanf.c: Include <stdbool.h>.
36934         * nss/makedb.c: Likewise.
36935         * stdio-common/_i18n_number.h: Likewise.
36936         * argp/argp-help.c: Likewise.
36937         * posix/wordexp.c: Likewise.
36938         * sysdeps/posix/spawni.c: Likewise.
36939         * nss/nss_files/files-initgroups.c: Likewise.
36940         * stdio-common/reg-modifier.c: Include <stdlib.h>.
36941         * nss/nss_files/files-initgroups.c: Likewise.
36942         * nss/nss_db/db-netgrp.c: Likewise.
36943         * nss/nss_db/db-initgroups.c: Likewise.
36944         * io/fchmodat.c: Include <sys/stat.h>.
36945
36946         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
36947         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
36948
36949         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
36950         [HAVE_MMAP].
36951
36952         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
36953         Add multiple inclusion protection.
36954
36955 2012-07-27  David S. Miller  <davem@davemloft.net>
36956
36957         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36958
36959 2012-07-27  Gary Benson  <gbenson@redhat.com>
36960
36961         [BZ #14298]
36962         * elf/rtld.c: Include <stap-probe.h>.
36963         (dl_main): Added static probes "init_start" and "init_complete".
36964         * elf/dl-load.c: Include <stap-probe.h>.
36965         (lose): Take new parameter "nsid".
36966         Added static probe "map_failed".
36967         (_dl_map_object_from_fd): Pass namespace id to lose.
36968         Added static probe "map_start".
36969         (open_verify): Pass namespace id to lose.
36970         * elf/dl-open.c: Include <stap-probe.h>.
36971         (dl_open_worker) Added static probes "map_complete", "reloc_start"
36972         and "reloc_complete".
36973         * elf/dl-close.c: Include <stap-probe.h>.
36974         (_dl_close_worker): Added static probes "unmap_start" and
36975         "unmap_complete".
36976         * elf/rtld-debugger-interface.txt: New file documenting the above.
36977
36978 2012-07-26  Roland McGrath  <roland@hack.frob.com>
36979
36980         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
36981         rather than a string variable.
36982         * sunrpc/rpc_main.c (h_output): Likewise.
36983         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
36984
36985 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
36986
36987         * inet/check_native.c: New file.
36988
36989 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
36990
36991         [BZ #13629]
36992         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
36993         if larger part has absolute value 1.0.
36994         * math/s_clog10.c (__clog10): Likewise.
36995         * math/s_clog10f.c (__clog10f): Likewise.
36996         * math/s_clog10l.c (__clog10l): Likewise.
36997         * math/s_clogf.c (__clogf): Likewise.
36998         * math/s_clogl.c (__clogl): Likewise.
36999         * math/libm-test.inc (clog_test): Add more tests.
37000         (clog10_test): Likewise.
37001         * sysdeps/i386/fpu/libm-test-ulps: Update.
37002         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37003
37004         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
37005         (pltexit): Likewise.
37006         (La_regs): Likewise.
37007         (La_retval): Likewise.
37008         (int_retval): Likewise.
37009         Update #error for removed macros to refer only to definitions in
37010         tst-audit.h.
37011         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
37012         macro.
37013         (pltexit): Likewise.
37014         (La_regs): Likewise.
37015         (La_retval): Likewise.
37016         (int_retval): Likewise.
37017         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
37018         macro.
37019         (pltexit): Likewise.
37020         (La_regs): Likewise.
37021         (La_retval): Likewise.
37022         (int_retval): Likewise.
37023         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
37024         macro.
37025         (pltexit): Likewise.
37026         (La_regs): Likewise.
37027         (La_retval): Likewise.
37028         (int_retval): Likewise.
37029         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
37030         macro.
37031         (pltexit): Likewise.
37032         (La_regs): Likewise.
37033         (La_retval): Likewise.
37034         (int_retval): Likewise.
37035         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
37036         macro.
37037         (pltexit): Likewise.
37038         (La_regs): Likewise.
37039         (La_retval): Likewise.
37040         (int_retval): Likewise.
37041         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
37042         macro.
37043         (pltexit): Likewise.
37044         (La_regs): Likewise.
37045         (La_retval): Likewise.
37046         (int_retval): Likewise.
37047         * sysdeps/generic/tst-audit.h: Update comment to refer only to
37048         macro definitions in tst-audit.h.
37049         * sysdeps/i386/tst-audit.h: New file.
37050         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
37051         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
37052         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
37053         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
37054         * sysdeps/sh/tst-audit.h: Likewise.
37055         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
37056         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
37057         * sysdeps/x86_64/tst-audit.h: Likewise.
37058
37059 2012-07-26  Andreas Jaeger  <aj@suse.de>
37060
37061         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
37062         ptrace.
37063
37064         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
37065         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
37066         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
37067         PTRACE_O_MASK.
37068         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
37069         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
37070         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
37071
37072         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
37073         value.
37074
37075         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
37076         _sigsys.
37077         (si_call_addr, si_syscall, si_arch): Define new macro.
37078         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
37079         _sigsys.
37080         (si_call_addr, si_syscall, si_arch): Define new marcro.
37081         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
37082         _sigsys.
37083         (si_call_addr, si_syscall, si_arch): Define new macro.
37084         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
37085         _sigsys.
37086         (si_call_addr, si_syscall, si_arch): Define new macro.
37087
37088 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
37089
37090         [BZ #13717]
37091         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
37092         Change to 2.4.21 where previously 2.4.1.
37093         * sysdeps/unix/sysv/linux/configure: Regenerated.
37094         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
37095         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
37096         Linux kernel version.
37097         (__ASSUME_STD_AUXV): Remove.
37098         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
37099         kernel version.
37100         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
37101         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
37102         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
37103         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
37104         (__ASSUME_NETLINK_SUPPORT): Likewise.
37105         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
37106         (__no_netlink_support): Remove conditional definition.
37107         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
37108         Remove.
37109         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
37110         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
37111         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
37112         (if_nameindex_ioctl): Remove.
37113         (if_nameindex_netlink): Do not handle __no_netlink_support.
37114         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
37115         code.
37116         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
37117         Remove conditional code.
37118         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
37119         code.
37120         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
37121         unconditional.
37122         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
37123         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
37124         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
37125         Remove.
37126         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
37127         [!__ASSUME_STD_AUXV]: Remove conditional code.
37128         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
37129         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
37130         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
37131         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
37132         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
37133         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
37134         code.
37135         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
37136         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
37137         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
37138         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
37139         conditional code.
37140         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
37141         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
37142         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
37143         code.
37144         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
37145         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
37146         conditional code.
37147         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
37148         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
37149         code unconditional.
37150         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37151         conditional code.
37152         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
37153         unconditional.
37154         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37155         conditional code.
37156         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
37157         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
37158         unconditional.
37159         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37160         conditional code.
37161         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
37162         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
37163         code unconditional.
37164         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37165         conditional code.
37166         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
37167         unconditional.
37168         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37169         conditional code.
37170         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
37171         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
37172         code unconditional.
37173         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37174         conditional code.
37175         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
37176         unconditional.
37177         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37178         conditional code.
37179
37180 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
37181
37182         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
37183         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
37184         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
37185         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
37186         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
37187         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
37188         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
37189         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
37190         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
37191         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
37192         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
37193         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
37194         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
37195         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
37196         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
37197         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
37198         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
37199         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
37200         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
37201         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
37202         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
37203         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
37204         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
37205
37206 2012-07-25  Florian Weimer  <fweimer@redhat.com>
37207
37208         * Versions.def: Add GLIBC_2.17.
37209         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
37210         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
37211         Introduce __libc_secure_getenv.
37212         * stdlib/Versions (2.17): Add secure_getenv
37213         (GLIBC_PRIVATE): Add __libc_secure_getenv.
37214         * stdlib/secure-getenv.c: Rename __secure_getenv to
37215         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
37216         symbol __secure_getenv for GLIBC_2.0.
37217         * stdlib/tst-secure-getenv.c: New.
37218         * stdlib/Makefile (tests): Add testcase.
37219         * manual/startup.texi (Environment Access): Document
37220         secure_getenv.
37221         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
37222         __libc_secure_getenv.
37223         * inet/ruserpass.c (ruserpass): Likewise.
37224         * malloc/mtrace.c (mtrace): Likewise.
37225         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
37226         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
37227         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
37228         * sysdeps/posix/tempname.c: Likewise.  Evaluate
37229         HAVE_SECURE_GETENV.
37230         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
37231         __secure_getenv to __libc_secure_getenv.
37232         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
37233         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
37234         Likewise.
37235         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
37236         Likewise.
37237         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
37238         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
37239         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
37240         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
37241         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
37242         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
37243         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
37244
37245 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
37246
37247         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
37248         (struct La_i86_retval): Likewise.
37249         (struct La_x86_64_regs): Likewise.
37250         (struct La_x86_64_retval): Likewise.
37251         (struct La_x32_regs): Likewise.
37252         (struct La_x32_retval): Likewise.
37253         (struct La_ppc32_regs): Likewise.
37254         (struct La_ppc32_retval): Likewise.
37255         (struct La_ppc64_regs): Likewise.
37256         (struct La_ppc64_retval): Likewise.
37257         (struct La_sh_regs): Likewise.
37258         (struct La_sh_retval): Likewise.
37259         (struct La_s390_32_regs): Likewise.
37260         (struct La_s390_32_retval): Likewise.
37261         (struct La_s390_64_regs): Likewise.
37262         (struct La_s390_64_retval): Likewise.
37263         (struct La_sparc32_regs): Likewise.
37264         (struct La_sparc32_retval): Likewise.
37265         (struct La_sparc64_regs): Likewise.
37266         (struct La_sparc64_retval): Likewise.
37267         (struct audit_ifaces): Remove architecture-specific pltenter and
37268         pltexit members.
37269         * sysdeps/i386/ldsodefs.h: New file.
37270         * sysdeps/powerpc/ldsodefs.h: Likewise.
37271         * sysdeps/s390/ldsodefs.h: Likewise.
37272         * sysdeps/sh/ldsodefs.h: Likewise.
37273         * sysdeps/sparc/ldsodefs.h: Likewise.
37274         * sysdeps/x86_64/ldsodefs.h: Likewise.
37275
37276 2012-07-25  Marek Polacek  <polacek@redhat.com>
37277
37278         [BZ #6808]
37279         * math/libm-test.inc (yn_test): Add another test.
37280         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
37281         to ERANGE when the result is +-Inf.
37282         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
37283         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
37284         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
37285         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
37286
37287 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
37288
37289         * conform/data/time.h-data (NULL): Use macro-constant.  Require
37290         equal to 0.
37291         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
37292         clock_t.
37293         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
37294
37295 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
37296
37297         * configure.in <sysdeps resolving>: Correct printing
37298         Implies_before.
37299         * configure: Regenerate.
37300
37301 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
37302
37303         * math/w_ilogb.c: Include <limits.h>.
37304         * math/w_ilogbl.c: Likewise.
37305
37306 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
37307
37308         * manual/lang.texi (__va_copy): Document primarily as ISO C99
37309         va_copy.  Document allowing for unavailable va_copy only as
37310         pre-C99 compatibility.
37311         * manual/string.texi (Copying and Concatenation): Use va_copy
37312         instead of __va_copy in concat example.
37313
37314 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
37315
37316         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
37317         (__sendto): Use create_address_port.  Initialize APORT and deallocate
37318         it if not null.
37319
37320         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
37321         with O_NOLINK passed to __file_name_lookup.
37322
37323         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
37324         with O_NOLINK passed to __file_name_lookup.
37325
37326         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
37327         negative N or less than NGIDS.
37328
37329         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
37330         type to string_t.  Set ERANGE as errno and return it if NAME is not big
37331         enough.  Use memcpy instead of strncpy.
37332
37333 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
37334
37335         * elf/Makefile (check-data): Remove.
37336         (localplt.data): New vpath directive.
37337         ($(objpfx)check-localplt.out): Use localplt.data from vpath
37338         instead of $(check-data).
37339         * scripts/data/localplt-generic.data: Move to ...
37340         * sysdeps/generic/localplt.data: ... here.
37341         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
37342         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
37343         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
37344         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
37345         ... here.
37346         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
37347         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
37348         ... here.
37349         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
37350         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
37351         ... here.
37352         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
37353         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
37354         ... here.
37355         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
37356         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
37357         ... here.
37358         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
37359         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
37360         ... here.
37361
37362 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37363
37364         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
37365         PPC32 and PPC64 files.
37366         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
37367         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
37368
37369 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37370
37371         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
37372         __makecontext_ret to ...
37373         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
37374         ... here and call exit if uc_link is NULL.  New file.
37375         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
37376         __makecontext_ret.S.
37377         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
37378         __makecontext_ret to ...
37379         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
37380         ... here and call exit if uc_link is NULL.  New file.
37381         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
37382         __makecontext_ret.S.
37383
37384 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37385
37386         * elf/elf.h (R_390_IRELATIVE): New definition.
37387         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
37388         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
37389         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
37390         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
37391         (elf_machine_lazy_rel): Likewise.
37392         * sysdeps/s390/dl-irel.h: New file.
37393         * sysdeps/s390/s390-64/memcpy.S: New asm code.
37394         * sysdeps/s390/s390-64/memset.S: New asm code.
37395         * sysdeps/s390/s390-64/memcmp.S: New asm code.
37396         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
37397         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
37398         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
37399         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
37400         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
37401         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
37402         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
37403         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
37404         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
37405         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
37406         * sysdeps/s390/s390-32/memcpy.S: New asm code.
37407         * sysdeps/s390/s390-32/memset.S: New asm code.
37408         * sysdeps/s390/s390-32/memcmp.S: New asm code.
37409
37410 2012-07-17  Marek Polacek  <polacek@redhat.com>
37411
37412         [BZ #14349]
37413         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
37414         * sysdeps/s390/s390-64/configure.in: Likewise.
37415         * sysdeps/sparc/configure.in: Likewise.
37416         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
37417         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
37418         * sysdeps/i386/configure.in: Likewise.
37419         * sysdeps/x86_64/configure.in: Likewise.
37420         * sysdeps/sh/configure.in: Likewise.
37421         * sysdeps/s390/s390-32/configure: Regenerated.
37422         * sysdeps/s390/s390-64/configure: Likewise.
37423         * sysdeps/x86_64/configure: Likewise.
37424         * sysdeps/sh/configure: Likewise.
37425         * sysdeps/powerpc/powerpc64/configure: Likewise.
37426         * sysdeps/powerpc/powerpc32/configure: Likewise.
37427         * sysdeps/sparc/configure: Likwise.
37428         * sysdeps/i386/configure: Likewise.
37429
37430         * elf/dl-open.c: Comment fixes.
37431
37432 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
37433
37434         * Makefile [CXX] (check-data): Remove.
37435         [CXX] (c++-types.data): New vpath directive.
37436         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
37437         vpath.  Do not allow for C++ type data being missing.
37438         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
37439         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
37440         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
37441         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
37442         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
37443         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
37444         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
37445         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
37446         ... here.
37447         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
37448         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
37449         ... here.
37450         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
37451         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
37452         ... here.
37453         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
37454         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
37455         ... here.
37456         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
37457         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
37458         ... here.
37459         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
37460         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
37461         ... here.
37462         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
37463         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
37464         ... here.
37465         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
37466         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
37467
37468         * elf/tls-macros.h (TLS_LE): Move architecture-specific
37469         definitions to architecture-specific files.
37470         (TLS_IE): Likewise.
37471         (TLS_LD): Likewise.
37472         (TLS_GD): Likewise.
37473         * sysdeps/i386/tls-macros.h: New file.
37474         * sysdeps/powerpc/tls-macros.h: Likewise.
37475         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
37476         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
37477         * sysdeps/sh/tls-macros.h: Likewise.
37478         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
37479         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
37480         * sysdeps/x86_64/tls-macros.h: Likewise.
37481
37482 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
37483
37484         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
37485         zero value for regular exit case.
37486
37487         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
37488         (__start_context): Preserve zero value for regular exit case.
37489
37490 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
37491             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37492
37493         * manual/setjmp.texi (setcontext): Clarify normal process
37494         termination when uc_link is the null pointer.
37495         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
37496         exit call.
37497
37498 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
37499
37500         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
37501         preprocessor.  Test for each exception mask separately.
37502
37503 2012-07-16  Andreas Jaeger  <aj@suse.de>
37504
37505         * po/ru.po: Update from translation team.
37506
37507 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
37508
37509         * conform/data/string.h-data (NULL): Use macro-constant.  Require
37510         equal to 0.
37511         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
37512         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
37513         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
37514         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
37515         [ISO || ISO99 || ISO11] (*_t): Do not allow.
37516
37517 2012-07-13  Andreas Jaeger  <aj@suse.de>
37518
37519         * po/fr.po: Update from translation team.
37520
37521 2012-07-12  Marek Polacek  <polacek@redhat.com>
37522
37523         [BZ #14173]
37524         * math/libm-test.inc (yn_test): Add test for BZ #14173.
37525         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
37526         loop condition.
37527
37528 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
37529
37530         [BZ #13717]
37531         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
37532         Change to 2.4.1 where previously 2.4.0.
37533         * sysdeps/unix/sysv/linux/configure: Regenerated.
37534         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
37535         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
37536         version.
37537         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
37538         (__ASSUME_AT_CLKTCK): Remove.
37539         (__ASSUME_AT_PAGESIZE): Likewise.
37540         (__ASSUME_AT_XID): Likewise.
37541         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
37542         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
37543         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
37544         unconditionally.
37545         (HAVE_AUX_PAGESIZE): Likewise.
37546         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
37547         [__ASSUME_AT_CLKTCK]: Make code unconditional.
37548         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
37549
37550 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
37551
37552         [BZ #14307]
37553         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
37554         the temporary buffer used to invoke __gethostbyname2_r,
37555         __gethostbyaddr_r and gethostbyname4_r to make room for struct
37556         host_data / struct gaih_addrtuple.
37557         * resolv/nss_dns/dns-host.c (global scope): Move definition of
37558         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
37559         header file nss/nsswitch.h.
37560         * nss/nsswitch.h (global scope): Add definition of implementation
37561         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
37562         resolv/nss_dns/dns-host.c).
37563
37564 2012-07-11  Andreas Jaeger  <aj@suse.de>
37565
37566         * po/fr.po: Update from translation team.
37567
37568         * po/sv.po: Update from translation team
37569         * po/fr.po: Another update from translation team.
37570
37571 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37572
37573         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
37574         for subnormals or multiply small sinh result by itself.
37575         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
37576         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
37577
37578 2012-07-11  David S. Miller  <davem@davemloft.net>
37579
37580         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37581
37582 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
37583
37584         [BZ #14347]
37585         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
37586         (INTERNAL_MARK): Shift it here.
37587
37588 2012-07-10  Marek Polacek  <polacek@redhat.com>
37589
37590         [BZ #14151]
37591         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
37592         libc_cv_asm_global_directive with .globl.
37593         * configure: Regenerated.
37594         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
37595         with .globl.
37596         * sysdeps/i386/configure: Regenerated.
37597         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
37598         with .globl.
37599         * sysdeps/x86_64/configure: Regenerated.
37600         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
37601         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
37602         * elf/tst-unique2mod2.c: Likewise.
37603         * elf/tst-unique2mod1.c: Likewise.
37604         * elf/tst-unique1mod2.c: Likewise.
37605         * elf/tst-unique1mod1.c: Likewise.
37606         * sysdeps/s390/s390-32/sysdep.h: Likewise.
37607         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
37608         * sysdeps/s390/s390-64/sysdep.h: Likewise.
37609         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
37610         * sysdeps/mach/sysdep.h: Likewise.
37611         * sysdeps/i386/sysdep.h: Likewise.
37612         * sysdeps/i386/i386-mcount.S: Likewise.
37613         * sysdeps/x86_64/_mcount.S: Likewise.
37614         * sysdeps/x86_64/sysdep.h: Likewise.
37615         * sysdeps/sh/_mcount.S: Likewise.
37616         * sysdeps/sh/sysdep.h: Likewise.
37617         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
37618         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
37619         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
37620         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
37621         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
37622         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
37623         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
37624         * locale/localeinfo.h: Likewise.
37625         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
37626         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
37627
37628 2012-07-09  Roland McGrath  <roland@hack.frob.com>
37629
37630         [BZ #14336]
37631         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
37632         system".
37633         * manual/message.texi (The Uniforum approach): Likewise.
37634         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
37635         (glibc iconv Implementation): Likewise.
37636
37637 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
37638
37639         [BZ #14337]
37640         * math/s_clog.c (__clog): Avoid scaling a value down where that
37641         could result in underflow.
37642         * math/s_clog10.c (__clog10): Likewise.
37643         * math/s_clog10f.c (__clog10f): Likewise.
37644         * math/s_clog10l.c (__clog10l): Likewise.
37645         * math/s_clogf.c (__clogf): Likewise.
37646         * math/s_clogl.c (__clogl): Likewise.
37647         * math/libm-test.inc (clog_test): Add more tests.
37648         (clog10_test): Likewise.
37649         * sysdeps/i386/fpu/libm-test-ulps: Update.
37650         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37651
37652 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
37653
37654         [BZ #14283]
37655         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
37656         by 7 not 8 to examine high bit of fractional part.
37657
37658         [BZ #14042]
37659         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
37660         for call to __mcount_internal.
37661         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
37662         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
37663         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
37664
37665 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
37666
37667         [BZ #14154]
37668         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
37669         approximation for values within 0x1p-13f of an odd multiple of
37670         pi/4.
37671         * math/libm-test.inc (tan_test): Do not allow spurious underflow
37672         exception.  Add more tests.
37673         * sysdeps/i386/fpu/libm-test-ulps: Update.
37674
37675         [BZ #6778]
37676         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
37677         inputs and return -1 for them.  Do not check for +Inf in case not
37678         reachable for +Inf.
37679         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
37680         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
37681         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
37682         and return -1 for them.  Do not check for +Inf in case not
37683         reachable for +Inf.
37684         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
37685         define.
37686         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
37687         and return -1 for them.  Do not check for +Inf in case not
37688         reachable for +Inf.
37689         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
37690         spurious underflow.
37691         * sysdeps/i386/fpu/libm-test-ulps: Update.
37692         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37693
37694 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
37695
37696         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
37697
37698 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
37699
37700         [BZ #14157]
37701         [BZ #14331]
37702         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
37703         could result in spurious underflow.  Scale down values above
37704         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
37705         * math/s_csqrtf.c (__csqrtf): Likewise.
37706         * math/s_csqrtl.c (__csqrtl): Likewise.
37707         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
37708         spurious underflow.
37709         * sysdeps/i386/fpu/libm-test-ulps: Update.
37710         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37711
37712 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
37713
37714         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
37715         xopen-msg.sed.
37716         * catgets/xopen-msg.awk: New file.
37717         * catgets/xopen-msg.sed: Removed.
37718
37719         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
37720         po2text.sed.
37721         * intl/po2test.awk: New file.
37722         * intl/po2test.sed: Removed.
37723
37724 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
37725
37726         [BZ #14328]
37727         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
37728         or multiply small sinh result by itself.
37729         * math/s_ctanf.c (__ctanf): Likewise.
37730         * math/s_ctanh.c (__ctanh): Likewise.
37731         * math/s_ctanhf.c (__ctanhf): Likewise.
37732         * math/s_ctanhl.c (__ctanhl): Likewise.
37733         * math/s_ctanl.c (__ctanl): Likewise.
37734         * math/libm-test.inc (ctan_test_tonearest): New function.
37735         (ctan_test_towardzero): Likewise.
37736         (ctan_test_downward): Likewise.
37737         (ctan_test_upward): Likewise.
37738         (ctanh_test_tonearest): Likewise.
37739         (ctanh_test_towardzero): Likewise.
37740         (ctanh_test_downward): Likewise.
37741         (ctanh_test_upward): Likewise.
37742         (main): Call these new functions.
37743         * sysdeps/i386/fpu/libm-test-ulps: Update.
37744         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37745
37746 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
37747
37748         * .gitignore: Delete /ports entry.
37749
37750 2012-07-03  Andreas Jaeger  <aj@suse.de>
37751
37752         * po/bg.po: Update from translation team.
37753         * po/cs.po: Likewise.
37754         * po/de.po: Likewise.
37755         * po/hr.po: Likewise.
37756         * po/nl.pl: Likewise.
37757         * po/pl.po: Likewise.
37758         * po/vi.po: Likewise.
37759
37760 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
37761
37762         * Makeconfig [!+link] (+link-before-libc): New variable.
37763         [!+link] (+link-after-libc): Likewise.
37764         [!+link] (+link-tests): Likewise.
37765         [!+link] (+link): Define in terms of $(+link-before-libc) and
37766         $(+link-after-libc).
37767         [!+link-static] (+link-static-before-libc): New variable.
37768         [!+link-static] (+link-static-after-libc): Likewise.
37769         [!+link-static] (+link-static-tests): Likewise.
37770         [!+link-static] (+link-static): Define in terms of
37771         $(+link-static-before-libc) and $(+link-static-after-libc).
37772         [build-shared] (link-libc-before-gnulib): New variable.
37773         [build-shared] (link-libc-tests): Likewise.
37774         [build-shared] (link-libc): Define in terms of
37775         $(link-libc-before-gnulib).
37776         [!build-shared] (link-libc-tests): New variable.
37777         (link-libc-static-tests): New variable.
37778         [!gnulib] (gnulib-arch): New variable.
37779         [!gnulib] (gnulib-tests): Likewise.
37780         [!gnulib] (static-gnulib-arch): Likewise.
37781         [!gnulib] (static-gnulib-tests): Likewise.
37782         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
37783         Define with "=" instead of ":=".
37784         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
37785         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
37786         * Rules (binaries-all-notests): New variable.
37787         (binaries-all-tests): Likewise.
37788         (binaries-static-notests): Likewise.
37789         (binaries-static-tests): Likewise.
37790         (binaries-all): Define using $(binaries-all-notests) and
37791         $(binaries-all-tests).
37792         (binaries-static): Define using $(binaries-static-notests) and
37793         $(binaries-static-tests).
37794         (binaries-shared-tests): New variable.
37795         (binaries-shared-notests): Likewise.
37796         (binaries-shared): Remove variable.
37797         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
37798         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
37799         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
37800         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
37801         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
37802         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
37803         * elf/Makefile (sln-modules): New variable.
37804         (extra-objs): Add $(sln-modules:=.o).
37805         (ldconfig-modules): Add static-stubs.
37806         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
37807         * elf/static-stubs.c: New file.
37808
37809         [BZ #14283]
37810         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
37811         by 7 not 8 to examine high bit of fractional part.  Use volatile
37812         variables when splitting into final array of floats if
37813         __FLT_EVAL_METHOD__ != 0.
37814         * math/libm-test.inc (cos_test): Add another test.
37815         (sin_test): Likewise.
37816         * sysdeps/i386/fpu/libm-test-ulps: Update.
37817
37818         [BZ #14273]
37819         * math/libm-test.inc (cosh_test): Add more tests.
37820
37821         * version.h (RELEASE): Set to "development".
37822         (VERSION): Set to "2.16.90".
37823
37824 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
37825
37826         * NEWS: Update copyright. Remove last-updated date.
37827         Mention math library bug fixes and timezone data changes.
37828         * README: Mention GNU/Hurd, x32, and HPPA support status.
37829
37830 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
37831
37832         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
37833
37834 2012-06-27  Andreas Jaeger  <aj@suse.de>
37835
37836         * manual/contrib.texi (Contributors): Add Samuel Thibault.
37837
37838 2012-06-25  Andreas Jaeger  <aj@suse.de>
37839
37840         * sysdeps/s390/fpu/libm-test-ulps: Update.
37841
37842 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
37843             Thomas Schwinge  <thomas@codesourcery.com>
37844
37845         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
37846         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
37847         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
37848         fanotify_mark.
37849
37850 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
37851
37852         * sysdeps/mach/start.c: Remove file.
37853         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
37854         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
37855         * sysdeps/sh/init-first.c: Likewise.
37856
37857         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
37858         registers for frame unwinding purposes, add CFI directives.
37859         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
37860         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
37861         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
37862         Likewise.
37863
37864         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
37865         __fortify_fail returning.
37866         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
37867
37868         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
37869         sysdeps/sh/____longjmp_chk.S.
37870         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
37871         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
37872         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
37873         (gen-as-const-headers): Append sigaltstack-offsets.sym.
37874
37875         * sysdeps/sh/abort-instr.h: New file.
37876         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
37877         process in case exit returns.
37878
37879         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
37880         initialize the GOT register before use.
37881
37882         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
37883         calculation of ARGC > 4.
37884
37885         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
37886         meaningful names to some local labels.
37887
37888 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
37889             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
37890
37891         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
37892         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
37893         (__arch_compare_and_exchange_val_16_acq): Likewise.
37894         (__arch_compare_and_exchange_val_32_acq): Likewise.
37895         (atomic_exchange_and_add): Fix gUSA sequence.
37896         (atomic_add): Likewise.
37897         (atomic_add_negative): Likewise.
37898         (atomic_add_zero): Likewise.
37899         (atomic_bit_test_set): Likewise.
37900
37901 2012-06-22  Andreas Schwab  <schwab@redhat.com>
37902
37903         [BZ #13579]
37904         * include/link.h (struct link_map): Add l_free_initfini.
37905         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
37906         l_initfini.
37907         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
37908         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
37909         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
37910         set.
37911
37912 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
37913
37914         * configure.in: Use AC_LANG_SOURCE.
37915         * configure: Regenerate.
37916
37917 2012-06-22  Roland McGrath  <roland@hack.frob.com>
37918
37919         * configure.in (libc_cv_localstatedir): New substituted variable.
37920         * configure: Regenerated.
37921         * config.make.in (localstatedir): New variable, substituted from
37922         libc_cv_localstatedir.
37923         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
37924         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
37925         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
37926         * sysdeps/gnu/configure: Regenerated.
37927
37928 2012-06-21  Jeff Law  <law@redhat.com>
37929
37930         [BZ #14277]
37931         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
37932         free.  Simplify list management for _LIBC case.
37933
37934 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
37935
37936         [BZ #14273]
37937         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
37938         Clear sign bit of 64-bit integer value before comparing against
37939         overflow value.
37940
37941         * sysdeps/mach/configure: Regenerated.
37942
37943 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
37944
37945         [BZ #14278]
37946         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
37947
37948 2012-06-21  Jeff Law  <law@redhat.com>
37949
37950         [BZ #13882]
37951         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
37952         uint16_t for elements in the "seen" array to avoid char overflows.
37953         * elf/dl-fini.c (_dl_sort_fini): Likewise.
37954         * elf/dl-open.c (dl_open_worker): Likewise.
37955
37956 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
37957
37958         * scripts/list-sources.sh: Scan PORTS for translations.
37959         * po/libc.pot: Regenerated.
37960
37961 2012-06-21  Andreas Jaeger  <aj@suse.de>
37962
37963         [BZ #12194]
37964         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
37965         warning.
37966         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
37967         * bits/byteswap-16.h (__bswap_16): Likewise.
37968         * bits/byteswap.h (__bswap_constant_16): Likewise.
37969
37970 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
37971
37972         [BZ #14117]
37973         * sysdeps/i386/fpu_control.h: Removed.
37974         * sysdeps/x86_64/fpu_control.h: Moved to ...
37975         * sysdeps/x86/fpu_control.h: Here.
37976
37977         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
37978         (_FPU_SETCW): Likewise.
37979
37980 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
37981
37982         [BZ #14117]
37983         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
37984         * sysdeps/x86/fpu/bits/mathinline.h: This.
37985         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
37986
37987         [BZ #14050]
37988         [BZ #14117]
37989         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
37990         functions if __x86_64__ is defined.
37991
37992 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
37993
37994         * string/endian.h: Add !__ASSEMBLER__ condition for including
37995         conversion interfaces.
37996
37997 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
37998
37999         [BZ #14241]
38000         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
38001         of ABS(x) in calculating zero to negative powers other than odd
38002         integers.
38003         * math/libm-test.inc (pow_test): Add more tests.
38004
38005 2012-06-15  Andreas Jaeger  <aj@suse.de>
38006
38007         * manual/contrib.texi (Contributors): Update entry of Liubov
38008         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
38009         Machado Filho.
38010
38011 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
38012
38013         * string/string.h: Add __wur to GNU version of strerror_r.
38014
38015 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
38016
38017         [BZ #14229]
38018         * string/Makefile (tests): Add tst-strtok_r.
38019         * string/tst-strtok_r.c: New file.
38020         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
38021         RAX_LP/RDX_LP on SAVE_PTR.
38022
38023 2012-06-14  Roland McGrath  <roland@hack.frob.com>
38024
38025         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
38026
38027 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
38028
38029         * libm_test.inc (csqrt_test): Allow more spurious underflow
38030         exceptions.
38031         (j0_test): Likewise.
38032         (j1_test): Likewise.
38033         (y0_test): Likewise.
38034         (y1_test): Likewise.
38035
38036 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
38037
38038         * po/Makefile (libc.pot): Use UTF-8 charset.
38039
38040 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
38041
38042         [BZ #14210]
38043         Suppress sign-conversion warning from FD_SET.
38044         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
38045         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
38046         not unsigned long int.
38047         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
38048
38049 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
38050
38051         [BZ #14050]
38052         [BZ #14117]
38053         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
38054         __extern_always_inline instead of __extern_inline.
38055         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
38056         (__signbit): Likewise.
38057         (__signbitl): Support C++ namespace.
38058         (lrintf): New inline function.
38059         (lrint): Likewise.
38060         (llrintf): Likewise.
38061         (llrint): Likewise.
38062         (fmaxf): Likewise.
38063         (fmax): Likewise.
38064         (fminf): Likewise.
38065         (fmin): Likewise.
38066         (rint): Likewise.
38067         (rintf): Likewise.
38068         (ceil): Likewise.
38069         (ceilf): Likewise.
38070         (floor): Likewise.
38071         (floorf): Likewise.
38072         (nearbyint): Likewise.
38073         (nearbyintf): Likewise.
38074
38075 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
38076
38077         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
38078         non-default versions.
38079
38080 2012-06-11  Roland McGrath  <roland@hack.frob.com>
38081
38082         [BZ #14218]
38083         * manual/argp.texi (Argp): Reword argp_parse description slightly.
38084
38085 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
38086
38087         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
38088         (FE_UPWARD, FE_DOWNWARD): Don't define.
38089         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
38090         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
38091
38092         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
38093         reading it.
38094         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
38095         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
38096
38097 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
38098
38099         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
38100         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
38101         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
38102         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
38103
38104 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
38105
38106         [BZ #14117]
38107         * sysdeps/i386/fpu/bits/fenv.h: Removed.
38108         * sysdeps/i386/fpu/Implies: New file.
38109         * sysdeps/x86_64/fpu/Implies: Likewise.
38110         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
38111         * sysdeps/x86/fpu/bits/fenv.h: This.
38112
38113         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
38114         __SSE_MATH__.
38115
38116 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
38117
38118         [BZ #14134]
38119         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
38120         character 0xffff that matches the last element of the
38121         conversion table.
38122
38123 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38124
38125         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
38126         fmodl commit.
38127
38128 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38129
38130         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
38131         values higher than 25.6283.
38132
38133 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38134
38135         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
38136         subnormal exponent extraction and add some __builtin_expect.
38137         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
38138         Fix for subnormal mantissa calculation.
38139
38140 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
38141
38142         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
38143         cpu2 is -1 and errno is not ENOSYS.
38144
38145 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
38146
38147         [BZ #14117]
38148         * sysdeps/i386/i486/bits/string.h: Renamed to ...
38149         * sysdeps/x86/bits/string.h: This.
38150         * sysdeps/x86_64/bits/string.h: Removed.
38151
38152         * sysdeps/i386/i486/bits/string.h: Define inline functions only
38153         if not compiling for x86-64, but compiling for >= i486.
38154
38155         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
38156         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
38157
38158         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
38159         New macro from Linux kernel 3.4.0.
38160         (FP_XSTATE_MAGIC2): Likewise.
38161         (FP_XSTATE_MAGIC2_SIZE): Likewise.
38162         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
38163         (struct _fpx_sw_bytes): New struct.
38164         (struct _xsave_hdr): Likewise.
38165         (struct _ymmh_state): Likewise.
38166         (struct _xstate): Likewise.
38167
38168         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
38169         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
38170         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
38171         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
38172         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
38173         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
38174
38175         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
38176         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
38177         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
38178         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
38179         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
38180         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
38181
38182 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
38183
38184         [BZ #13743]
38185         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
38186         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
38187         (sysdep_headers): Include sys/platform/ppc.h.
38188         * sysdeps/powerpc/test-gettimebase.c: Test for
38189         __ppc_get_timebase() to catch future ISA opcode/insn changes.
38190         * manual/Makefile (appendices): Include platform.texi.
38191         * manual/contrib.texi (Contributors): Update @node pointers.
38192         * manual/maint.texi (Maintenance): Likewise.
38193         (Platform): New node.
38194         * manual/platform.texi: New file.  Document the new features.
38195
38196 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
38197             Jakub Jelinek  <jakub@redhat.com>
38198
38199         [BZ #14188]
38200         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
38201         where __builtin_expect is unavailable.
38202
38203 2012-06-03  David S. Miller  <davem@davemloft.net>
38204
38205         * stdlib/longlong.h: Updated from GCC.
38206
38207 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
38208
38209         [BZ #14042]
38210         * sysdeps/powerpc/powerpc32/mcount.c: New file.
38211         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
38212         __mcount_internal.
38213         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
38214         (GLIBC_2.16): Likewise.
38215
38216 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
38217
38218         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
38219
38220 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
38221
38222         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
38223         (default-abi): New variable.
38224         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
38225         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
38226         variable.
38227         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
38228         Likewise.
38229         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
38230         Likewise.
38231         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
38232         Likewise.
38233
38234         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
38235         definition.  Document in comment.
38236
38237 2012-06-01  David S. Miller  <davem@davemloft.net>
38238
38239         * stdlib/longlong.h: Updated from GCC.
38240
38241 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
38242
38243         [BZ #14117]
38244         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
38245         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
38246         sys/debugreg.h sys/io.h here.
38247         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
38248         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
38249         sys/io.h.
38250         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
38251         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
38252         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
38253         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
38254         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
38255         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
38256
38257         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
38258         Define only if __x86_64__ is defined.
38259
38260 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
38261
38262         [BZ #14048]
38263         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
38264         Use int64_t for variable i.
38265         * math/libm-test.inc (fmod_test): Add more tests.
38266
38267         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
38268         z computation is not scheduled after fetestexcept.
38269         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
38270         Use math_force_eval instead of asm to ensure calculation scheduled
38271         before exception test.
38272         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
38273         Ensure a1 + u.d computation is not scheduled after fetestexcept.
38274
38275 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
38276
38277         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
38278         computation is not scheduled after fetestexcept.
38279
38280 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
38281
38282         [BZ #14117]
38283         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
38284         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
38285
38286 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38287
38288         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
38289         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
38290
38291 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
38292
38293         [BZ #14117]
38294         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
38295         <bits/wordsize.h>.
38296         (__WCHAR_MIN): Support __WORDSIZE == 64.
38297         (__WCHAR_MAX): Likewise.
38298
38299         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
38300         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
38301
38302         [BZ #14183]
38303         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
38304         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
38305
38306         [BZ #14117]
38307         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
38308         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
38309
38310         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
38311         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
38312
38313         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
38314         Defined to 1 if __x86_64__ isn't defined.
38315         (_STAT_VER_LINUX_OLD): New.
38316         (st_atime): Remove duplicate.
38317         (st_mtime): Likewise.
38318         (st_ctime): Likewise.
38319
38320 2012-05-31  David S. Miller  <davem@davemloft.net>
38321
38322         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
38323         entries.
38324
38325 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
38326
38327         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
38328         gen-libm-test.pl.
38329
38330         [BZ #14132]
38331         * elf/dl-reloc.c: Include <_itoa.h>.
38332         (_dl_reloc_bad_type): Remove use of INTUSE.
38333         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
38334         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
38335         * stdio-common/psiginfo.c (psiginfo): Likewise.
38336         * stdio-common/psignal.c (psignal): Likewise.
38337         * string/strsignal.c (strsignal): Likewise.
38338         * include/signal.h (_sys_siglist): Declare hidden proto.
38339         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
38340         INTVARDEF with libc_hidden_data_def.
38341         * stdio-common/itoa-udigits.c: Likewise.
38342         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
38343         (_itoa_lower_digits_internal): Remove declaration.
38344         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
38345         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
38346         (_sys_sigabbrev_internal): Remove aliases.
38347         (_sys_siglist): Define hidden alias.
38348
38349 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
38350
38351         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
38352         bits/sysctl.h.
38353
38354 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
38355
38356         [BZ #14117]
38357         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
38358         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
38359
38360         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
38361         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
38362         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
38363         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
38364         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
38365         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
38366
38367         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
38368         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
38369         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
38370
38371         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
38372         with __addr.
38373         (insw): Likewise.
38374         (insl): Likewise.
38375         (outsb): Likewise.
38376         (outsw): Likewise.
38377         (outsl): Likewise.
38378
38379         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
38380         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
38381         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
38382
38383         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
38384         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
38385         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
38386         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
38387         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
38388         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
38389
38390         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
38391         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
38392
38393         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
38394         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
38395
38396         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
38397         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
38398         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
38399
38400         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
38401         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
38402         to ...
38403         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
38404
38405         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
38406         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
38407         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
38408
38409         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
38410         for x86-64.
38411         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
38412
38413 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
38414
38415         * math/math.h (M_El): Use two more decimal places.
38416         (M_LOG2El): Likewise.
38417         (M_LOG10El): Likewise.
38418         (M_LN2l): Likewise.
38419         (M_LN10l): Likewise.
38420         (M_PIl): Likewise.
38421         (M_PI_2l): Likewise.
38422         (M_PI_4l): Likewise.
38423         (M_1_PIl): Likewise.
38424         (M_2_PIl): Likewise.
38425         (M_2_SQRTPIl): Likewise.
38426         (M_SQRT2l): Likewise.
38427         (M_SQRT1_2l): Likewise.
38428
38429 2012-05-31  David S. Miller  <davem@davemloft.net>
38430
38431         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
38432         values between float registers.
38433         * sysdeps/sparc/sparc64/memset.S: Likewise.
38434         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
38435
38436 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
38437
38438         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
38439         -D_FORTIFY_SOURCE=1.
38440         (CPPFLAGS-tst-longjmp_chk.c): Define.
38441         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
38442         (CPPFLAGS-tst-longjmp_chk2.c): Define.
38443         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
38444         CFLAGS-tst-wchar-h.c.
38445
38446 2012-05-31  Marek Polacek  <polacek@redhat.com>
38447
38448         [BZ #14132]
38449         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
38450         __endmntent_internal): Remove declaration.
38451         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
38452         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
38453         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
38454
38455 2012-05-30  David S. Miller  <davem@davemloft.net>
38456
38457         * sysdeps/sparc/sparc32/soft-fp/q_util.c
38458         (___Q_simulate_exceptions): Use real FP ops rather than writing
38459         into the %fsr.
38460         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
38461         Likewise.
38462
38463 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38464
38465         [BZ #14117]
38466         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
38467         * sysdeps/x86/bits/xtitypes.h: This.
38468
38469         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
38470         * sysdeps/x86/bits/wordsize.h: This.
38471
38472         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
38473         * sysdeps/x86/bits/huge_vall.h: This.
38474
38475         * sysdeps/i386/bits/select.h: Removed.
38476         * sysdeps/x86_64/bits/select.h: Renamed to ...
38477         * sysdeps/x86/bits/select.h: This.
38478
38479         * sysdeps/i386/bits/setjmp.h: Removed.
38480         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
38481         * sysdeps/x86/bits/setjmp.h: This.
38482
38483         * sysdeps/i386/bits/mathdef.h: Removed.
38484         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
38485         * sysdeps/x86/bits/mathdef.h: This.
38486
38487 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
38488
38489         [BZ #14132]
38490         * include/sys/socket.h (__connect_internal)
38491         (__libc_sa_len_internal): Remove declaration.
38492         (__connect, __libc_sa_len): Declare hidden_proto.
38493         (SA_LEN): Remove use of INTUSE.
38494         * socket/connect.c: Add libc_hidden_def.
38495         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
38496         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
38497         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
38498         alias.
38499         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
38500         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
38501         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
38502         of adding _internal alias.
38503
38504 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38505
38506         [BZ #14117]
38507         * sysdeps/i386/bits/link.h: Removed.
38508         * sysdeps/i386/bits/linkmap.h: Likewise.
38509         * sysdeps/x86_64/bits/link.h: Renamed to ...
38510         * sysdeps/x86/bits/link.h: This.
38511         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
38512         * sysdeps/x86/bits/linkmap.h: This.
38513
38514         * sysdeps/i386/bits/endian.h: Removed.
38515         * sysdeps/x86_64/bits/endian.h: Renamed to ...
38516         * sysdeps/x86/bits/endian.h: This.
38517
38518         * sysdeps/i386/bits/byteswap.h: Removed.
38519         * sysdeps/i386/bits/byteswap-16.h: Likewise.
38520         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
38521         * sysdeps/x86/bits/byteswap.h: This.
38522         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
38523         * sysdeps/x86/bits/byteswap-16.h: This.
38524         * sysdeps/i386/Implies: Add x86.
38525         * sysdeps/x86_64/Implies: Likewise.
38526
38527 2012-05-30  David S. Miller  <davem@davemloft.net>
38528
38529         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
38530         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
38531         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
38532         (FP_TRAPPING_EXCEPTIONS): Define.
38533         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
38534         (FP_TRAPPING_EXCEPTIONS): Define.
38535         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
38536         subnormals only when inexact has been signalled or underflow
38537         exceptions are enabled.
38538         (_FP_PACK_CANONICAL): Likewise.
38539
38540 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38541
38542         [BZ #14183]
38543         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
38544         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
38545
38546 2012-05-30  Richard Henderson  <rth@twiddle.net>
38547
38548         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
38549         with #ifndef NOT_IN_libc.
38550
38551         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
38552         marked to avoid plt entry.
38553
38554 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38555
38556         [BZ #14112]
38557         * Makeconfig (default-abi): New macro.
38558         (abi-includes): Likewise.
38559         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
38560         $(abi-$(default-abi)-lib-soname) for soname if defined.
38561         ($(common-objpfx)gnu/lib-names.stmp): Generate from
38562         abi-variants.
38563         * Makefile (installed-stubs): Likewise.
38564         * include/stubs-biarch.h: Removed.
38565         * scripts/lib-names.awk: Only handle one library at a time.
38566         * scripts/soversions.awk: Remove WORDSIZE support.
38567         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
38568         entries.
38569         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
38570         Removed.
38571         (syscall-list-default-condition): Likewise.
38572         (syscall-list-default-condition): Likewise.
38573         (syscall-list-includes): Likewise.
38574         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
38575         syscall-list-* with abi-*.  Handle undefined abi-variants.
38576         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
38577         * sysdeps/unix/sysv/linux/i386/Implies: New file.
38578         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
38579         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
38580         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
38581         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
38582         Removed.
38583         (syscall-list-32-options): Likewise.
38584         (syscall-list-32-condition): Likewise.
38585         (syscall-list-64-options): Likewise.
38586         (syscall-list-64-condition): Likewise.
38587         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
38588         macro.
38589         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
38590         Renamed to ...
38591         (abi-*): This.
38592         (abi-64-ld-soname): New macro.
38593         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
38594         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
38595         Renamed to ...
38596         (abi-*): This.
38597         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
38598         * sysdeps/x86_64/x32/shlib-versions: Likewise.
38599
38600 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
38601
38602         * sysdeps/unix/sysv/linux/kernel-features.h
38603         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
38604         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
38605         include <kernel-features.h>.
38606         [!__NR_ftruncate64]: Remove conditional code.
38607         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38608         [__NR_ftruncate64]: Make code unconditional.
38609         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38610         * sysdeps/unix/sysv/linux/truncate64.c: Do not
38611         include <kernel-features.h>.
38612         [!__NR_ftruncate64]: Remove conditional code.
38613         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38614         [__NR_ftruncate64]: Make code unconditional.
38615         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38616         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
38617         include <kernel-features.h>.
38618         [!__NR_ftruncate64]: Remove conditional code.
38619         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38620         [__NR_ftruncate64]: Make code unconditional.
38621         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38622         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
38623         include <kernel-features.h>.
38624         [!__NR_ftruncate64]: Remove conditional code.
38625         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38626         [__NR_ftruncate64]: Make code unconditional.
38627         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38628
38629         * configure.in (libc_cv_fpie): Weaken to a compile test using
38630         LIBC_TRY_CC_OPTION.
38631         * configure: Regenerated.
38632
38633 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38634
38635         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
38636         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
38637         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
38638         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
38639         Refreshed.
38640         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
38641         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
38642         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
38643         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
38644         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
38645         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
38646         Refreshed.
38647
38648 2012-05-27  David S. Miller  <davem@davemloft.net>
38649
38650         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
38651         (___Q_zero): New.
38652         (__Q_simulate_exceptions): Return void.  Change to simulate
38653         exceptions by writing into the %fsr.
38654         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
38655         (__Qp_handle_exceptions): Likewise.
38656         (numbers): Delete.
38657         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
38658         __Qp_handle_exceptions.
38659         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
38660         __Qp_handle_exceptions.
38661         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
38662         as unused and give dummy FP_RND_NEAREST initializer.
38663         (FP_INHIBIT_RESULTS): Define.
38664         (___Q_simulate_exceptions): Update declaration.
38665         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
38666         formatting.
38667         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
38668         as unused and give dummy FP_RND_NEAREST initializer.
38669         (__Qp_handle_exceptions): Update declaration.
38670         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
38671         formatting.
38672
38673 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
38674
38675         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
38676         the temporary FPU control word.
38677         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
38678         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
38679         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
38680         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
38681         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
38682         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
38683         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
38684         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
38685         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
38686         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
38687         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
38688
38689 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
38690
38691         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
38692         fields.
38693
38694 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
38695
38696         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
38697         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
38698         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
38699         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
38700         Likewise.
38701         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
38702         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
38703         Likewise.
38704
38705 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
38706
38707         * po/h.po: Update from translation team.
38708
38709 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
38710
38711         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
38712
38713         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
38714         handling of denormals.
38715         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
38716         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
38717         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
38718         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
38719         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
38720         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
38721         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
38722         Likewise.
38723
38724 2012-05-26  Marek Polacek  <polacek@redhat.com>
38725
38726         [BZ #14152]
38727         * math/libm-test.inc (fma_test): Don't always expect underflow
38728         exception.
38729
38730 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
38731
38732         [BZ #12416]
38733         * elf/tst-execstack.c: Include stackinfo.h.
38734         (do_test): Adjust test case to ensure that pthread_getattr_np
38735         behaviour remains the same after marking stack executable.
38736
38737 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
38738
38739         * sysdeps/unix/sysv/linux/kernel-features.h
38740         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
38741         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
38742         kernel-features.h.
38743         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
38744         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
38745         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
38746         kernel-features.h.
38747         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
38748         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
38749
38750 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
38751
38752         * configure.in: Define the default includes to being none.
38753         * configure: Regenerated.
38754
38755 2012-05-25  Roland McGrath  <roland@hack.frob.com>
38756
38757         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
38758         * sysdeps/x86_64/setjmp.S: Likewise.
38759         * sysdeps/i386/bsd-setjmp.S: Likewise.
38760         * sysdeps/i386/bsd-_setjmp.S: Likewise.
38761         * sysdeps/i386/setjmp.S: Likewise.
38762         * sysdeps/i386/__longjmp.S: Likewise.
38763         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
38764         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
38765
38766         * include/stap-probe.h: New file.
38767         * configure.in: Handle --enable-systemtap.
38768         * configure: Regenerated.
38769         * config.h.in (USE_STAP_PROBE): New #undef.
38770         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
38771         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
38772         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
38773
38774 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
38775
38776         [BZ #13717]
38777         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
38778         to 2.4.0 where earlier.
38779         * sysdeps/unix/sysv/linux/configure: Regenerated.
38780         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
38781         <kernel-features.h>.
38782         [__ASSUME_32BITUIDS]: Make code unconditional.
38783         [!__ASSUME_32BITUIDS]: Remove conditional code.
38784         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
38785         <kernel-features.h>.
38786         [__ASSUME_32BITUIDS]: Make code unconditional.
38787         [!__ASSUME_32BITUIDS]: Remove conditional code.
38788         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
38789         [__ASSUME_32BITUIDS]: Make code unconditional.
38790         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
38791         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
38792         <kernel-features.h>.
38793         [__ASSUME_32BITUIDS]: Make code unconditional.
38794         [!__ASSUME_32BITUIDS]: Remove conditional code.
38795         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
38796         <kernel-features.h>.
38797         [__ASSUME_32BITUIDS]: Make code unconditional.
38798         [!__ASSUME_32BITUIDS]: Remove conditional code.
38799         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
38800         <kernel-features.h>.
38801         [__ASSUME_32BITUIDS]: Make code unconditional.
38802         [!__ASSUME_32BITUIDS]: Remove conditional code.
38803         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
38804         <kernel-features.h>.
38805         [__ASSUME_32BITUIDS]: Make code unconditional.
38806         [!__ASSUME_32BITUIDS]: Remove conditional code.
38807         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
38808         <kernel-features.h>.
38809         [__ASSUME_32BITUIDS]: Make code unconditional.
38810         [!__ASSUME_32BITUIDS]: Remove conditional code.
38811         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
38812         <kernel-features.h>.
38813         [__ASSUME_32BITUIDS]: Make code unconditional.
38814         [!__ASSUME_32BITUIDS]: Remove conditional code.
38815         * sysdeps/unix/sysv/linux/i386/getuid.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/lchown.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/msgctl.c: Do not include
38824         <kernel-features.h>.
38825         [__ASSUME_32BITUIDS]: Make code unconditional.
38826         [!__ASSUME_32BITUIDS]: Remove conditional code.
38827         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
38828         <kernel-features.h>.
38829         [__ASSUME_32BITUIDS]: Make code unconditional.
38830         [!__ASSUME_32BITUIDS]: Remove conditional code.
38831         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
38832         <kernel-features.h>.
38833         [__NR_setresgid] (__setresgid): Do not declare.
38834         [__ASSUME_32BITUIDS]: Make code unconditional.
38835         [!__ASSUME_32BITUIDS]: Remove conditional code.
38836         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
38837         <kernel-features.h>.
38838         [__NR_setresuid] (__setresuid): Do not declare.
38839         [__ASSUME_32BITUIDS]: Make code unconditional.
38840         [!__ASSUME_32BITUIDS]: Remove conditional code.
38841         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
38842         <kernel-features.h>.
38843         [__ASSUME_32BITUIDS]: Make code unconditional.
38844         [!__ASSUME_32BITUIDS]: Remove conditional code.
38845         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
38846         <kernel-features.h>.
38847         [__ASSUME_32BITUIDS]: Make code unconditional.
38848         [!__ASSUME_32BITUIDS]: Remove conditional code.
38849         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
38850         <kernel-features.h>.
38851         [__ASSUME_32BITUIDS]: Make code unconditional.
38852         [!__ASSUME_32BITUIDS]: Remove conditional code.
38853         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
38854         <kernel-features.h>.
38855         [__ASSUME_32BITUIDS]: Make code unconditional.
38856         [!__ASSUME_32BITUIDS]: Remove conditional code.
38857         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
38858         <kernel-features.h>.
38859         [__ASSUME_32BITUIDS]: Make code unconditional.
38860         [!__ASSUME_32BITUIDS]: Remove conditional code.
38861         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
38862         <kernel-features.h>.
38863         [__ASSUME_32BITUIDS]: Make code unconditional.
38864         [!__ASSUME_32BITUIDS]: Remove conditional code.
38865         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
38866         <kernel-features.h>.
38867         [__ASSUME_32BITUIDS]: Make code unconditional.
38868         [!__ASSUME_32BITUIDS]: Remove conditional code.
38869         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
38870         <kernel-features.h>.
38871         [__ASSUME_32BITUIDS]: Make code unconditional.
38872         [!__ASSUME_32BITUIDS]: Remove conditional code.
38873         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
38874         <kernel-features.h>.
38875         [__ASSUME_32BITUIDS]: Make code unconditional.
38876         [!__ASSUME_32BITUIDS]: Remove conditional code.
38877         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
38878         <kernel-features.h>.
38879         [__ASSUME_32BITUIDS]: Make code unconditional.
38880         [!__ASSUME_32BITUIDS]: Remove conditional code.
38881         * sysdeps/unix/sysv/linux/kernel-features.h
38882         (__ASSUME_SETRESUID_SYSCALL): Remove.
38883         (__ASSUME_SETRESGID_SYSCALL): Likewise.
38884         (__ASSUME_32BITUIDS): Likewise.
38885         (__ASSUME_LDT_WORKS): Likewise.
38886         (__ASSUME_O_DIRECTORY): Likewise.
38887         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
38888         architecture but not kernel version.
38889         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
38890         (__ASSUME_MMAP2_SYSCALL): Likewise.
38891         (__ASSUME_STAT64_SYSCALL): Likewise.
38892         (__ASSUME_IPC64): Likewise.
38893         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
38894         <kernel-features.h>.
38895         [__ASSUME_32BITUIDS]: Make code unconditional.
38896         [!__ASSUME_32BITUIDS]: Remove conditional code.
38897         * sysdeps/unix/sysv/linux/opendir.c: Do not include
38898         <kernel-features.h>.
38899         [__ASSUME_O_DIRECTORY]: Make code unconditional.
38900         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
38901         132096]: Remove conditional code.
38902         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
38903         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
38904         <kernel-features.h>.
38905         [__ASSUME_32BITUIDS]: Make code unconditional.
38906         [!__ASSUME_32BITUIDS]: Remove conditional code.
38907         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
38908         <kernel-features.h>.
38909         [__ASSUME_32BITUIDS]: Make code unconditional.
38910         [!__ASSUME_32BITUIDS]: Remove conditional code.
38911         * sysdeps/unix/sysv/linux/setegid.c: Do not include
38912         <kernel-features.h>.
38913         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
38914         unconditional.
38915         (__setresgid): Do not declare.
38916         [__ASSUME_32BITUIDS]: Make code unconditional.
38917         [!__ASSUME_32BITUIDS]: Remove conditional code.
38918         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
38919         <kernel-features.h>.
38920         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
38921         unconditional.
38922         (__setresuid): Do not declare.
38923         [__ASSUME_32BITUIDS]: Make code unconditional.
38924         [!__ASSUME_32BITUIDS]: Remove conditional code.
38925         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
38926         <kernel-features.h>.
38927         [__ASSUME_32BITUIDS]: Make code unconditional.
38928         [!__ASSUME_32BITUIDS]: Remove conditional code.
38929         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
38930         <kernel-features.h>.
38931         [__ASSUME_32BITUIDS]: Make code unconditional.
38932         [!__ASSUME_32BITUIDS]: Remove conditional code.
38933
38934 2012-05-25  Richard Henderson  <rth@twiddle.net>
38935
38936         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
38937         dl_hwcap to ifunc resolver.
38938         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
38939         elf_ifunc_invoke.
38940         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
38941         dl_hwcap to ifunc resolver.
38942         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
38943
38944 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
38945
38946         [BZ #14153]
38947         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
38948         for |x| <= 2**-26, not 2**-57.
38949         * math/libm-test.inc (acos_test): Do not allow spurious underflow
38950         exception.
38951
38952 2012-05-24  Jeff Law  <law@redhat.com>
38953
38954         * stdio-common/Makefile (tests): Add bug25.
38955         * stdio-common/bug25.c: New test.
38956
38957 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
38958
38959         [BZ #13576]
38960         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
38961         multiple of MALLOC_ALIGNMENT in size.
38962         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
38963
38964 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
38965
38966         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
38967         Require >= 256.
38968         (FILENAME_MAX): Use macro-int-constant.
38969         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
38970         (_IOFBF): Use macro-int-constant.
38971         (_IOLBF): Likewise.
38972         (_IONBF): Likewise.
38973         (SEEK_CUR): Likewise.
38974         (SEEK_END): Likewise.
38975         (SEEK_SET): Likewise.
38976         (TMP_MAX): Likewise.
38977         (EOF): Use macro-int-constant.  Require < 0.
38978         (NULL): Use macro-constant.  Require == 0.
38979         (stdin): Require type to be FILE *.
38980         (stdout): Likewise.
38981         (stderr): Likewise.
38982         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
38983         macro-int-constant.
38984         (EXIT_SUCCESS): Likewise.
38985         (NULL): Use macro-constant.  Require == 0.
38986         (RAND_MAX): Use macro-int-constant.
38987         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
38988         [C99-based standards] (strtof): Require function.
38989         [C99-based standards] (strtold): Likewise.
38990         [C99-based standards] (strtoll): Likewise.
38991         [C99-based standards] (strtoull): Likewise.
38992         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
38993         [ISO || ISO99 || ISO11] (limits.h): Likewise.
38994         [ISO || ISO99 || ISO11] (math.h): Likewise.
38995         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
38996         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
38997         [ISO || ISO99 || ISO11] (*_t): Do not allow.
38998
38999 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
39000
39001         [BZ #14132]
39002         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
39003         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
39004         * intl/dgettext.c (DCGETTEXT): Likewise.
39005         * intl/gettext.c (DCGETTEXT): Likewise.
39006         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
39007         * posix/regex_internal.h (gettext): Likewise.
39008         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
39009         Remove declaration.
39010         * include/argz.h (__argz_count_internal)
39011         (__argz_stringify_internal): Remove declaration.
39012         (__argz_count, __argz_stringify): Declare hidden proto.
39013         * intl/dcgettext.c: Remove use of INTDEF.
39014         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
39015         * string/argz-stringify.c: Likewise.
39016         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
39017         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
39018         Declare hidden proto.
39019         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
39020         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
39021         Declare hidden proto.
39022         * include/stdio.h (__asprintf_internal): Don't declare.
39023         (__asprintf): Don't define as macro.  Declare hidden proto.
39024         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
39025         (__fsetlocking): Declare hidden proto.
39026         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
39027         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
39028         hidden proto.
39029         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
39030         (_IO_setlinebuf): Remove use of INTUSE.
39031         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
39032         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
39033         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
39034         Remove declaration.
39035         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
39036         (_IO_do_flush): Remove use of INTUSE.
39037         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
39038         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
39039         (_IO_adjust_column, _IO_least_wmarker)
39040         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
39041         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
39042         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
39043         (_IO_default_doallocate, _IO_wdefault_doallocate)
39044         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
39045         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
39046         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
39047         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
39048         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
39049         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
39050         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
39051         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
39052         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
39053         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
39054         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
39055         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
39056         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
39057         proto.
39058         (_IO_flush_all_internal, _IO_adjust_column_internal)
39059         (_IO_default_uflow_internal, _IO_default_finish_internal)
39060         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
39061         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
39062         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
39063         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
39064         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
39065         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
39066         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
39067         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
39068         (_IO_file_close_internal, _IO_file_close_it_internal)
39069         (_IO_file_underflow_internal, _IO_file_overflow_internal)
39070         (_IO_file_init_internal, _IO_file_attach_internal)
39071         (_IO_file_fopen_internal, _IO_file_read_internal)
39072         (_IO_file_sync_internal, _IO_file_seek_internal)
39073         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
39074         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
39075         (_IO_str_underflow_internal, _IO_str_overflow_internal)
39076         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
39077         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
39078         (_IO_list_all_internal, _IO_link_in_internal)
39079         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
39080         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
39081         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
39082         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
39083         (_IO_do_write_internal, _IO_padn_internal)
39084         (_IO_getline_info_internal, _IO_getline_internal)
39085         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
39086         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
39087         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
39088         (_IO_vfscanf_internal, _IO_vfprintf_internal)
39089         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
39090         (_IO_init_internal, _IO_un_link_internal): Don't declare.
39091         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
39092         with libc_hidden_ver, remove use of INTUSE.
39093         * libio/genops.c: Likewise.
39094         * libio/freopen.c: Likewise.
39095         * libio/freopen64.c: Likewise.
39096         * libio/iofclose.c: Likewise.
39097         * libio/iofdopen.c: Likewise.
39098         * libio/iofflush.c: Likewise.
39099         * libio/iofflush_u.c: Likewise.
39100         * libio/iofgets.c: Likewise.
39101         * libio/iofgets_u.c: Likewise.
39102         * libio/iofopen.c: Likewise.
39103         * libio/iofopncook.c: Likewise.
39104         * libio/iofread.c: Likewise.
39105         * libio/iofread_u.c: Likewise.
39106         * libio/ioftell.c: Likewise.
39107         * libio/iofwrite.c: Likewise.
39108         * libio/iogetline.c: Likewise.
39109         * libio/iogets.c: Likewise.
39110         * libio/iogetwline.c: Likewise.
39111         * libio/iopadn.c: Likewise.
39112         * libio/iopopen.c: Likewise.
39113         * libio/ioseekoff.c: Likewise.
39114         * libio/ioseekpos.c: Likewise.
39115         * libio/iosetbuffer.c: Likewise.
39116         * libio/iosetvbuf.c: Likewise.
39117         * libio/ioungetc.c: Likewise.
39118         * libio/ioungetwc.c: Likewise.
39119         * libio/iovdprintf.c: Likewise.
39120         * libio/iovsprintf.c: Likewise.
39121         * libio/iovsscanf.c: Likewise.
39122         * libio/memstream.c: Likewise.
39123         * libio/obprintf.c: Likewise.
39124         * libio/oldfileops.c: Likewise.
39125         * libio/oldiofclose.c: Likewise.
39126         * libio/oldiofdopen.c: Likewise.
39127         * libio/oldiofopen.c: Likewise.
39128         * libio/oldiopopen.c: Likewise.
39129         * libio/oldstdfiles.c: Likewise.
39130         * libio/putc.c: Likewise.
39131         * libio/setbuf.c: Likewise.
39132         * libio/setlinebuf.c: Likewise.
39133         * libio/stdfiles.c: Likewise.
39134         * libio/strops.c: Likewise.
39135         * libio/vasprintf.c: Likewise.
39136         * libio/vscanf.c: Likewise.
39137         * libio/vsnprintf.c: Likewise.
39138         * libio/vswprintf.c: Likewise.
39139         * libio/wfiledoalloc.c: Likewise.
39140         * libio/wfileops.c: Likewise.
39141         * libio/wgenops.c: Likewise.
39142         * libio/wmemstream.c: Likewise.
39143         * libio/wstrops.c: Likewise.
39144         * libio/__fpurge.c: Likewise.
39145         * libio/__fsetlocking.c: Likewise.
39146         * assert/assert.c: Likewise.
39147         * debug/fgets_chk.c: Likewise.
39148         * debug/fgets_u_chk.c: Likewise.
39149         * debug/fread_chk.c: Likewise.
39150         * debug/fread_u_chk.c: Likewise.
39151         * debug/gets_chk.c: Likewise.
39152         * debug/obprintf_chk.c: Likewise.
39153         * debug/vasprintf_chk.c: Likewise.
39154         * debug/vdprintf_chk.c: Likewise.
39155         * debug/vsnprintf_chk.c: Likewise.
39156         * debug/vsprintf_chk.c: Likewise.
39157         * malloc/mtrace.c: Likewise.
39158         * misc/error.c: Likewise.
39159         * misc/syslog.c: Likewise.
39160         * stdio-common/asprintf.c: Likewise.
39161         * stdio-common/fxprintf.c: Likewise.
39162         * stdio-common/getw.c: Likewise.
39163         * stdio-common/isoc99_fscanf.c: Likewise.
39164         * stdio-common/isoc99_scanf.c: Likewise.
39165         * stdio-common/isoc99_vfscanf.c: Likewise.
39166         * stdio-common/isoc99_vscanf.c: Likewise.
39167         * stdio-common/isoc99_vsscanf.c: Likewise.
39168         * stdio-common/printf-prs.c: Likewise.
39169         * stdio-common/printf_fp.c: Likewise.
39170         * stdio-common/printf_fphex.c: Likewise.
39171         * stdio-common/printf_size.c: Likewise.
39172         * stdio-common/putw.c: Likewise.
39173         * stdio-common/scanf.c: Likewise.
39174         * stdio-common/sprintf.c: Likewise.
39175         * stdio-common/tmpfile.c: Likewise.
39176         * stdio-common/vfprintf.c: Likewise.
39177         * stdio-common/vfscanf.c: Likewise.
39178         * stdlib/strfmon_l.c: Likewise.
39179         * sunrpc/openchild.c: Likewise.
39180         * sunrpc/xdr_stdio.c: Likewise.
39181         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
39182         * sysdeps/mach/hurd/tmpfile.c: Likewise.
39183
39184 2012-05-24  Roland McGrath  <roland@hack.frob.com>
39185
39186         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
39187
39188         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
39189         in the third column, to generate for the shared library an IFUNC
39190         that uses _dl_vdso_vsym.
39191         * Makerules (COMPILE.c, compile-stdin.c): New variables.
39192         * Makeconfig (object-suffixes-noshared): New variable.
39193
39194         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
39195         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
39196         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
39197         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
39198
39199         [BZ #14132]
39200         * include/sys/time.h (__gettimeofday): Remove macro.
39201         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
39202         * time/gettimeofday.c (__gettimeofday): Remove #undef.
39203         Remove INTDEF.
39204         (__gettimeofday): Add libc_hidden_def.
39205         (gettimeofday): Add libc_hidden_weak.
39206         * sysdeps/mach/gettimeofday.c: Likewise.
39207         * sysdeps/posix/gettimeofday.c: Likewise.
39208         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
39209         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
39210         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
39211         (__gettimeofday_internal): Remove strong_alias.
39212         (__gettimeofday): Add libc_hidden_def.
39213         (gettimeofday): Add libc_hidden_weak.
39214         * sysdeps/unix/syscalls.list (gettimeofday):
39215         Remove __gettimeofday_internal alias.
39216
39217 2012-05-24  Daniel Jacobowitz  <drow@false.org>
39218             H.J. Lu  <hongjiu.lu@intel.com>
39219
39220         [BZ #12495]
39221         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
39222         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
39223         (largebin_index_32_big): New.
39224         (largebin_index): Use it for 16-byte alignment.
39225         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
39226         correction with front_misalign.
39227
39228 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
39229
39230         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
39231         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
39232         Likewise.
39233         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
39234         Likewise.
39235         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
39236         Likewise.
39237         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
39238         Likewise.
39239         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
39240         Likewise.
39241         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
39242         Likewise.
39243         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
39244         Likewise.
39245         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
39246         Likewise.
39247         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
39248         Likewise.
39249         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
39250         Likewise.
39251         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
39252         Likewise.
39253         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
39254         Likewise.
39255
39256         * scripts/data/c++-types-x32-linux-gnu.data: New file.
39257         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
39258
39259 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
39260
39261         [BZ #10846]
39262         [BZ #14036]
39263         * math/libm-test.inc (exp_test): Add test from bug 14036.
39264         (pow_test): Add test from bug 10846.
39265
39266         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
39267         and other flags.
39268         (special_function): Do not include flags in test name.
39269         (parse_args): Likewise.
39270         * sysdeps/i386/fpu/libm-test-ulps: Update.
39271         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
39272         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
39273         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
39274         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39275
39276         * math/gen-libm-test.pl (%beautify): Add entries for underflow
39277         exceptions.
39278         * math/libm-test.inc ("Philosophy"): Update comment about
39279         exception testing.
39280         (UNDERFLOW_EXCEPTION): New macro.
39281         (UNDERFLOW_EXCEPTION_OK): Likewise.
39282         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
39283         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
39284         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
39285         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
39286         (INVALID_EXCEPTION_OK): Update value.
39287         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
39288         (OVERFLOW_EXCEPTION_OK): Likewise.
39289         (IGNORE_ZERO_INF_SIGN): Likewise.
39290         (test_exceptions): Handle underflow exceptions.
39291         (acos_test): Update for underflow exception expectations.
39292         (cexp_test): Likewise.
39293         (clog_test): Likewise.
39294         (clog10_test): Likewise.
39295         (csqrt_test): Likewise.
39296         (ctan_test): Likewise.
39297         (ctanh_test): Likewise.
39298         (exp_test): Likewise.
39299         (exp10_test): Likewise.
39300         (exp2_test): Likewise.
39301         (expm1_test): Likewise.
39302         (fma_test): Likewise.
39303         (j0_test): Likewise.
39304         (jn_test): Likewise.
39305         (nexttoward_test): Likewise.
39306         (pow_test): Likewise.
39307         (scalbn_test): Likewise.
39308         (scalbln_test): Likewise.
39309         (tan_test): Likewise.
39310         (y1_test): Likewise.
39311         * sysdeps/i386/fpu/libm-test-ulps: Update.
39312         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39313
39314 2012-05-23  David S. Miller  <davem@davemloft.net>
39315
39316         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
39317         (__libc_sigaction): Remove unused local variables.
39318
39319 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
39320
39321         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
39322
39323 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
39324
39325         mktime: avoid signed integer overflow
39326         * time/mktime.c (__mktime_internal): Do not mishandle the case
39327         where diff == INT_MIN.
39328
39329         mktime: simplify computation of average
39330         * time/mktime.c (ranged_convert): Use new time_t_avg function
39331         instead of rolling our own (probably-slower) code.
39332
39333         mktime: do not assume signed right shift propagates sign bit
39334         * time/mktime.c (isdst_differ): New static function.
39335         (__mktime_internal): No need to normalize tm_isdst now.
39336         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
39337         tm_isdst values.
39338
39339         mktime: merge another wrapv change from gnulib
39340         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
39341         from some compilers.
39342
39343         mktime: remove incorrect attempt at unusual arithmetics
39344         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
39345         The code didn't really work on such machines anyway.
39346         (TYPE_MINIMUM): Assume two's complement.
39347         (twos_complement_arithmetic): Verify that long_int and time_t
39348         are two's complement (or unsigned, in the latter case).
39349
39350         mktime: check signed shifts on long_int and time_t, too
39351         * time/mktime.c (SHR): Check that shifts work as desired
39352         on the types long_int and time_t too, as SHR is used on
39353         such types.
39354
39355         mktime: do not assume 'long' is wide enough
39356         * time/mktime.c (verify): Move decl up.
39357         (long_int): New type.
39358         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
39359         to remove assumption in the code that 'long' is wide enough to
39360         store year values.  This assumption is not true on x32 and on
39361         some non-glibc platforms.
39362
39363         mktime: merge wrapv change from gnulib
39364         * time/mktime.c (WRAPV): New macro.
39365         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
39366         (guess_time_tm, __mktime_internal): Do not assume that signed
39367         integer overflow wraps around; modern compilers generate code
39368         where this assumption is no longer valid.
39369
39370 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
39371
39372         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
39373         Replace "jmp L(pseudo_end)" with "ret".
39374         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
39375         Likewise.
39376
39377 2012-05-23  Andreas Jaeger  <aj@suse.de>
39378
39379         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
39380         * sysdeps/unix/sysv/linux/poll.c: Remove file.
39381
39382 2012-05-23  Andreas Jaeger  <aj@suse.de>
39383             Maximilian Attems  <max@stro.at>
39384
39385         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
39386         New macros.
39387
39388 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
39389
39390         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
39391         code so that pseudo_end is just ret and the stack pointer is
39392         correct also for static library in error case.
39393
39394 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
39395
39396         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
39397         move to syscalls.list.
39398         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
39399         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
39400         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
39401         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
39402
39403         * manual/install.texi (Running make install): Do not mention Linux
39404         kernel version for which pt_chown is not needed.
39405         (Linux): Do not mention problems with nscd with 2.0 kernels.
39406         * INSTALL: Regenerated.
39407
39408 2012-05-23  Andreas Jaeger  <aj@suse.de>
39409
39410         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
39411         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
39412         macro.
39413         * sysdeps/unix/sysv/linux/s390/bits/mman.h
39414         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39415         * sysdeps/unix/sysv/linux/sh/bits/mman.h
39416         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39417         * sysdeps/unix/sysv/linux/i386/bits/mman.h
39418         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39419         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
39420         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39421         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
39422         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39423         * sysdeps/unix/sysv/linux/bits/in.h
39424         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
39425
39426 2012-05-22  Roland McGrath  <roland@hack.frob.com>
39427
39428         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
39429         (PREPARE_VERSION): Just use assert instead, it will be elided
39430         under [NDEBUG] anyway.
39431
39432 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39433
39434         * sysdeps/unix/sysv/linux/Makefile: Include
39435         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
39436         (sysdep_routines): Remove sysctl.
39437         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
39438         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
39439         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
39440         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
39441         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
39442
39443 2012-05-22  Andreas Jaeger  <aj@suse.de>
39444
39445         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
39446         that pseudo_end is just ret and the stack pointer is correct also
39447         for static library in error case.
39448
39449 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
39450
39451         [BZ #14122]
39452         * nss/nsswitch.c (defconfig_entries): New variable.
39453         (__nss_database_lookup): Don't leak defconfig entries.
39454         (nss_parse_service_list): Don't leak on error paths.
39455         (free_database_entries): New function.
39456         (free_defconfig): New function.
39457         (free_mem): Move common code to free_database_entries.
39458
39459 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39460
39461         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
39462         Add arch_prctl.
39463         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
39464
39465         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
39466         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
39467         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
39468         New macro.
39469         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
39470         (INTERNAL_SYSCALL_TYPES): Likewise.
39471         (LOAD_ARGS_TYPES_[1-6]): Likewise.
39472         (LOAD_REGS_TYPES_[1-6]): Likewise.
39473         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
39474         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
39475
39476 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39477
39478         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
39479         copysignl for GLIBC_2_0.
39480         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
39481         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
39482         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
39483         logbl for GLIBC_2_0.
39484         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
39485         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
39486
39487 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39488
39489         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
39490         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
39491
39492         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
39493         Use "neg %eax".
39494
39495         * time/mktime.c: Update copyright years.
39496
39497 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
39498
39499         mktime: merge comment-quoting-style change from gnulib
39500         * time/mktime.c: Quote 'like this' in comments.
39501         The GNU coding standards suggest that we no longer quote `like this',
39502         as "`" and "'" are typically rendered asymmetrically nowadays.
39503         The typical gnulib style is to quote 'like this' when quoting
39504         code, and "like this" when quoting English.
39505
39506         * time/mktime.c (compile-command): Add "-I.".
39507
39508         mktime: merge mktime-internal.h change from gnulib
39509         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
39510
39511         mktime: merge time_r change from gnulib
39512         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
39513
39514         mktime: merge DEBUG change from gnulib
39515         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
39516         case system <time.h> has a #define.
39517
39518         mktime: merge <sys/types.h> change from gnulib
39519         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
39520         since <time.t> is now guaranteed to define time_t.
39521
39522         mktime: merge HAVE_CONFIG_H change from gnulib
39523         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
39524
39525 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39526
39527         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
39528         Use "neg %eax".
39529
39530         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
39531         __rlim_t cast.
39532         (struct rusage): Use anonymous union to pad each field to
39533         __syscall_slong_t.
39534
39535 2012-05-21  David S. Miller  <davem@davemloft.net>
39536
39537         * Makefules (o-iterator): Remove .s cases.
39538         (compile-command.s): Delete.
39539         (COMPILE.s): Delete.
39540         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
39541
39542 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
39543
39544         * configure.in (libc_cv_predef_stack_protector): Only consider
39545         "foobar" and "__stack_chk_fail" lines in libc_undefs.
39546         * configure: Regenerated.
39547
39548 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
39549
39550         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
39551         New macro.  Use R*LP on int and pointer.
39552         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
39553         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
39554         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
39555         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
39556
39557         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
39558         [__WORDSIZE_TIME64_COMPAT32] instead of
39559         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
39560         (struct utmp): Likewise.
39561         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
39562         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
39563         Renamed to ...
39564         (__WORDSIZE_TIME64_COMPAT32): This.
39565         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
39566         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
39567         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
39568         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
39569         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
39570         (__WORDSIZE_TIME64_COMPAT32): New macro.
39571
39572 2012-05-21  Andreas Jaeger  <aj@suse.de>
39573
39574         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
39575         only if [SHARED]. Add prototype for __wcschr_ia32.
39576
39577 2012-05-21  Roland McGrath  <roland@hack.frob.com>
39578
39579         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
39580         of %rbp unmolested in the jmp_buf while mangling the low bits.
39581         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
39582         unmolested high bits of %rbp while demangling the low bits.
39583         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
39584
39585 2012-05-21  Andreas Jaeger  <aj@suse.de>
39586
39587         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
39588         * sunrpc/svc_simple.c: Use it for registerrpc.
39589         * sunrpc/xcrypt.c: Use it for passwd2des.
39590
39591         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
39592
39593 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
39594
39595         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
39596         Don't define if [__SYSCALL_WORDSIZE != 32].
39597         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
39598         New macro.
39599
39600 2012-05-21  Bruno Haible  <bruno@clisp.org>
39601             Andreas Jaeger  <aj@suse.de>
39602
39603         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
39604         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
39605         inptr and inend for must_buffer_ch.
39606         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
39607         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
39608         * stdio-common/Makefile (tests): Remove bug15.
39609         (bug15-ENV): Remove macro.
39610         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
39611         anymore.
39612
39613 2012-05-19  Andreas Jaeger  <aj@suse.de>
39614             Roland McGrath  <roland@hack.frob.com>
39615
39616         * manual/contrib.texi: Completely rewritten. It contains now an
39617         alphabetical list of contributors and their contributions.
39618
39619 2012-05-21  Richard Henderson  <rth@twiddle.net>
39620
39621         * misc/getauxval.c (__getauxval): Use unsigned long int.
39622         * misc/sys/auxv.h: Include <sys/cdefs.h>.
39623         (getauxval): Use unsigned long int.
39624
39625 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
39626
39627         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
39628
39629 2012-05-21  Roland McGrath  <roland@hack.frob.com>
39630
39631         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
39632         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
39633         __alignof__ (long double).
39634
39635 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39636
39637         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39638
39639 2012-05-20  Richard Henderson  <rth@twiddle.net>
39640
39641         * misc/getauxval.c: New file.
39642         * misc/sys/auxv.h: New file.
39643         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
39644         (routines): Add getauxval.
39645         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
39646         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
39647         * elf/dl-sysdep.c (_dl_auxv): Remove.
39648         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
39649         * elf/dl-support.c (_dl_auxv): New variable.
39650         (_dl_aux_init): Initialize it.
39651         * manual/startup.texi (Auxiliary Vector): New node.
39652         * sysdeps/generic/bits/hwcap.h: New file.
39653         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
39654         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
39655         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
39656         * sysdeps/sparc/sysdep.h: ... here.  Include it.
39657         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
39658         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
39659         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
39660         Update.
39661         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
39662         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
39663         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
39664         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
39665         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
39666         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
39667         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
39668         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
39669
39670 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39671
39672         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39673
39674 2012-05-19  David S. Miller  <davem@davemloft.net>
39675
39676         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39677
39678 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
39679
39680         [BZ #14123]
39681         * math/s_ccosh.c: Include <float.h>
39682         (__ccosh): Avoid internal overflow calculating sinh and cosh
39683         values before multiplying by sin and cos values.
39684         * math/s_ccoshf.c: Likewise.
39685         * math/s_ccoshl.c: Likewise.
39686         * math/s_csin.c: Likewise.
39687         * math/s_csinf.c: Likewise.
39688         * math/s_csinl.c: Likewise.
39689         * math/s_csinh.c: Likewise.
39690         * math/s_csinhf.c: Likewise.
39691         * math/s_csinhl.c: Likewise.
39692         * math/libm-test.inc (ccos_test): Add more tests.
39693         (ccosh_test): Likewise.
39694         (csin_test): Likewise.
39695         (csinh_test): Likewise.
39696         * sysdeps/i386/fpu/libm-test-ulps: Update.
39697         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39698
39699 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
39700
39701         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
39702         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
39703
39704         * sysdeps/x86_64/x32/_itoa.h: Add comment.
39705
39706 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
39707
39708         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
39709         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
39710         * sysdeps/powerpc/soft-fp/Versions: Likewise.
39711         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
39712         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
39713         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
39714         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
39715         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
39716         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
39717         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
39718         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
39719         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
39720         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
39721         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
39722         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
39723         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
39724         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
39725         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
39726         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
39727         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
39728         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
39729         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
39730         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
39731         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
39732         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
39733         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
39734         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
39735         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
39736         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
39737         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
39738         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
39739
39740 2012-05-18  Andreas Jaeger  <aj@suse.de>
39741
39742         * csu/.gitignore: Delete.
39743
39744 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
39745
39746         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
39747         (timex): Use __syscall_slong_t.
39748
39749 2012-05-18  Andreas Jaeger  <aj@suse.de>
39750             Carlos O'Donell  <carlos_odonell@mentor.com>
39751
39752         * manual/install.texi (Configuring and compiling): Update
39753         description about files modified in the source directory.
39754         * INSTALL: Regenerated.
39755
39756 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
39757
39758         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
39759         value.  Use "or" to set return value to -1.
39760         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
39761         negate return value.
39762
39763 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
39764
39765         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
39766         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
39767         failure if the compiler has Graphite support disabled.
39768         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
39769         Likewise.
39770         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
39771         (CFLAGS-memmove.c): Likewise.
39772         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
39773         Likewise.
39774
39775 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
39776
39777         * sysdeps/x86_64/x32/_itoa.h: New file.
39778
39779         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
39780         getdents system call only if kernel and user dirents have the
39781         same d_ino and d_off.
39782
39783         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
39784         LLONG_MAX != LONG_MAX.
39785         (_itoa_word): Use _ITOA_WORD_TYPE on value.
39786         (_fitoa_word): Likewise.
39787
39788         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
39789         years.
39790         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
39791         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
39792         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
39793
39794         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
39795         include <bits/wordsize.h>.  Check __x86_64__ instead of
39796         __WORDSIZE.
39797         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
39798         if __x86_64__ is defined.  Use anonymous union on fpstate.
39799
39800         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
39801         anonymous union.
39802
39803 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
39804
39805         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
39806         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
39807         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
39808         Refer to _rtld_local_ro instead of _rtld_global_ro.
39809         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
39810         Likewise.
39811         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
39812         Likewise.
39813         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
39814         Likewise.
39815         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
39816         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
39817         of _rtld_global, and rtld_progname instead of _dl_argv[0].
39818
39819         * sysdeps/powerpc/powerpc32/dl-machine.c
39820         (__elf_machine_runtime_setup) [PROF]: Don't reference
39821         _dl_prof_resolve.
39822
39823 2012-05-18  Andreas Jaeger  <aj@suse.de>
39824
39825         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
39826         function only available for GCCs before 3.4 since GCC 3.4
39827         introduced a builtin.
39828         (lrint): Likewise.
39829         (llrintf): Likewise.
39830         (llrint): Likewise.
39831         (fmaxf): Likewise.
39832         (fmax): Likewise.
39833         (fminf): Likewise.
39834         (fmin): Likewise.
39835         (rint): Likewise.
39836         (rintf): Likewise.
39837         (nearbyint): Likewise.
39838         (nearbyintf): Likewise.
39839         (ceil): Likewise.
39840         (ceilf): Likewise.
39841         (floor): Likewise.
39842         (floorf): Likewise.
39843
39844 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
39845
39846         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
39847         on both fields and cast pointer to __syscall_ulong_t.
39848
39849         * bits/types.h (__fsword_t): New type.
39850         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
39851         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
39852         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39853         (__FSWORD_T_TYPE): Likewise.
39854         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39855         (__FSWORD_T_TYPE): Likewise.
39856         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39857         (__FSWORD_T_TYPE): Likewise.
39858         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
39859         (__FSWORD_T_TYPE): Likewise.
39860         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
39861         __SWORD_TYPE with __fsword_t.
39862         (statfs64): Likewise.
39863
39864 2012-05-17  David S. Miller  <davem@davemloft.net>
39865
39866         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
39867
39868 2012-05-17  Andreas Jaeger  <aj@suse.de>
39869
39870         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
39871         warning.
39872
39873 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
39874
39875         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
39876
39877 2012-05-17  Andreas Jaeger  <aj@suse.de>
39878
39879         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
39880         when it is used.
39881
39882 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
39883
39884         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
39885
39886 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
39887
39888         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
39889         * sysdeps/x86_64/tst-mallocalign1.c: New file.
39890
39891 2012-05-17  Andreas Jaeger  <aj@suse.de>
39892             Carlos O'Donell  <carlos_odonell@mentor.com>
39893
39894         [BZ #14059]
39895         * sysdeps/x86_64/multiarch/init-arch.h
39896         (bit_YMM_Usable): Rename to...
39897         (bit_AVX_Usable): ... this.
39898         (bit_FMA4_Usable): New macro.
39899         (bit_XMM_state): New macro.
39900         (bit_YMM_state): New macro.
39901         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
39902         [__ASSEMBLER__] (index_AVX_Usable): ... this.
39903         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
39904         (CPUID_OSXSAVE): New macro.
39905         (CPUID_AVX): New macro.
39906         (CPUID_FMA4): New macro.
39907         (index_YMM_Usable): Rename to...
39908         (index_AVX_Usable): ... this.
39909         (HAS_AVX): Use HAS_ARCH_FEATURE.
39910         (HAS_FMA4): Likewise.
39911         (HAS_YMM_USABLE): Remove.
39912         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
39913         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
39914         are present.
39915         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
39916         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
39917         * sysdeps/x86_64/multiarch/Makefile: Likewise.
39918         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
39919         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
39920
39921 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
39922
39923         * math/libm-test.c: Support platforms without multiple rounding modes.
39924         * math/bug-nextafter.c: Support platforms without FP exceptions.
39925         * math/bug-nexttoward.c: Likewise.
39926         * math/test-fenv.c: Likewise.
39927         * math/test-misc.c: Likewise.
39928         * stdlib/bug-getcontext.c: Likewise.
39929
39930 2012-05-17  Andreas Jaeger  <aj@suse.de>
39931
39932         * manual/examples/search.c (critter_cmp): Change signature to
39933         avoid warnings.
39934         * manual/string.texi (Collation Functions): Likewise.
39935
39936 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39937
39938         * bits/types.h: Fold copyright years.
39939         * bits/typesizes.h: Likewise.
39940         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
39941         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
39942         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
39943         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
39944         * time/time.h: Likewise.
39945
39946 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
39947
39948         [BZ #208]
39949         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
39950         in instead of returning them.  Return void.
39951         (__libc_mallinfo): Accumulate over all arenas.
39952         (__malloc_stats): Adjust for change in int_mallinfo interface.
39953
39954 2012-05-16  Roland McGrath  <roland@hack.frob.com>
39955
39956         [BZ #10375]
39957         * configure.in (NM): Add AC_CHECK_TOOL for it.
39958         (libc_extra_cflags): New substituted variable.
39959         Check for -fstack-protector being used implicitly.
39960         * configure: Regenerated.
39961         * config.make.in (config-extra-cflags): New variable,
39962         gets @libc_extra_cflags@.
39963         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
39964
39965         [BZ #10375]
39966         * configure.in: Check for _FORTIFY_SOURCE being predefined.
39967         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
39968         * configure: Regenerated.
39969         * config.make.in (CPPUNDEFS): New substituted variable.
39970         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
39971         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
39972         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
39973
39974 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39975
39976         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
39977         (mq_attr): Use __syscall_slong_t.
39978
39979 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39980
39981         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
39982         Check __x86_64__ instead of __WORDSIZE.
39983         (_STAT_VER_LINUX): Likewise.
39984         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
39985         __syscall_ulong_t and __syscall_slong_t.
39986         (stat64): Likewise.
39987
39988 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39989
39990         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
39991
39992 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39993
39994         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
39995
39996 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39997
39998         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
39999         __syscall_ulong_t.
40000
40001         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
40002         include <bits/wordsize.h>.  Check __x86_64__ instead of
40003         __WORDSIZE.
40004         (greg_t): Use "__extension__ long long int" if __x86_64__ is
40005         defined.
40006         (mcontext_t): Replace "unsigned long" with "unsigned long long".
40007
40008         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
40009         include <bits/wordsize.h>.  Check __x86_64__ instead of
40010         __WORDSIZE.
40011         (user_regs_struct): Use "__extension__ unsigned long long"
40012         instead of "unsigned long" if __x86_64__ is defined.
40013         (user): Likewise.  Pad after pointer field if __ILP32__ is
40014         defined.
40015
40016 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
40017
40018         * configure.in (makeinfo): Require version 4.5 or later.  Allow
40019         versions 5 to 9.
40020         * configure: Regenerated.
40021         * manual/install.texi (texinfo): Increase version requirement to
40022         4.5 or later.
40023         * INSTALL: Regenerated.
40024
40025         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
40026
40027 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
40028
40029         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
40030
40031         * sysdeps/x86_64/x32/ffs.c: New file.
40032
40033         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
40034         __syscall_ulong_t.
40035         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
40036         defined.  Use __syscall_ulong_t.
40037         (shminfo): Use __syscall_ulong_t.
40038         (shm_info): Likewise.
40039
40040         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
40041         __syscall_ulong_t.
40042
40043         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
40044         <bits/wordsize.h>.
40045         (msgqnum_t): Use __syscall_ulong_t.
40046         (msglen_t): Likewise.
40047         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
40048         __syscall_ulong_t.
40049
40050         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
40051         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
40052
40053         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
40054
40055         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
40056         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
40057
40058         * sysvipc/sys/msg.h (msgbuf): Replace long int with
40059         __syscall_slong_t.
40060
40061         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
40062         include <bits/wordsize.h>.  Check __x86_64__ instead of
40063         __WORDSIZE.
40064
40065         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
40066         "unsigned long long int" if __x86_64__ is defined.
40067         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
40068
40069         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
40070         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
40071         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
40072
40073         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
40074         <stdint.h>.
40075         (GET_PC): Cast to uintptr_t first.
40076         (GET_FRAME): Likewise.
40077         (GET_STACK): Likewise.
40078
40079         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
40080         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
40081         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
40082         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
40083         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
40084         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
40085         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
40086         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
40087         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
40088         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
40089         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
40090         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
40091         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
40092         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
40093         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
40094         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
40095         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
40096         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
40097         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
40098         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
40099         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
40100         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
40101         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
40102         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
40103         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
40104         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
40105         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
40106         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
40107         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
40108
40109 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
40110
40111         * Makerules (+depfiles): Also collect depfiles from .oS in
40112         $(extra-objs).
40113         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
40114         .oS, $(libnldbl-routines)).
40115
40116         * Makerules (native-compile-mkdep-flags): Define.
40117         * sunrpc/Makefile (extra-objs): Add $(addprefix
40118         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
40119         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
40120         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
40121         calling $(make-target-directory).
40122
40123 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40124
40125         * bits/types.h (__snseconds_t): Removed.
40126         * time/time.h (struct timespec): Replace __snseconds_t with
40127         __syscall_slong_t.
40128         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
40129         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
40130         Likewise.
40131         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
40132         (__SNSECONDS_T_TYPE): Likewise.
40133         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
40134         (__SNSECONDS_T_TYPE): Likewise.
40135         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
40136         (__SNSECONDS_T_TYPE): Likewise.
40137
40138 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40139
40140         * sysdeps/mach/hurd/bits/typesizes.h
40141         (__SYSCALL_SLONG_TYPE): New macro.
40142         (__SYSCALL_ULONG_TYPE): Likewise.
40143
40144 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40145
40146         * bits/types.h (__syscall_slong_t): New type.
40147         (__syscall_ulong_t): Likewise.
40148
40149         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
40150         (__SYSCALL_ULONG_TYPE): Likewise.
40151         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
40152         (__SYSCALL_SLONG_TYPE): Likewise.
40153         (__SYSCALL_ULONG_TYPE): Likewise.
40154         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
40155         (__SYSCALL_SLONG_TYPE): Likewise.
40156         (__SYSCALL_ULONG_TYPE): Likewise.
40157         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
40158         (__SYSCALL_SLONG_TYPE): Likewise.
40159         (__SYSCALL_ULONG_TYPE): Likewise.
40160
40161 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40162
40163         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
40164         Add sigaltstack-offsets.sym.
40165         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
40166         <sigaltstack-offsets.h>.
40167         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
40168         longjmp_msg pointer.
40169         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
40170         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
40171         signal stack.
40172         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
40173
40174 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
40175
40176         * elf/stackguard-macros.h: Remove file.
40177         * sysdeps/generic/stackguard-macros.h: New file.
40178         * sysdeps/i386/stackguard-macros.h: Likewise.
40179         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
40180         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
40181         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
40182         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
40183         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
40184         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
40185         * sysdeps/x86_64/stackguard-macros.h: Likewise.
40186         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
40187         <elf/stackguard-macros.h>.
40188
40189         [BZ #14109]
40190         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
40191         __aligned__ in attribute.
40192         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
40193         (gregset_t): Likewise.
40194
40195 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40196
40197         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
40198         * sysdeps/x86_64/64/Implies-after: Here.  New file.
40199         * sysdeps/x86_64/x32/Implies-after: New file.
40200
40201 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40202
40203         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
40204         and access return value for _dl_profile_fixup.  Use R10_LP to
40205         load frame size.
40206
40207 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40208
40209         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
40210
40211 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40212
40213         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
40214         * sysdeps/x86_64/x32/sysdep.h: New file.
40215
40216 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40217
40218         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
40219         * sysdeps/x86_64/setjmp.S: Likewise.
40220
40221 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40222
40223         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
40224         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
40225         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
40226         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
40227         remove unused global constant.
40228
40229 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
40230
40231         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
40232         include of <not-cancel.h>.
40233
40234 2012-05-15  Roland McGrath  <roland@hack.frob.com>
40235
40236         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
40237
40238 2012-05-15  Jeff Law  <law@redhat.com>
40239             Andreas Jaeger  <aj@suse.de>
40240
40241         [BZ #13594]
40242         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
40243         out from...
40244         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
40245         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
40246         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
40247         code changing __hst_map_handle.map.
40248
40249 2012-05-15  Roland McGrath  <roland@hack.frob.com>
40250
40251         * configure.in (sysnames): Look for Implies-before and Implies-after
40252         files.
40253         * configure: Regenerated.
40254
40255 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40256
40257         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
40258         8-byte data alignment with LP_SIZE alignment.
40259
40260 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40261
40262         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
40263         into R10_LP.
40264
40265 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40266
40267         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
40268
40269 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40270
40271         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
40272         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
40273         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
40274         Likewise.
40275         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
40276
40277 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40278
40279         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
40280         (stackinfo_sub_sp): Likewise.
40281
40282 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40283
40284         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
40285         RAX_LP.
40286
40287 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40288
40289         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
40290         into R*_LP.
40291
40292 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40293
40294         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
40295         sizes into R*_LP.
40296
40297 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40298
40299         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
40300
40301 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40302
40303         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
40304         into R11_LP and load __x86_64_shared_cache_size_half into
40305         R8_LP.
40306
40307 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40308
40309         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
40310         R8_LP.
40311
40312 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40313
40314         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
40315         logb for POWER7.
40316         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
40317         logbf for POWER7.
40318         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
40319         logbl for POWER7.
40320         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
40321         powerpc32/power7/fpu/s_logb.c via #include.
40322         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
40323         powerpc32/power7/fpu/s_logbf.c via #include.
40324         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
40325         powerpc32/power7/fpu/s_logbl.c via #include.
40326
40327 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
40328
40329         * README.libm: Remove file.
40330
40331 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40332
40333         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
40334         count for x32.  Use R*_LP and omit operand-size suffix.
40335
40336 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40337
40338         * shlib-versions: Move x86_64-.*-linux.* entries to ...
40339         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
40340         * sysdeps/x86_64/x32/shlib-versions: New file.
40341
40342 2012-05-14  Roland McGrath  <roland@hack.frob.com>
40343
40344         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
40345         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
40346         Use _dl_fatal_printf instead.
40347
40348 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
40349
40350         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
40351         set if not set by the user.  Do not allow for being unset.
40352         * sysdeps/unix/sysv/linux/configure: Regenerated.
40353
40354 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40355
40356         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
40357         the `q' suffix from lea and replace .quad with ASM_ADDR.
40358
40359 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40360
40361         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
40362         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
40363         instead of $17.
40364         (PTR_DEMANGLE): Likewise.
40365
40366 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40367
40368         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
40369         (LP_OP): Likewise.
40370         (ASM_ADDR): Likewise.
40371         (RAX_LP): Likewise.
40372         (RBP_LP): Likewise.
40373         (RBX_LP): Likewise.
40374         (RCX_LP): Likewise.
40375         (RDI_LP): Likewise.
40376         (RSI_LP): Likewise.
40377         (RSP_LP): Likewise.
40378         (R8_LP): Likewise.
40379         (R9_LP): Likewise.
40380         (R10_LP): Likewise.
40381         (R10_LP): Likewise.
40382         (R11_LP): Likewise.
40383         (R12_LP): Likewise.
40384         (R13_LP): Likewise.
40385         (R14_LP): Likewise.
40386         (R15_LP): Likewise.
40387
40388 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40389
40390         * sysdeps/x86_64/x32/dl-machine.h: New file.
40391
40392 2012-05-14  Andreas Jaeger  <aj@suse.de>
40393
40394         * manual/Makefile (subdir): Remove export of subdir.
40395         (all): Remove target.
40396         (.PHONY): Remove all from list.
40397         (mkinstalldirs): Remove.
40398         (.PHONY): Remove installdirs from list.
40399         ($(inst_infodir)/libc.info): Use make-target-directory.
40400         (installdirs): Remove.
40401         (subdir_%): Remove.
40402         (glibc-targets): Remove.
40403         (lib): Remove.
40404         (stubs): Remove.
40405         ($(objpfx)stubs ../po/manual.pot): Remove.
40406         ($(objpfx)stamp%): Remove.
40407         (make-target-directory): Remove.
40408         (subdir_install): Remove.
40409         (routines): Remove.
40410         (aux): Remove.
40411         (sources): Remove.
40412         (objects): Remove.
40413         (headers): Remove.
40414
40415         [BZ #13750]
40416         * manual/.gitignore: Remove, it's not needed anymore.
40417         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
40418         all files in it.
40419         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
40420         directory.
40421         (texis): Renamed to $(objpfx)texis.
40422         (texis-path): New, contains path to generated files.
40423         (chapters.%): Use texis-path for complete path, add extra argument
40424         libc-texinfo.sh.
40425         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
40426         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
40427         (summary,texi, stamp-summary): Use complete path of
40428         files. Generate files in build dir.
40429         (dir-add.texi): Build in build dir.
40430         (libm-err.texi,stamp-libm-err): Likewise.
40431         (version.texi, stamp-version): Likewise.
40432         (.%c.texi): Likewise.
40433         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
40434         (mostlyclean): Remove target.
40435         (realclean): Remove target.
40436         (generated): Add new variable with contents from mostlyclean and
40437         realclean, remove entries duplicated in common-mostlyclean, add
40438         stamp-libm-err and stamp-version.
40439         (generated-dirs): Add libc directory.
40440         ($(inst_infodir)/libc.info): Install files from build dir.
40441
40442         * manual/install.texi (Configuring and compiling): Adjust since
40443         the info files are not part of the tar ball anymore.
40444
40445 2012-05-14  Andreas Jaeger  <aj@suse.de>
40446
40447         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
40448         variable.
40449
40450 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
40451
40452         [BZ #13717]
40453         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
40454         to 2.2.0 where earlier.
40455         * sysdeps/unix/sysv/linux/configure: Regenerated.
40456         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
40457         Remove conditional code.
40458         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
40459         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
40460         Remove conditional code.
40461         [!__NR_lchown]: Likewise.
40462         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
40463         [__NR_lchown]: Likewise.
40464         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
40465         comment referencing __ASSUME_LCHOWN_SYSCALL.
40466         * sysdeps/unix/sysv/linux/i386/sigaction.c
40467         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40468         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40469         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
40470         Remove conditional code.
40471         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
40472         (__protocol_available): Remove #if 0 code.
40473         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
40474         conditional code.
40475         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
40476         * sysdeps/unix/sysv/linux/kernel-features.h
40477         (__ASSUME_GETCWD_SYSCALL): Don't define.
40478         (__ASSUME_REALTIME_SIGNALS): Likewise.
40479         (__ASSUME_PREAD_SYSCALL): Likewise.
40480         (__ASSUME_PWRITE_SYSCALL): Likewise.
40481         (__ASSUME_POLL_SYSCALL): Likewise.
40482         (__ASSUME_LCHOWN_SYSCALL): Likewise.
40483         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
40484         non-SPARC.
40485         (__ASSUME_SIOCGIFNAME): Don't define.
40486         (__ASSUME_MSG_NOSIGNAL): Likewise.
40487         (__ASSUME_SENDFILE): Define unconditionally.
40488         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
40489         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
40490         conditional code.
40491         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
40492         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
40493         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
40494         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
40495         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
40496         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
40497         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
40498         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
40499         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40500         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40501         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
40502         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40503         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40504         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
40505         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40506         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40507         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
40508         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40509         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40510         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
40511         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40512         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40513         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
40514         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40515         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40516         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
40517         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40518         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40519         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
40520         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40521         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40522         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
40523         Remove conditional code.
40524         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40525         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
40526         Remove conditional code.
40527         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40528         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
40529         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
40530         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
40531         Remove conditional code.
40532         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40533         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
40534         Remove conditional code.
40535         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40536         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
40537         Remove conditional code.
40538         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40539         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
40540         Remove conditional code.
40541         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40542         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
40543         Remove conditional code.
40544         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40545         * sysdeps/unix/sysv/linux/sh/pwrite64.c
40546         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40547         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40548         * sysdeps/unix/sysv/linux/sigaction.c
40549         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40550         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40551         * sysdeps/unix/sysv/linux/sigpending.c
40552         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40553         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40554         * sysdeps/unix/sysv/linux/sigprocmask.c
40555         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40556         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40557         * sysdeps/unix/sysv/linux/sigsuspend.c
40558         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40559         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40560         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
40561         (__libc_missing_rt_sigs): Remove.
40562         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
40563         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
40564         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
40565         Remove conditional code.
40566         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
40567         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
40568         return 1.
40569         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
40570         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
40571         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
40572         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
40573
40574 2012-05-14  Andreas Jaeger  <aj@suse.de>
40575
40576         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
40577         it's not used in glibc.
40578         (__coshm1): Likewise.
40579         (__acosh1p): Likewise.
40580         (__sgn): Likewise.
40581
40582         * manual/string.texi (Copying and Concatenation): Add missing
40583         variable in concat example.
40584         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
40585
40586 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40587
40588         [BZ #14103]
40589         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
40590         __builtin_clzl with __builtin_clzll.
40591
40592 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40593
40594         [BZ #14104]
40595         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
40596         libc_freeres_ptr.
40597
40598 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
40599
40600         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
40601         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
40602         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
40603         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
40604
40605 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
40606
40607         * NEWS: Update ia64 info.
40608
40609 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
40610
40611         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
40612         used as bcopy.
40613
40614 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
40615
40616         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
40617         * sysdeps/unix/syscalls.list (dup3): Likewise.
40618         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
40619         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
40620
40621 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
40622
40623         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
40624         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
40625
40626 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
40627
40628         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
40629         thread pointer.
40630         (TLS_IE): Use mov/add instead of movq/addq to load thread
40631         pointer.
40632         (TLS_GD_PREFIX): New.
40633         (TLS_GD): Use it.
40634
40635 2012-05-11  David S. Miller  <davem@davemloft.net>
40636
40637         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
40638         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
40639         (_FPU_SETCW): Likewise.
40640
40641 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40642
40643         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
40644         is 32-byte aligned.
40645
40646 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
40647
40648         [BZ #11837]
40649         * iconvdata/gb18030.c: Update tables.
40650         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
40651         characters specially.
40652         (BODY for TO_LOOP): Add encoding of missing ranges.
40653
40654 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
40655
40656         [BZ #13673]
40657         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
40658         * sysdeps/mach/hurd/dup3.c: Likewise.
40659         * sysdeps/mach/hurd/readlinkat.c: Likewise.
40660         * sysdeps/powerpc/memmove.c:: Likewise.
40661
40662 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40663
40664         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
40665         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
40666
40667 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40668
40669         * elf/elf.h (R_X86_64_RELATIVE64): New.
40670         (R_X86_64_NUM): Updated.
40671         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
40672         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
40673         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
40674         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
40675         tst-quad1pie tst-quad2pie
40676         (modules-names): Add tst-quadmod1 tst-quadmod2.
40677         ($(objpfx)tst-quad1): New dependency.
40678         ($(objpfx)tst-quad2): Likewise.
40679         ($(objpfx)tst-quad1pie): Likewise.
40680         ($(objpfx)tst-quad2pie): Likewise.
40681         * sysdeps/x86_64/tst-quad1.c: New file.
40682         * sysdeps/x86_64/tst-quad1pie.c: New file.
40683         * sysdeps/x86_64/tst-quad2.c: Likewise.
40684         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
40685         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
40686         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
40687         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
40688         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
40689
40690 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40691
40692         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
40693         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
40694         * streams/stropts.h (t_scalar_t): Define type.
40695
40696         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
40697         (_PATH_PRESERVE): Set to "/var/lib".
40698         (_PATH_RWHODIR): Set to "/var/spool/rwho".
40699
40700         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
40701         instead of int.
40702
40703         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
40704         if __dir_mkfile succeeded.
40705
40706         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
40707         checking for _hurd_dtablesize.  Unlock it right after having
40708         finished _hurd_dtable allocation.
40709
40710 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40711
40712         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
40713         * sysdeps/mach/hurd/configure: Regenerated.
40714         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
40715         special-casing to...
40716         * sysdeps/gnu/configure.in: ... this new file.
40717         * sysdeps/unix/sysv/linux/configure: Regenerated.
40718         * sysdeps/gnu/configure: New generated file.
40719
40720         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
40721         for Linux: use nsec instead of usec, as well as:
40722         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
40723         members of type struct timespec.
40724         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
40725         New macros.
40726         (struct stat64): Likewise.
40727         (_STATBUF_ST_NSEC): New macro.
40728         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
40729
40730         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
40731         __strtoul_internal rather than strtoul.
40732
40733 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40734
40735         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
40736         and reject them.
40737
40738 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40739
40740         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
40741         which preserves existing values.
40742         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
40743
40744 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40745
40746         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
40747         TIMEOUT values.  Return EINVAL for NFDS values either negative or
40748         greater than FD_SETSIZE.
40749
40750 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40751
40752         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
40753         allocated, call __vm_protect to finish enabling the existing space, and
40754         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
40755         allocate the remainder.
40756
40757 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40758
40759         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
40760         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
40761
40762 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40763
40764         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
40765         sysdeps/mach/hurd/readlink.c.
40766
40767         * posix/tst-sysconf.c (posix_options): Only use
40768         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
40769         _POSIX_SYNCHRONIZED_IO when they are defined
40770         * sysdeps/mach/hurd/bits/posix_opt.h:
40771         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
40772         (_XOPEN_REALTIME): Undefine macro.
40773         (_XOPEN_REALTIME_THREADS): Undefine macro.
40774         (_XOPEN_SHM): Undefine macro.
40775         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
40776         macro to -1.
40777         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
40778         macro to -1.
40779         (_POSIX_ASYNC_IO): Undefine macro.
40780         (_POSIX_PRIORITIZED_IO): Undefine macro.
40781         (_POSIX_SPIN_LOCKS): Define macro to -1.
40782
40783         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
40784         SA_NODEFER, SA_RESETHAND.
40785         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
40786         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
40787         F_DUPFD_CLOEXEC.
40788
40789 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40790
40791         * elf/Makefile (pldd-modules): Define unconditionally.
40792
40793 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40794
40795         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
40796
40797 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40798
40799         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
40800         Return ENOENT when name is empty.
40801         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
40802
40803 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40804
40805         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
40806
40807         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
40808
40809 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40810
40811         Fix mlock in all cases except non-readable pages.
40812         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
40813         instead of VM_PROT_ALL as parameter to __vm_wire function.
40814
40815         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
40816         (__mkdir): When path is `/', just fail with EEXIST.
40817         * sysdeps/mach/hurd/mkdirat.c: Likewise.
40818
40819 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40820
40821         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
40822         <sys/uio.h> (for writev).
40823         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
40824         and <sys/param.h> (for MIN).
40825
40826 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40827
40828         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
40829         REQUESTED_TIME.  Properly set the remaining time and return EINTR
40830         if interrupted.
40831
40832 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40833
40834         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
40835         Depend on against $(link-rpcuserlibs).
40836
40837 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40838
40839         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
40840         (__libc_stack_end): Do not use attribute_relro.
40841         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
40842         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
40843         to libthread-provided value.
40844         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
40845         attribute_relro.
40846
40847 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40848
40849         [BZ #3748]
40850         * bits/libc-lock.h (__libc_once_get): New macro.
40851         * sysdeps/mach/bits/libc-lock.h: Likewise.
40852         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
40853         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
40854         instead of using implementation details.
40855
40856         * libio/fileops.c: Unconditionally include <kernel-features.h>.
40857         * libio/freopen.c: Likewise.
40858         * libio/freopen64.c: Likewise.
40859         * misc/syslog.c: Likewise.
40860         * nscd/connections.c: Likewise.
40861         * nscd/netgroupcache.c: Likewise.
40862         * sysdeps/posix/getcwd.c: Likewise.
40863
40864 2012-05-10  Roland McGrath  <roland@hack.frob.com>
40865
40866         * math/w_ilogbf.c: Add #include <limits.h>.
40867
40868 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40869
40870         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
40871         path instead of returning without unlocking.
40872
40873         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
40874         immediate-write ioctls.
40875         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
40876
40877 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40878
40879         * sysdeps/mach/hurd/i386/init-first.c (init): Use
40880         __builtin_frame_address instead of making assumptions about the
40881         location of the return address relative to DATA.  Force early load of
40882         the return address.
40883         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
40884         __builtin_frame_address.
40885
40886         dup3 for GNU Hurd.
40887         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
40888         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
40889         implement dup3 and do some further code clean-ups.
40890         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
40891         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
40892
40893 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40894
40895         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
40896
40897         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
40898         HURD_CRITICAL_END around holding _hurd_dtable_lock.
40899         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
40900         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
40901         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
40902         d->port.lock.
40903
40904         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
40905         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
40906         when handler == SIG_ERR, not when handler != SIG_ERR.
40907
40908 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40909
40910         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
40911         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
40912         definitions.
40913
40914         accept4 for GNU Hurd.
40915         * include/sys/socket.h (__libc_accept4): New prototype.
40916         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
40917         to implement __libc_accept4.
40918         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
40919         __libc_accept4.
40920         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
40921
40922         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
40923         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
40924         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
40925         signal-defines.sym.
40926
40927 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40928
40929         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
40930
40931 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40932
40933         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
40934         assertion on O_CLOEXEC flag.
40935         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
40936         * hurd/intern-fd.c: Likewise.
40937         * hurd/port2fd.c: Likewise.
40938
40939 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40940
40941         [BZ #3906]
40942         * bits/in.h (IPV6_PKTINFO): Define new macro.
40943         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
40944
40945 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40946
40947         [BZ #13954]
40948         [BZ #13955]
40949         [BZ #13956]
40950         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
40951         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
40952         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
40953         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
40954         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
40955         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
40956         * math/libm-test.inc (logb_test) : Additional logb tests.
40957
40958 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
40959             Andreas Jaeger  <aj@suse.de>
40960
40961         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
40962         * configure: Regenerated.
40963         * config.h.in (LINK_OBSOLETE_RPC): New macro.
40964         * config.make.in (link-obsolete-rpc): New substituted variable.
40965         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
40966         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
40967         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
40968         (shared-only-routines): Don't set it under [link-obsolete-rpc],
40969         so that libc.a contains the symbols.
40970         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
40971         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
40972         * sunrpc/auth_none.c: Likewise.
40973         * sunrpc/auth_unix.c: Likewise.
40974         * sunrpc/authdes_prot.c: Likewise.
40975         * sunrpc/authuxprot.c: Likewise.
40976         * sunrpc/clnt_gen.c: Likewise.
40977         * sunrpc/clnt_perr.c: Likewise.
40978         * sunrpc/clnt_raw.c: Likewise.
40979         * sunrpc/clnt_simp.c: Likewise.
40980         * sunrpc/clnt_tcp.c: Likewise.
40981         * sunrpc/clnt_udp.c: Likewise.
40982         * sunrpc/clnt_unix.c: Likewise.
40983         * sunrpc/des_crypt.c: Likewise.
40984         * sunrpc/des_soft.c: Likewise.
40985         * sunrpc/get_myaddr.c: Likewise.
40986         * sunrpc/key_call.c: Likewise.
40987         * sunrpc/key_prot.c: Likewise.
40988         * sunrpc/netname.c: Likewise.
40989         * sunrpc/pm_getmaps.c: Likewise.
40990         * sunrpc/pm_getport.c: Likewise.
40991         * sunrpc/pmap_clnt.c: Likewise.
40992         * sunrpc/pmap_prot.c: Likewise.
40993         * sunrpc/pmap_prot2.c: Likewise.
40994         * sunrpc/pmap_rmt.c: Likewise.
40995         * sunrpc/publickey.c: Likewise.
40996         * sunrpc/rpc_cmsg.c: Likewise.
40997         * sunrpc/rpc_common.c: Likewise.
40998         * sunrpc/rpc_dtable.c: Likewise.
40999         * sunrpc/rpc_prot.c: Likewise.
41000         * sunrpc/rpc_thread.c: Likewise.
41001         * sunrpc/rtime.c: Likewise.
41002         * sunrpc/svc.c: Likewise.
41003         * sunrpc/svc_auth.c: Likewise.
41004         * sunrpc/svc_raw.c: Likewise.
41005         * sunrpc/svc_run.c: Likewise.
41006         * sunrpc/svc_tcp.c: Likewise.
41007         * sunrpc/svc_udp.c: Likewise.
41008         * sunrpc/svc_unix.c: Likewise.
41009         * sunrpc/svcauth_des.c: Likewise.
41010         * sunrpc/xcrypt.c: Likewise.
41011         * sunrpc/xdr.c: Likewise.
41012         * sunrpc/xdr_array.c: Likewise.
41013         * sunrpc/xdr_float.c: Likewise.
41014         * sunrpc/xdr_intXX_t.c: Likewise.
41015         * sunrpc/xdr_mem.c: Likewise.
41016         * sunrpc/xdr_rec.c: Likewise.
41017         * sunrpc/xdr_ref.c: Likewise.
41018         * sunrpc/xdr_sizeof.c: Likewise.
41019         * sunrpc/xdr_stdio.c: Likewise.
41020
41021 2012-05-10  Roland McGrath  <roland@hack.frob.com>
41022
41023         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
41024         change.  Update copyright years.
41025
41026 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
41027
41028         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
41029
41030 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
41031             Joseph Myers  <joseph@codesourcery.com>
41032             Paul Pluzhnikov  <ppluzhnikov@google.com>
41033
41034         [BZ #14012]
41035         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
41036         requiring rpcgen.
41037         [cross-compiling] (extra-libs): Likewise.
41038         [cross-compiling] (extra-libs-others): Likewise.
41039         [cross-compiling] (librpcsvc-routines): Likewise.
41040         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
41041         [cross-compiling] (omit-deps): Likewise.
41042         (sunrpc-CPPFLAGS): New variable.
41043         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
41044         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
41045         (cross-rpcgen-objs): New variable.
41046         (extra-objs): Append $(cross-rpcgen-objs).
41047         ($(cross-rpcgen-objs)): New rule.
41048         ($(objpfx)cross-rpcgen): Likewise.
41049         (rpcgen-cmd): Define to use $(built-program-file).  Expand
41050         comment.
41051         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
41052         ($(objpfx)x%.stmp): Likewise.
41053         * sunrpc/proto.h [IS_IN_build] (_): Define.
41054         [IS_IN_build] (_libc_intl_domainname): Likewise.
41055
41056 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
41057
41058         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
41059         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
41060         and R_X86_64_TPOFF64.
41061
41062 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
41063
41064         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
41065         sysdeps/unix/sysv/syscalls.list.
41066         (stime): Likewise.
41067         (utime): Likewise.
41068         * sysdeps/unix/sysv/syscalls.list: Remove file.
41069
41070 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
41071
41072         [BZ #3440]
41073         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
41074         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
41075         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
41076         (__LC_IDENTIFICATION): Make these macros useful in #if
41077         expressions, as required by C99.
41078
41079 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
41080
41081         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
41082         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
41083         after this.
41084
41085 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
41086
41087         * stdlib/longlong.h: Updated from GCC.
41088
41089 2012-05-09  Andreas Jaeger  <aj@suse.de>
41090
41091         * nscd/nscd.c (run_modes): Make named enum, reorder so that
41092         default is first entry.
41093         (run_mode): Set type.
41094         (main): Remove informal message about syslog.
41095         (options): Fix typo.
41096
41097         [BZ #14053]
41098         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
41099         to asm.
41100         (lrint): Likewise.
41101         (llrintf): Likewise.
41102         (llrint): Likewise.
41103         (rint): Likewise.
41104         (rintf): Likewise.
41105         (nearbyint): Likewise.
41106         (nearbyintf): Likewise.
41107
41108 2012-05-09  Andreas Jaeger  <aj@suse.de>
41109             Pedro Alves  <palves@redhat.com>
41110
41111         * nscd/nscd.c (run_mode): Use enum.
41112         (main): Cleanup coding style issue.
41113
41114 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
41115             Andreas Jaeger  <aj@suse.de>
41116
41117         * nscd/nscd.c (go_background): Replaced with...
41118         (run_mode): ... this.
41119         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
41120         (options): Add -F --foreground.
41121         (main): Implement it.
41122         (parse_opt): Parse it.
41123
41124 2012-05-09  Andreas Jaeger  <aj@suse.de>
41125
41126         [BZ #14083]
41127         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
41128         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
41129         -Wconversion warning.
41130         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
41131         Likewise.
41132
41133 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
41134
41135         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
41136         == 0.
41137         (LC_ALL): Use macro-int-constant.
41138         (LC_COLLATE): Likewise.
41139         (LC_CTYPE): Likewise.
41140         (LC_MESSAGES): Likewise.
41141         (LC_MONETARY): Likewise.
41142         (LC_NUMERIC): Likewise.
41143         (LC_TIME): Likewise.
41144         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
41145         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
41146         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41147         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
41148         Specify type.
41149         [C99-based standards] (float_t): Expect type.
41150         [C99-based standards] (double_t): Expect type.
41151         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
41152         type.
41153         [C99-based standards] (HUGE_VALL): Likewise.
41154         [C99-based standards] (INFINITY): Likewise.
41155         [C99-based standards] (NAN): Likewise.
41156         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
41157         [C99-based standards] (FP_NAN): Likewise.
41158         [C99-based standards] (FP_NORMAL): Likewise.
41159         [C99-based standards] (FP_SUBNORMAL): Likewise.
41160         [C99-based standards] (FP_ZERO): Likewise.
41161         [C99-based standards] (FP_FAST_FMA): Use
41162         optional-macro-int-constant.  Specify type.  Require == 1.
41163         [C99-based standards] (FP_FAST_FMAF): Likewise.
41164         [C99-based standards] (FP_FAST_FMAL): Likewise.
41165         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
41166         [C99-based standards] (FP_ILOGBNAN): Likewise.
41167         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
41168         Specify type.
41169         [C99-based standards] (MATH_ERREXCEPT): Likewise.
41170         [C99-based standards] (math_errhandling): Specify type.
41171         [ISO99 || ISO11] (signgam): Do not allow.
41172         [non-C99-based standards] (copysignf): Do not allow.
41173         [non-C99-based standards] (exp2f): Likewise.
41174         [non-C99-based standards] (log2f): Likewise.
41175         [non-C99-based standards] (modff): Allow.
41176         [non-C99-based standards] (erff): Do not allow.
41177         [non-C99-based standards] (erfcf): Likewise.
41178         [non-C99-based standards] (gammaf): Likewise.
41179         [non-C99-based standards] (hypotf): Likewise.
41180         [non-C99-based standards] (j0f): Likewise.
41181         [non-C99-based standards] (j1f): Likewise.
41182         [non-C99-based standards] (jnf): Likewise.
41183         [non-C99-based standards] (lgammaf): Likewise.
41184         [non-C99-based standards] (tgammaf): Likewise.
41185         [non-C99-based standards] (y0f): Likewise.
41186         [non-C99-based standards] (y1f): Likewise.
41187         [non-C99-based standards] (ynf): Likewise.
41188         [non-C99-based standards] (isnanf): Likewise.
41189         [non-C99-based standards] (acoshf): Likewise.
41190         [non-C99-based standards] (asinhf): Likewise.
41191         [non-C99-based standards] (atanhf): Likewise.
41192         [non-C99-based standards] (cbrtf): Likewise.
41193         [non-C99-based standards] (expm1f): Likewise.
41194         [non-C99-based standards] (ilogbf): Likewise.
41195         [non-C99-based standards] (log1pf): Likewise.
41196         [non-C99-based standards] (logbf): Likewise.
41197         [non-C99-based standards] (nextafterf): Likewise.
41198         [non-C99-based standards] (remainderf): Likewise.
41199         [non-C99-based standards] (rintf): Likewise.
41200         [non-C99-based standards] (scalbf): Likewise.
41201         [non-C99-based standards] (copysignl): Likewise.
41202         [non-C99-based standards] (exp2l): Likewise.
41203         [non-C99-based standards] (log2l): Likewise.
41204         [non-C99-based standards] (modfl): Allow.
41205         [non-C99-based standards] (erfl): Do not allow.
41206         [non-C99-based standards] (erfcl): Likewise.
41207         [non-C99-based standards] (gammal): Likewise.
41208         [non-C99-based standards] (hypotl): Likewise.
41209         [non-C99-based standards] (j0l): Likewise.
41210         [non-C99-based standards] (j1l): Likewise.
41211         [non-C99-based standards] (jnl): Likewise.
41212         [non-C99-based standards] (lgammal): Likewise.
41213         [non-C99-based standards] (tgammal): Likewise.
41214         [non-C99-based standards] (y0l): Likewise.
41215         [non-C99-based standards] (y1l): Likewise.
41216         [non-C99-based standards] (ynl): Likewise.
41217         [non-C99-based standards] (isnanl): Likewise.
41218         [non-C99-based standards] (acoshl): Likewise.
41219         [non-C99-based standards] (asinhl): Likewise.
41220         [non-C99-based standards] (atanhl): Likewise.
41221         [non-C99-based standards] (cbrtl): Likewise.
41222         [non-C99-based standards] (expm1l): Likewise.
41223         [non-C99-based standards] (ilogbl): Likewise.
41224         [non-C99-based standards] (log1pl): Likewise.
41225         [non-C99-based standards] (logbl): Likewise.
41226         [non-C99-based standards] (nextafterl): Likewise.
41227         [non-C99-based standards] (remainderl): Likewise.
41228         [non-C99-based standards] (rintl): Likewise.
41229         [non-C99-based standards] (scalbl): Likewise.
41230         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41231         [non-C99-based standards] (FP_*): Do not allow.
41232         [C99-based standards] (FP_*): Change to
41233         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
41234         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
41235         allow.
41236         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
41237         (SIG_ERR): Likewise.
41238         [X/Open-based standards] (SIG_HOLD): Likewise.
41239         (SIG_IGN): Likewise.
41240         (SIGABRT): Use macro-int-constant.  Specify type.  Require
41241         positive value.
41242         (SIGFPE): Likewise.
41243         (SIGILL): Likewise.
41244         (SIGINT): Likewise.
41245         (SIGSEGV): Likewise.
41246         (SIGTER): Likewise.
41247         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
41248         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
41249         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
41250         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
41251         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
41252         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
41253         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
41254         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
41255         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
41256         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
41257         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
41258         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
41259         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
41260         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
41261         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
41262         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
41263         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
41264         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
41265         [X/Open-based standards] (SIGTRAP): Likewise.
41266         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
41267         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
41268         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
41269         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
41270         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
41271         allow.
41272
41273 2012-05-08  Ian Wienand  <ianw@vmware.com>
41274
41275         [BZ #14080]
41276         * time/tzset.c (__tzset_parse_tz): Update default rules for
41277         daylight time changes in the Energy Policy Act of 2005.
41278
41279 2012-05-09  Andreas Jaeger  <aj@suse.de>
41280
41281         [BZ #13983]
41282         * elf/ldconfig.c (parse_conf): Change string to make clear that
41283         ldconfig only issued a warning if ld.so.conf does not exist.
41284
41285 2012-05-08  David S. Miller  <davem@davemloft.net>
41286
41287         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
41288         movxtod instead of popping the value on the stack.
41289
41290         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41291
41292 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
41293
41294         * config.h.in: Add HAVE_ARM_PCS_VFP.
41295
41296 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
41297
41298         [BZ #13979]
41299         * include/features.h: Warn if user requests __FORTIFY_SOURCE
41300         checking but the checks are disabled for any reason.
41301
41302 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
41303
41304         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
41305         and ELF64_R_TYPE with ELFW(R_TYPE).
41306
41307 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
41308
41309         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
41310         (ulimit): Likewise.
41311
41312         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
41313         (settimeofday): Likewise.
41314
41315 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
41316
41317         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
41318         a struct th_u2 inside the union, and move tu_block/tu_code into
41319         a new th_u3 union of tu_block/tu_code inside of that.  Move
41320         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
41321         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
41322         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
41323         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
41324         (th_stuff): Change to th_u1.tu_stuff.
41325         (th_data): Define.
41326         (th_msg): Change to th_u1.th_u2.tu_data.
41327
41328 2012-05-07  David S. Miller  <davem@davemloft.net>
41329
41330         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41331
41332         [BZ #14074]
41333         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
41334         (SETUP_PIC_REG): Use it.
41335         (SETUP_PIC_REG_LEAF): Use it.
41336
41337 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
41338
41339         [BZ #13885]
41340         [BZ #13923]
41341         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41342         USE_AS_EXPM1L.
41343         (EXPL_FINITE): Likewise.
41344         (FLDLOG): Likewise.
41345         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
41346         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
41347         e_expl.S.
41348         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41349         USE_AS_EXPM1L.
41350         (EXPL_FINITE): Likewise.
41351         (FLDLOG): Likewise.
41352         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
41353         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
41354         e_expl.S.
41355         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
41356         test of -max_value argument for long double.
41357         * sysdeps/i386/fpu/libm-test-ulps: Update.
41358         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41359
41360 2012-05-06  David S. Miller  <davem@davemloft.net>
41361
41362         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
41363         quad soft-float symbols whose references which are compiler
41364         generated.
41365         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
41366
41367 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
41368
41369         [BZ #13884]
41370         [BZ #13914]
41371         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41372         USE_AS_EXP10L.
41373         (EXPL_FINITE): Likewise.
41374         (FLDLOG): Likewise.
41375         (c0): Likewise.
41376         (c1): Likewise.
41377         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
41378         Adjust comments for base varying.
41379         (__expl_finite): Change alias to EXPL_FINITE.
41380         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
41381         e_expl.S.
41382         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
41383         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
41384         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
41385         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
41386         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41387         USE_AS_EXP10L.
41388         (EXPL_FINITE): Likewise.
41389         (FLDLOG): Likewise.
41390         (c0): Likewise.
41391         (c1): Likewise.
41392         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
41393         Adjust comments for base varying.
41394         (__expl_finite): Change alias to EXPL_FINITE.
41395         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
41396         tests for bugs.
41397         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
41398
41399         [BZ #14064]
41400         * math/libm-test.inc (check_float_internal): Correct ulp
41401         calculation for subnormal expected results.
41402
41403 2012-05-06  Andreas Jaeger  <aj@suse.de>
41404
41405         * Makeconfig (+math-flags): New, set to -frounding-math.
41406         (+cflags): Add +math-flags so that all of glibc gets compiled with
41407         it.
41408
41409         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
41410
41411 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
41412
41413         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
41414         Disable one test.
41415
41416         [BZ #13787]
41417         [BZ #13922]
41418         [BZ #14036]
41419         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
41420         (__ieee754_expl): Allow for and saturate large arguments.
41421         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
41422         (u_threshold): Likewise.
41423         (__exp): Call __ieee754_exp before checking for overflow and
41424         underflow.
41425         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
41426         (u_threshold): Likewise.
41427         (__expf): Call __ieee754_expf before checking for overflow and
41428         underflow.
41429         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
41430         (u_threshold): Likewise.
41431         (__expl): Call __ieee754_expl before checking for overflow and
41432         underflow.
41433         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
41434         (__ieee754_expl): Allow for and saturate large arguments.
41435         * math/libm-test.inc (exp_test): Add another test.  Do not allow
41436         missing overflow exception on overflow.
41437         (expm1_test): Do not allow missing overflow exception on overflow.
41438
41439         * sysdeps/i386/fpu/e_expl.c: Move to ...
41440         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
41441         rather than using inline asm.
41442         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
41443         * sysdeps/x86_64/fpu/e_expl.S: Copy from
41444         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
41445
41446         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
41447         (nice): Likewise.
41448         (poll): Likewise.
41449         (signal): Likewise.
41450         (time): Likewise.
41451         (times): Likewise.
41452
41453 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
41454
41455         * sysdeps/unix/syscalls.list (adjtime): Add entry from
41456         sysdeps/unix/common/syscalls.list.
41457         (fchmod): Likewise.
41458         (fchown): Likewise.
41459         (ftruncate): Likewise.
41460         (getrusage): Likewise.
41461         (gettimeofday): Likewise.
41462         (setpgid): Likewise.
41463         (setregid): Likewise.
41464         (setreuid): Likewise.
41465         (sigaction): Likewise.
41466         (truncate): Likewise.
41467         (vhangup): Likewise.
41468         * sysdeps/unix/common/syscalls.list: Remove file.
41469         * sysdeps/unix/bsd/Implies: Don't include unix/common.
41470         * sysdeps/unix/sysv/linux/Implies: Likewise.
41471
41472 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
41473
41474         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
41475         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
41476         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
41477         Moved to ...
41478         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
41479         Here.
41480         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
41481         to ...
41482         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
41483         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
41484         to ...
41485         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
41486         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
41487         to ...
41488         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
41489         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
41490         to ...
41491         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
41492         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
41493         to ...
41494         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
41495         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
41496         to ...
41497         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
41498         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
41499         to ...
41500         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
41501         Here.
41502         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
41503         to ...
41504         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
41505         Here.
41506         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
41507         to ...
41508         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
41509         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
41510         Moved to ...
41511         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
41512         Here.
41513         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
41514         to ...
41515         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
41516
41517 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
41518
41519         * sysdeps/unix/common/bits/dirent.h: Remove file.
41520         * sysdeps/unix/common/bits/fcntl.h: Likewise.
41521
41522         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
41523         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
41524         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
41525         * sysdeps/unix/bsd/isatty.c: Likewise.
41526         * sysdeps/unix/bsd/tcdrain.c: Likewise.
41527         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
41528         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
41529
41530 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41531
41532         [BZ #13563]
41533         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
41534         long double comparison inaccuracies.
41535         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
41536         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41537
41538 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
41539
41540         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
41541         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
41542
41543 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
41544
41545         [BZ #14049]
41546         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
41547         nonzero digits before rounding a hex value.
41548         * stdlib/tst-strtod.c (tests): Add another test.
41549
41550 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
41551
41552         * sysdeps/s390/fpu/libm-test-ulps: Update.
41553
41554 2012-05-03  Andreas Jaeger  <aj@suse.de>
41555
41556         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
41557         does not get optimized out.
41558         (malloc_opt_barrier): New.
41559
41560 2012-05-03  Andreas Jaeger  <aj@suse.de>
41561             Roland McGrath  <roland@hack.frob.com>
41562
41563         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
41564         intermediate file deletion.
41565         (generated): Add .symlist files.
41566
41567 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
41568
41569         [BZ #13775]
41570         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
41571         Redirect under this condition.
41572         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
41573         [__USE_GNU] (__dprintf_chk): Not under this condition.
41574         [__USE_GNU] (__vdprintf_chk): Likewise.
41575         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
41576         under this condition.
41577         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
41578         [__USE_XOPEN2K8] (dprintf): Define under this condition.
41579         [__USE_XOPEN2K8] (vdprintf): Likewise.
41580         [__USE_GNU] (__dprintf_chk): Not under this condition.
41581         [__USE_GNU] (__vdprintf_chk): Likewise.
41582         [__USE_GNU] (dprintf): Likewise.
41583         [__USE_GNU] (vdprintf): Likewise.
41584
41585 2012-05-03  Roland McGrath  <roland@hack.frob.com>
41586
41587         * elf/Makefile (common-generated): Set this instead of generated for
41588         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
41589         $(all-built-dso)-derived lists.
41590
41591 2012-05-03  Andreas Jaeger  <aj@suse.de>
41592
41593         * sysdeps/i386/fpu/libm-test-ulps: Update.
41594
41595         * FAQ: Removed.
41596         * FAQ.in: Likewise.
41597         * scripts/gen-FAQ.pl: Likewise.
41598         * manual/install.texi (Installation): Point to online location of
41599         FAQ.
41600         * Makefile (files-for-dist): Remove FAQ.
41601         (FAQ): Remove.
41602
41603 2012-05-02  Allan McRae  <allan@archlinux.org>
41604
41605         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
41606         (LDFLAGS-reldepmod5.so): Likewise.
41607         (LDFLAGS-reldep6mod1.so): Likewise.
41608         (LDFLAGS-reldep6mod4.so): Likewise.
41609         (LDFLAGS-reldep8mod3.so): Likewise.
41610         (LDFLAGS-unload4mod1.so): Likewise.
41611         (LDFLAGS-unload4mod2.so): Likewise.
41612         (LDFLAGS-tst-initorder): Likewise.
41613         (LDFLAGS-tst-initordera2.so): Likewise.
41614         (LDFLAGS-tst-initordera3.so): Likewise.
41615         (LDFLAGS-tst-initordera4.so): Likewise.
41616         (LDFLAGS-tst-initorderb2.so): Likewise.
41617         (LDFLAGS-noload): Likewise.
41618         (LDFLAGS-next): Likewise.
41619         (LDFLAGS-order2mod1.so): Likewise.
41620         (LDFLAGS-order2mod2.so): Likewise.
41621         (LDFLAGS-tst-initorder2): Likewise.
41622         (LDFLAGS-tst-initorder2a.so): Likewise.
41623         (LDFLAGS-tst-initorder2b.so): Likewise.
41624         (LDFLAGS-tst-initorder2c.so): Likewise.
41625         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
41626
41627 2012-05-02  David S. Miller  <davem@davemloft.net>
41628
41629         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41630
41631 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
41632
41633         [BZ #14055]
41634         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
41635
41636 2012-05-02  Andreas Jaeger  <aj@suse.de>
41637
41638         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
41639         since we manipulate rounding mode.
41640         (CPPFLAGS-test-idouble.c): Likewise.
41641         (CPPFLAGS-test-ifloat.c): Likewise.
41642         (CFLAGS-test-ldouble.c): Likewise.
41643         (CFLAGS-test-double.c): Likewise.
41644         (CFLAGS-test-float.c): Likewise.
41645         (CFLAGS-test-misc.c): Likewise.
41646         (CFLAGS-test-test-fenv.c): Likewise.
41647
41648 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41649
41650         [BZ #2550]
41651         [BZ #2570]
41652         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
41653         comparisons to determine direction to adjust input.
41654
41655 2012-05-01  Roland McGrath  <roland@hack.frob.com>
41656
41657         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
41658         output to the target.
41659
41660         * scripts/localplt.awk: New file.
41661         * elf/Makefile ($(objpfx)check-localplt): Target removed.
41662         (check-localplt-CFLAGS): Variable removed.
41663         ($(all-built-dso:=.jmprel)): New static pattern rule.
41664         (generated): Add those targets.
41665         (localplt-built-dso): New variable.
41666         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
41667
41668         * elf/check-localplt.c: File removed.
41669
41670         * scripts/check-execstack.awk: New file.
41671         * elf/Makefile ($(objpfx)check-execstack): Target removed.
41672         (check-execstack-CFLAGS): Variable removed.
41673         ($(objpfx)check-execstack.h): Target removed.
41674         ($(objpfx)execstack-default): New target.
41675         (generated): Add that instead of check-execstack.h.
41676         ($(all-built-dso:=.phdr)): New static pattern rule.
41677         (generated): Add those targets.
41678         * elf/check-execstack.c: File removed.
41679
41680         * scripts/check-textrel.awk: New file.
41681         * elf/Makefile ($(objpfx)check-textrel): Target removed.
41682         (check-textrel-CFLAGS): Variable removed.
41683         (all-built-dso): Use := to define.o
41684         ($(all-built-dso:=.dyn)): New static pattern rule.
41685         (generated): Add those targets.
41686         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
41687         * config.make.in (READELF): New substituted variable.
41688         * elf/check-textrel.c: File removed.
41689
41690 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
41691
41692         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
41693         allow.
41694         * conform/data/ctype.h-data [C99-based standards] (isblank):
41695         Expect function.
41696         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
41697         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
41698         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41699         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
41700         Specify type.  Require positive value.
41701         (EILSEQ): Likewise.
41702         (ERANGE): Likewise.
41703         [ISO || POSIX] (EILSEQ): Do not expect.
41704         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
41705         Specify type.  Require positive value.
41706         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
41707         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
41708         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
41709         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
41710         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
41711         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
41712         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
41713         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
41714         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
41715         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
41716         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
41717         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
41718         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
41719         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
41720         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
41721         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
41722         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
41723         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
41724         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
41725         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
41726         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
41727         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
41728         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
41729         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
41730         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
41731         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
41732         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
41733         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
41734         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
41735         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
41736         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
41737         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
41738         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
41739         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
41740         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
41741         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
41742         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
41743         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
41744         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
41745         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
41746         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
41747         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
41748         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
41749         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
41750         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
41751         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
41752         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
41753         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
41754         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
41755         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
41756         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
41757         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
41758         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
41759         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
41760         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
41761         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
41762         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
41763         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
41764         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
41765         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
41766         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
41767         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
41768         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
41769         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
41770         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
41771         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
41772         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
41773         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
41774         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
41775         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
41776         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
41777         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
41778         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
41779         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
41780         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
41781         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
41782         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
41783         Require >= 2.
41784         (FLT_ROUNDS): Expect as macro, not constant.
41785         (FLT_MANT_DIG): Use macro-int-constant.
41786         (DBL_MANT_DIG): Likewise.
41787         (LDBL_MANT_DIG): Likewise.
41788         (FLT_DIG): Likewise.
41789         (DBL_DIG): Likewise.
41790         (LDBL_DIG): Likewise.
41791         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
41792         (DBL_MIN_EXP): Likewise.
41793         (LDBL_MIN_EXP): Likewise.
41794         (FLT_MAX_EXP): Use macro-int-constant.
41795         (DBL_MAX_EXP): Likewise.
41796         (LDBL_MAX_EXP): Likewise.
41797         (FLT_MAX_10_EXP): Likewise.
41798         (DBL_MAX_10_EXP): Likewise.
41799         (LDBL_MAX_10_EXP): Likewise.
41800         (FLT_MAX): Use macro-constant.
41801         (DBL_MAX): Likewise.
41802         (LDBL_MAX): Likewise.
41803         (FLT_EPSILON): Use macro-constant.  Give upper bound.
41804         (DBL_EPSILON): Likewise.
41805         (LDBL_EPSILON): Likewise.
41806         (FLT_MIN): Likewise.
41807         (DBL_MIN): Likewise.
41808         (LDBL_MIN): Likewise.
41809         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
41810         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
41811         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
41812         [ISO11] (FLT_HAS_SUBNORM): Likewise.
41813         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
41814         [ISO11] (DBL_DECIMAL_DIG): Likewise.
41815         [ISO11] (FLT_DECIMAL_DIG): Likewise.
41816         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
41817         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
41818         [ISO11] (FLT_TRUE_MIN): Likewise.
41819         [ISO11] (LDBL_TRUE_MIN): Likewise.
41820         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41821         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
41822         (SCHAR_MIN): Use macro-int-constant.  Specify type.
41823         (SCHAR_MAX): Likewise.
41824         (UCHAR_MAX): Likewise.
41825         (CHAR_MIN): Likewise.
41826         (CHAR_MAX): Likewise.
41827         (MB_LEN_MAX): Use macro-int-constant.
41828         (SHRT_MIN): Use macro-int-constant.  Specify type.
41829         (SHRT_MAX): Likewise.
41830         (USHRT_MAX): Likewise.
41831         (INT_MAX): Likewise.
41832         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
41833         bound negative.
41834         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
41835         bound with "U".
41836         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
41837         bound with "L".
41838         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
41839         bound negative.  Suffix upper bound with "L".
41840         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
41841         bound with "UL".
41842         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
41843         Specify type.
41844         [C99-based standards] (LLONG_MAX): Likewise.
41845         [C99-based standards] (ULLONG_MAX): Likewise.
41846         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
41847         == 0.
41848         [ISO11] (max_align_t): Require type.
41849         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41850
41851         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
41852         from $CFLAGS, without defining away __attribute__ calls.
41853         (checknamespace): Use $CFLAGS_namespace.
41854
41855         * conform/conformtest.pl (@keywords): Only include C99 keywords
41856         for standards based on C99 or C11.
41857
41858         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
41859         Disable tests.
41860         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
41861         UNIX98]: Likewise.
41862
41863         * conform/conformtest.pl: Handle "macro-int-constant" and test for
41864         usability of symbols in #if.
41865
41866         * conform/conformtest.pl: If macro or constant types start
41867         "promoted:", expect the symbol to be of the following type
41868         promoted by the integer promotions.
41869
41870         * conform/conformtest.pl: Parse all "constant" and "macro" lines
41871         in one place.  Also handle "macro-constant".
41872
41873         * conform/conformtest.pl: Only accept expected macro values with
41874         "==".  Parse all "macro" lines in one place.
41875         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
41876
41877         * conform/conformtest.pl: Handle braced types on "constant" lines
41878         instead of handling "typed-constant".
41879         * conform/data/signal.h-data: Use "constant" instead of
41880         "typed-constant".
41881
41882         * conform/conformtest.pl: Handle "optional-" at start of lines in
41883         one place rather than duplicating several cases.  Handle each
41884         format of "macro" line with initial "optional-".
41885
41886         * conform/conformtest.pl: Only accept expected constant or
41887         optional-constant values with "==".  Parse all "constant" lines in
41888         one place.  Parse all "optional-constant" lines in one place.
41889         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
41890         * conform/data/fmtmsg.h-data: Likewise.
41891         * conform/data/netinet/in.h-data: Likewise.
41892         * conform/data/tar.h-data: Likewise.
41893         * conform/data/limits.h-data: Use "==" form on "constant" and
41894         "optional-constant" lines.
41895
41896         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
41897         Use -std=c99 for XOPEN2K.
41898         (@knownproblems): Remove.
41899         (newtoken): Don't check %isknown.
41900
41901         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
41902         Do not expect macro.
41903         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
41904         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
41905         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
41906         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
41907         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
41908         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
41909         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
41910         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
41911         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
41912         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
41913         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
41914         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
41915         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
41916         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
41917         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
41918         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
41919         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
41920         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
41921         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
41922         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
41923         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
41924         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
41925         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
41926         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
41927         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
41928         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
41929         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
41930         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
41931         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
41932         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
41933         [XPG3] (acosh): Likewise.
41934         [XPG3] (asinh): Likewise.
41935         [XPG3] (atanh): Likewise.
41936         [XPG3] (cbrt): Likewise.
41937         [XPG3] (expm1): Likewise.
41938         [XPG3] (ilogb): Likewise.
41939         [XPG3] (log1p): Likewise.
41940         [XPG3] (logb): Likewise.
41941         [XPG3] (nextafter): Likewise.
41942         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
41943         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
41944         [XPG3] (remainder): Likewise.
41945         [XPG3] (rint): Likewise.
41946         [XPG3 || XPG4 || UNIX98] (round): Likewise.
41947         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
41948         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
41949         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
41950         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
41951         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
41952         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
41953         [UNIX98 || XOPEN2K] (scalb): Expect.
41954         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
41955         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
41956         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
41957         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
41958         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
41959         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
41960         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
41961         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
41962         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
41963         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
41964         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
41965         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
41966         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
41967         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
41968         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
41969         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
41970         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
41971         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
41972         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
41973         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
41974         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
41975         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
41976         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
41977         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
41978         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
41979         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
41980         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
41981         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
41982         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
41983         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
41984         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
41985         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
41986         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
41987         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
41988         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
41989         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
41990         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
41991         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
41992         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
41993         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
41994         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
41995         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
41996         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
41997         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
41998         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
41999         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
42000         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
42001         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
42002         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
42003         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
42004         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
42005         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
42006         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
42007         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
42008         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
42009         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
42010         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
42011         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
42012         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
42013         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
42014         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
42015         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
42016         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
42017         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
42018         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
42019         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
42020         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
42021         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
42022         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
42023         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
42024         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
42025         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
42026         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
42027         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
42028         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
42029         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
42030         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
42031         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
42032         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
42033         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
42034         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
42035         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
42036         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
42037         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
42038         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
42039         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
42040         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
42041         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
42042         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
42043         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
42044         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
42045         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
42046         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
42047         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
42048         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
42049         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
42050         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
42051         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
42052         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
42053         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
42054         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
42055         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
42056         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
42057         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
42058         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
42059         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
42060         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
42061         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
42062         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
42063         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
42064         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
42065         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
42066         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
42067         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
42068         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
42069         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
42070         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
42071         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
42072         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
42073         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
42074         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
42075         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
42076         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
42077         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
42078         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
42079         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
42080         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
42081         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
42082         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
42083         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
42084         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
42085         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
42086         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
42087         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
42088         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
42089         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
42090         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
42091
42092         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
42093         _XOPEN_SOURCE_EXTENDED for XPG4.
42094
42095         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
42096
42097         * Makeconfig (localtime): Remove variable.
42098         (inst_localtime-file): Likewise.
42099
42100 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
42101
42102         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
42103         Update.
42104         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
42105         Update.
42106         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
42107         Update.
42108         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
42109         Update.
42110         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
42111         Update.
42112         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
42113         Update.
42114         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
42115         Update.
42116         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
42117         Update.
42118         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
42119         Update.
42120
42121 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
42122
42123         [BZ #2550]
42124         [BZ #2570]
42125         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
42126         comparisons to determine direction to adjust input.
42127         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
42128         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
42129         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
42130         Likewise.
42131         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
42132         Likewise.
42133         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
42134         Likewise.
42135         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
42136         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
42137         Likewise.
42138         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
42139         Likewise.
42140         * math/libm-test.inc (nexttoward_test): Add more tests.
42141
42142 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
42143
42144         [BZ #14040]
42145         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
42146         in version GLIBC_2.1, not GLIBC_2.0.
42147         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
42148         Likewise.
42149
42150 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
42151
42152         [BZ #13942]
42153         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
42154         (1 - x) * (1 + x).
42155         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
42156         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
42157         * math/libm-test.inc (acos_test): Add more tests.
42158         (asin_test): Likewise.
42159         * sysdeps/i386/fpu/libm-test-ulps: Update.
42160         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42161
42162         [BZ #14034]
42163         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
42164         of square root.
42165         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
42166         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
42167         * math/libm-test.inc (acos_test_tonearest): New function.
42168         (acos_test_towardzero): Likewise.
42169         (acos_test_downward): Likewise.
42170         (acos_test_upward): Likewise.
42171         (asin_test_tonearest): Likewise.
42172         (asin_test_towardzero): Likewise.
42173         (asin_test_downward): Likewise.
42174         (asin_test_upward): Likewise.
42175         (main): Call the new functions.
42176         * sysdeps/i386/fpu/libm-test-ulps: Update.
42177         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
42178
42179         [BZ #13884]
42180         [BZ #13924]
42181         * math/e_exp10.c: Include <float.h>.
42182         (__ieee754_exp10): Handle underflow here rather than multiplying
42183         large negative argument by M_LN10.
42184         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
42185         of __ieee754_expf.
42186         * math/e_exp10l.c: Include <float.h>.
42187         (__ieee754_exp10l): Handle underflow here rather than multiplying
42188         large negative argument by M_LN10l.
42189         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
42190         spurious overflow exception on underflow.
42191
42192 2012-04-29  Marek Polacek  <polacek@redhat.com>
42193
42194         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
42195         (__fortify_function): New macro.
42196         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
42197         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
42198         __extern_always_inline.
42199         * libio/bits/stdio2.h: Likewise.
42200         * libio/bits/stdio.h: Likewise.
42201         * string/string.h: Likewise.
42202         * string/bits/string3.h: Likewise.
42203         * include/stdio.h: Likewise.
42204         * stdlib/bits/stdlib.h: Likewise.
42205         * stdlib/stdlib.h: Likewise.
42206         * rt/bits/mqueue2.h: Likewise.
42207         * rt/mqueue.h: Likewise.
42208         * posix/bits/unistd.h: Likewise.
42209         * posix/unistd.h: Likewise.
42210         * io/bits/poll2.h: Likewise.
42211         * io/bits/fcntl2.h: Likewise.
42212         * io/fcntl.h: Likewise.
42213         * io/sys/poll.h: Likewise.
42214         * misc/bits/syslog.h: Likewise.
42215         * misc/bits/syslog-ldbl.h: Likewise.
42216         * misc/sys/syslog.h: Likewise.
42217         * socket/bits/socket2.h: Likewise.
42218         * socket/sys/socket.h: Likewise.
42219         * debug/tst-chk1.c: Likewise.
42220         * wcsmbs/bits/wchar2.h: Likewise.
42221         * wcsmbs/bits/wchar-ldbl.h: Likewise.
42222         * wcsmbs/wchar.h: Likewise.
42223
42224 2012-04-29  Andreas Jaeger  <aj@suse.de>
42225
42226         * Makerules (tests): Remove enable-check-abi protection.
42227         (check-abi-warn): Remove.
42228         (check-abi-%): Remove check-abi-warn usage.
42229
42230         * configure.in: Remove check-abi configure option.
42231         * configure: Regenerated.
42232         * config.make.in (enable-check-abi): Remove.
42233
42234 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
42235
42236         [BZ #14033]
42237         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
42238         double functions to double *_finite functions.
42239
42240         [BZ #13941]
42241         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
42242         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
42243         LDBL_MIN_EXP.
42244         * stdio-common/Makefile (tests): Add tst-sprintf3.
42245         * stdio-common/tst-sprintf3.c: New file.
42246
42247         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
42248         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
42249
42250 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
42251
42252         * conform/conformtest.pl: Remove duplicate typed-constant
42253         handling.
42254
42255 2012-04-28  David S. Miller  <davem@davemloft.net>
42256
42257         * Makerules (%.abilist): Add vpath on sysdep_dirs.
42258         (check-abi-%): Remove AWK script prerequisite and explicit
42259         abilist directory.
42260         (check-abi): Rewrite to just diff the symlist with the abilist.
42261         (config-tls, config-abi-config): Delete, no longer used.
42262         (update-abi-%): Remove AWK script and explicit abilist directory.
42263         (update-abi): Rewrite to simply compare and conditionally copy the
42264         symlist and the sysdep abilist file.  Remove update-abi-config
42265         checks.
42266         * abilist/ld.abilist: Remove.
42267         * abilist/libBrokenLocale.abilist: Remove.
42268         * abilist/libanl.abilist: Remove.
42269         * abilist/libcrypt.abilist: Remove.
42270         * abilist/libdl.abilist: Remove.
42271         * abilist/librt.abilist: Remove.
42272         * abilist/libthread_db.abilist: Remove.
42273         * abilist/libutil.abilist: Remove.
42274         * scripts/extract-abilist.awk: Remove.
42275         * scripts/merge-abilist.awk: Remove.
42276         * sysdeps/generic/libcidn.abilist: New file.
42277         * sysdeps/generic/libnss_compat.abilist: New file.
42278         * sysdeps/generic/libnss_db.abilist: New file.
42279         * sysdeps/generic/libnss_dns.abilist: New file.
42280         * sysdeps/generic/libnss_files.abilist: New file.
42281         * sysdeps/generic/libnss_hesiod.abilist: New file.
42282         * sysdeps/generic/libnss_nis.abilist: New file.
42283         * sysdeps/generic/libnss_nisplus.abilist: New file.
42284         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
42285         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
42286         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
42287         file.
42288         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
42289         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
42290         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
42291         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
42292         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
42293         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
42294         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
42295         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
42296         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
42297         file.
42298         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
42299         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
42300         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
42301         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
42302         file.
42303         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
42304         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
42305         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
42306         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
42307         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
42308         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
42309         file.
42310         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
42311         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
42312         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
42313         file.
42314         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
42315         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
42316         New file.
42317         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
42318         New file.
42319         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
42320         New file.
42321         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
42322         New file.
42323         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
42324         New file.
42325         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
42326         New file.
42327         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
42328         New file.
42329         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
42330         New file.
42331         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
42332         New file.
42333         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
42334         New file.
42335         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
42336         New file.
42337         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
42338         New file.
42339         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
42340         New file.
42341         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
42342         file.
42343         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
42344         New file.
42345         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
42346         New file.
42347         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
42348         file.
42349         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
42350         New file.
42351         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
42352         New file.
42353         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
42354         file.
42355         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
42356         New file.
42357         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
42358         New file.
42359         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
42360         New file.
42361         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
42362         New file.
42363         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
42364         New file.
42365         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
42366         New file.
42367         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
42368         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
42369         file.
42370         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
42371         New file.
42372         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
42373         file.
42374         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
42375         file.
42376         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
42377         file.
42378         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
42379         file.
42380         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
42381         file.
42382         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
42383         New file.
42384         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
42385         file.
42386         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
42387         file.
42388         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
42389         New file.
42390         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
42391         file.
42392         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
42393         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
42394         file.
42395         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
42396         New file.
42397         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
42398         file.
42399         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
42400         file.
42401         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
42402         file.
42403         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
42404         file.
42405         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
42406         file.
42407         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
42408         New file.
42409         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
42410         file.
42411         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
42412         file.
42413         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
42414         New file.
42415         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
42416         file.
42417         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
42418         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
42419         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
42420         file.
42421         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
42422         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
42423         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
42424         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
42425         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
42426         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
42427         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
42428         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
42429         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
42430         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
42431         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
42432         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
42433         file.
42434         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
42435         New file.
42436         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
42437         file.
42438         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
42439         file.
42440         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
42441         file.
42442         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
42443         file.
42444         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
42445         file.
42446         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
42447         New file.
42448         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
42449         New file.
42450         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
42451         file.
42452         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
42453         New file.
42454         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
42455         file.
42456         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
42457         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
42458         file.
42459         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
42460         New file.
42461         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
42462         file.
42463         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
42464         file.
42465         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
42466         file.
42467         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
42468         file.
42469         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
42470         file.
42471         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
42472         New file.
42473         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
42474         New file.
42475         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
42476         file.
42477         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
42478         New file.
42479         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
42480         file.
42481
42482 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
42483
42484         * conform/conformtest.pl: Fix typo in handling typed-constant from
42485         allow-header.
42486
42487 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
42488
42489         * README: Cut down references to pre-2.6 Linux kernels and
42490         Linuxthreads.  Update lists of configurations in libc and ports
42491         and sort alphabetically.  Say "or newer" with Linux kernel version
42492         requirements.
42493
42494         * config.h.in [IS_IN_build]: Allow compiling without optimization.
42495
42496 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
42497
42498         [BZ #887]
42499         * math/libm-test.inc (logb_test_downward): New test to expose
42500         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
42501         rounding mode.
42502
42503 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
42504
42505         [BZ #14027]
42506         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
42507         to be done.
42508         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
42509         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
42510
42511 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
42512
42513         * sysdeps/unix/i386/brk.S: Remove file.
42514         * sysdeps/unix/i386/dl-brk.S: Likewise.
42515         * sysdeps/unix/i386/pipe.S: Likewise.
42516         * sysdeps/unix/i386/sigreturn.S: Likewise.
42517         * sysdeps/unix/i386/syscall.S: Likewise.
42518         * sysdeps/unix/i386/vfork.S: Likewise.
42519         * sysdeps/unix/i386/wait.S: Likewise.
42520
42521         * sysdeps/unix/common/tcsendbrk.c: Move to ...
42522         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
42523
42524         * configure.in (arm*-none*): Do not allow without
42525         --enable-hacker-mode.
42526         (netbsd*): Remove case setting base_os.
42527         (386bsd*): Likewise.
42528         (freebsd*): Likewise.
42529         (bsdi*): Likewise.
42530         (osf*): Likewise.
42531         (sunos*): Likewise.
42532         (ultrix*): Likewise.
42533         (newsos*): Likewise.
42534         (dynix*): Likewise.
42535         (*bsd*): Likewise.
42536         (sysv*): Likewise.
42537         (isc*): Likewise.
42538         (esix*): Likewise.
42539         (sco*): Likewise.
42540         (minix*): Likewise.
42541         (irix4*): Likewise.
42542         (irix6*): Likewise.
42543         (solaris[2-9]*): Likewise.
42544         (none): Likewise.
42545         * configure: Regenerated.
42546
42547 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42548
42549         [BZ #11521]
42550         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
42551         overflow or cancellation in calculating denominator.
42552         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
42553         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
42554         down expression to avoid unexpected rounding in newer GCCs.
42555         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
42556
42557 2012-04-26  David S. Miller  <davem@davemloft.net>
42558
42559         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
42560         long-double compat symbols.
42561         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
42562         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
42563         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
42564         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
42565         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
42566         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
42567         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
42568         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
42569         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
42570         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
42571         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
42572         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
42573         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
42574
42575 2012-04-25  David S. Miller  <davem@davemloft.net>
42576
42577         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
42578         HWCAP_* values only after the memory barriers have been defined.
42579         (atomic_full_barrier): Define.
42580         (atomic_read_barrier): Define.
42581         (atomic_write_barrier): Define.
42582
42583 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
42584
42585         * shlib-versions: Add libgcc_s version information.
42586         * sysdeps/generic/libgcc_s.h: Remove.
42587         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
42588         libgcc_s.h.
42589         * sysdeps/gnu/unwind-resume.c: Likewise.
42590         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
42591
42592 2012-04-25  David S. Miller  <davem@davemloft.net>
42593
42594         * sysdeps/unix/sparc/brk.S: Delete.
42595         * sysdeps/unix/sparc/dl-brk.S: Delete.
42596         * sysdeps/unix/sparc/pipe.S: Delete.
42597         * sysdeps/unix/sparc/sysdep.S: Delete.
42598         * sysdeps/unix/sparc/sysdep.h: Delete.
42599         * sysdeps/unix/sparc/vfork.S: Delete.
42600         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
42601         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
42602         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
42603         (ret_ERRVAL, r0, r1, MOVE): Define.
42604         (JUMPTARGET): Remove.
42605         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
42606         sysdeps/unix/sparc/sysdep.h
42607         (ENTRY, END): Remove.
42608         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
42609
42610 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
42611
42612         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
42613         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
42614         -DIS_IN_build.
42615
42616         * timezone/README: Update upstream location and email address for
42617         tzcode and tzdata.
42618         * timezone/zdump.c: Update from tzcode 2012b.
42619         * timezone/zic.c: Likewise.
42620
42621         * configure.in (libc_cv_as_needed): Remove test.
42622         * configure: Regenerated.
42623         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
42624         conditional definition.
42625         [$(have-as-needed) != yes] (no-as-needed): Likewise.
42626         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
42627         * config.make.in (have-as-needed): Remove variable.
42628
42629 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
42630             Paul Pluzhnikov  <ppluzhnikov@google.com>
42631
42632         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
42633         strings correctly.
42634
42635 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
42636
42637         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
42638         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
42639         * sysdeps/sh/strlen.S: Likewise.
42640
42641 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
42642
42643         * sysdeps/unix/fork.S: Remove file.
42644         * sysdeps/unix/i386/fork.S: Likewise.
42645         * sysdeps/unix/sparc/fork.S: Likewise.
42646
42647         * sysdeps/unix/system.c: Remove file.
42648         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
42649
42650         * sysdeps/unix/getegid.S: Remove file.
42651         * sysdeps/unix/geteuid.S: Likewise.
42652
42653 2012-04-24  Roland McGrath  <roland@hack.frob.com>
42654
42655         * scripts/check-localplt.awk: New file.
42656         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
42657         of diff.
42658         * scripts/data/localplt-generic.data: Add a comment.
42659
42660         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
42661         NODE when __dir_mkfile failed.
42662         * sysdeps/mach/hurd/symlinkat.c: Likewise.
42663         Reported by Ludovic Courtès <ludo@gnu.org>.
42664
42665 2012-04-24  Andreas Jaeger  <aj@suse.de>
42666
42667         * Makerules (common-clean): Also remove gen-as-const-headers
42668         files.
42669
42670 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
42671
42672         * Makerules (native-compile): Do not change working directory for
42673         build.  Use $(OUTPUT_OPTION) in command.
42674         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
42675
42676 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42677
42678         [BZ #13886]
42679         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
42680         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
42681         * math/libm-test.inc (floor_test): Add more tests.
42682         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
42683
42684 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
42685
42686         * sysdeps/unix/getdents.c: Remove file.
42687         * sysdeps/unix/sysv/getdents.c: Likewise.
42688         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
42689
42690         * sysdeps/unix/syscalls.list (madvise): Add syscall from
42691         sysdeps/unix/mman/syscalls.list.
42692         (mmap): Likewise.
42693         (mprotect): Likewise.
42694         (msync): Likewise.
42695         (munmap): Likewise.
42696         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
42697         * sysdeps/unix/mman/syscalls.list: Remove.
42698         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
42699
42700         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
42701         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
42702         * configure: Regenerated.
42703         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
42704         $(libgcc_s_suffix).
42705         * config.make.in (libgcc_s_suffix): Remove variable.
42706
42707 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
42708
42709         * sysdeps/unix/sysv/gethostname.c: Move to ...
42710         * sysdeps/posix/gethostname.c: ... here.
42711
42712         * sysdeps/unix/execve.S: Remove file.
42713
42714         * sysdeps/unix/_exit.S: Remove file.
42715
42716 2012-04-23  Andreas Jaeger  <aj@suse.de>
42717
42718         [BZ #13739]
42719         * manual/Makefile: Remove make dist support, there's no
42720         need for a stand-alone documentation tar ball.
42721         (TEXI2DVI): Define always, it's not in Makeconfig.
42722         (dist): Removed.
42723         (tar-it): Removed.
42724         (edition): Removed.
42725         (glibc-doc-$(edition).tar): Removed
42726         (%.Z): Removed.
42727         (%.gz): Removed.
42728         (%.uu): Removed.
42729         (ETAGS): Remove, it's in Makeconfig.
42730         (move-if-change): Remove, it's in Makeconfig.
42731
42732 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
42733
42734         [BZ #13970]
42735         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
42736         (strtod, strtof, strtold, strtol, strtoul, strtoq)
42737         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
42738         (strtod_l, strtof_l, strtold_l): Remove __wur.
42739         It is not necessarily an error to ignore strtol's return value.
42740         One can reliably look at the stored endptr to decide whether
42741         the number had valid syntax.
42742
42743 2012-04-21  Andreas Jaeger  <aj@suse.de>
42744
42745         [BZ #13739]
42746         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
42747
42748 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
42749
42750         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
42751         * sysdeps/unix/sysv/Versions: Remove file.
42752
42753 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
42754
42755         [BZ #13927]
42756         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
42757
42758 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
42759
42760         [BZ #7064]
42761         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
42762         version from __vm86.
42763
42764 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
42765
42766         * sysdeps/unix/common/lxstat.c: Remove file.
42767         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
42768
42769         * sysdeps/unix/sysv/Makefile: Remove file.
42770
42771         * sysdeps/unix/sysv/direct.h: Remove file.
42772
42773         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
42774         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
42775         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
42776         * sysdeps/unix/sysv/bits/signum.h: Likewise.
42777         * sysdeps/unix/sysv/bits/stat.h: Likewise.
42778         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
42779         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
42780
42781         * sysdeps/unix/sysv/setrlimit.c: Remove file.
42782
42783         * sysdeps/unix/xmknod.c: Remove file.
42784         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
42785
42786         * sysdeps/unix/sysv/settimeofday.c: Remove file.
42787
42788         * sysdeps/unix/sysv/i386/time.S: Remove file.
42789
42790         * sysdeps/unix/fxstat.c: Remove file.
42791         * sysdeps/unix/xstat.c: Likewise.
42792         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
42793
42794         * sysdeps/unix/sysv/sigaction.c: Remove file.
42795
42796         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
42797         (sysdep_headers): Remove variable.
42798         [termio.h not in sysdep_headers] (generated): Likewise.
42799         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
42800         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
42801         * sysdeps/unix/sysv/tcdrain.c: Likewise.
42802         * sysdeps/unix/sysv/tcflow.c: Likewise.
42803         * sysdeps/unix/sysv/tcflush.c: Likewise.
42804         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
42805         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
42806         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
42807         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
42808         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
42809
42810         * sysdeps/unix/siglist.c: Remove file.
42811
42812         * sysdeps/unix/getppid.S: Remove file.
42813
42814         * sysdeps/unix/mkdir.c: Remove file.
42815         * sysdeps/unix/rmdir.c: Likewise.
42816
42817 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
42818
42819         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
42820         ERR_MAX value.
42821         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
42822         errlist-compat value.
42823
42824 2012-04-18  David S. Miller  <davem@davemloft.net>
42825
42826         * sysdeps/generic/memcopy.h (reg_char): Delete.
42827         * debug/strcat_chk.c: Use char, not reg_char.
42828         * debug/strcpy_chk.c: Likewise.
42829         * debug/strncat_chk.c: Likewise.
42830         * debug/strncpy_chk.c: Likewise.
42831         * string/memchr.c: Likewise.
42832         * string/memrchr.c: Likewise.
42833         * string/rawmemchr.c: Likewise.
42834         * string/strcat.c: Likewise.
42835         * string/strchr.c: Likewise.
42836         * string/strchrnul.c: Likewise.
42837         * string/strcmp.c: Likewise.
42838         * string/strcpy.c: Likewise.
42839         * string/strncat.c: Likewise.
42840         * string/strncmp.c: Likewise.
42841         * string/strncpy.c: Likewise.
42842
42843 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
42844
42845         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
42846         __builtin_memcopy is called when src and dest ranges are known to not
42847         overlap.
42848
42849 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
42850
42851         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
42852         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
42853         fwd_align_merge macro call.
42854         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
42855         bwd_align_merge macro call.
42856         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
42857
42858 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
42859
42860         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
42861         bwd_align_merge macros.
42862         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
42863         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
42864         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
42865
42866 2012-04-18  David S. Miller  <davem@davemloft.net>
42867
42868         * sysdeps/sparc/sparc64/memcopy.h: Delete.
42869
42870 2012-04-18  Andreas Jaeger  <aj@suse.de>
42871
42872         [BZ# 6794]
42873         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
42874         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
42875         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42876
42877         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
42878         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
42879         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42880
42881         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
42882         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
42883         Adjust for changed ldbl-128 files.
42884
42885         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
42886         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
42887         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42888
42889 2012-04-17  David S. Miller  <davem@davemloft.net>
42890
42891         * sysdeps/sparc/sparc32/memcopy.h: Delete.
42892
42893 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
42894
42895         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
42896         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
42897         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
42898         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
42899         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
42900         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
42901
42902 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42903
42904         [BZ #6794]
42905         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
42906         * math/libm-test.inc: Add ilogb errno and exception tests.
42907         * math/w_ilogb.c: New file: ilogb wrapper.
42908         * math/w_ilogbf.c: New file: ilogbf wrapper.
42909         * math/w_ilogbl.c: New file: ilogbl wrapper.
42910         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
42911         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
42912         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
42913         exception being thrown with 0.0 as argument.
42914         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
42915         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
42916         exception being thrown with 0.0 as argument.
42917         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
42918         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
42919         exception being thrown with 0.0 as argument.
42920         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
42921         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
42922         exception being thrown with 0.0 as argument.
42923         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
42924         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
42925         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
42926         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
42927         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
42928         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
42929         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
42930         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
42931         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
42932
42933 2012-04-17  Petr Baudis  <pasky@ucw.cz>
42934
42935         * include/sys/uio.h: Change __vector to __iovec to avoid clash
42936         with altivec.
42937
42938 2012-04-16  Marek Polacek  <polacek@redhat.com>
42939
42940         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
42941
42942 2012-04-16  Marek Polacek  <polacek@redhat.com>
42943
42944         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
42945         operands of fdivp instruction.
42946
42947 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
42948
42949         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
42950         * elf/tst-auditmod3b.c: Likewise.
42951         * elf/tst-auditmod4b.c: Likewise.
42952         * elf/tst-auditmod5b.c: Likewise.
42953         * elf/tst-auditmod6b.c: Likewise.
42954         * elf/tst-auditmod6c.c: Likewise.
42955         * elf/tst-auditmod7b.c: Likewise.
42956         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
42957         * sysdeps/x86_64/preconfigure.in: Likewise.
42958         * sysdeps/x86_64/preconfigure: Regenerated.
42959
42960 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
42961
42962         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
42963         __ILP32__.
42964
42965 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
42966
42967         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
42968         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
42969
42970 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
42971
42972         [BZ #13973]
42973         * locale/iso-639.def: Fix gl language name. Spotted by
42974         Yaron Shahrabani.
42975
42976 2012-04-12  Roland McGrath  <roland@hack.frob.com>
42977
42978         [BZ #2074]
42979         * libio/libio.h (__io_write_fn): Update comment.
42980
42981 2012-04-12  Petr Baudis  <pasky@ucw.cz>
42982
42983         [BZ #2074]
42984         * stdio.texi (Hook Functions): The user provided writer function
42985         is not allowed to return -1.
42986
42987 2012-04-11  David S. Miller  <davem@davemloft.net>
42988
42989         * sysdeps/sparc/fpu/libm-test-ulps: Update.
42990
42991 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
42992
42993         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
42994         Add a leading slash to rtkaio.
42995
42996 2012-04-11  Jim Meyering  <meyering@redhat.com>
42997
42998         [BZ #11959]
42999         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
43000         It is not necessarily an error to ignore fwrite's return
43001         value.  One can reliably use ferror to test for errors after
43002         the fact.
43003
43004 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
43005
43006         * bits/types.h (__snseconds_t): New type.
43007         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
43008
43009         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
43010         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
43011         (__SNSECONDS_T_TYPE): Likewise.
43012         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
43013         (__SNSECONDS_T_TYPE): Likewise.
43014         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
43015         (__SNSECONDS_T_TYPE): Likewise.
43016
43017 2012-04-10  Andreas Jaeger  <aj@suse.de>
43018
43019         [BZ #2636]
43020         * manual/time.texi (Processor Time): Return type of times is
43021         elapsed real time since an arbitrary point in the past.
43022         (CPU Time): Move CLK_TCK from here...
43023         (Processor Time): ...to here.  Correct description.
43024         * manual/conf.texi (Constants for Sysconf): Correct description of
43025         _SC_CLK_TCK.
43026
43027 2012-04-10  David S. Miller  <davem@davemloft.net>
43028
43029         [BZ #13967]
43030         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
43031         where the is a gap between DT_REL(A) and DT_JMPREL.
43032
43033 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
43034
43035         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
43036         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
43037         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
43038
43039 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
43040
43041         * elf/dl-support.c (_dl_inhibit_cache): New variable.
43042         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
43043         (dl_main): Handle --inhibit-cache.
43044         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
43045         _dl_inhibit_cache.
43046         * elf/dl-load.c (_dl_map_object): Use it.
43047         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
43048
43049 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
43050
43051         [BZ #13872]
43052         * sysdeps/i386/fpu/e_powl.S (p78): New object.
43053         (__ieee754_powl): Saturate large exponents rather than testing for
43054         overflow of y*log2(x).
43055         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
43056         * math/libm-test.inc (pow_test): Do not permit spurious overflow
43057         exceptions.
43058
43059         [BZ #11521]
43060         * math/s_ctan.c: Include <float.h>.
43061         (__ctan): Avoid internal overflow or cancellation in calculating
43062         denominator.
43063         * math/s_ctanf.c: Likewise.
43064         * math/s_ctanl.c: Likewise.
43065         * math/s_ctanh.c: Likewise.
43066         * math/s_ctanhf.c: Likewise.
43067         * math/s_ctanhl.c: Likewise.
43068         * math/libm-test.inc (ctan_test): Add more tests.
43069         (ctanh_test): Likewise.
43070         * sysdeps/i386/fpu/libm-test-ulps: Update.
43071         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43072
43073 2012-04-09  Andreas Jaeger  <aj@suse.de>
43074
43075         [BZ #6894]
43076         * manual/filesys.texi (Directory Entries): Mention that d_namlen
43077         is an optional BSD extension.
43078
43079         [BZ #10254]
43080         * manual/stdio.texi (Opening Streams): Document additional fopen
43081         parameters.
43082
43083 2012-04-09  Roland McGrath  <roland@hack.frob.com>
43084
43085         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
43086         %eax without telling the compiler.
43087
43088 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
43089
43090         [BZ # 13963]
43091         * manual/install.texi: Use sourceware.org.
43092
43093 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
43094
43095         [BZ #13873]
43096         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
43097         (__ieee754_pow): Generate overflow and underflow using huge*huge
43098         and tiny*tiny rather than just returning constant infinity or zero
43099         for large exponents.
43100         * math/libm-test.inc (pow_test): Require overflow exceptions for
43101         applicable cases of large exponents.
43102
43103         [BZ #706]
43104         * sysdeps/i386/fpu/e_pow.S (p10): New object.
43105         (__ieee754_pow): Use iterative multiplication algorithm only for
43106         integer exponents with absolute value below 1024.  Check for odd
43107         integer exponents when using algorithm for real exponents.
43108         * math/libm-test.inc (pow_test): Add more tests.
43109         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
43110
43111 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
43112
43113         [BZ #13705]
43114         * math/libm-test.inc (exp_test): Do not allow overflow exception
43115         on underflow test.
43116
43117 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
43118
43119         [BZ #13705]
43120         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
43121         instead of __kernel_standard_f.
43122
43123 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
43124
43125         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
43126         * sysdeps/x86_64/memset_chk.S: Likewise.
43127
43128 2012-04-08  Andreas Jaeger  <aj@suse.de>
43129
43130         [BZ #10153]
43131         * manual/startup.texi (Environment Access): Describe return value
43132         for putenv and setenv.
43133
43134         [BZ #6895]
43135         * manual/filesys.texi (Directory Entries): Add description for
43136         DT_LNK.
43137
43138         [BZ #6890]
43139         * manual/filesys.texi (Directory Entries): Clarify that it's file
43140         system not operating system in the description of DT_UNKNOWN.
43141
43142         [BZ #6578]
43143         * manual/syslog.texi (closelog): Fix reference, it's openlog.
43144
43145 2012-04-08  Stephen Compall  <s11@member.fsf.org>
43146
43147         [BZ #6649]
43148         * manual/llio.texi (Opening and Closing Files): Add cross
43149         reference to explain mode argument.
43150
43151 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
43152
43153         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
43154         * sysdeps/x86_64/memset_chk.S: Likewise.
43155
43156 2012-04-07  David S. Miller  <davem@davemloft.net>
43157
43158         * elf/elf.h (R_SPARC_WDISP10): Define.
43159         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
43160         R_SPARC_SIZE32.
43161         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
43162         R_SPARC_SIZE64 and R_SPARC_H34.
43163
43164 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
43165
43166         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
43167         conditions and remove no longer applicable assertion.
43168
43169 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
43170
43171         * bits/byteswap.h: Include <features.h>.
43172         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
43173         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
43174
43175 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
43176
43177         * bits/byteswap.h (__bswap_16): Removed.
43178         Include <bits/byteswap-16.h> to get __bswap_16.
43179         * sysdeps/i386/bits/byteswap.h: Likewise.
43180         * sysdeps/s390/bits/byteswap.h: Likewise.
43181         * sysdeps/x86_64/bits/byteswap.h: Likewise.
43182         * bits/byteswap-16.h: New file.
43183         * sysdeps/i386/bits/byteswap-16.h: Likewise.
43184         * sysdeps/s390/bits/byteswap-16.h: Likewise.
43185         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
43186         * string/Makefile (headers): Add bits/byteswap-16.h.
43187
43188 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
43189
43190         [BZ #13895]
43191         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
43192         extra indirection.
43193         * nss/Makefile (tests-static, tests): Add tst-nss-static.
43194         * nss/tst-nss-static.c: New.
43195
43196 2012-04-06  Robert Millan  <rmh@gnu.org>
43197
43198         [BZ #6486]
43199         * manual/llio.texi (File Position Primitive): lseek
43200         refers to WHENCE when it really means OFFSET.
43201
43202 2012-04-06  Andreas Jaeger  <aj@suse.de>
43203
43204         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
43205         strncmp declarations.
43206
43207         * abilist/libc.abilist: Add __poll and __ppoll.
43208
43209 2012-04-05  David S. Miller  <davem@davemloft.net>
43210
43211         * scripts/check-local-headers.sh: Accept a host triplet in the
43212         path matched by the exclude regexp.
43213
43214         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
43215         definition.
43216         * sysdeps/powerpc/powerpc32/dl-machine.h
43217         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
43218         * sysdeps/s390/s390-32/dl-machine.h
43219         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
43220         * sysdeps/sparc/sparc32/dl-machine.h
43221         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
43222         * sysdeps/sparc/sparc64/dl-machine.h
43223         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
43224
43225         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
43226         lazy binding.
43227         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
43228         undefined symbol errors.
43229
43230         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
43231         DT_NEEDED entries.
43232
43233 2012-04-05  Michael Matz  <matz@suse.de>
43234
43235         [BZ #13592]
43236         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
43237
43238 2012-04-05  Andreas Jaeger  <aj@suse.de>
43239
43240         [BZ #13908]
43241         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
43242         comment.
43243
43244 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
43245
43246         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
43247         which ROUND is no valid rounding mode.
43248
43249 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
43250
43251         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
43252         read again.
43253         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
43254
43255 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
43256
43257         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
43258         an exception using FPU order intentionally.
43259
43260 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
43261
43262         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
43263         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
43264         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
43265         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
43266
43267 2012-04-05  Simon Josefsson  <simon@josefsson.org>
43268
43269         [BZ #12340]
43270         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
43271         EINVAL when BUFLEN is too smal.
43272
43273 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
43274
43275         [BZ #13553]
43276         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
43277         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
43278
43279 2012-04-03  Andreas Jaeger  <aj@suse.de>
43280
43281         [BZ #13938]
43282         * manual/setjmp.texi (System V contexts): Fix sentence.
43283
43284         [BZ #13926]
43285         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
43286         New macro for this case.
43287         [!__GNUC__] (__bswap_64): New inline function for this case.
43288         * sysdeps/x86_64/bits/byteswap.h: Likewise.
43289         * bits/byteswap.h: Likewise.
43290         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
43291         ull, guard with __GLIBC_HAVE_LONG_LONG.
43292
43293         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
43294         __GLIBC_HAVE_LONG_LONG.
43295
43296         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
43297         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
43298
43299 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
43300
43301         [BZ #13691]
43302         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
43303         inptr and inend, rather than using last_ch.
43304
43305 2012-04-02  David S. Miller  <davem@davemloft.net>
43306
43307         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
43308         * stdio-common/printf-parse.h (read_int): Change return type to
43309         'int', return -1 on INT_MAX overflow.
43310         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
43311         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
43312         overflows INT_MAX.  Check for overflow of in-format-string precision
43313         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
43314         SIZE_MAX not INT_MAX for integer overflow test.
43315         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
43316         skip the construct in the format string but do not record anything.
43317         * stdio-common/bug22.c: Adjust to test both width/prevision
43318         INT_MAX overflow as well as total length INT_MAX overflow.  Check
43319         explicitly for proper errno values.
43320
43321 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
43322
43323         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
43324         CHAR_MAX.
43325         * string/test-strcmp.c [! WIDE]: Likewise.
43326         * time/tst-mktime2.c: Likewise for INT_MAX.
43327         * string/test-string.h: #include <sys/param.h> for MIN.
43328
43329         * csu/init-first.c (__libc_init_first): Call __ctype_init.
43330         * sysdeps/i386/init-first.c (init): Likewise.
43331         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
43332         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
43333         * sysdeps/sh/init-first.c (init): Likewise.
43334
43335 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
43336
43337         * po/ru.po: Update from translation team.
43338         * po/vi.po: Likewise.
43339
43340 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
43341
43342         * resolv/nss_dns/dns-host.c: Merge copyright years.
43343
43344 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43345
43346         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
43347         Optimize memcpy with prefetch if
43348         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
43349         src, dst pointers have unequal 16 byte alignments.
43350
43351 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
43352
43353         [BZ #13928]
43354         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
43355         from a CNAME entry and return the minimum ttl for the query.
43356         (gaih_getanswer_slice): Likewise.
43357
43358 2012-03-30  Jeff Law  <law@redhat.com>
43359
43360         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
43361         due to long keys.
43362         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
43363         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
43364
43365         * resolv/nss_dns/dns-host.c: Update copyright year.
43366
43367 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
43368
43369         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
43370         requests to save a system call.  Fix check that all bytes are sent.
43371
43372         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
43373         comments for sendmmsg.
43374
43375 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
43376
43377         [BZ #13691]
43378         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
43379         with only 1 character between 0x0041 and 0x01b0.
43380         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
43381         * wcsmbs/tst-mbsnrtowcs.c: New file.
43382
43383 2012-03-29  David S. Miller  <davem@davemloft.net>
43384
43385         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
43386         small copies by hand.
43387
43388 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
43389
43390         [BZ #13761]
43391         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
43392         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
43393         group memberships.
43394
43395 2012-03-28  David S. Miller  <davem@davemloft.net>
43396
43397         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
43398         that branches into memcpy.
43399         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
43400         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
43401         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
43402         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
43403         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
43404         bits.
43405         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
43406         implementation too.
43407         * sysdeps/sparc/mempcpy.S: New file.
43408
43409         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
43410         the IFUNC routine in the libc case.
43411         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
43412
43413         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
43414         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
43415         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
43416         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
43417         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
43418         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
43419         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
43420         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
43421
43422         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
43423         loop to 256 bytes instead of 64 bytes and fix test signedness.
43424
43425         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
43426         * sysdeps/sparc/sparc32/Makefile: rather than here...
43427         * sysdeps/sparc/sparc64/Makefile: and here.
43428
43429 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
43430
43431         * malloc/mallocbug.c: Avoid warnings about unused variables.
43432
43433 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
43434
43435         [BZ #13760]
43436         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
43437         in the right place. Discard and retry query if response is
43438         larger than input buffer size.
43439
43440 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
43441
43442         [BZ #369]
43443         [BZ #2678]
43444         [BZ #3866]
43445         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
43446         x for large integer exponent.
43447         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
43448         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
43449         sign of result as needed afterwards.
43450         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
43451         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
43452         result for underflowing pow the same as for overflow.
43453         (__kernel_standard_l): Handle powl overflow and underflow here
43454         rather than calling __kernel_standard.
43455         * math/libm-test.inc (pow_test): Add more tests.
43456
43457         [BZ #3868]
43458         [BZ #13879]
43459         [BZ #13910]
43460         [BZ #13911]
43461         [BZ #13912]
43462         [BZ #13913]
43463         [BZ #13915]
43464         [BZ #13916]
43465         [BZ #13917]
43466         [BZ #13918]
43467         [BZ #13919]
43468         [BZ #13920]
43469         [BZ #13921]
43470         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
43471         * sysdeps/ieee754/k_standard.c: Include <float.h>.
43472         (__kernel_standard_l): New function.
43473         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
43474         __kernel_standard.
43475         * math/w_acosl.c (__acosl): Likewise.
43476         * math/w_asinl.c (__asinl): Likewise.
43477         * math/w_atan2l.c (__atan2l): Likewise.
43478         * math/w_atanhl.c (__atanhl): Likewise.
43479         * math/w_coshl.c (__coshl): Likewise.
43480         * math/w_exp10l.c (__exp10l): Likewise.
43481         * math/w_exp2l.c (__exp2l): Likewise.
43482         * math/w_fmodl.c (__fmodl): Likewise.
43483         * math/w_hypotl.c (__hypotl): Likewise.
43484         * math/w_j0l.c (__j0l, __y0l): Likewise.
43485         * math/w_j1l.c (__j1l, __y1l): Likewise.
43486         * math/w_jnl.c (__jnl, __ynl): Likewise.
43487         * math/w_lgammal.c (__lgammal): Likewise.
43488         * math/w_log10l.c (__log10l): Likewise.
43489         * math/w_log2l.c (__log2l): Likewise.
43490         * math/w_logl.c (__logl): Likewise.
43491         * math/w_powl.c (__powl): Likewise.
43492         * math/w_remainderl.c (__remainderl): Likewise.
43493         * math/w_scalbl.c (sysv_scalbl): Likewise.
43494         * math/w_sinhl.c (__sinhl): Likewise.
43495         * math/w_sqrtl.c (__sqrtl): Likewise.
43496         * math/w_tgammal.c (__tgammal): Likewise.
43497         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
43498         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
43499         * math/libm-test.inc (acos_test): Add more tests.
43500         (acosh_test): Likewise.
43501         (asin_test): Likewise.
43502         (atanh_test): Likewise.
43503         (exp_test): Likewise.
43504         (exp10_test): Likewise.
43505         (exp2_test): Likewise.
43506         (expm1_test): Likewise.
43507         (lgamma_test): Likewise.
43508         (log_test): Likewise.
43509         (log10_test): Likewise.
43510         (log1p_test): Likewise.
43511         (log2_test): Likewise.
43512         (pow_test): Do not allow some spurious overflow exceptions.
43513         (sqrt_test): Add more tests.
43514         (tgamma_test): Likewise.
43515         (y0_test): Likewise.
43516         (y1_test): Likewise.
43517         (yn_test): Likewise.
43518
43519 2012-03-27  Anton Blanchard  <anton@samba.org>
43520
43521         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
43522         MAP_HUGETLB.
43523         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
43524         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
43525         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
43526
43527 2012-03-27  David S. Miller  <davem@davemloft.net>
43528
43529         * conform/Makefile: Run run-conformtest.sh using $(BASH).
43530
43531         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
43532         have-as-vis3 check.
43533
43534 2012-03-27  Andreas Jaeger  <aj@suse.de>
43535
43536         * sysdeps/x86_64/elf/configure.in: Moved to ...
43537         * sysdeps/x86_64/configure.in: ... here.
43538         * sysdeps/x86_64/elf/start.S: Moved to ...
43539         * sysdeps/x86_64/start.S: ... here.
43540         * sysdeps/x86_64/elf/configure: Delete.
43541
43542         * sysdeps/x86_64/configure.in: Merge contents from
43543         sysdeps/i386/configure.in (without i686 check).
43544
43545         * sysdeps/i386/elf/Versions: Merge into ...
43546         * sysdeps/i386/Versions: ... this.
43547         * sysdeps/i386/elf/Versions: Delete file.
43548         * sysdeps/i386/elf/start.S: Moved to ...
43549         * sysdeps/i386/start.S: ...here.
43550         * sysdeps/i386/elf/configure.in: Merge into...
43551         * sysdeps/i386/configure.in: ...here.
43552         * sysdeps/i386/elf/configure.in: Delete file.
43553         * sysdeps/i386/elf/configure: Delete file.
43554
43555         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
43556         * debug/backtracesyms.c: ... here.
43557         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
43558         * debug/backtracesymsfd.c: ... here.
43559         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
43560         * sysdeps/generic/ifunc-sel.h: ... here.
43561
43562         * sysdeps/unix/i386/start.c: Delete file.
43563         * sysdeps/unix/sparc/start.c: Delete file.
43564         * sysdeps/unix/start.c: Delete file.
43565
43566         * sysdeps/sh/elf/configure.in: Moved to ...
43567         * sysdeps/sh/configure.in: ... here.
43568         * sysdeps/sh/elf/start.S: Moved to ...
43569         * sysdeps/sh/start.S: ... here.
43570         * sysdeps/sh/elf/configure: Delete file.
43571
43572         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
43573         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
43574         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
43575         * sysdeps/powerpc/powerpc64/entry.h: ... here.
43576         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
43577         * sysdeps/powerpc/powerpc64/start.S: here.
43578         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
43579         * sysdeps/powerpc/powerpc64/Makefile: ... this.
43580         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
43581         * sysdeps/powerpc/powerpc64/configure.in: ... this.
43582         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
43583
43584         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
43585         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
43586         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
43587         * sysdeps/powerpc/powerpc32/start.S: ... here.
43588         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
43589         * sysdeps/powerpc/powerpc32/configure.in: ... this.
43590         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
43591
43592         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
43593         * sysdeps/powerpc/ifunc-sel.h: ... here.
43594         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
43595         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
43596
43597         * sysdeps/sparc/elf/configure.in: Moved to ...
43598         * sysdeps/sparc/configure.in: ... here.
43599         * sysdeps/sparc/elf/configure: Delete file.
43600         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
43601         * sysdeps/sparc/sparc32/start.S: ... here.
43602         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
43603         * sysdeps/sparc/sparc64/start.S: ... here.
43604         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
43605         * sysdeps/sparc/sparc32/Makefile: ... this.
43606         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
43607         * sysdeps/sparc/sparc64/Makefile: ... this.
43608
43609         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
43610         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
43611         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
43612         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
43613         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
43614         * sysdeps/s390/s390-32/setjmp.S: ... here.
43615         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
43616         * sysdeps/s390/s390-32/configure.in: ... here.
43617         * sysdeps/s390/s390-32/elf/configure: Delete file.
43618         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
43619         * sysdeps/s390/s390-32/start.S: ... here.
43620
43621         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
43622         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
43623         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
43624         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
43625         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
43626         * sysdeps/s390/s390-64/setjmp.S: ... here.
43627         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
43628         * sysdeps/s390/s390-64/configure.in: ... here
43629         * sysdeps/s390/s390-64/elf/configure: Delete file.
43630         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
43631         * sysdeps/s390/s390-64/start.S: ... here.
43632         * sysdeps/s390/s390-64/elf/configure: Delete.
43633
43634         * configure.in: Remove support for elf directories in sysdeps.
43635
43636         * configure: Regenerated.
43637         * sysdeps/i386/configure: Regenerated.
43638         * sysdeps/powerpc/powerpc32/configure: Regenerated.
43639         * sysdeps/powerpc/powerpc64/configure: Regenerated.
43640         * sysdeps/s390/s390-32/configure: Regenerated.
43641         * sysdeps/s390/s390-64/configure: Regenerated.
43642         * sysdeps/sh/configure: Regenerated.
43643         * sysdeps/sparc/configure: Regenerated.
43644         * sysdeps/x86_64/configure: Regenerated.
43645
43646 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
43647
43648         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43649
43650         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
43651         denormal result into account.
43652
43653 2012-03-25  Roland McGrath  <roland@hack.frob.com>
43654
43655         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
43656         Reported by Allan McRae <allan@archlinux.org>.
43657
43658 2012-03-23  Jeff Law  <law@redhat.com>
43659
43660         * nss/getnssent.c (__nss_getent): Fix typo.
43661
43662 2012-03-23  David S. Miller  <davem@davemloft.net>
43663
43664         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43665
43666 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
43667
43668         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
43669         to pad to uint64_t for each field.
43670         (dl_tls_index): Replace unsigned long with uint64_t.
43671
43672 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
43673         Paul Pluzhnikov  <ppluzhnikov@google.com>
43674
43675         [BZ #6528]
43676         * grp/Makefile (otherlibs): Don't set it.
43677         * inet/Makefile (otherlibs): Likewise.
43678         * login/Makefile (otherlibs): Likewise.
43679         * nscd/Makefile (otherlibs): Likewise.
43680         * posix/Makefile (otherlibs): Likewise.
43681         * pwd/Makefile (otherlibs): Likewise.
43682         * rt/Makefile (otherlibs): Likewise.
43683         * sunrpc/Makefile (otherlibs): Likewise.
43684         * nss/Makefile (otherlibs): Likewise.
43685         Add libnss_files to routines and static-only-routines.
43686         ($(objpfx)getent): Remove rule.
43687         * resolv/Makefile: Add libnss_dns and libresolv to routines and
43688         static-only-routines.
43689
43690 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
43691
43692         [BZ #13892]
43693         * math/s_cexp.c: Include <float.h>.
43694         (__cexp): Handle exp result overflowing not necessarily
43695         overflowing both real and imaginary parts of result.
43696         * math/s_cexpf.c: Likewise.
43697         * math/s_cexpl.c: Likewise.
43698         * math/libm-test.inc (cexp_test): Add more tests.
43699         * sysdeps/i386/fpu/libm-test-ulps: Update.
43700         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43701
43702 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43703
43704         * include/link.h (ELFW): New macro.
43705         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
43706         Replace ELF64_R_TYPE with ELFW(R_TYPE).
43707
43708 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43709
43710         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
43711         with uint64_t.
43712
43713 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43714
43715         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
43716         declaration.
43717         (struct La_x32_retval): Likewise.
43718
43719 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43720
43721         * sysdeps/x86_64/preconfigure.in: New file.
43722         * sysdeps/x86_64/preconfigure: New generated file.
43723
43724 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
43725
43726         [BZ #13824]
43727         * math/e_exp2l.c: Include <float.h>.
43728         (__ieee754_exp2l): Handle overflow and underflow cases
43729         separately.  Only pass fractional part of argument to
43730         __ieee754_expl.
43731         * math/libm-test.inc (exp2_test): Add more tests.
43732
43733         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
43734         negating x to take absolute value.
43735         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
43736         Likewise.
43737         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
43738         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
43739         Likewise.
43740         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
43741         computing low part if x was negated.
43742         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
43743
43744 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
43745
43746         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
43747         la_x32_gnu_pltexit.
43748         (pltexit): Cast int_retval to ptrdiff_t.
43749         * elf/tst-auditmod3b.c: Likewise.
43750         * elf/tst-auditmod4b.c: Likewise.
43751         * elf/tst-auditmod5b.c: Likewise.
43752         * elf/tst-auditmod6b.c: Likewise.
43753         * elf/tst-auditmod6c.c: Likewise.
43754         * elf/tst-auditmod7b.c: Likewise.
43755
43756         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
43757         and x32_gnu_pltexit.
43758
43759         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
43760         __ELF_NATIVE_CLASS.
43761         (La_x32_regs): New macro.
43762         (La_x32_retval): Likewise.
43763         (la_x32_gnu_pltenter): New function prototype.
43764         (la_x32_gnu_pltexit): Likewise.
43765
43766 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
43767
43768         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
43769         exponent.
43770
43771         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43772
43773         * configure.in (libc_cv_cc_nofma): Check for option to disable
43774         generation of FMA instructions.
43775         * configure: Regenerate.
43776         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
43777         * sysdeps/ieee754/dbl-64/Makefile: New file.
43778         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
43779         Remove brandred-fma4.
43780         (CFLAGS-brandred-fma4.c): Remove.
43781         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
43782         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
43783         define.
43784         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
43785         define.
43786
43787 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
43788
43789         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
43790         LLONG_MAX != LONG_MAX.
43791         (_itoa_word): Use _ITOA_WORD_TYPE on value.
43792         (_fitoa_word): Likewise.
43793         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
43794         LLONG_MAX != LONG_MAX.
43795         * stdio-common/_itowa.h: Include <_itoa.h>.
43796         (_itowa_word): Use _ITOA_WORD_TYPE on value.
43797         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
43798         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
43799         only if not defined.
43800         (_ITOA_WORD_TYPE): Likewise.
43801         (_itoa_word): Use _ITOA_WORD_TYPE on value.
43802         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
43803
43804 2012-03-21  David S. Miller  <davem@davemloft.net>
43805
43806         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43807
43808 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
43809
43810         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
43811         of x86_64 when setting libc_cv_slibdir, libdir and
43812         libc_cv_localedir.
43813         * sysdeps/unix/sysv/linux/configure: Regenerated.
43814
43815 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
43816
43817         * manual/lang.texi (Old Varargs): Remove section.
43818         (How Variadic): Update menu.
43819         (va_start): Do not mention varargs.h.
43820
43821 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
43822             Joseph Myers  <joseph@codesourcery.com>
43823
43824         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
43825         link test.
43826         * configure: Regenerated.
43827
43828 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
43829
43830         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
43831         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
43832         conformtest.pl
43833
43834 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
43835
43836         * NOTES: Remove.
43837         * Makefile (files-for-dist): Remove NOTES.
43838         (NOTES): Remove rule.
43839         * README: Don't refer to NOTES.
43840         * manual/creature.texi: Don't include macros.texi.
43841         * manual/intro.texi (creature.texi): Remove comment referring to
43842         NOTES.
43843
43844         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
43845         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
43846         * configure: Regenerated.
43847         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
43848         LIBC_TRY_CC_OPTION.
43849         (libc_cv_as_i686): Likewise.
43850         (libc_cv_cc_avx): Likewise.
43851         (libc_cv_cc_sse2avx): Likewise.
43852         (libc_cv_cc_fma4): Likewise.
43853         (libc_cv_cc_novzeroupper): Likewise.
43854         * sysdeps/i386/configure: Regenerated.
43855
43856         [BZ #13883]
43857         * sysdeps/i386/fpu/s_cexp.S: Remove.
43858         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
43859         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
43860         * math/libm-test.inc (cexp_test): Add more tests.
43861         * sysdeps/i386/fpu/libm-test-ulps: Update.
43862         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43863
43864 2012-03-21  Allan McRae  <allan@archlinux.org>
43865
43866         * timezone/Makefile: Do not install iso3166.tab and zone.tab
43867
43868 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
43869
43870         [BZ #13871]
43871         * math/w_exp2.c: Do not include <float.h>.
43872         (o_threshold, u_threshold): Remove.
43873         (__exp2): Calculate result before checking finiteness and calling
43874         __kernel_standard.
43875         * math/w_exp2f.c: Likewise.
43876         * math/w_exp2l.c: Likewise.
43877         * math/libm-test.inc (exp2_test): Require overflow exception for
43878         1e6 input.
43879
43880         [BZ #3866]
43881         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
43882         range of signed 64-bit integers before using fistpll.  Remove
43883         checks for whether integers fit in mantissa bits.
43884         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
43885         the range of signed 32-bit integers before using fistpl.  Remove
43886         checks for whether integers fit in mantissa bits.
43887         * sysdeps/i386/fpu/e_powl.S (p64): New object.
43888         (__ieee754_powl): Test for y outside the range of signed 64-bit
43889         integers before using fistpll.  Reduce 64-bit values to 63-bit
43890         ones as needed.
43891         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
43892         divide-by-zero is raised for zero to large negative powers.
43893         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
43894         (__ieee754_powl): Test for y outside the range of signed 64-bit
43895         integers before using fistpll.  Reduce 64-bit values to 63-bit
43896         ones as needed.
43897         * math/libm-test.inc (pow_test): Add more tests.
43898
43899 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
43900
43901         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
43902         <stdio-common/_itoa.h>.
43903         * debug/segfault.c: Likewise.
43904         * elf/dl-cache.c: Likewise.
43905         * elf/dl-minimal.c: Likewise.
43906         * elf/dl-misc.c: Likewise.
43907         * elf/dl-sysdep.c: Likewise.
43908         * elf/dl-version.c: Likewise.
43909         * elf/rtld.c: Likewise.
43910         * hurd/hurdsock.c: Likewise.
43911         * hurd/lookup-retry.c: Likewise.
43912         * malloc/malloc.c: Likewise.
43913         * malloc/mtrace.c: Likewise.
43914         * nscd/nscd_getgr_r.c: Likewise.
43915         * nscd/nscd_getpw_r.c: Likewise.
43916         * nscd/nscd_getserv_r.c: Likewise.
43917         * posix/getopt_init.c: Likewise.
43918         * posix/wordexp.c: Likewise.
43919         * stdio-common/_itoa.c: Likewise.
43920         * stdio-common/printf_fphex.c: Likewise.
43921         * stdio-common/vfprintf.c: Likewise.
43922         * string/_strerror.c: Likewise.
43923         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
43924         * sysdeps/i386/i686/hp-timing.h: Likewise.
43925         * sysdeps/mach/_strerror.c: Likewise.
43926         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
43927         * sysdeps/mach/hurd/sethostid.c: Likewise.
43928         * sysdeps/mach/hurd/xmknodat.c: Likewise.
43929         * sysdeps/mach/xpg-strerror.c: Likewise.
43930         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
43931         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
43932         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
43933         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
43934         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
43935         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
43936         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
43937         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
43938         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
43939         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
43940         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
43941         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
43942         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
43943         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
43944         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
43945         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
43946         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
43947         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
43948         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
43949         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
43950         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
43951
43952         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
43953
43954         * stdio-common/_itoa.h: Moved to ...
43955         * sysdeps/generic/_itoa.h: Here.
43956
43957         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
43958
43959         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
43960         instead of "_itoa.h" and "_itowa.h".
43961         * stdio-common/vfprintf.: Likewise.
43962
43963 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
43964
43965         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
43966         <bits/wordsize.h>.
43967         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
43968         (__signbit): Likwise.
43969         (llrintf): Likwise.
43970         (llrint): Likwise.
43971
43972 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
43973
43974         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
43975         __WORDSIZE != 64.
43976
43977 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
43978
43979         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
43980         OVERFLOW_EXCEPTION_OK.
43981         * math/libm-test.inc ("Philosophy"): Update comment about
43982         exception testing.
43983         (OVERFLOW_EXCEPTION): Define.
43984         (OVERFLOW_EXCEPTION_OK): Likewise.
43985         (INVALID_EXCEPTION_OK): Renumber.
43986         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
43987         (IGNORE_ZERO_INF_SIGN): Likewise.
43988         (test_exceptions): Handle FE_OVERFLOW.
43989         (exp10_test): Expect overflow exceptions.
43990         (exp2_test): Likewise.
43991         (expm1_test): Likewise.
43992         (nextafter_test): Likewise.
43993         (pow_test): Likewise.
43994         (scalbn_test): Likewise.
43995         (scalbln_test): Likewise.
43996
43997 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43998
43999         * sysdeps/x86_64/bits/atomic.h
44000         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
44001         64bit integer.
44002         (atomic_exchange_acq): Likewise.
44003         (__arch_exchange_and_add_body): Likewise.
44004         (__arch_add_body): Likewise.
44005         (atomic_add_negative): Likewise.
44006         (atomic_add_zero): Likewise.
44007
44008 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
44009
44010         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
44011         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
44012
44013 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
44014
44015         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
44016         Check __x86_64__ instead of __WORDSIZE.
44017
44018 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
44019
44020         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
44021
44022 2012-03-19  David S. Miller  <davem@davemloft.net>
44023
44024         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44025
44026         * sysdeps/sparc/fpu/fenv_private.h: New file.
44027         * sysdeps/sparc/fpu/math_private.h: Use it.
44028         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
44029         Remove.
44030         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
44031         (libc_feholdexcept_setroundl): Remove.
44032         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
44033         Remove.
44034         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
44035         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
44036
44037 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
44038
44039         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
44040         int64_t instead of long int.
44041         (INSERT_WORDS64): Likwise.
44042
44043 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
44044
44045         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
44046         _Unwind_GetCFA return to _Unwind_Ptr first.
44047
44048 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
44049
44050         [BZ #13629]
44051         * math/s_clog.c: Include <float.h>.
44052         (__clog): Scale large or subnormal inputs.
44053         * math/s_clogf.c: Likewise.
44054         * math/s_clogl.c: Likewise.
44055         * math/s_clog10.c: Include <float.h>.
44056         (M_LOG10_2): Define.
44057         (__clog10): Scale large or subnormal inputs.
44058         * math/s_clog10f.c: Likewise.
44059         * math/s_clog10l.c: Likewise.
44060         * math/libm-test.inc (clog_test): Add more tests.
44061         (clog10_test): Likewise.
44062         * sysdeps/i386/fpu/libm-test-ulps: Update.
44063         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44064
44065         [BZ #11451]
44066         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
44067         x and y.
44068         * math/libm-test.inc (atan2_test): Add another test.
44069
44070         * Makerules (common-objdir-compile): Remove.
44071         * sysdeps/unix/Makefile (config-generated): Do not add
44072         $(unix-generated) to variable.
44073         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
44074         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
44075         Remove rule.
44076         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
44077         Likewise.
44078         [generic bits/local_lim.h] (before-compile): Do not append to
44079         variable.
44080         [generic bits/local_lim.h] (common-generated): Likewise.
44081         [generic sys/param.h] (before-compile): Do not append to variable.
44082         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
44083         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
44084         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
44085         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
44086         include.
44087         [generic sys/param.h] (sys/param.h-includes): Remove variable.
44088         [generic sys/param.h] (sys/param.h-includes): Remove rule.
44089         [generic sys/param.h] ($(addprefix
44090         $(common-objpfx),$(sys/param.h-includes))): Likewise.
44091         [generic sys/param.h] (common-generated): Do not append to
44092         variable.
44093         [generic sys/param.h] (sysdep_headers): Likewise.
44094         [generic bits/errno.h] (before-compile): Do not append to
44095         variable.
44096         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
44097         rule.
44098         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
44099         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
44100         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
44101         [generic bits/errno.h] (common-generated): Do not append to
44102         variable.
44103         [generic bits/ioctls.h] (before-compile): Do not append to
44104         variable.
44105         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
44106         rule.
44107         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
44108         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
44109         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
44110         rule.
44111         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
44112         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
44113         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
44114         [generic bits/ioctls.h] (common-generated): Do not append to
44115         variable.
44116         [generic sys/syscall.h] (syscall.h): Remove variable.
44117         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
44118         rule.
44119         [generic sys/syscall.h] (before-compile): Do not append to
44120         variable.
44121         [generic sys/syscall.h] (common-generated): Likewise.
44122         * sysdeps/unix/errnos-tmpl.c: Remove file.
44123         * sysdeps/unix/errnos.awk: Likewise.
44124         * sysdeps/unix/ioctls-tmpl.c: Likewise.
44125         * sysdeps/unix/ioctls.awk: Likewise.
44126         * sysdeps/unix/mk-local_lim.c: Likewise.
44127         * sysdeps/unix/snarf-ioctls: Likewise.
44128
44129 2012-03-19  Richard Henderson  <rth@twiddle.net>
44130
44131         * sysdeps/i386/fpu/fenv_private.h: New file.
44132         * sysdeps/i386/fpu/math_private.h: Use it.
44133         (math_opt_barrier, math_force_eval): Remove.
44134         (libc_feholdexcept_setround_53bit): Remove.
44135         (libc_feupdateenv_53bit): Remove.
44136         * sysdeps/x86_64/fpu/math_private.h: Likewise.
44137         (math_opt_barrier, math_force_eval): Remove.
44138         (libc_feholdexcept): Remove.
44139         (libc_feholdexcept_setround): Remove.
44140         (libc_fetestexcept, libc_fesetenv): Remove.
44141         (libc_feupdateenv_test): Remove.
44142         (libc_feupdateenv, libc_feholdsetround): Remove.
44143         (libc_feresetround): Remove.
44144
44145         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
44146         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
44147
44148         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
44149         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
44150         (libc_feupdateenv_testl): New.
44151         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
44152         (libc_feupdateenv_testf): New.
44153         (libc_feupdateenv): Use libc_feupdateenv_test.
44154         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
44155         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
44156
44157         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
44158         (libc_feholdsetroundf, libc_feholdsetroundl): New.
44159         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
44160         (libc_feresetround_noex): New.
44161         (libc_feresetround_noexf): New.
44162         (libc_feresetround_noexl): New.
44163         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
44164         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
44165         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
44166         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
44167         SET_RESTORE_ROUND.
44168         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
44169         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
44170         (__cos): Likewise.
44171         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
44172         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
44173         SET_RESTORE_ROUND_NOEX.
44174         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
44175         SET_RESTORE_ROUND_NOEXF.
44176         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
44177         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
44178         (libc_feholdsetroundf): New.
44179         (libc_feresetround, libc_feresetroundf): New.
44180
44181         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
44182         (libc_feholdexcept_setround_53bit): Convert from macro to function.
44183         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
44184
44185         * sysdeps/generic/math_private.h: Include <fenv.h>.
44186         (default_libc_feholdexcept): New.
44187         (default_libc_feholdexcept_setround): New.
44188         (default_libc_fesetenv, default_libc_feupdateenv): New.
44189         (libc_feholdexcept): Only define if undefined.
44190         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
44191         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
44192         (libc_feholdexcept_setroundl): Likewise.
44193         (libc_feholdexcept_setround_53bit): Likewise.
44194         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
44195         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
44196         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
44197         (libc_feupdateenv_53bit): Likewise.
44198         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
44199         (libc_feholdexcept): Convert from macro to inline function.
44200         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
44201         (libc_fesetenv, libc_feupdateenv): Likewise.
44202
44203         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
44204         not previously defined.
44205         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
44206         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
44207         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
44208         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
44209         * sysdeps/ieee754/flt-32/math_private.h: New file.
44210         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
44211         math_private.h below SET_FLOAT_WORD.
44212         (__isnan, __isinf_ns, __finite): Remove.
44213         (__isnanf, __isinf_nsf, __finitef): Remove.
44214
44215 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
44216
44217         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44218
44219 2012-03-17  David S. Miller  <davem@davemloft.net>
44220
44221         [BZ #6471]
44222         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
44223         for 2.16.
44224
44225 2012-03-16  David S. Miller  <davem@davemloft.net>
44226
44227         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
44228         warnings.
44229
44230         [BZ #6471]
44231         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
44232         properly.
44233         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
44234         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
44235         sysdep_routines when subdir is sysvipc.
44236         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
44237         __getshmlba helper.
44238
44239         * sysdeps/sparc/fpu/libm-test/ulps: Update.
44240
44241 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44242
44243         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
44244         [__LP64__].
44245
44246 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44247
44248         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
44249         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
44250         (__lround): Renamed to ...
44251         (__llround): This.  Replace long int with long long int.
44252         Define lround functions as aliases of llround functions.
44253         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
44254
44255 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44256
44257         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
44258         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
44259         adresses to uintptr_t.  Replace "long int" and "unsigned long
44260         int" with "greg_t" on va_arg.
44261
44262 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44263
44264         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
44265         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
44266
44267         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
44268         Move e_machine check before EI_CLASS check.  Handle x32
44269         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
44270         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
44271         SKIP_EM_IA_64 and include
44272         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
44273
44274         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
44275         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
44276         (add_system_dir): New macro.
44277
44278         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
44279         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
44280
44281 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
44282
44283         [BZ #2551]
44284         [BZ #2552]
44285         [BZ #2553]
44286         [BZ #2554]
44287         [BZ #2562]
44288         [BZ #2563]
44289         [BZ #2565]
44290         [BZ #2566]
44291         [BZ #2576]
44292         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
44293         (y0): Likewise.
44294         * math/w_j0f.c (j0f): Likewise.
44295         (y0f): Likewise.
44296         * math/w_j0l.c (__j0l): Likewise.
44297         (__y0l): Likewise.
44298         * math/w_j1.c (j1): Likewise.
44299         (y1): Likewise.
44300         * math/w_j1f.c (j1f): Likewise.
44301         (y1f): Likewise.
44302         * math/w_j1l.c (__j1l): Likewise.
44303         (__y1l): Likewise.
44304         * math/w_jn.c (jn): Likewise.
44305         (yn): Likewise.
44306         * math/w_jnf.c (jnf): Likewise.
44307         (ynf): Likewise.
44308         * math/w_jnl.c (__jnl): Likewise.
44309         (__ynl): Likewise.
44310         * math/libm-test.inc (j0_test): Add more tests.
44311         (j1_test): Likewise.
44312         (jn_test): Likewise.  Add trailing semicolon to existing test.
44313         (y0_test): Likewise.
44314         (y1_test): Likewise.
44315         * sysdeps/i386/fpu/libm-test-ulps: Update.
44316         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44317
44318         [BZ #13851]
44319         [BZ #13854]
44320         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
44321         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
44322         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
44323         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
44324         (__tanl): Set errno for infinite argument.
44325         * sysdeps/i386/fpu/mptan.c: Remove.
44326         * sysdeps/i386/fpu/s_tan.S: Likewise.
44327         * sysdeps/i386/fpu/s_tanl.S: Likewise.
44328         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
44329         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
44330         * math/libm-test.inc (tan_test): Add more tests and enable more
44331         tests for double and long double.
44332         * sysdeps/i386/fpu/libm-test-ulps: Update.
44333         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44334
44335 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
44336
44337         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
44338         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
44339
44340 2012-03-16  Roland McGrath  <roland@hack.frob.com>
44341
44342         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
44343         * configure.in: Use it for both main tree and add-ons.
44344         * configure: Regenerated.
44345
44346 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44347
44348         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
44349
44350 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
44351
44352         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
44353         in comment.
44354
44355         [BZ #13851]
44356         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
44357         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
44358         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
44359         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
44360         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
44361         infinite argument.
44362         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
44363         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
44364         != 0 for prec == 2.
44365         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
44366         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
44367         * sysdeps/i386/fpu/s_cosl.S: Likewise.
44368         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
44369         * sysdeps/i386/fpu/s_sinl.S: Likewise.
44370         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
44371         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
44372         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
44373         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
44374         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
44375         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
44376         * math/libm-test.inc (cos_test): Add more tests and enable more
44377         tests for long double.
44378         (sin_test): Likewise.
44379         (sincos_test): Likewise.
44380         * sysdeps/i386/fpu/libm-test-ulps: Update.
44381         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44382
44383 2012-03-16  David S. Miller  <davem@davemloft.net>
44384
44385         * sysdeps/sparc/fpu/math_private.h: New file.
44386
44387 2012-03-15  David S. Miller  <davem@davemloft.net>
44388
44389         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
44390         file.
44391         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
44392         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
44393         file.
44394         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
44395         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
44396         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
44397         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
44398         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
44399         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
44400         sysdep routines.
44401         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
44402
44403         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
44404         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
44405
44406         * sysdeps/sparc/sparc-ifunc.h: New file.
44407         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
44408         sparc-ifunc.h
44409         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
44410         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
44411         Likewise.
44412         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
44413         Likewise.
44414         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
44415         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
44416         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
44417         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
44418         Likewise.
44419         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
44420         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
44421         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
44422         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
44423         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
44424         Likewise.
44425         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
44426         Likewise.
44427         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
44428         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
44429         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
44430         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
44431         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
44432         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
44433         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
44434         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
44435         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
44436         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
44437         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
44438         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
44439         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
44440         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
44441         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
44442         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
44443         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
44444         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
44445         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
44446         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
44447         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
44448         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
44449         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
44450         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
44451
44452 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
44453
44454         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
44455         scaling.
44456         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44457
44458 2012-03-15  Andreas Jaeger  <aj@suse.de>
44459
44460         [BZ #13852]
44461         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
44462         ieee754/flt-32 implementation for sin, cos and sincos.
44463         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
44464         * sysdeps/i386/fpu/s_cosf.S: Likewise.
44465         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
44466         * sysdeps/i386/fpu/s_sinf.S: Likewise.
44467         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
44468         ieee754/flt-32 implementation for tan.
44469
44470         * math/libm-test.inc (cos_test): Enable some large input tests for
44471         float as well
44472         (sin_test): Likewise.
44473         (sincos_test): Likewise.
44474         (tan_test): Add tests for large input.
44475
44476         * sysdeps/i386/fpu/libm-test-ulps: Update.
44477
44478 2012-03-15  Andreas Jaeger  <aj@suse.de>
44479
44480         [BZ #13658]
44481         * math/libm-test.inc (cos_test): Add more test cases.
44482         (sin_test): Likewise.
44483         (sincos_test): Likewise.
44484
44485 2012-03-15  Andreas Jaeger  <aj@suse.de>
44486
44487         [BZ #13837]
44488         * math/libm-test.inc (cos_test): Add a test case for large input
44489         value.
44490         (sin_test): Likewise.
44491         (sincos_test): Likewise.
44492
44493 2012-03-15  Andreas Jaeger  <aj@suse.de>
44494             Joseph Myers  <joseph@codesourcery.com>
44495
44496         [BZ #13658]
44497         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
44498         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
44499         * sysdeps/i386/fpu/branred.c: Likewise.
44500         * sysdeps/i386/fpu/dosincos.c: Likewise.
44501         * sysdeps/i386/fpu/mpa.c: Likewise.
44502         * sysdeps/i386/fpu/s_cos.S: Likewise.
44503         * sysdeps/i386/fpu/s_sin.S: Likewise.
44504         * sysdeps/i386/fpu/s_sincos.S: Likewise.
44505         * sysdeps/i386/fpu/sincos32.c: Likewise.
44506
44507         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
44508         Define.
44509         (libc_feupdateenv_53bit): Define.
44510         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
44511         Define.
44512         (libc_feupdateenv_53bit): Define.
44513
44514         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
44515         53 bit (without extend i386 double precision).
44516
44517         * math/libm-test.inc (sincos_test): Add tests for large input.
44518         (sin): Likewise.
44519         (cos): Likewise.
44520
44521         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
44522
44523 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
44524
44525         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44526
44527 2012-03-15  David S. Miller  <davem@davemloft.net>
44528
44529         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
44530         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
44531         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
44532         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
44533         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
44534         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
44535         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
44536         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
44537         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
44538         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
44539         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
44540         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
44541         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
44542         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
44543         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
44544         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
44545         file.
44546         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
44547         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
44548         file.
44549         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
44550         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
44551         file.
44552         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
44553         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
44554         file.
44555         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
44556         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
44557         fmin/fmax sysdep routines.
44558         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
44559
44560 2012-03-14  David S. Miller  <davem@davemloft.net>
44561
44562         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
44563         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
44564         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
44565         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
44566         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
44567         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
44568         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
44569         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
44570         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
44571         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
44572         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
44573         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
44574         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
44575         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
44576         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
44577         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
44578         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
44579         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
44580         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
44581         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
44582         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
44583         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
44584         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
44585         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
44586         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
44587         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
44588         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
44589         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
44590         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
44591         routines.
44592         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
44593         file.
44594         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
44595         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
44596         file.
44597         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
44598         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
44599         file.
44600         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
44601         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
44602         file.
44603         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
44604         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
44605         file.
44606         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
44607         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
44608         file.
44609         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
44610         file.
44611         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
44612         file.
44613         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
44614         file.
44615         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
44616         New file.
44617         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
44618         file.
44619         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
44620         file.
44621         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
44622         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
44623         file.
44624         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
44625         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
44626         file.
44627         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
44628         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
44629         file.
44630         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
44631         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
44632         VIS3 routines.
44633
44634         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
44635         New file.
44636
44637         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44638
44639         * sysdeps/sparc/configure.in: New file.
44640         * sysdeps/sparc/configure: Generate.
44641         * configure.in (libc_cv_sparc_as_vis3): Substitute.
44642         * configure: Regenerate.
44643         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
44644         * config.make.in (have-as-vis3): New.
44645         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
44646         available use -Av9d instead of -Av9a.
44647         * sysdeps/sparc/sparc64/Makefile: Likewise.
44648         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
44649         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
44650         New file.
44651         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
44652         file.
44653         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
44654         New file.
44655         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
44656         file.
44657         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
44658         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
44659         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
44660         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
44661         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
44662
44663         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
44664         fzeros/fnegs to load 0x80000000 into a float register instead of
44665         using the stack.
44666         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
44667
44668 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
44669
44670         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
44671         bits/syscall.h.
44672         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
44673         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
44674         ($(inst_includedir)/bits/syscall.h): Remove rule.
44675         ($(objpfx)bits/syscall.d): Include instead of
44676         $(objpfx)syscall-list.d.
44677         (generated): Change syscall-list.h and syscall-list.d to
44678         bits/syscall.h and bits/syscall.d.
44679
44680 2012-03-14  Roland McGrath  <roland@hack.frob.com>
44681
44682         [BZ #13846]
44683         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
44684
44685 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
44686
44687         [BZ #13841]
44688         * math/s_csqrt.c: Include <float.h>.
44689         (__csqrt): Scale large or subnormal inputs.
44690         * math/s_csqrtf.c: Likewise.
44691         * math/s_csqrtl.c: Likewise.
44692         * math/libm-test.inc (csqrt_test): Add more tests.
44693         * sysdeps/i386/fpu/libm-test-ulps: Update.
44694         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44695
44696         [BZ #13840]
44697         * math/libm-test.inc (hypot_test): Add more tests.
44698
44699 2012-03-13  David S. Miller  <davem@davemloft.net>
44700
44701         [BZ #13840]
44702         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
44703         double-precision for the calculation instead of scaling.
44704
44705 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
44706
44707         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
44708         manipulate bits before adding and subtracting TWO52[sx].
44709         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
44710         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
44711         Likewise.
44712         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
44713
44714 2012-03-13  David S. Miller  <davem@davemloft.net>
44715
44716         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
44717         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
44718         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
44719         rtld-global-offsets.h
44720         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
44721
44722         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
44723         large parameters.
44724
44725         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
44726
44727         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
44728         'err' in the ifdef scope in which it is actually used.
44729
44730         * nss/nss_db/db-init.c: Include string.h
44731
44732 2012-03-12  David S. Miller  <davem@davemloft.net>
44733
44734         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
44735         masking out of the most significant byte of random value used.
44736         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
44737         Fix coding style in previous change.
44738
44739         * sysdeps/unix/sysv/linux/kernel-features.h
44740         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
44741         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
44742         expression.
44743         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
44744         later.
44745
44746 2012-03-11  David S. Miller  <davem@davemloft.net>
44747
44748         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
44749         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
44750         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
44751         for 'resultvar' otherwise things get truncated on 64-bit.
44752
44753         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
44754         Fix masking out of the most significant byte of random value used.
44755
44756         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44757
44758 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
44759
44760         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44761
44762 2012-03-09  David S. Miller  <davem@davemloft.net>
44763
44764         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
44765         variables with appropriate CPP guards.
44766         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
44767         from the frame pointer, not the stack pointer.  Correct layout
44768         comments.  Fix test on resulting framesize and the management of
44769         the outregs buffer for pltexit.  Preserve floating point return
44770         values across _dl_call_pltexit call.
44771         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
44772         framesize and the management of the outregs buffer for pltexit.
44773         Preserve floating point return values across _dl_call_pltexit
44774         call.
44775         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
44776         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
44777         (la_sparc64_gnu_pltexit): New functions.
44778         (print_exit): Fix format string for return register value.
44779
44780 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
44781
44782         * sunrpc/Makefile (others): Add rpcgen.
44783         ($(objpfx)rpcgen): Remove special build rule and dependency on
44784         libc.
44785         * sunrpc/rpcgen.c: New file.
44786
44787 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
44788
44789         [BZ #13673]
44790         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
44791         * stdio-common/bug-vfprintf-nargs.c: Likewise.
44792         * sysdeps/i386/crti.S: Likewise.
44793         * sysdeps/i386/crtn.S: Likewise.
44794         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
44795         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
44796         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
44797         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
44798         * sysdeps/sh/crti.S: Likewise.
44799         * sysdeps/sh/crtn.S: Likewise.
44800         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
44801
44802         [BZ #13673]
44803         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
44804         with URL.
44805         * locale/programs/locfile-kw.gperf: Likewise.
44806         * locale/programs/charmap-kw.h: Regenerated.
44807         * locale/programs/locfile-kw.h: Likewise.
44808
44809         [BZ #13673]
44810         * intl/plural.y: Replace FSF snail mail address with URL.
44811         * intl/plural.c: Regenerated.
44812
44813 2012-03-09  Richard Henderson  <rth@twiddle.net>
44814
44815         * include/math_private.h: Remove file.
44816         * math/math_private.h: Move file ...
44817         * sysdeps/generic/math_private.h: ... here.
44818
44819         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
44820         * sysdeps/powerpc/fpu/math_private.h: Likewise.
44821         * sysdeps/x86_64/fpu/math_private.h: Likewise.
44822
44823         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
44824         and <math_private.h>.
44825         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
44826         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
44827         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
44828         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
44829         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
44830         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
44831         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
44832         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
44833         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
44834         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
44835         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
44836         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
44837         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
44838         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
44839         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
44840         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
44841         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
44842         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
44843         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
44844         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
44845         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
44846         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
44847         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
44848         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
44849         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
44850         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
44851         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
44852         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
44853         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
44854         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
44855         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
44856         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
44857         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
44858         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
44859         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
44860         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
44861         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
44862         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
44863         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
44864         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
44865         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
44866         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
44867         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
44868         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
44869         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
44870         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
44871         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
44872         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
44873         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
44874         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
44875         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
44876         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
44877         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
44878         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
44879         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
44880         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
44881         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
44882         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
44883         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
44884         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
44885         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
44886         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
44887         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
44888         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
44889         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
44890         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
44891         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
44892         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
44893         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
44894         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
44895         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
44896         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
44897         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
44898         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
44899         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
44900         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
44901         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
44902         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
44903         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
44904         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
44905         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
44906         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
44907         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
44908         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
44909         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
44910         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
44911         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
44912         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
44913         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
44914         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
44915         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
44916         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
44917         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
44918         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
44919         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
44920         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
44921         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
44922         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
44923         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
44924         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
44925         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
44926         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
44927         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
44928         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
44929         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
44930         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
44931         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
44932         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
44933         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
44934         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
44935         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
44936         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
44937         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
44938         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
44939         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
44940         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
44941         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
44942         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
44943         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
44944         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
44945         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
44946         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
44947         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
44948         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
44949         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
44950         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
44951         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
44952         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
44953         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
44954         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
44955         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
44956         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
44957         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
44958         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
44959         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
44960         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
44961         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
44962         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
44963         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
44964         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
44965         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
44966         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
44967         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
44968         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
44969         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
44970         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
44971         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
44972         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
44973         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
44974         * sysdeps/ieee754/k_standard.c: Likewise.
44975         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
44976         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
44977         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
44978         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
44979         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
44980         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
44981         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
44982         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
44983         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
44984         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
44985         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
44986         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
44987         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
44988         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
44989         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
44990         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
44991         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
44992         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
44993         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
44994         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
44995         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
44996         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
44997         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
44998         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
44999         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
45000         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
45001         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
45002         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
45003         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
45004         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
45005         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
45006         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
45007         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
45008         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
45009         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
45010         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
45011         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
45012         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
45013         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
45014         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
45015         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
45016         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
45017         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
45018         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
45019         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
45020         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
45021         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
45022         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
45023         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
45024         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
45025         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
45026         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
45027         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
45028         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
45029         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
45030         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
45031         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
45032         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
45033         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
45034         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
45035         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
45036         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
45037         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
45038         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
45039         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
45040         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
45041         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
45042         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
45043         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
45044         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
45045         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
45046         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
45047         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
45048         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
45049         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
45050         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
45051         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
45052         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
45053         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
45054         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
45055         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
45056         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
45057         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
45058         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
45059         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
45060         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
45061         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
45062         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
45063         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
45064         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
45065         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
45066         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
45067         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
45068         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
45069         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
45070         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
45071         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
45072         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
45073         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
45074         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
45075         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
45076         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
45077         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
45078         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
45079         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
45080         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
45081         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
45082         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
45083         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
45084         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
45085         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
45086         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
45087         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
45088         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
45089         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
45090         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
45091         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
45092         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
45093         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
45094         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
45095         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
45096         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
45097         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
45098         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
45099         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
45100         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
45101         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
45102         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
45103         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
45104         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
45105         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
45106         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
45107         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
45108         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
45109         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
45110         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
45111         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
45112         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
45113         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
45114         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
45115         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
45116         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
45117         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
45118         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
45119         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
45120         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
45121         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
45122         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
45123         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
45124         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
45125         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
45126         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
45127         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
45128         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
45129         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
45130         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
45131         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
45132         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
45133         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
45134         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
45135         * sysdeps/ieee754/s_lib_version.c: Likewise.
45136         * sysdeps/ieee754/s_matherr.c: Likewise.
45137         * sysdeps/ieee754/s_signgam.c: Likewise.
45138         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
45139         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
45140         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
45141         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
45142         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
45143         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
45144         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
45145         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
45146         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
45147         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
45148         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
45149         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
45150         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
45151         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
45152         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
45153         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
45154         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
45155         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
45156         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
45157         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
45158         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
45159
45160 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
45161
45162         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
45163         * sunrpc/rpc_main.c: Likewise.
45164         * sunrpc/rpc_svcout.c: Likewise.
45165
45166 2012-03-09  David S. Miller  <davem@davemloft.net>
45167
45168         * include/math_private.h: New file.
45169
45170 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
45171
45172         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
45173         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
45174         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
45175         from <bits/socket_type.h>.
45176         (enum __socket_type): Don't define here.
45177         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
45178         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45179         bits/socket_type.h.
45180
45181         [BZ #13566]
45182         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
45183         checking __USE_GNU.
45184
45185         * Makerules ($(inst_includedir)/%.h): New rule.
45186         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
45187         (install-others): Remove variable setting.
45188         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
45189
45190 2012-03-08  Richard Henderson  <rth@twiddle.net>
45191
45192         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
45193         from macro to inline function; merge with the
45194         !__LIBC_INTERNAL_MATH_INLINES version.
45195         (__ieee754_sqrtf): Likewise.
45196
45197         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
45198         to inline function.
45199         (__rintf, __floor, __floorf): Likewise.
45200
45201         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
45202         macro to inline function.
45203         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
45204
45205         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
45206         not <math/math_private.h>.
45207
45208 2012-03-08  David S. Miller  <davem@davemloft.net>
45209
45210         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
45211         copyright year.
45212         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
45213
45214 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
45215
45216         * resolv/gai_misc.c (handle_requests): Fix struct timespec
45217         normalization.
45218         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
45219         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
45220
45221 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
45222
45223         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
45224         be defined individually, they must be defined as a block.  Define
45225         S for printing a string instead of hidint the different by using a
45226         macro for adding the 'l'.
45227         * stdio-common/tst-fphex-wide.c: Adjust.
45228
45229 2012-03-07  Marek Polacek  <polacek@redhat.com>
45230
45231         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
45232
45233 2012-03-08  Marek Polacek  <polacek@redhat.com>
45234
45235         [BZ #13806]
45236         * stdio-common/Makefile (tests): Add tst-fphex-wide.
45237         * stdio-common/tst-fphex.c: Define a few macros to make the
45238         test reusable.  Use them.
45239         * stdio-common/tst-fphex-wide.c: New file.
45240
45241 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
45242
45243         [BZ #6911]
45244         * manual/macros.texi (gnusystems): New macro.
45245         (nongnusystems): Likewise.
45246         (gnulinuxhurdsystems): Likewise.
45247         (gnuhurdsystems): Likewise..
45248         (gnulinuxsystems): Likewise.
45249         * manual/charset.texi: Use new macros or @theglibc{} to refer to
45250         variants of the GNU system, not "GNU system".
45251         * manual/conf.texi: Likewise.
45252         * manual/errno.texi: Likewise.  Update example of errno macro
45253         expansion.
45254         * manual/filesys.texi: Likewise.
45255         (getumask): Document as specific to GNU/Hurd.
45256         * manual/install.texi: Likewise.  Reword some references to
45257         GNU/Linux.
45258         * manual/intro.texi: Likewise.
45259         * manual/io.texi: Likewise.
45260         (File Name Portability): Detail which constraints are inapplicable
45261         to all GNU systems and which are only inapplicable to GNU/Hurd.
45262         * manual/job.texi: Likewise.
45263         * manual/llio.texi: Likewise.
45264         (O_NOCTTY): Document as present on GNU/Linux.
45265         * manual/maint.texi: Likewise.
45266         * manual/memory.texi: Likewise.
45267         * manual/pattern.texi: Likewise.
45268         * manual/pipe.texi: Likewise.
45269         * manual/process.texi: Likewise.
45270         * manual/resource.texi: Likewise.
45271         (RUSAGE_CHILDREN): Remove statement about specifying a particular
45272         child on GNU/Hurd.
45273         * manual/setjmp.texi: Likewise.
45274         * manual/signal.texi: Likewise.
45275         * manual/startup.texi: Likewise.
45276         * manual/stdio.texi: Likewise.
45277         * manual/terminal.texi: Likewise.
45278         (ONLCR): Document as POSIX.
45279         (OXTABS): Document availability on GNU/Linux as XTABS.
45280         (ONOEOT): Document availability separately from other bits.
45281         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
45282         * manual/time.texi: Likewise.
45283         * manual/users.texi: Likewise.
45284         * INSTALL: Regenerated.
45285         * sysdeps/gnu/errlist.c: Regenerated.
45286
45287         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
45288         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
45289         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
45290         puts.
45291         * configure: Regenerated.
45292
45293 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
45294
45295         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
45296         default includes instead of AC_HEADER_CHECK.
45297         * sysdeps/i386/configure: Regenerated.
45298
45299         [BZ #10716]
45300         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
45301         * math/s_cacoshf.c (__cacoshf): Likewise.
45302         * math/s_cacoshl.c (__cacoshl): Likewise.
45303         * math/s_casinh.c (__casinh): Set signs of result from argument.
45304         * math/s_casinhf.c (__casinhf): Likewise.
45305         * math/s_casinhl.c (__casinhl): Likewise.
45306         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
45307         (casinh_test): Add more tests.
45308         * sysdeps/i386/fpu/libm-test-ulps: Update.
45309         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45310
45311 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
45312
45313         * po/zh_TW.po: Update from translation team.
45314
45315         * login/Makefile (distribute): Remove variable.
45316         * catgets/Makefile: Likewise.
45317         * mach/Makefile: Likewise.
45318         * malloc/Makefile: Likewise.
45319         * misc/Makefile: Likewise.
45320         * iconv/Makefile: Likewise.
45321         * nscd/Makefile: Likewise.
45322         * hurd/Makefile: Likewise.
45323         * manual/Makefile: Likewise.
45324         * locale/Makefile: Likewise.
45325         * intl/Makefile: Likewise.
45326         * conform/Makefile: Likewise.
45327         * nss/Makefile: Likewise.
45328         * time/Makefile: Likewise.
45329         * soft-fp/Makefile: Likewise.
45330         * dirent/Makefile: Likewise.
45331         * gmon/Makefile: Likewise.
45332         * po/Makefile: Likewise.
45333         * rt/Makefile: Likewise.
45334         * socket/Makefile: Likewise.
45335         * math/Makefile: Likewise.
45336         * signal/Makefile: Likewise.
45337         * debug/Makefile: Likewise.
45338         * elf/Makefile: Likewise.
45339         * timezone/Makefile: Likewise.
45340         * stdlib/Makefile: Likewise.
45341         * iconvdata/Makefile: Likewise.
45342         * sunrpc/Makefile: Likewise.
45343         * io/Makefile: Likewise.
45344         * argp/Makefile: Likewise.
45345         * inet/Makefile: Likewise.
45346         * hesiod/Makefile: Likewise.
45347         * grp/Makefile: Likewise.
45348         * csu/Makefile: Likewise.
45349         * wctype/Makefile: Likewise.
45350         * crypt/Makefile: Likewise.
45351         * libio/Makefile: Likewise.
45352         * string/Makefile: Likewise.
45353         * nis/Makefile: Likewise.
45354         * resolv/Makefile: Likewise.
45355         * stdio-common/Makefile: Likewise.
45356         * wcsmbs/Makefile: Likewise.
45357         * dlfcn/Makefile: Likewise.
45358         * posix/Makefile: Likewise.
45359
45360         [BZ #6959]
45361         * timezone/Makefile: Don't install timezone files, just the programs
45362         and scripts.
45363
45364 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
45365
45366         * nss/databases.def: Add missing gshadow entry.
45367
45368         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
45369
45370 2012-03-06  Marek Polacek  <polacek@redhat.com>
45371
45372         [BZ #13726]
45373         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
45374         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
45375         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
45376         * stdio-common/tst-long-dbl-fphex.c: New file.
45377
45378 2012-03-06  David S. Miller  <davem@davemloft.net>
45379
45380         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
45381         (set_obp_int): New function.
45382         (get_obp_int): New function.
45383         (__get_clockfreq_via_dev_openprom): Likewise.
45384         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
45385         Avoid unused variable warnings on 'val' and use builtin_expect.
45386         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
45387         __builtin_expect.
45388         (INLINE_CLONE_SYSCALL): Likewise.
45389
45390 2012-03-05  David S. Miller  <davem@davemloft.net>
45391
45392         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45393
45394 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
45395
45396         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45397
45398         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
45399         only for |x| >= 40.
45400         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
45401
45402 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
45403
45404         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
45405         Replace gettimeofday with __vdso_gettimeofday.
45406
45407         * sysdeps/unix/sysv/linux/x86_64/init-first.c
45408         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
45409         __vdso_clock_gettime and __vdso_getcpu.
45410
45411         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
45412         time with __vdso_time.
45413
45414 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
45415
45416         * manual/lang.texi (size_t): Note types to which size_t may be
45417         equivalent with the GNU C Library, but do not describe when
45418         differences between them are significant.
45419
45420 2012-03-05  Andreas Jaeger  <aj@suse.de>
45421
45422         * sysdeps/i386/fpu/libm-test-ulps: Update.
45423
45424 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
45425
45426         [BZ #3976]
45427         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
45428         (__ieee754_pow): Save and restore rounding mode and use
45429         round-to-nearest for main computations.
45430         * math/libm-test.inc (pow_test_tonearest): New function.
45431         (pow_test_towardzero): Likewise.
45432         (pow_test_downward): Likewise.
45433         (pow_test_upward): Likewise.
45434         (main): Call the new functions.
45435         * sysdeps/i386/fpu/libm-test-ulps: Update.
45436         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45437
45438         [BZ #3976]
45439         * math/libm-test.inc (cosh_test_tonearest): New function.
45440         (cosh_test_towardzero): Likewise.
45441         (cosh_test_downward): Likewise.
45442         (cosh_test_upward): Likewise.
45443         (sinh_test_tonearest): Likewise.
45444         (sinh_test_towardzero): Likewise.
45445         (sinh_test_downward): Likewise.
45446         (sinh_test_upward): Likewise.
45447         (main): Call the new functions.
45448         * sysdeps/i386/fpu/libm-test-ulps: Update.
45449         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45450
45451 2012-03-05  Tom de Vries  <tom@codesourcery.com>
45452
45453         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
45454         default stack guard is set in last bytes.
45455         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
45456
45457 2012-03-05  Kees Cook  <keescook@chromium.org>
45458
45459         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
45460
45461         [BZ #13656]
45462         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
45463         possibly allocate from heap instead of stack.
45464         * stdio-common/bug-vfprintf-nargs.c: New file.
45465         * stdio-common/Makefile (tests): Add nargs overflow test.
45466
45467 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
45468
45469         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45470
45471 2012-03-03  Marek Polacek  <polacek@redhat.com>
45472
45473         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
45474         * math/math_private.h: Likewise.
45475         * stdlib/tst-strtod.c: Likewise.
45476         * sysdeps/i386/i486/bits/atomic.h: Likewise.
45477         * sysdeps/x86_64/bits/atomic.h: Likewise.
45478
45479 2012-03-02  David S. Miller  <davem@davemloft.net>
45480
45481         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
45482         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
45483         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
45484         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
45485         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
45486         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
45487         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
45488         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
45489
45490 2012-03-02  Roland McGrath  <roland@hack.frob.com>
45491
45492         [BZ #13792]
45493         * manual/examples/README: New file, says the example source files
45494         can be used under GPL>=2.
45495         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
45496         line containing just "*/".
45497         * manual/examples/add.c: Add copyright header (GPL>=2).
45498         * manual/examples/argp-ex1.c: Likewise.
45499         * manual/examples/argp-ex2.c: Likewise.
45500         * manual/examples/argp-ex3.c: Likewise.
45501         * manual/examples/argp-ex4.c: Likewise.
45502         * manual/examples/atexit.c: Likewise.
45503         * manual/examples/db.c: Likewise.
45504         * manual/examples/dir.c: Likewise.
45505         * manual/examples/dir2.c: Likewise.
45506         * manual/examples/execinfo.c: Likewise.
45507         * manual/examples/filecli.c: Likewise.
45508         * manual/examples/filesrv.c: Likewise.
45509         * manual/examples/fmtmsgexpl.c: Likewise.
45510         * manual/examples/genpass.c: Likewise.
45511         * manual/examples/inetcli.c: Likewise.
45512         * manual/examples/inetsrv.c: Likewise.
45513         * manual/examples/isockad.c: Likewise.
45514         * manual/examples/longopt.c: Likewise.
45515         * manual/examples/memopen.c: Likewise.
45516         * manual/examples/memstrm.c: Likewise.
45517         * manual/examples/mkfsock.c: Likewise.
45518         * manual/examples/mkisock.c: Likewise.
45519         * manual/examples/mygetpass.c: Likewise.
45520         * manual/examples/pipe.c: Likewise.
45521         * manual/examples/popen.c: Likewise.
45522         * manual/examples/rprintf.c: Likewise.
45523         * manual/examples/search.c: Likewise.
45524         * manual/examples/select.c: Likewise.
45525         * manual/examples/setjmp.c: Likewise.
45526         * manual/examples/sigh1.c: Likewise.
45527         * manual/examples/sigusr.c: Likewise.
45528         * manual/examples/stpcpy.c: Likewise.
45529         * manual/examples/strdupa.c: Likewise.
45530         * manual/examples/strftim.c: Likewise.
45531         * manual/examples/strncat.c: Likewise.
45532         * manual/examples/subopt.c: Likewise.
45533         * manual/examples/swapcontext.c: Likewise.
45534         * manual/examples/termios.c: Likewise.
45535         * manual/examples/testopt.c: Likewise.
45536         * manual/examples/testpass.c: Likewise.
45537         * manual/examples/timeval_subtract.c: Likewise.
45538
45539         [BZ #13792]
45540         * manual/time.texi (Elapsed Time): Move timeval_subtract example
45541         function to ...
45542         * manual/timeval_subtract.c.texi: ... here, new file.
45543
45544 2012-03-02  David S. Miller  <davem@davemloft.net>
45545
45546         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
45547
45548 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
45549
45550         [BZ #3976]
45551         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
45552         (__sin): Save and restore rounding mode and use round-to-nearest
45553         for all computations.
45554         (__cos): Save and restore rounding mode and use round-to-nearest
45555         for all computations.
45556         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
45557         <fenv.h>.
45558         (tan): Save and restore rounding mode and use round-to-nearest for
45559         all computations.
45560         * math/libm-test.inc (cos_test_tonearest): New function.
45561         (cos_test_towardzero): Likewise.
45562         (cos_test_downward): Likewise.
45563         (cos_test_upward): Likewise.
45564         (sin_test_tonearest): Likewise.
45565         (sin_test_towardzero): Likewise.
45566         (sin_test_downward): Likewise.
45567         (sin_test_upward): Likewise.
45568         (tan_test_tonearest): Likewise.
45569         (tan_test_towardzero): Likewise.
45570         (tan_test_downward): Likewise.
45571         (tan_test_upward): Likewise.
45572         (main): Call the new functions.
45573         * sysdeps/i386/fpu/libm-test-ulps: Update.
45574         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45575
45576         [BZ #10135]
45577         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
45578         small n, then large n, before computing and testing k+n.
45579         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
45580         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
45581         Likewise.
45582         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
45583         Likewise.
45584         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
45585         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
45586         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
45587         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
45588         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
45589         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
45590         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
45591         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
45592         * math/libm-test.inc (scalbn_test): Add more tests.
45593         (scalbln_test): Likewise.
45594
45595         * manual/filesys.texi (mode_t): Describe constraints on size and
45596         signedness, not exact equivalence to a particular type.
45597         (ino_t): Likewise.
45598         (ino64_t): Likewise.
45599         (dev_t): Likewise.
45600         (nlink_t): Likewise.
45601         (blkcnt_t): Likewise.
45602         (blkcnt64_t): Likewise.
45603         * manual/llio.texi (off_t): Likewise.
45604
45605         [BZ #3976]
45606         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
45607         (__ieee754_exp): Save and restore rounding mode and use
45608         round-to-nearest for all computations.
45609         * math/libm-test.inc (exp_test_tonearest): New function.
45610         (exp_test_towardzero): Likewise.
45611         (exp_test_downward): Likewise.
45612         (exp_test_upward): Likewise.
45613         (main): Call the new functions.
45614         * sysdeps/i386/fpu/libm-test-ulps: Update.
45615         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45616
45617 2012-03-01  Chris Demetriou  <cgd@google.com>
45618
45619         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
45620         have predictable order.
45621
45622 2012-03-01  David S. Miller  <davem@davemloft.net>
45623
45624         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
45625
45626         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
45627         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
45628         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
45629         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
45630
45631         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
45632         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
45633         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
45634         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
45635         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
45636         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
45637         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
45638         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
45639         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
45640
45641         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45642
45643         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
45644         * sysdeps/sparc/fpu/libm-test-ulps: to here.
45645         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
45646
45647         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
45648         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
45649         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
45650         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
45651         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
45652         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
45653         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
45654         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
45655         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
45656         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
45657         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
45658         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
45659         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
45660         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
45661         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
45662         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
45663         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
45664         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
45665         * sysdeps/sparc/elf/configure: Regenerated.
45666
45667 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
45668
45669         * configure.in (AS, LD): Require binutils 2.20 or later.
45670         * configure: Regenerated.
45671         * manual/install.texi (Tools for Compilation): Give binutils 2.20
45672         as required minimum version.
45673         * INSTALL: Regenerated.
45674
45675         [BZ #2541]
45676         [BZ #4108]
45677         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
45678         before squaring exponent.
45679         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
45680         bottom long double and 27 bits of top long double before squaring
45681         exponent.
45682         * math/libm-test.inc (erfc_test): Add more tests.
45683         * sysdeps/i386/fpu/libm-test-ulps: Update.
45684         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
45685         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45686
45687 2012-03-01  Kai Tietz  <ktietz@redhat.com>
45688
45689         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
45690         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
45691         containing bit-fields.
45692         * soft-fp/extended.h (_FP_UNION_E): Likewise.
45693         * soft-fp/single.h (_FP_UNION_S): Likewise.
45694         * soft-fp/double.h (_FP_UNION_D): Likewise.
45695
45696 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
45697
45698         [BZ #13786]
45699         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
45700         not include ../strcmp.S.
45701         [USE_AS_STRNCASECMP_L]: Likewise.
45702         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
45703         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
45704         * sysdeps/i386/i686/multiarch/strncase_l-c.c
45705         (__strncasecmp_l_ia32): Define as alias to
45706         __strncasecmp_l_nonascii.
45707
45708         [BZ #5794]
45709         * math/libm-test.inc (expm1_test): Add test for bug 5794.
45710         * sysdeps/i386/fpu/libm-test-ulps: Update.
45711         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45712
45713         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
45714         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45715
45716 2012-02-29  Jeff Law  <law@redhat.com>
45717
45718         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
45719         out of bounds read.
45720
45721 2012-02-29  Marek Polacek  <polacek@redhat.com>
45722
45723         [BZ #13706]
45724         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
45725         * elf/Makefile: Add rules to run tst-unused-dep.out.
45726
45727 2012-02-28  David S. Miller  <davem@davemloft.net>
45728
45729         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
45730         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
45731         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
45732         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
45733         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
45734         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
45735
45736 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
45737
45738         * math/libm-test.inc (llround_test): Move one test from
45739         lround_test.  Use TEST_f_L in moved test.
45740         (lround_test): Move misplaced test to llround_test.  Add testcase
45741         from bug 2561.
45742
45743 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
45744
45745         * sysdeps/x86_64/fpu/e_expf.S: New file.
45746         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
45747
45748 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
45749
45750         [BZ #13637]
45751         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
45752         of remain_len that may cause incomplete multi-byte character and
45753         false match.
45754         * posix/bug-regex33.c: New file.
45755         * posix/Makefile (tests): Add bug-regex33.
45756
45757 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
45758
45759         * manual/macros.texi: New file.
45760         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
45761         * manual/libc.texinfo: Include macros.texi.
45762         * manual/creatute.texi: Likewise.
45763         * manual/install.texi: Likewise.
45764         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
45765         @glibcadj{} in references to the GNU C Library.
45766         * manual/charset.texi: Likewise.
45767         * manual/conf.texi: Likewise.
45768         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
45769         when not using those macros.
45770         * manual/creature.texi: Likewise.
45771         * manual/crypt.texi: Likewise.
45772         * manual/errno.texi: Likewise.
45773         * manual/filesys.texi: Likewise.
45774         * manual/header.texi: Likewise.
45775         * manual/install.texi: Likewise.
45776         * manual/intro.texi: Likewise.
45777         * manual/io.texi: Likewise.
45778         * manual/job.texi: Likewise.
45779         * manual/lang.texi: Likewise.
45780         * manual/libc.texiinfo: Likewise.
45781         * manual/llio.texi: Likewise.
45782         * manual/locale.texi: Likewise.
45783         * manual/maint.texi: Likewise.
45784         * manual/math.texi: Likewise.
45785         * manual/memory.texi: Likewise.
45786         * manual/message.texi: Likewise.
45787         * manual/nss.texi: Likewise.
45788         * manual/pattern.texi: Likewise.
45789         * manual/process.texi: Likewise.
45790         * manual/resource.texi: Likewise.
45791         * manual/search.texi: Likewise.
45792         * manual/setjmp.texi: Likewise.
45793         * manual/signal.texi: Likewise.
45794         * manual/socket.texi: Likewise.
45795         * manual/startup.texi: Likewise.
45796         * manual/stdio.texi: Likewise.
45797         * manual/string.texi: Likewise.
45798         * manual/sysinfo.texi: Likewise.
45799         * manual/syslog.texi: Likewise.
45800         * manual/terminal.texi: Likewise.
45801         * manual/time.texi: Likewise.
45802         * manual/users.texi: Likewise.
45803         * INSTALL: Regenerated.
45804         * NOTES: Regenerated.
45805         * sysdeps/gnu/errlist.c: Regenerated.
45806
45807 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
45808
45809         * include/dirent.h: Include <dirstream.h> before
45810         <dirent/dirent.h>.
45811
45812 2012-02-28  David S. Miller  <davem@davemloft.net>
45813
45814         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
45815         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
45816         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
45817         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
45818
45819 2012-02-27  David S. Miller  <davem@davemloft.net>
45820
45821         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
45822         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
45823         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
45824         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
45825
45826         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
45827         frame pointer instead of stack pointer relative arg slot.
45828         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
45829         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
45830         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
45831
45832 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
45833
45834         [BZ #3992]
45835         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
45836
45837 2012-02-27  David S. Miller  <davem@davemloft.net>
45838
45839         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
45840         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
45841         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
45842         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
45843         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
45844         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
45845         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
45846         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
45847
45848 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
45849
45850         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
45851         later.  Allow versions 5-9.
45852         * configure: Regenerated.
45853         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
45854         required minimum version and 4.6 as recommended version.  Do not
45855         mention bugs in GCC 2.7 and 2.8.
45856         * INSTALL: Regenerated.
45857
45858 2012-02-27  David S. Miller  <davem@davemloft.net>
45859
45860         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
45861         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
45862         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
45863         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
45864         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
45865         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
45866         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
45867         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
45868
45869         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
45870         manipulate bits before adding and subtracting TWO112[sx].
45871         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
45872
45873 2012-02-27  Roland McGrath  <roland@hack.frob.com>
45874
45875         [BZ #13775]
45876         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
45877         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
45878         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
45879         being in POSIX, because they are in 1003.1-2008.
45880
45881         * rt/tst-aio.c: Include <fcntl.h>.
45882         * rt/tst-aio7.c: Likewise.
45883         * rt/tst-aio64.c: Likewise.
45884
45885         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
45886
45887 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
45888
45889         * manual/install.texi (--with-headers): Describe headers as
45890         interface headers, not private headers.
45891         (Specific advice for GNU/Linux systems): Describe use of headers
45892         from "make headers_install", not private headers from older
45893         kernels.
45894         * INSTALL: Regenerated.
45895         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
45896         Change to 2.6.19.
45897         * sysdeps/unix/sysv/linux/configure: Regenerated.
45898
45899         * manual/llio.texi (fclean): Remove documentation.
45900
45901         * manual/Makefile (libc-texi-generated): New variable.  Include
45902         version.texi.
45903         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
45904         $(libc-texi-generated), not duplicated list of files.
45905         (version.texi, stamp-version): New rules.
45906         (realclean): Remove $(libc-texi-generated), not individual files
45907         from that list.  Do not remove dir-add.texinfo.
45908         * manual/libc.texinfo: Comment out uses of edition numbers and
45909         references to printed manual.  Remove last-updated dates.
45910         (EDITION): Comment out.
45911         (ISBN): Likewise.
45912         (VERSION, UPDATED): Remove.
45913         (version.texi): Include.
45914
45915 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
45916
45917         * sysdeps/posix/spawni.c: Include <signal.h>.
45918         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
45919         * sysdeps/pthread/aio_fsync.c: Likewise.
45920
45921 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
45922
45923         * conform/Makefile (tests): Run only when not cross-compiling and
45924         when fast-check is not defined.
45925
45926         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
45927         * conform/data/limits.h-data: Fixes for POSIX2008.
45928         * conform/run-conformtest.sh: Run all tests.
45929         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
45930         headers.
45931         * include/bits/dlfcn.h: Likewise.
45932         * include/langinfo.h: Likewise.
45933         * include/monetary.h: Likewise.
45934         * include/sys/poll.h: Likewise.
45935
45936         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
45937         for __USE_GNU.
45938         * posix/spawn.h: Define __need_sigset_t.
45939         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
45940         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
45941         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
45942         to get sigevent_t only.
45943         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
45944         only for __USE_GNU.
45945         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
45946         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
45947         process_vm_writev only for __USE_GNU.
45948         * termios/termios.h: Declare tcgetsid also for POSIX2008.
45949
45950         * conform/Makefile: For now ignore errors from run-conformtest.
45951         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
45952         POSIX to avoid namespace pollution.  Don't prepend headers.
45953         * conform/data/aio.h-data: Fixes for POSIX testing.
45954         * conform/data/fcntl.h-data: Likewise.
45955         * conform/data/glob.h-data: Likewise.
45956         * conform/data/grp.h-data: Likewise.
45957         * conform/data/pthread.h-data: Likewise.
45958         * conform/data/pwd.h-data: Likewise.
45959         * conform/data/signal.h-data: Likewise.
45960         * conform/data/spawn.h-data: Likewise.
45961         * conform/data/stdio.h-data: Likewise.
45962         * conform/data/stdlib.h-data: Likewise.
45963         * conform/data/stropts.h-data: Likewise.
45964         * conform/data/sys/mman.h-data: Likewise.
45965         * conform/data/sys/stat.h-data: Likewise.
45966         * conform/data/sys/types.h-data: Likewise.
45967         * conform/data/sys/wait.h-data: Likewise.
45968         * conform/data/time.h-data: Likewise.
45969         * conform/data/unistd.h-data: Likewise.
45970         * conform/data/utime.h-data: Likewise.
45971
45972         * io/sys/stat.h: fchmod was always in POSIX.
45973         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
45974         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
45975         * rt/aio.h: Define __need_timespec before including <time.h>.
45976         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
45977         struct.  Add forward declaration of pthread_attr_t and use it in
45978         sigevent.
45979         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
45980         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
45981         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
45982         always remove CLK_TCK definition.
45983
45984 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
45985
45986         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
45987
45988 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
45989
45990         * conform/run-conformtest.sh: New file.
45991         * conform/Makefile: Run run-conformtest for tests.
45992         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
45993         support.
45994
45995         * conform/data/uchar.h-data: New file.
45996         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
45997         * conform/data/arpa/inet.h-data: Likewise.
45998         * conform/data/assert.h-data: Likewise.
45999         * conform/data/complex.h-data: Likewise.
46000         * conform/data/cpio.h-data: Likewise.
46001         * conform/data/ctype.h-data: Likewise.
46002         * conform/data/dirent.h-data: Likewise.
46003         * conform/data/dlfcn.h-data: Likewise.
46004         * conform/data/errno.h-data: Likewise.
46005         * conform/data/fcntl.h-data: Likewise.
46006         * conform/data/float.h-data: Likewise.
46007         * conform/data/fmtmsg.h-data: Likewise.
46008         * conform/data/fnmatch.h-data: Likewise.
46009         * conform/data/ftw.h-data: Likewise.
46010         * conform/data/glob.h-data: Likewise.
46011         * conform/data/grp.h-data: Likewise.
46012         * conform/data/iconv.h-data: Likewise.
46013         * conform/data/inttypes.h-data: Likewise.
46014         * conform/data/langinfo.h-data: Likewise.
46015         * conform/data/libgen.h-data: Likewise.
46016         * conform/data/limits.h-data: Likewise.
46017         * conform/data/locale.h-data: Likewise.
46018         * conform/data/math.h-data: Likewise.
46019         * conform/data/monetary.h-data: Likewise.
46020         * conform/data/mqueue.h-data: Likewise.
46021         * conform/data/ndbm.h-data: Likewise.
46022         * conform/data/net/if.h-data: Likewise.
46023         * conform/data/netdb.h-data: Likewise.
46024         * conform/data/netinet/in.h-data: Likewise.
46025         * conform/data/nl_types.h-data: Likewise.
46026         * conform/data/poll.h-data: Likewise.
46027         * conform/data/pthread.h-data: Likewise.
46028         * conform/data/pwd.h-data: Likewise.
46029         * conform/data/regex.h-data: Likewise.
46030         * conform/data/sched.h-data: Likewise.
46031         * conform/data/search.h-data: Likewise.
46032         * conform/data/semaphore.h-data: Likewise.
46033         * conform/data/setjmp.h-data: Likewise.
46034         * conform/data/signal.h-data: Likewise.
46035         * conform/data/spawn.h-data: Likewise.
46036         * conform/data/stdarg.h-data: Likewise.
46037         * conform/data/stdio.h-data: Likewise.
46038         * conform/data/stdlib.h-data: Likewise.
46039         * conform/data/string.h-data: Likewise.
46040         * conform/data/strings.h-data: Likewise.
46041         * conform/data/stropts.h-data: Likewise.
46042         * conform/data/sys/ipc.h-data: Likewise.
46043         * conform/data/sys/mman.h-data: Likewise.
46044         * conform/data/sys/msg.h-data: Likewise.
46045         * conform/data/sys/resource.h-data: Likewise.
46046         * conform/data/sys/select.h-data: Likewise.
46047         * conform/data/sys/sem.h-data: Likewise.
46048         * conform/data/sys/shm.h-data: Likewise.
46049         * conform/data/sys/socket.h-data: Likewise.
46050         * conform/data/sys/stat.h-data: Likewise.
46051         * conform/data/sys/statvfs.h-data: Likewise.
46052         * conform/data/sys/time.h-data: Likewise.
46053         * conform/data/sys/timeb.h-data: Likewise.
46054         * conform/data/sys/times.h-data: Likewise.
46055         * conform/data/sys/types.h-data: Likewise.
46056         * conform/data/sys/uio.h-data: Likewise.
46057         * conform/data/sys/un.h-data: Likewise.
46058         * conform/data/sys/utsname.h-data: Likewise.
46059         * conform/data/sys/wait.h-data: Likewise.
46060         * conform/data/syslog.h-data: Likewise.
46061         * conform/data/tar.h-data: Likewise.
46062         * conform/data/termios.h-data: Likewise.
46063         * conform/data/utime.h-data: Likewise.
46064         * conform/data/utmpx.h-data: Likewise.
46065         * conform/data/varargs.h-data: Likewise.
46066         * conform/data/wchar.h-data: Likewise.
46067         * conform/data/wctype.h-data: Likewise.
46068         * conform/data/wordexp.h-data: Likewise.
46069
46070         * include/stropts.h: New file.
46071         * include/uchar.h: New file.
46072         * include/aio.h: Changes to allow conformtest.pl to use the headers.
46073         * include/assert.h: Likewise.
46074         * include/ctype.h: Likewise.
46075         * include/dirent.h: Likewise.
46076         * include/dlfcn.h: Likewise.
46077         * include/fcntl.h: Likewise.
46078         * include/fnmatch.h: Likewise.
46079         * include/glob.h: Likewise.
46080         * include/grp.h: Likewise.
46081         * include/libio.h: Likewise.
46082         * include/locale.h: Likewise.
46083         * include/math.h: Likewise.
46084         * include/net/if.h: Likewise.
46085         * include/netdb.h: Likewise.
46086         * include/netinet/in.h: Likewise.
46087         * include/pthread.h: Likewise.
46088         * include/pwd.h: Likewise.
46089         * include/regex.h: Likewise.
46090         * include/sched.h: Likewise.
46091         * include/search.h: Likewise.
46092         * include/setjmp.h: Likewise.
46093         * include/signal.h: Likewise.
46094         * include/stdio.h: Likewise.
46095         * include/stdlib.h: Likewise.
46096         * include/string.h: Likewise.
46097         * include/sys/cdefs.h: Likewise.
46098         * include/sys/mman.h: Likewise.
46099         * include/sys/msg.h: Likewise.
46100         * include/sys/resource.h: Likewise.
46101         * include/sys/select.h: Likewise.
46102         * include/sys/socket.h: Likewise.
46103         * include/sys/stat.h: Likewise.
46104         * include/sys/statvfs.h: Likewise.
46105         * include/sys/time.h: Likewise.
46106         * include/sys/times.h: Likewise.
46107         * include/sys/uio.h: Likewise.
46108         * include/sys/utsname.h: Likewise.
46109         * include/sys/wait.h: Likewise.
46110         * include/termios.h: Likewise.
46111         * include/time.h: Likewise.
46112         * include/ulimit.h: Likewise.
46113         * include/unistd.h: Likewise.
46114         * include/utime.h: Likewise.
46115         * include/wchar.h: Likewise.
46116         * include/wctype.h: Likewise.
46117         * include/wordexp.h: Likewise.
46118
46119         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
46120
46121         * time/time.h: TIME_UTC must be a macro.
46122         Make timespec_get available for ISO C11 only as well.
46123
46124 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
46125
46126         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
46127         Reported by Peng Haitao <penght@cn.fujitsu.com>.
46128
46129 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
46130
46131         * configure.in: Use -o not -a in test for unsupported multi-arch.
46132
46133 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
46134
46135         * manual/texinfo.tex: Update to version 2012-01-19.16.
46136
46137 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
46138
46139         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
46140
46141 2012-02-24  Roland McGrath  <roland@hack.frob.com>
46142
46143         [BZ #13738]
46144         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
46145         * manual/fdl-1.3.texi: New file.
46146         * manual/fdl-1.1.texi: File removed.
46147
46148         [BZ #13738]
46149         * manual/libc.texinfo (FDL_VERSION): New @set.
46150         Use it for mention of FDL in cover text.
46151         (Documentation License): Use it in @include file name.
46152
46153 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
46154             Roland McGrath  <roland@hack.frob.com>
46155
46156         [BZ #5461]
46157         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
46158         (not LONG_LONG_MAX and LONG_LONG_MIN.
46159         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
46160         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
46161         name.
46162         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
46163
46164 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
46165
46166         [BZ #2547]
46167         [BZ #11365]
46168         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
46169         manipulate bits before adding and subtracting TWO23[sx].
46170         * math/libm-test.inc (nearbyint_test): Add more tests.
46171
46172 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
46173
46174         [BZ #2548]
46175         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
46176         bits before adding and subtracting TWO23[sx].
46177         * math/libm-test.inc (rint_test): Add more tests.
46178         (rint_test_tonearest): Likewise.
46179         (rint_test_towardzero): Likewise.
46180         (rint_test_downward): Likewise.
46181         (rint_test_upward: Likewise.
46182
46183 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
46184
46185         [BZ #10110]
46186         * include/stdc-predef.h: New file.  Extracted from features.h.
46187         * include/features.h: Include stdc-predef.h.
46188         * Makefile (headers): Add stdc-predef.h.
46189         * CONFORMANCE (Compiler limitations): Update.
46190
46191 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
46192
46193         * manual/libc.texinfo (VERSION, UPDATED): Revert.
46194
46195 2012-02-21  David S. Miller  <davem@davemloft.net>
46196
46197         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
46198         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
46199
46200 2012-02-20  David S. Miller  <davem@davemloft.net>
46201
46202         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
46203         using a normal save/restore sequence, rather than allocating a
46204         dummy stack frame just to store a frame pointer and restore.
46205         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
46206
46207 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
46208
46209         * manual/install.texi: Fix stray word in line-wrapped comment.
46210
46211 2012-02-20  David S. Miller  <davem@davemloft.net>
46212
46213         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
46214         both binutils and gcc support GOTDATA.
46215
46216         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
46217         "rd %pc" in the PIC register setup sequences.
46218
46219         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
46220         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
46221         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
46222         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
46223         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
46224         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
46225         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
46226         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
46227         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
46228         (SYSCALL_ERROR_HANDLER): Likewise.
46229         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
46230         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
46231         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
46232         (SYSCALL_ERROR_HANDLER): Likewise.
46233
46234         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
46235         (HAVE_GCC_GOTDATA): New.
46236         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
46237         relocation support in both binutils and gcc.
46238         * sysdeps/sparc/elf/configure: Regenerate.
46239
46240         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
46241         * sysdeps/sparc/sparc32/elf/configure: Delete.
46242         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
46243         * sysdeps/sparc/sparc64/elf/configure: Delete.
46244         * sysdeps/sparc/elf/configure.in: New file.
46245         * sysdeps/sparc/elf/configure: Generate.
46246
46247         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
46248         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
46249         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
46250         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
46251         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
46252
46253 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
46254
46255         * manual/install.texi: Do not mention specific glibc version
46256         numbers.
46257         * manual/libc.texinfo (VERSION, UPDATED): Update.
46258         (@copying): Use @copyright{} and range of years.
46259
46260 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
46261
46262         [BZ #13695]
46263         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
46264         [crti.S not in sysdirs] (generated): Do not append.
46265         [crti.S not in sysdirs] (omit-deps): Likewise.
46266         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
46267         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
46268         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
46269         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
46270         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
46271         Likewise.
46272         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
46273         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
46274         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
46275         * csu/defs.awk: Remove file.
46276         * sysdeps/generic/initfini.c: Likewise.
46277         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
46278         variable.
46279         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
46280         Likewise.
46281
46282 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
46283
46284         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
46285         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
46286         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
46287         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
46288         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
46289         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
46290         <bits/epoll.h>.
46291         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
46292         (__EPOLL_PACKED): Define to empty if not defined by
46293         <bits/epoll.h>.
46294         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
46295         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46296         bits/epoll.h.
46297
46298 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
46299
46300         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
46301         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
46302         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
46303         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
46304         <bits/timerfd.h>.
46305         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
46306         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46307         bits/timerfd.h.
46308
46309 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
46310
46311         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
46312         in C locale.
46313         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
46314         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
46315         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
46316         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46317
46318 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
46319
46320         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
46321         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
46322
46323 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
46324
46325         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
46326         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
46327         defined.
46328         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
46329         Likewise.
46330         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
46331         entry for 2.16.
46332
46333 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
46334
46335         * math/w_acos.c: Use non-signaling floating-point comparisons.
46336         * math/w_acosf.c: Likewise.
46337         * math/w_acosh.c: Likewise.
46338         * math/w_acoshf.c: Likewise.
46339         * math/w_acoshl.c: Likewise.
46340         * math/w_acosl.c: Likewise.
46341         * math/w_asin.c: Likewise.
46342         * math/w_asinf.c: Likewise.
46343         * math/w_asinl.c: Likewise.
46344         * math/w_atanh.c: Likewise.
46345         * math/w_atanhf.c: Likewise.
46346         * math/w_atanhl.c: Likewise.
46347         * math/w_exp2.c: Likewise.
46348         * math/w_exp2f.c: Likewise.
46349         * math/w_exp2l.c: Likewise.
46350         * math/w_j0.c: Likewise.
46351         * math/w_j0f.c: Likewise.
46352         * math/w_j0l.c: Likewise.
46353         * math/w_j1.c: Likewise.
46354         * math/w_j1f.c: Likewise.
46355         * math/w_j1l.c: Likewise.
46356         * math/w_jn.c: Likewise.
46357         * math/w_jnf.c: Likewise.
46358         * math/w_log.c: Likewise.
46359         * math/w_log10.c: Likewise.
46360         * math/w_log10f.c: Likewise.
46361         * math/w_log10l.c: Likewise.
46362         * math/w_log2.c: Likewise.
46363         * math/w_log2f.c: Likewise.
46364         * math/w_log2l.c: Likewise.
46365         * math/w_logf.c: Likewise.
46366         * math/w_logl.c: Likewise.
46367         * math/w_sqrt.c: Likewise.
46368         * math/w_sqrtf.c: Likewise.
46369         * math/w_sqrtl.c: Likewise.
46370         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
46371         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
46372         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
46373         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
46374         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
46375
46376 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
46377
46378         [BZ #9739]
46379         * manual/string.texi (strnlen): Use correct parameter name in
46380         equivalent expression.
46381
46382 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
46383
46384         [BZ #11174]
46385         * manual/users.texi (seteuid): Consistently use neweuid for
46386         argument name.
46387
46388 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
46389
46390         [BZ #13704]
46391         * manual/nss.texi (Services in the NSS configuration): Correct
46392         list of services in example configuration file.
46393
46394 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
46395
46396         [BZ #11322]
46397         * manual/arith.texi: Remove statements about negative zero
46398         behaving identically to zero.
46399
46400 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
46401
46402         [BZ #5993]
46403         * manual/install.texi: Do not document upgrading from libc5.
46404
46405 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
46406
46407         [BZ #4596]
46408         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
46409
46410 2012-02-18  David S. Miller  <davem@davemloft.net>
46411
46412         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
46413         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
46414         %o7 across the call.
46415         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
46416         instead.
46417         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
46418         SETUP_PIC_REG_LEAF.
46419         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
46420         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
46421         * sysdeps/sparc/crtn.S: Likewise.
46422
46423 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
46424
46425         * aout/Makefile: Remove.
46426
46427 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
46428
46429         [BZ #13058]
46430         * manual/examples/argp-ex1.c (main): Format definition in GNU
46431         style.
46432         * manual/examples/argp-ex2.c (main): Likewise.
46433         * manual/examples/argp-ex3.c (main): Likewise.
46434         * manual/examples/argp-ex4.c (main): Likewise.
46435         * manual/examples/longopt.c (main): Use new-style prototype
46436         definition.
46437         * manual/examples/strncat.c (main): Specify return type and use
46438         (void) for arguments.
46439         * manual/examples/subopt.c (main): Use char **argv argument.
46440
46441 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46442
46443         [BZ #5077]
46444         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
46445         rounding modes.
46446
46447 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
46448
46449         [BZ #6907]
46450         * manual/string.texi (strchr): Change when strchrnul is
46451         recommended.
46452
46453 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
46454
46455         [BZ #174]
46456         * manual/locale.texi (setlocale): Document LOCPATH.
46457
46458 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46459
46460         [BZ #10210]
46461         * manual/process.texi (execle): Move @dots{} before last argument.
46462
46463 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
46464
46465         [BZ #12047]
46466         * manual/charset.texi (Generic Charset Conversion): Fix typo
46467         (LC_TYPE -> LC_CTYPE).
46468
46469 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
46470
46471         [BZ #5805]
46472         * manual/arith.texi (scalbn): Use @var{} on parameter names.
46473         (scalbnf): Likewise.
46474         (scalbnl): Likewise.
46475         (scalbln): Likewise.
46476         (scalblnf): Likewise.
46477         (scalblnl): Likewise.
46478         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
46479         (vwarnx): Likewise.
46480         (verr): Likewise.
46481         (verrx): Likewise.
46482         * manual/filesys.texi (telldir): Use braces around return type.
46483         * manual/llio.texi (mmap): Add space after comma.
46484         (mmap64): Likewise.
46485         * manual/math.texi (jn): Use @var{} on parameter names.
46486         (jnf): Likewise.
46487         (jnl): Likewise.
46488         (yn): Likewise.
46489         (ynf): Likewise.
46490         (ynl): Likewise.
46491         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
46492         line.
46493         * manual/resource.texi (ulimit): Use @dots{} instead of literal
46494         "...".
46495         (sched_get_priority_min): Remove semicolon on @deftypefun line.
46496         (sched_get_priority_max): Likewise.
46497         * manual/signal.texi (sigvec): Add space after comma.
46498         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
46499         names.
46500         (if_indextoname): Likewise.
46501         (if_freenameindex): Likewise.
46502         (sendto): Use ',' instead of '.' in prototype.
46503         * manual/startup.texi (syscall): Use @dots{} instead of literal
46504         "...".
46505         * manual/stdio.texi (__fpending): Separate initial words of
46506         paragraph from @deftypefun line.
46507         * manual/syslog.texi (syslog): Use @dots{} instead of literal
46508         "...".
46509         (vsyslog): Use @var{} on parameter names.
46510         * manual/terminal.texi (stty): Use @var{} on parameter names.
46511         * manual/users.texi (getutmp): Use @var{} on parameter names.
46512         (getutmpx): Likewise.
46513
46514 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46515
46516         [BZ #6884]
46517         * manual/stdio.texi (fopen): Fix typos in description of
46518         ",ccs=STRING".
46519
46520 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
46521
46522         [BZ #4026]
46523         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
46524         get clock_id definition.
46525
46526 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
46527
46528         [BZ #4822]
46529         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
46530         (madvise): Cast every argument to void on its own.
46531
46532 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46533
46534         [BZ #9902]
46535         * manual/startup.texi (Exit Status): Fix typo.
46536
46537 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46538
46539         [BZ #10140]
46540         * manual/examples/argp-ex1.c: Include <stdlib.h>.
46541         * manual/examples/argp-ex2.c: Likewise.
46542         * manual/examples/argp-ex3.c: Likewise.
46543
46544 2012-02-16  Richard Henderson  <rth@redhat.com>
46545
46546         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
46547         * sysdeps/s390/s390-32/initfini.c: Remove.
46548         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
46549         * sysdeps/s390/s390-64/initfini.c: Remove.
46550
46551 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
46552
46553         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
46554         compiler output for sysdeps/generic/initfini.c.
46555         * sysdeps/sh/elf/initfini.c: Remove file.
46556
46557 2012-02-16  David S. Miller  <davem@davemloft.net>
46558
46559         [BZ #11494]
46560         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
46561
46562         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
46563         * sysdeps/sparc/crti.S: New file.
46564         * sysdeps/sparc/crtn.S: New file.
46565         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
46566         * sysdeps/sparc/sparc64/Makefile: Likewise.
46567
46568 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
46569
46570         [BZ #3335]
46571         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
46572
46573 2012-02-15  Roland McGrath  <roland@hack.frob.com>
46574
46575         [BZ #4822]
46576         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
46577
46578         * mach/devstream.c (cookie_io_functions_t): Macro removed.
46579         (write, read, close): Likewise.
46580         Patch by Aurelien Jarno <aurelien@aurel32.net>.
46581
46582 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
46583
46584         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
46585         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
46586         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
46587         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
46588         <bits/signalfd.h>.
46589         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
46590         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46591         bits/signalfd.h.
46592
46593 2012-02-14  Marek Polacek  <polacek@redhat.com>
46594
46595         * sysdeps/x86_64/crti.S: New file.
46596         * sysdeps/x86_64/crtn.S: New file.
46597         * sysdeps/x86_64/elf/initfini.c: Remove file.
46598
46599 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
46600
46601         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
46602         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
46603         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
46604         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
46605         <bits/inotify.h>.
46606         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
46607         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46608         bits/inotify.h.
46609
46610 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
46611
46612         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
46613         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
46614         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
46615         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
46616         <bits/eventfd.h>.
46617         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
46618         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46619         bits/eventfd.h.
46620
46621 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
46622
46623         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
46624         __feraiseexcept instead of feraiseexcept.
46625
46626         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
46627         nanosleep invocations.
46628         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
46629         strings, and add error checking for a nanosleep invocations.
46630
46631 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
46632
46633         Replace FSF snail mail address with URLs, as per GNU coding standards.
46634         Most of the snail mail addresses were wrong anyway, and omitting
46635         them makes the source code easier to maintain.  Almost all of the
46636         changes are to license notices and to locale LC_IDENTIFICATION
46637         addresses, except for this one:
46638         * manual/libc.texinfo: In "Published by", give the FSF's URL,
46639         not its snail mail address.
46640
46641 2012-02-09  Richard Henderson  <rth@twiddle.net>
46642
46643         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
46644         of kernel-features.h.
46645
46646         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
46647
46648 2012-02-08  Marek Polacek  <polacek@redhat.com>
46649
46650         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
46651         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
46652         * sysdeps/gnu/_G_config.h: Likewise.
46653         * sysdeps/generic/_G_config.h: Likewise.
46654
46655 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
46656
46657         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
46658         tests.
46659         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46660
46661         * sysdeps/powerpc/powerpc32/crti.S: New file.
46662         * sysdeps/powerpc/powerpc32/crtn.S: New file.
46663         * sysdeps/powerpc/powerpc64/crti.S: New file.
46664         * sysdeps/powerpc/powerpc64/crtn.S: New file.
46665
46666         * Makeconfig (have-initfini): Don't set.
46667         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
46668         * configure.in (nopic_initfini): Don't substitute.
46669         * config.h.in (HAVE_INITFINI): Don't #undef.
46670         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
46671         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
46672
46673 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
46674
46675         Support crti.S and crtn.S provided directly by architectures.
46676         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
46677         [crti.S in sysdirs] (omit-deps): Likewise.
46678         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
46679         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
46680         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
46681         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
46682         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
46683         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
46684         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
46685         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
46686         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
46687         compiler output for sysdeps/generic/initfini.c.
46688         * sysdeps/i386/elf/Makefile: Remove file.
46689         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
46690
46691 2012-02-07  Marek Polacek  <polacek@redhat.com>
46692
46693         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
46694         * sysdeps/gnu/_G_config.h: Likewise.
46695         * sysdeps/mach/hurd/_G_config.h: Likewise.
46696
46697 2012-02-07  Marek Polacek  <polacek@redhat.com>
46698
46699         * math/Makefile (tests): Add tst-CMPLX2.
46700         * math/tst-CMPLX2.c: New file.
46701
46702 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
46703
46704         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
46705
46706         * math/libm-test.inc (jn_test): Add missing L suffix.
46707
46708 2012-02-06  Marek Polacek  <polacek@redhat.com>
46709
46710         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
46711         * sysdeps/i386/fpu/e_powf.S: Likewise.
46712         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
46713         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
46714         * sysdeps/i386/fpu/e_acosh.S: Likewise.
46715         * sysdeps/i386/fpu/e_pow.S: Likewise.
46716         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
46717         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
46718         * sysdeps/i386/fpu/s_expm1.S: Likewise.
46719         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
46720         * sysdeps/i386/fpu/e_log2.S: Likewise.
46721         * sysdeps/i386/fpu/e_log2l.S: Likewise.
46722         * sysdeps/i386/fpu/e_scalb.S: Likewise.
46723         * sysdeps/i386/fpu/e_powl.S: Likewise.
46724         * sysdeps/i386/fpu/s_log1p.S: Likewise.
46725         * sysdeps/i386/fpu/e_log10f.S: Likewise.
46726         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
46727         * sysdeps/i386/fpu/e_logl.S: Likewise.
46728         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
46729         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
46730         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
46731         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
46732         * sysdeps/i386/fpu/e_log2f.S: Likewise.
46733         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
46734         * sysdeps/i386/fpu/e_log.S: Likewise.
46735         * sysdeps/i386/fpu/s_cexp.S: Likewise.
46736         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
46737         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
46738         * sysdeps/i386/fpu/e_logf.S: Likewise.
46739         * sysdeps/i386/fpu/e_log10l.S: Likewise.
46740         * sysdeps/i386/fpu/e_atanh.S: Likewise.
46741         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
46742         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
46743         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
46744         * sysdeps/i386/fpu/e_log10.S: Likewise.
46745         * sysdeps/i386/fpu/s_frexp.S: Likewise.
46746         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
46747         * sysdeps/i386/fpu/s_asinh.S: Likewise.
46748         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
46749         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
46750         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
46751         * sysdeps/i386/asm-syntax.h: Likewise.
46752         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
46753         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
46754         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
46755         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
46756         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
46757         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
46758         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
46759         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
46760         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
46761         * sysdeps/powerpc/sysdep.h: Likewise.
46762         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
46763         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
46764
46765 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
46766
46767         [BZ #411]
46768         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
46769
46770 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
46771
46772         * sysdeps/i386/sysdep.h: Include <features.h>.
46773         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
46774         version.
46775
46776 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
46777
46778         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
46779         Define.
46780         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
46781         LOAD_PIC_REG_STR.
46782
46783 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
46784
46785         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
46786         (SETUP_PIC_REG): Use GET_PC_THUNK.
46787         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
46788         macro.
46789
46790 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
46791
46792         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
46793         for non-PIC compilation.
46794         (SETUP_PIC_REG): Add .p2align directive.
46795         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
46796         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
46797         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
46798         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
46799         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
46800         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
46801         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
46802         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
46803         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
46804         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
46805         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
46806         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
46807         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
46808         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
46809         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
46810         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
46811         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
46812         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
46813         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
46814         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
46815         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
46816         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
46817         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
46818         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
46819         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
46820         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
46821         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
46822         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
46823         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
46824         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
46825         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
46826         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
46827         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
46828         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
46829         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
46830         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
46831         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
46832         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
46833         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
46834         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
46835         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
46836
46837 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
46838
46839         * math/tst-CMPLX.c: Include <stdio.h>.
46840
46841 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
46842
46843         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
46844         float.
46845         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
46846         * sysdeps/sparc/bits/mathdef.h: Likewise.
46847
46848 2012-01-31  Marek Polacek  <polacek@redhat.com>
46849
46850         * libio/libio.h: Don't define _PARAMS.
46851         * locale/programs/config.h: Don't define PARAMS.
46852         * stdlib/strtol_l.c: Likewise.
46853         (__strtol_l): Remove PARAMS from the prototype.
46854
46855 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
46856
46857         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
46858         names.  Just use the correct names.  Remove unnecessary wrapper
46859         functions.
46860         * malloc/arena.c: Likewise.
46861         * malloc/hooks.c: Likewise.
46862
46863         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
46864         ARENA_TEST says not to.  Simplify test for creation of a new arena.
46865         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
46866
46867 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
46868
46869         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
46870         into tail calls.
46871         (update_get_addr): New function.
46872         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
46873         GET_ADDR_MODULE parameter.
46874
46875 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
46876
46877         * crypt/cert.c: Remove __STDC__ conditionals.
46878         * crypt/crypt-entry.c: Likewise.
46879         * crypt/crypt_util.c: Likewise.
46880         * libio/filedoalloc.c: Likewise.
46881         * libio/fileops.c: Likewise.
46882         * libio/genops.c: Likewise.
46883         * libio/iofclose.c: Likewise.
46884         * libio/iofdopen.c: Likewise.
46885         * libio/iofopen.c: Likewise.
46886         * libio/iofopen64.c: Likewise.
46887         * libio/iogetdelim.c: Likewise.
46888         * libio/iopopen.c: Likewise.
46889         * libio/obprintf.c: Likewise.
46890         * libio/oldfileops.c: Likewise.
46891         * libio/oldiofclose.c: Likewise.
46892         * libio/oldiofdopen.c: Likewise.
46893         * libio/oldiofopen.c: Likewise.
46894         * libio/oldiopopen.c: Likewise.
46895         * libio/wfiledoalloc.c: Likewise.
46896         * libio/wgenops.c: Likewise.
46897         * locale/programs/xmalloc.c: Likewise.
46898         * misc/syslog.c: Likewise.
46899         * stdio-common/xbug.c: Likewise.
46900         * string/memchr.c: Likewise.
46901         * string/memcmp.c: Likewise.
46902         * string/memrchr.c: Likewise.
46903         * string/rawmemchr.c: Likewise.
46904         * sysdeps/posix/getcwd.c: Likewise.
46905         * time/strftime_l.c: Likewise.
46906
46907 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
46908
46909         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
46910         * config.make.in (config-cflags-sse2avx): Define.
46911         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
46912         Fix typo.
46913
46914 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
46915
46916         * scripts/config.guess: Update from upstream config git repository.
46917         * scripts/config.sub: Likewise.
46918
46919 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
46920
46921         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
46922         (EM_NUM): Update.
46923         (R_TILEPRO_*, R_TILEGX_*): New macros.
46924
46925         * scripts/firstversions.awk: Fix bug in version range handling.
46926
46927         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
46928
46929         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
46930
46931         * include/sys/epoll.h: New file.
46932         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
46933         libc_hidden_def.
46934
46935 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
46936
46937         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
46938         Avoid unnecessary __WORDSIZE == 64 test.
46939         (fmaxf): Use VEX format if possible.
46940         (fmax): Likewise.
46941         (fminf): Likewise.
46942         (fmin): Likewise.
46943
46944         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
46945         * math/math_private.h: Remove libc_fegetround* and
46946         libc_fesetround*.
46947         * sysdeps/i386/configure.in: Check for -msse2avx.
46948         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
46949         also if SSE2AVX is defined.
46950         Remove libc_fegetround* and libc_fesetround*.
46951         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
46952         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
46953         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
46954         of HAS_YMM_USABLE.
46955         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
46956         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
46957         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
46958         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
46959         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
46960
46961         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
46962
46963 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46964
46965         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
46966         size is not set.
46967         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
46968
46969 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
46970
46971         [BZ #13618]
46972         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
46973         relocation.
46974         * Makeconfig (libm): Define.
46975         * elf/Makefile: Add rules to build and run tst-relsort1.
46976         * elf/tst-relsort1.c: New file.
46977         * elf/tst-relsort1mod1.c: New file.
46978         * elf/tst-relsort1mod2.c: New file.
46979
46980 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
46981
46982         * math/s_ldexp.c: Remove __STDC__ conditionals.
46983         * math/s_ldexpf.c: Likewise.
46984         * math/s_ldexpl.c: Likewise.
46985         * math/s_nextafter.c: Likewise.
46986         * math/s_nexttowardf.c: Likewise.
46987         * math/s_significand.c: Likewise.
46988         * math/s_significandf.c: Likewise.
46989         * math/s_significandl.c: Likewise.
46990         * math/w_jnl.c: Likewise.
46991         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
46992         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
46993         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
46994         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
46995         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
46996         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
46997         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
46998         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
46999         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
47000         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
47001         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
47002         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
47003         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
47004         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
47005         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
47006         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
47007         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
47008         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
47009         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
47010         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
47011         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
47012         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
47013         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
47014         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
47015         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
47016         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
47017         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
47018         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
47019         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
47020         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
47021         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
47022         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
47023         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
47024         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
47025         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
47026         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
47027         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
47028         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
47029         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
47030         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
47031         * sysdeps/ieee754/k_standard.c: Likewise.
47032         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
47033         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
47034         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
47035         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
47036         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
47037         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
47038         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
47039         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
47040         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
47041         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
47042         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
47043         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
47044         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
47045         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
47046         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
47047         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
47048         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
47049         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
47050         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
47051         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
47052         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
47053         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
47054         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
47055         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
47056         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
47057         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
47058         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
47059         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
47060         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
47061         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
47062         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
47063         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
47064         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
47065         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
47066         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
47067         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
47068         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
47069         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
47070         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
47071         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
47072         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
47073         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
47074         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
47075         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
47076         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
47077         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
47078         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
47079         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
47080         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
47081         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
47082         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
47083         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
47084         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
47085         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
47086         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
47087         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
47088         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
47089         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
47090         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
47091         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
47092         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
47093         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
47094         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
47095         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
47096         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
47097         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
47098         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
47099         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
47100         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
47101         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
47102         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
47103         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
47104         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
47105         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
47106         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
47107         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
47108         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
47109         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
47110         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
47111         * sysdeps/ieee754/s_matherr.c: Likewise.
47112         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
47113         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
47114         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
47115         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
47116
47117 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
47118
47119         * crypt/md5.h: Remove __STDC__ conditionals.
47120         * libio/libioP.h: Likewise.
47121         * locale/programs/config.h: Likewise.
47122         * sysdeps/generic/sysdep.h: Likewise.
47123         * sysdeps/i386/asm-syntax.h: Likewise.
47124         * sysdeps/s390/asm-syntax.h: Likewise.
47125         * sysdeps/unix/sysdep.h: Likewise.
47126         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
47127         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
47128
47129 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
47130
47131         * libio/libio.h: Remove __STDC__ conditionals.
47132         * malloc/obstack.h: Likewise.
47133         * math/complex.h: Likewise.
47134         * math/math.h: Likewise.
47135         * sysdeps/generic/_G_config.h: Likewise.
47136         * sysdeps/gnu/_G_config.h: Likewise.
47137         * sysdeps/mach/hurd/_G_config.h: Likewise.
47138         * sysdeps/powerpc/bits/mathdef.h: Likewise.
47139         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
47140         * sysdeps/sparc/bits/mathdef.h: Likewise.
47141
47142 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
47143
47144         [BZ #13583]
47145         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
47146         Clean up HAS_* macros.
47147         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
47148         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
47149         possible.
47150         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
47151         HAS_AVX.
47152         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
47153         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
47154         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
47155         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
47156         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
47157
47158 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
47159
47160         * elf/tst-unique3.cc (gets): Remove declaration.
47161         * elf/tst-unique3lib.cc (gets): Likewise.
47162         * elf/tst-unique3lib2.cc (gets): Likewise.
47163         * elf/tst-unique4.cc (gets): Likewise.
47164
47165 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
47166
47167         * include/stdio.h: Add C++ protection.  Add gets declarations and
47168         definitions.
47169         * debug/tst-chk1.c: Don't declare gets here.
47170         * stdio-common/tst-gets.c: Likewise.
47171
47172 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
47173
47174         * posix/glob: Remove directory.
47175
47176 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
47177
47178         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
47179
47180 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
47181
47182         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
47183         of the non-standard EPFNOSUPPORT.
47184
47185 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
47186
47187         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
47188         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
47189         ANYWHERE set to 1 only on KERN_NO_SPACE error.
47190
47191 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
47192
47193         * wcsmbs/uchar.h: Test __STDC_VERSION__.
47194
47195 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
47196
47197         * nscd/aicache.c (addhstaiX): Do not cache negative results of
47198         transient errors.
47199         * nscd/grpcache.c (cache_addgr): Likewise.
47200         * nscd/hstcache.c (cache_addhst): Likewise.
47201         * nscd/initgrcache.c (addinitgroupsX): Likewise.
47202         * nscd/pwdcache.c (cache_addpw): Likewise.
47203         * nscd/servicescache.c (cache_addserv): Likewise.
47204
47205 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
47206
47207         * malloc/malloc.c: Various cleanups.
47208         * malloc/hooks.c: Likewise.
47209
47210         * stdlib/Makefile (tests): Add bug-fmtmsg1.
47211         * stdlib/bug-fmtmsg1.c: New file.
47212
47213         * stdlib/fmtmsg.c (init): Add missing unlock.
47214         Patch by Peng Haitao <penght@cn.fujitsu.com>.
47215
47216 2012-01-12  Marek Polacek  <polacek@redhat.com>
47217
47218         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
47219         and _GNU_SOURCE.
47220
47221 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
47222
47223         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
47224         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
47225         macro to ensure uniqueness of label name.
47226         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
47227         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
47228
47229 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
47230
47231         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
47232
47233         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
47234         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
47235         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
47236         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
47237
47238 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
47239
47240         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
47241
47242         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
47243         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
47244         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
47245
47246         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
47247
47248         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
47249         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
47250         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
47251         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
47252
47253         * math/bits/math-finite.h: Add ldexp support.
47254
47255 2012-01-10  Marek Polacek  <polacek@redhat.com>
47256
47257         * locale/programs/localedef.h (show_archive_content): Add noreturn
47258         attribute.
47259
47260 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
47261
47262         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
47263
47264 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
47265
47266         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
47267
47268         * io/Makefile (headers): Add bits/poll2.h.
47269
47270 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
47271
47272         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
47273         typo #include statement.
47274
47275 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
47276
47277         * include/sys/cdefs.h: Define __attribute_alloc_size.
47278         * catgets/gencat.c: Add alloc_size attribute and apply consistently
47279         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
47280         * elf/pldd.c: Likewise.
47281         * iconv/iconv_charmap.c: Likewise.
47282         * iconv/iconvconfig.c: Likewise.
47283         * iconv/strtab.c: Likewise.
47284         * locale/programs/locale.c: Likewise.
47285         * locale/programs/localedef.h: Likewise.
47286         * locale/programs/simple-hash.c: Likewise.
47287         * nscd/nscd.h: Likewise.
47288         * nss/makedb.c: Likewise.
47289         * sysdeps/generic/ldconfig.h: Likewise.
47290         * locale/programs/localedef.c: Remove xmalloc prototype.
47291         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
47292
47293 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
47294
47295         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
47296         appropriate.
47297
47298 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
47299
47300         * math/Makefile (tests): Add tst-CMPLX.
47301         * math/tst-CMPLX.c: New file.
47302
47303         * math/complex.h (CMPLXL): Fix typo.
47304
47305         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
47306         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
47307         GLIBC_2.16.
47308         * debug/tst-chk1.c: Add poll and ppoll tests.
47309         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
47310         * include/sys/poll.h: Add hidden proto for ppoll.
47311         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
47312         * sysdeps/mach/hurd/ppoll.c: Likewise.
47313         * io/ppoll.c: Likewise.
47314         * debug/poll_chk.c: New file.
47315         * debug/ppoll_chk.c: New file.
47316         * include/bits/poll2.h: New file.
47317         * io/bits/poll2.h: New file.
47318
47319         [BZ #1350]
47320         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
47321
47322         * configure.in: static is always set to yes.  Remove.
47323         * config.make.in: Don't set build-static.
47324         * Makeconfig: Remove use of build-static.
47325         * dlfcn/Makefile: Likewise.
47326         * elf/Makefile: Likewise.
47327         * math/Makefile: Likewise.
47328         * misc/Makefile: Likewise.
47329         * nptl/Makefile: Likewise.
47330         * sysdeps/mach/hurd/Makefile: Likewise.
47331
47332         * configure.in: PWD_P is not used anymore.
47333         * config.make.in: Remove PWD_P entry.
47334
47335         * configure.in: Remove last remnants of RANLIB.
47336         No need to check for signed size_t anymore.
47337         Don't set libc_commonpagesize and libc_relro_required here for Alpha
47338         and IA-64.
47339         Remove __builtin_expect test because we require at least gcc 3.4.
47340         * aclocal.m4: Likewise.
47341
47342         * wcsmbs/mbrtoc16.c: Implement using towc function.
47343         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
47344         * wcsmbs/wcsmbsload.c: Likewise.
47345         * iconv/gconv_simple.c: Likewise.
47346         * iconv/gconv_int.h: Likewise.
47347         * iconv/gconv_builtin.h: Likewise.
47348         * iconv/iconv_prog.c: Remove CHAR16 handling.
47349
47350         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
47351
47352         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
47353
47354         * configure.in: Remove --with-elf and --enable-bounded options.
47355         Dont set base_machine for ia64.  More non-ELF conditions removed.
47356         Remove testing and setting of leading underscore information.
47357         * config.make.in (build-bounded): Set to no.
47358         * config.h.in: Remove NO_UNDERSCORES entry.
47359         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
47360         them.
47361         * csu/start.c: Remove !NO_UNDERSCORE code.
47362         * locale/localeinfo.h: Likewise.
47363         * sysdeps/generic/machine-gmon.h: Likewise.
47364         * sysdeps/generic/sysdep.h: Likewise.
47365         * sysdeps/i386/sysdep.h: Likewise.
47366         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
47367         * sysdeps/mach/sysdep.h: Likewise.
47368         * sysdeps/s390/s390-32/sysdep.h: Likewise.
47369         * sysdeps/s390/s390-64/sysdep.h: Likewise.
47370         * sysdeps/sh/sysdep.h: Likewise.
47371         * sysdeps/sparc/sparc32/alloca.S: Likewise.
47372         * sysdeps/unix/i386/sysdep.S: Likewise.
47373         * sysdeps/unix/sparc/start.c: Likewise.
47374         * sysdeps/unix/sparc/sysdep.S: Likewise.
47375         * sysdeps/unix/sparc/sysdep.h: Likewise.
47376         * sysdeps/unix/start.c: Likewise.
47377         * sysdeps/unix/x86_64/sysdep.S: Likewise.
47378         * sysdeps/x86_64/sysdep.h: Likewise.
47379
47380 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
47381
47382         [BZ #13553]
47383         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
47384         for non-gcc.
47385         * argp/argp-fmtstream.h: Use const instead __const.
47386         * argp/argp.h: Likewise.
47387         * assert/assert.h: Likewise.
47388         * bits/fenv.h: Likewise.
47389         * bits/sched.h: Likewise.
47390         * bits/sigset.h: Likewise.
47391         * bits/sigthread.h: Likewise.
47392         * catgets/nl_types.h: Likewise.
47393         * conform/data/pthread.h-data: Likewise.
47394         * crypt/crypt-private.h: Likewise.
47395         * crypt/crypt.h: Likewise.
47396         * crypt/crypt_util.c: Likewise.
47397         * ctype/ctype.h: Likewise.
47398         * debug/execinfo.h: Likewise.
47399         * debug/mbsnrtowcs_chk.c: Likewise.
47400         * debug/mbsrtowcs_chk.c: Likewise.
47401         * debug/wcsnrtombs_chk.c: Likewise.
47402         * debug/wcsrtombs_chk.c: Likewise.
47403         * debug/wcstombs_chk.c: Likewise.
47404         * dirent/dirent.h: Likewise.
47405         * dlfcn/dlfcn.h: Likewise.
47406         * elf/neededtest4.c: Likewise.
47407         * grp/grp.h: Likewise.
47408         * gshadow/gshadow.h: Likewise.
47409         * iconv/gconv.h: Likewise.
47410         * iconv/gconv_int.h: Likewise.
47411         * iconv/gconv_simple.c: Likewise.
47412         * iconv/iconv.h: Likewise.
47413         * iconv/loop.c: Likewise.
47414         * iconv/skeleton.c: Likewise.
47415         * include/aio.h: Likewise.
47416         * include/aliases.h: Likewise.
47417         * include/argz.h: Likewise.
47418         * include/arpa/inet.h: Likewise.
47419         * include/assert.h: Likewise.
47420         * include/dirent.h: Likewise.
47421         * include/dlfcn.h: Likewise.
47422         * include/execinfo.h: Likewise.
47423         * include/fcntl.h: Likewise.
47424         * include/fenv.h: Likewise.
47425         * include/glob.h: Likewise.
47426         * include/grp.h: Likewise.
47427         * include/libintl.h: Likewise.
47428         * include/mntent.h: Likewise.
47429         * include/netdb.h: Likewise.
47430         * include/pwd.h: Likewise.
47431         * include/rpc/netdb.h: Likewise.
47432         * include/sched.h: Likewise.
47433         * include/search.h: Likewise.
47434         * include/shadow.h: Likewise.
47435         * include/signal.h: Likewise.
47436         * include/stdio.h: Likewise.
47437         * include/stdlib.h: Likewise.
47438         * include/string.h: Likewise.
47439         * include/sys/socket.h: Likewise.
47440         * include/sys/stat.h: Likewise.
47441         * include/sys/statfs.h: Likewise.
47442         * include/sys/statvfs.h: Likewise.
47443         * include/sys/syslog.h: Likewise.
47444         * include/sys/time.h: Likewise.
47445         * include/sys/uio.h: Likewise.
47446         * include/time.h: Likewise.
47447         * include/unistd.h: Likewise.
47448         * include/utmp.h: Likewise.
47449         * include/wchar.h: Likewise.
47450         * include/wctype.h: Likewise.
47451         * inet/aliases.h: Likewise.
47452         * inet/arpa/inet.h: Likewise.
47453         * inet/netinet/ether.h: Likewise.
47454         * inet/netinet/in.h: Likewise.
47455         * intl/libintl.h: Likewise.
47456         * io/bits/fcntl2.h: Likewise.
47457         * io/fcntl.h: Likewise.
47458         * io/ftw.h: Likewise.
47459         * io/sys/poll.h: Likewise.
47460         * io/sys/stat.h: Likewise.
47461         * io/sys/statfs.h: Likewise.
47462         * io/sys/statvfs.h: Likewise.
47463         * io/utime.h: Likewise.
47464         * libio/bits/stdio.h: Likewise.
47465         * libio/bits/stdio2.h: Likewise.
47466         * libio/libio.h: Likewise.
47467         * libio/libioP.h: Likewise.
47468         * libio/stdio.h: Likewise.
47469         * locale/lc-ctype.c: Likewise.
47470         * locale/locale.h: Likewise.
47471         * login/utmp.h: Likewise.
47472         * malloc/arena.c: Likewise.
47473         * malloc/malloc.c: Likewise.
47474         * malloc/malloc.h: Likewise.
47475         * malloc/mcheck.c: Likewise.
47476         * malloc/mtrace.c: Likewise.
47477         * math/bits/mathcalls.h: Likewise.
47478         * math/fenv.h: Likewise.
47479         * math/math_private.h: Likewise.
47480         * misc/bits/error.h: Likewise.
47481         * misc/bits/syslog.h: Likewise.
47482         * misc/err.h: Likewise.
47483         * misc/error.h: Likewise.
47484         * misc/fstab.h: Likewise.
47485         * misc/mntent.h: Likewise.
47486         * misc/regexp.h: Likewise.
47487         * misc/search.h: Likewise.
47488         * misc/sgtty.h: Likewise.
47489         * misc/sys/mman.h: Likewise.
47490         * misc/sys/syslog.h: Likewise.
47491         * misc/sys/uio.h: Likewise.
47492         * misc/sys/xattr.h: Likewise.
47493         * misc/ttyent.h: Likewise.
47494         * nis/rpcsvc/ypclnt.h: Likewise.
47495         * nss/nss.h: Likewise.
47496         * posix/bits/unistd.h: Likewise.
47497         * posix/fnmatch.h: Likewise.
47498         * posix/glob.h: Likewise.
47499         * posix/sched.h: Likewise.
47500         * posix/spawn.h: Likewise.
47501         * posix/sys/wait.h: Likewise.
47502         * posix/unistd.h: Likewise.
47503         * posix/wordexp.h: Likewise.
47504         * pwd/pwd.h: Likewise.
47505         * resolv/netdb.h: Likewise.
47506         * resource/sys/resource.h: Likewise.
47507         * rt/aio.h: Likewise.
47508         * rt/bits/mqueue2.h: Likewise.
47509         * rt/mqueue.h: Likewise.
47510         * shadow/shadow.h: Likewise.
47511         * signal/signal.h: Likewise.
47512         * socket/send.c: Likewise.
47513         * socket/sendto.c: Likewise.
47514         * socket/sys/socket.h: Likewise.
47515         * stdio-common/printf.h: Likewise.
47516         * stdlib/bits/stdlib.h: Likewise.
47517         * stdlib/fmtmsg.h: Likewise.
47518         * stdlib/monetary.h: Likewise.
47519         * stdlib/stdlib.h: Likewise.
47520         * stdlib/ucontext.h: Likewise.
47521         * streams/stropts.h: Likewise.
47522         * string/argz.h: Likewise.
47523         * string/bits/string2.h: Likewise.
47524         * string/string.h: Likewise.
47525         * string/strings.h: Likewise.
47526         * sunrpc/rpc/auth.h: Likewise.
47527         * sunrpc/rpc/auth_des.h: Likewise.
47528         * sunrpc/rpc/clnt.h: Likewise.
47529         * sunrpc/rpc/netdb.h: Likewise.
47530         * sunrpc/rpc/pmap_clnt.h: Likewise.
47531         * sunrpc/rpc/xdr.h: Likewise.
47532         * sysdeps/generic/inttypes.h: Likewise.
47533         * sysdeps/generic/net/if.h: Likewise.
47534         * sysdeps/generic/sys/swap.h: Likewise.
47535         * sysdeps/gnu/net/if.h: Likewise.
47536         * sysdeps/gnu/utmpx.h: Likewise.
47537         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
47538         * sysdeps/i386/i486/bits/string.h: Likewise.
47539         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
47540         * sysdeps/s390/bits/string.h: Likewise.
47541         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
47542         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
47543         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
47544         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
47545         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
47546         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
47547         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
47548         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
47549         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
47550         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
47551         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
47552         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
47553         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
47554         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
47555         * sysdeps/unix/sysv/linux/readv.c: Likewise.
47556         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
47557         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
47558         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
47559         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
47560         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
47561         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
47562         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
47563         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
47564         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
47565         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
47566         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
47567         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
47568         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
47569         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
47570         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
47571         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
47572         * sysvipc/sys/ipc.h: Likewise.
47573         * sysvipc/sys/msg.h: Likewise.
47574         * sysvipc/sys/sem.h: Likewise.
47575         * sysvipc/sys/shm.h: Likewise.
47576         * termios/termios.h: Likewise.
47577         * time/sys/time.h: Likewise.
47578         * time/time.h: Likewise.
47579         * wcsmbs/bits/wchar2.h: Likewise.
47580         * wcsmbs/uchar.h: Likewise.
47581         * wcsmbs/wchar.h: Likewise.
47582         * wctype/wctype.h: Likewise.
47583
47584         [BZ #13551]
47585         * Makeconfig: Remove all but ELF support including AIX support.
47586         * Makerules: Likewise.
47587         * config.h.in: Likewise.
47588         * config.make.in: Likewise.
47589         * configure: Likewise.
47590         * configure.in: Likewise.
47591         * csu/Makefile: Likewise.
47592         * csu/version.c: Likewise.
47593         * debug/Makefile: Likewise.
47594         * dlfcn/Makefile: Likewise.
47595         * elf/Makefile: Likewise.
47596         * extra-lib.mk: Likewise.
47597         * iconv/Makefile: Likewise.
47598         * include/libc-symbols.h: Likewise.
47599         * include/shlib-compat.h: Likewise.
47600         * resolv/Makefile: Likewise.
47601         * resolv/res_libc.c: Likewise.
47602         * rt/Makefile: Likewise.
47603         * sysdeps/i386/asm-syntax.h: Likewise.
47604         * sysdeps/i386/sysdep.h: Likewise.
47605         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
47606         * sysdeps/mach/sysdep.h: Likewise.
47607         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
47608         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
47609         * sysdeps/s390/asm-syntax.h: Likewise.
47610         * sysdeps/s390/s390-32/sysdep.h: Likewise.
47611         * sysdeps/s390/s390-64/sysdep.h: Likewise.
47612         * sysdeps/sh/sysdep.h: Likewise.
47613         * sysdeps/unix/sparc/sysdep.h: Likewise.
47614         * sysdeps/wordsize-32/divdi3.c: Likewise.
47615         * sysdeps/x86_64/sysdep.h: Likewise.
47616
47617         * argp/Versions: Remove _argp_unlock_xxx.
47618
47619         [BZ #13559]
47620         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
47621         * abilist/libBrokenLocale.abilist: Likewise.
47622         * abilist/libanl.abilist: Likewise.
47623         * abilist/libc.abilist: Likewise.
47624         * abilist/libcrypt.abilist: Likewise.
47625         * abilist/libdl.abilist: Likewise.
47626         * abilist/libm.abilist: Likewise.
47627         * abilist/libnsl.abilist: Likewise.
47628         * abilist/libpthread.abilist: Likewise.
47629         * abilist/libresolv.abilist: Likewise.
47630         * abilist/librt.abilist: Likewise.
47631         * abilist/libthread_db.abilist: Likewise.
47632         * abilist/libutil.abilist: Likewise.
47633         * abilist/libnss_db.abilist: New file.
47634
47635         * scripts/abilist.awk: Add support for indirect functions.
47636
47637         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
47638
47639         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
47640
47641         * shlib-versions: Remove entries for ports architectures.
47642
47643         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
47644         files in ports.
47645         * elf/stackguard-macros.h: Remove support for IA-64.
47646         * elf/tst-auditmod1.c: Likewise.
47647         * sysdeps/generic/ldsodefs.h: Likewise.
47648
47649         * sysdeps/unix/sysv/linux/configure.in: Ports should define
47650         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
47651         configure files.
47652
47653         [BZ #13552]
47654         * configure.in: Remove --enable-omitfp support.
47655         * FAQ.in: Adjust.
47656         * config.make.in: Likewise.
47657         * Makeconfig: Likewise.
47658         * manual/install.texi: Likewise.
47659
47660         In case anyone cares, the IA-64 architecture could move to ports.
47661         * sysdeps/ia64/*: Removed.
47662         * sysdeps/unix/sysv/linux/ia64/*: Removed.
47663         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
47664
47665         [BZ #13555]
47666         * configure.in: Remove entries for unsupported architectures.
47667
47668         [BZ #13533]
47669         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
47670         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
47671         routines.
47672         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
47673         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
47674         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
47675         fall back to using wcrtomb.
47676         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
47677         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
47678         renaming.
47679         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
47680         * wcsmbs/tst-c16c32-1.c: New file.
47681
47682         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
47683         local variable.
47684
47685         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
47686
47687         * elf/tst-unique3.cc: Add explicit declaration of gets.
47688         * elf/tst-unique3lib.cc: Likewise.
47689         * elf/tst-unique3lib2.cc: Likewise.
47690         * elf/tst-unique4.cc: Likewise.
47691
47692         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
47693
47694 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
47695
47696         [BZ #13566]
47697         * assert/assert.h (static_assert): Don't define for C++.
47698         * libio/stdio.h (gets): Do declare for C++ <= C++11.
47699         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
47700
47701 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
47702
47703         * iconv/loop.c (single loop): Fix assertion in storing of
47704         remaining bytes.
47705
47706         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
47707
47708 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
47709
47710         * posix/getconf.c: Update copyright year.
47711         * nss/getent.c: Likewise.
47712         * nss/makedb.c: Likewise.
47713         * iconv/iconvconfig.c: Likewise.
47714         * iconv/iconv_prog.c: Likewise.
47715         * elf/ldconfig.c: Likewise.
47716         * elf/pldd.c: Likewise.
47717         * elf/sotruss.ksh: Likewise.
47718         * catgets/gencat.c: Likewise.
47719         * csu/version.c: Likewise.
47720         * elf/ldd.bash.in: Likewise.
47721         * elf/sprof.c (print_version): Likewise.
47722         * locale/programs/locale.c: Likewise.
47723         * locale/programs/localedef.c: Likewise.
47724         * login/programs/pt_chown.c: Likewise.
47725         * nscd/nscd.c (print_version): Likewise.
47726         * debug/xtrace.sh: Likewise.
47727         * malloc/memusage.sh: Likewise.
47728         * malloc/mtrace.pl: Likewise.
47729         * debug/catchsegv.sh: Likewise.
47730
47731 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
47732
47733         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
47734         pure attribute.
47735
47736 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
47737
47738         [BZ #13533]
47739         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
47740         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
47741         transformations.
47742         * iconv/gconv_int.h: Likewise.
47743         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
47744         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
47745         from libc for GLIBC_2.16.
47746         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
47747         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
47748         * wcsmbs/uchar.h: Really define mbstate_t.
47749         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
47750         * wcsmbs/c16rtomb.c: New file.
47751         * wcsmbs/mbrtoc16.c: New file.
47752         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
47753         for C/POSIX locale.
47754         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
47755         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
47756
47757         * wcsmbs/wchar.h: Add missing __restrict.
47758
47759 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
47760
47761         [BZ #13532]
47762         * time/Makefile (routines): Add timespec_get.
47763         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
47764         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
47765         timespec for ISO C11.
47766         * time/timespec_get.c: New file.
47767         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
47768         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
47769
47770         [BZ #13531]
47771         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
47772         * stdlib/stdlib.h: Declare aligned_alloc.
47773         * Versions.def: Add GLIBC_2.16 for libc.
47774         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
47775
47776         [BZ 13527]
47777         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
47778         ISO C11.
47779
47780         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
47781         code.
47782
47783         [BZ #13528]
47784         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
47785
47786         [BZ #13529]
47787         * assert/assert.h (static_assert): Define.
47788
47789         * version.h: Update for 2.16 development version.
47790
47791         [BZ #13526]
47792         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
47793         _ISOC11_SOURCE.
47794
47795         * version.h (RELEASE): Bump for 2.15 release.
47796         * include/features.h (__GLIBC_MINOR__): Bump to 15.
47797
47798         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
47799         Patch by Marek Polacek <mpolacek@redhat.com>.
47800
47801         * bits/byteswap.h: Protect long long constants with __extension__.
47802         * sysdeps/i386/bits/byteswap.h: Likewise.
47803         * sysdeps/ia64/bits/byteswap.h: Likewise.
47804         * sysdeps/s390/bits/byteswap.h: Likewise.
47805         * sysdeps/x86_64/bits/byteswap.h: Likewise.
47806
47807 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47808
47809         [BZ #13540]
47810         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
47811         destination buffer.
47812         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
47813
47814 2011-12-23  Marek Polacek  <polacek@redhat.com>
47815
47816         * elf/dl-addr.c (determine_info): Add inline keyword.
47817         * elf/tst-auditmod4b.c (check_avx): Likewise.
47818         * elf/tst-auditmod6b.c (check_avx): Likewise.
47819         * elf/tst-auditmod6c.c (check_avx): Likewise.
47820         * elf/tst-auditmod7b.c (check_avx): Likewise.
47821
47822 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
47823
47824         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
47825         !__SSE_MATH__.
47826
47827 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47828
47829         [BZ #13540]
47830         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
47831         processing for last bytes.
47832
47833 2011-08-06  Bruno Haible  <bruno@clisp.org>
47834
47835         [BZ #13061]
47836         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
47837         U+0385, not to U+1FEE.
47838
47839         [BZ #13062]
47840         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
47841         entry for U+00A5 U+0301.
47842
47843 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
47844
47845         [BZ #13166]
47846         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
47847         buffer for the output is too small.
47848
47849         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
47850         optimization.
47851
47852         [BZ #13185]
47853         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
47854         SSE flags if possible.
47855
47856 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47857
47858         [BZ #13540]
47859         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
47860         processing for last bytes.
47861
47862 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
47863
47864         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
47865         (syscall-list-default-options, syscall-list-default-condition)
47866         (syscall-list-includes): Define.
47867         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
47868         list of ABIs and options and #if conditions for each ABI.  Do not
47869         handle common syscalls between ABIs specially.
47870         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
47871         Remove.
47872         (syscall-list-variants, syscall-list-32bit-options)
47873         (syscall-list-32bit-condition, syscall-list-64bit-options)
47874         (syscall-list-64bit-condition): Define.
47875         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
47876         (syscall-list-variants, syscall-list-32bit-options)
47877         (syscall-list-32bit-condition, syscall-list-64bit-options)
47878         (syscall-list-64bit-condition): Define.
47879         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
47880         Remove.
47881         (syscall-list-variants, syscall-list-32bit-options)
47882         (syscall-list-32bit-condition, syscall-list-64bit-options)
47883         (syscall-list-64bit-condition): Define.
47884         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
47885         Remove.
47886         (syscall-list-variants, syscall-list-32bit-options)
47887         (syscall-list-32bit-condition, syscall-list-64bit-options)
47888         (syscall-list-64bit-condition): Define.
47889
47890 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
47891
47892         * locale/iso-639.def: Add brx entry.
47893
47894         [BZ #13328]
47895         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
47896         Proposed by Mariusz_Cukr <marcukr@op.pl>.
47897
47898         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
47899         __feraiseexcept_renamed.
47900
47901 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
47902
47903         [BZ #13538]
47904         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
47905         EPOLLET with unsigned values.
47906         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
47907         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
47908
47909         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
47910         to large cancellation.
47911         * math/s_cacoshf.c: Likewise.
47912         * math/s_cacoshl.c: Likewise.
47913
47914 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
47915
47916         [BZ #13305]
47917         [BZ #12786]
47918         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
47919         * math/s_cacoshf.c: Likewise.
47920         * math/s_cacoshl.c: Likewise.
47921
47922 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
47923
47924         [BZ #13439]
47925         * iconv/gconv.h: Define __GCONV_SWAP.
47926         * iconvdata/unicode.c: The swap bit must be stored in __flags.
47927         * iconvdata/utf-16.c: Likewise.
47928         * iconvdata/utf-32.c: Likewise.
47929
47930 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
47931
47932         [BZ #13524]
47933         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
47934         numerator after shifting it by one limb.
47935
47936 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
47937
47938         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
47939         under [__USE_EXTERN_INLINES].
47940
47941 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
47942
47943         [BZ #13446]
47944         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
47945
47946 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47947
47948         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
47949         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
47950         optimized code.
47951         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
47952         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
47953         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
47954         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
47955         for strncasecmp/strncasecmp_l compilation.
47956         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
47957         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
47958
47959 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
47960
47961         [BZ #13484]
47962         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
47963         of __asm__.
47964
47965 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
47966
47967         [BZ #13506]
47968         * time/tzfile.c (__tzfile_read): Check values from file header.
47969
47970 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
47971
47972         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
47973         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
47974         * powerpc/powerpc32/dl-start.S: Likewise.
47975         * powerpc/powerpc32/elf/start.S: Likewise.
47976         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
47977         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
47978         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
47979         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
47980         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
47981         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
47982         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
47983         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
47984         * powerpc/powerpc32/fpu/s_round.S: Likewise.
47985         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
47986         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
47987         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
47988         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
47989         * powerpc/powerpc32/memset.S: Likewise.
47990         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
47991         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
47992         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
47993         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
47994         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
47995         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
47996         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
47997         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
47998         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
47999         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
48000         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
48001         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
48002         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
48003
48004 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
48005
48006         * math/libm-test.inc: Added more nearbyint tests.
48007         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
48008         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
48009         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
48010         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
48011
48012 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
48013
48014         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
48015         FD_CLOEXEC.
48016
48017 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48018
48019         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
48020         Add wcscpy-ssse3 wcscpy-c.
48021         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
48022         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
48023         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
48024         * sysdeps/x86_64/wcschr.S: New file.
48025         * sysdeps/x86_64/wcsrchr.S: New file.
48026         * string/test-strcmp.c: Remove checking of wcscmp function for
48027         wrong alignments.
48028         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
48029         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
48030         wcsrchr-sse2 wcsrchr-c.
48031         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
48032         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
48033         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
48034         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
48035         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
48036         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
48037         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
48038         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
48039         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
48040         * wcsmbc/wcschr.c (WCSCHR): New macro.
48041
48042 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48043
48044         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
48045         * wcsmbs/test-wcsrchr.c: New file.
48046         * string/test-strrchr.c: Add wcsrchr support.
48047         (WIDE): New macro.
48048         * wcsmbs/test-wcscpy.c: New file.
48049         * string/test-strcpy.c: Add wcscpy support.
48050         (WIDE): New macro.
48051
48052 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
48053
48054         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
48055         the inner loop.
48056
48057 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
48058
48059         [BZ #13472]
48060         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
48061
48062 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
48063
48064         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
48065         Minor optimizations.
48066
48067         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
48068         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
48069         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
48070
48071 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
48072
48073         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
48074         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
48075         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
48076         for gcc to avoid warnings.
48077         * inet/Makefile (tests): Add tst-checks.
48078         * inet/tst-checks.c: New file.
48079
48080         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
48081         warning.
48082
48083         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
48084         __wmemcmp_sse2.
48085
48086         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
48087         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
48088
48089         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
48090
48091 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
48092
48093         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
48094         problem.
48095
48096         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
48097
48098 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
48099
48100         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
48101         conditional on GCC version.
48102         (__arch_compare_and_exchange_val_8_acq)
48103         (__arch_compare_and_exchange_val_16_acq)
48104         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
48105         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
48106         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
48107
48108 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
48109
48110         * sysdeps/sh/backtrace.c: New file.
48111
48112 2011-12-02  Andreas Schwab  <schwab@redhat.com>
48113
48114         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
48115         parenthesis.
48116
48117 2011-12-01  Andreas Schwab  <schwab@redhat.com>
48118
48119         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
48120         falling back to utime.
48121
48122 2011-11-30  Andreas Schwab  <schwab@redhat.com>
48123
48124         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
48125         expectations for float.
48126
48127 2011-11-29  Andreas Schwab  <schwab@redhat.com>
48128
48129         * locale/weight.h (findidx): Add parameter len.
48130         * locale/weightwc.h (findidx): Likewise.
48131         * posix/fnmatch_loop.c (FCT): Adjust caller.
48132         * posix/regcomp.c (build_equiv_class): Likewise.
48133         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
48134         * posix/regexec.c (check_node_accept_bytes): Likewise.
48135         * string/strcoll_l.c (STRCOLL): Likewise.
48136         * string/strxfrm_l.c (STRXFRM): Likewise.
48137
48138 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
48139
48140         * Makefile.in: Remove CVSOPT handling.
48141         * configure.in: Remove use of AC_REVISION.
48142         * iconvdata/Makefile (distribute): No need to filter out CVS.
48143         * scripts/list-sources.sh: Remove CVS, subversion and monotone
48144         handling.
48145
48146 2011-11-16  Andreas Schwab  <schwab@redhat.com>
48147
48148         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
48149         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
48150         [USE_AS_STRNCASECMP_L]: Likewise.
48151         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
48152         NO_TLS_DIRECT_SEG_REFS.
48153         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
48154         Fix argument offsets for non-PIC.
48155         [USE_AS_STRNCASECMP_L]: Likewise.
48156         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
48157         NO_TLS_DIRECT_SEG_REFS.
48158
48159 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
48160
48161         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
48162         O_CLOEXEC.
48163         * locale/loadlocale.c (_nl_load_locale): Likewise.
48164
48165 2011-11-15  Andreas Schwab  <schwab@redhat.com>
48166
48167         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
48168         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
48169         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
48170         (SYSCALL_GETTIME): Set errno on error.
48171
48172         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
48173         count references to noai6ai_cached.
48174
48175 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
48176
48177         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
48178
48179         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
48180         FD_CLOEXEC for /proc/self/maps.
48181
48182         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
48183         FD_CLOEXEC for /proc/meminfo.
48184
48185         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
48186         gai.conf.
48187
48188         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
48189         FD_CLOEXEC for given file.
48190
48191         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
48192
48193         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
48194         FD_CLOEXEC for /etc/hosts.
48195         (_gethtent): Likewise.
48196
48197         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
48198
48199         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
48200         cancellation and set FD_CLOEXEC for /etc/netgroup.
48201
48202         * nss/nss_files/files-key.c (search): Don't allow cancellation when
48203         reading /etc/publickey.
48204
48205         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
48206         allow cancellation when reading /etc/group.
48207
48208         * nss/nss_files/files-alias.c (internal_setent): Don't allow
48209         cancellation.
48210         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
48211
48212         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
48213         when using data file.
48214
48215         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
48216
48217         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
48218         (write_nis_obj): Use "c" and "e" in fopen.
48219
48220         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
48221
48222         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
48223
48224         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
48225
48226         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
48227
48228         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
48229         locale.alias.
48230
48231         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
48232
48233         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
48234
48235         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
48236
48237         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
48238         file parsing and set FD_CLOEXEC.
48239
48240 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
48241
48242         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
48243
48244 2011-11-14  Andreas Schwab  <schwab@redhat.com>
48245
48246         * malloc/arena.c (arena_get2): Don't call reused_arena when
48247         _int_new_arena failed.
48248
48249 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
48250
48251         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
48252         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
48253         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
48254         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
48255         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
48256         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
48257         to compile strcasecmp and strncasecmp.
48258         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
48259         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
48260
48261         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
48262
48263 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
48264
48265         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
48266         locale-defines.sym to gen-as-const-headers.
48267         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
48268         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
48269         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
48270         to compile strcasecmp and strncasecmp.
48271         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
48272         strcasecmp_l and strncasecmp_l.
48273         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
48274         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
48275         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
48276         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
48277         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
48278         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
48279         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
48280         * sysdeps/i386/i686/multiarch/strncase.S: New file.
48281         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
48282         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
48283         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
48284
48285 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
48286
48287         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
48288         result of SYSDEP_GETTIME_CPU to retval.
48289         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
48290         parameter list to macro.  Remove trailing semicolon.  Adjust users.
48291
48292         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
48293         variable.
48294
48295         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
48296         mantissa words.
48297         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
48298
48299         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
48300         from unused variable.
48301
48302         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
48303         DWARF definitions.
48304         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
48305         for assembling.
48306
48307         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
48308         over namespaces.
48309
48310         * sunrpc/rpc_prot.c (rejected): Fix case value.
48311
48312         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
48313         unsigned long long int to avoid warnings in shift.
48314
48315         * posix/regex_internal.c (re_string_reconstruct): Actually use result
48316         of use of trans.
48317         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
48318         variable tmp.
48319
48320         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
48321         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
48322         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
48323
48324         * nis/nis_table.c (nis_list): Use variable of correct type for
48325         result of __follow_path call.
48326
48327 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
48328
48329         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
48330         of math functions ceil, trunc, floor, round, and sqrt, when
48331         avaliable on the platform.
48332         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
48333         name clash.
48334         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
48335         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
48336         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
48337
48338 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
48339
48340         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
48341         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
48342
48343 2011-11-11  Roland McGrath  <roland@hack.frob.com>
48344
48345         * include/unistd.h: Fix __readlink return type.
48346         Reported by Chris Metcalf <cmetcalf@tilera.com>.
48347
48348 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
48349
48350         * stdlib/ucontext.h: Undo last change for makecontext.
48351
48352 2011-11-11  Andreas Schwab  <schwab@redhat.com>
48353
48354         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
48355
48356         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
48357         * setjmp/setjmp.h: Mark functions as non-leaf.
48358         * setjmp/bits/setjmp2.h: Likewise.
48359         * stdlib/ucontext.h: Likewise.
48360
48361 2011-11-10  Andreas Schwab  <schwab@redhat.com>
48362
48363         * malloc/arena.c (_int_new_arena): Don't increment narenas.
48364         (reused_arena): Don't check arena limit.
48365         (arena_get2): Atomically check arena limit.
48366
48367 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
48368
48369         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
48370         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
48371
48372         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
48373         instructions.
48374
48375 2011-11-07  Andreas Schwab  <schwab@redhat.com>
48376
48377         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
48378         handler when locking.
48379
48380         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
48381         Fix size of allocated buffer.
48382
48383 2011-11-04  Andreas Schwab  <schwab@redhat.com>
48384
48385         [BZ #10103]
48386         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
48387         declarations for long double functions.
48388         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
48389
48390         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
48391
48392 2011-11-03  Andreas Schwab  <schwab@redhat.com>
48393
48394         * nscd/nscd.c (main): Don't start AVC thread until credentials are
48395         installed.
48396
48397         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
48398         is disabled.
48399
48400 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
48401
48402         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
48403
48404 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
48405
48406         * include/alloca.h (stackinfo_alloca_round): Define.
48407         (extend_alloca): Use it.
48408         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
48409         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
48410         here.
48411
48412         * scripts/check-local-headers.sh: Ignore libaudit.h.
48413
48414         * nscd/Makefile (extra-objs): Make recursively expanded.
48415
48416 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
48417
48418         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
48419         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
48420
48421         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
48422         * posix/tst-rfc3484-2.c: Likewise.
48423         * posix/tst-rfc3484-3.c: Likewise.
48424
48425         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
48426         process_vm_writev.
48427         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
48428         process_vm_writev.
48429         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
48430         process_vm_writev from libc using GLIBC_2.15 version.
48431
48432         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
48433
48434 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
48435
48436         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
48437         stack usage.
48438
48439 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
48440
48441         [BZ #13367]
48442         * nss/getent.c (initgroups_keys): Show error message in case no group
48443         names are given.
48444
48445         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
48446         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
48447         __bump_nl_timestamp.
48448         * nscd/connections (nscd_init): When host database is served open
48449         netlink socket and request notification about configuration changes.
48450         (main_loop_poll): Track netlink file descriptor and bump timestamp
48451         in case data becomes available.
48452         (main_loop_epoll): Likewise.
48453         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
48454         (database_pers_head): Add extra_data fileds.
48455         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
48456         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
48457         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
48458         Adjust caller.
48459         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
48460         in6ai data, call __free_in6ai.
48461         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
48462         Add -DHAVE_NETLINK.
48463         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
48464         interface information.  Reuse previous data if netlink timestamp
48465         is not changed.
48466         (__bump_nl_timestamp): New function.
48467         (__free_in6ai): New function.
48468
48469 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
48470
48471         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
48472         close_not_cancel_no_status here.
48473         (__check_pf): Reorganize code a bit to not call close twice if OOM.
48474
48475 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
48476
48477         [BZ #13276]
48478         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
48479         return value.
48480
48481         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
48482         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
48483         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
48484
48485 2011-07-03  Andreas Jaeger  <aj@suse.de>
48486
48487         [BZ #10709]
48488         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
48489         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
48490         * math/libm-test.inc (sin_test): Add test case.
48491
48492 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
48493
48494         [BZ #13337]
48495         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
48496         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
48497
48498         * elf/chroot_canon.c (chroot_canon): Cleanups.
48499
48500         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
48501
48502         [BZ #13335]
48503         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
48504         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
48505
48506         * string/test-strchr.c: Make usable for strchrnul testing.
48507         * string/test-strchrnul.c: New file.
48508         * string/Makefile (strop-tests): Add strchrnul.
48509
48510         * po/it.po: Update from translation team.
48511         * po/es.po: Likewise.
48512
48513 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
48514
48515         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
48516         the three constants needed as parameters.  Drop the others.
48517         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
48518         __m128i_strloadu_tolower.
48519         Create and initialize variable zero and use it in all the places
48520         where _mm_setzero_si128 was used.
48521
48522         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
48523         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
48524         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
48525         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
48526         anymore.
48527         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
48528         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
48529         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
48530         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
48531         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
48532         __mpranred, __mptan.
48533         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
48534         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
48535         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
48536         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
48537         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
48538         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
48539         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
48540         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
48541         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
48542
48543 2011-10-28  Andreas Schwab  <schwab@redhat.com>
48544
48545         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
48546         redefine if SHARED.
48547         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
48548
48549         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
48550         wide char related routines to wcsmbs subdir.
48551
48552 2011-10-27  Andreas Schwab  <schwab@redhat.com>
48553
48554         [BZ #13344]
48555         * misc/sys/cdefs.h (__THROWNL): Define.
48556         * posix/unistd.h: Use __THREADNL instead of __THREAD
48557         for memory synchronization functions.
48558
48559 2011-10-26  Roland McGrath  <roland@hack.frob.com>
48560
48561         [BZ #13349]
48562         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
48563         doesn't exist.
48564         * manual/stdio.texi (Obstack Streams): Node removed.
48565
48566 2011-10-26  Andreas Schwab  <schwab@redhat.com>
48567
48568         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
48569         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
48570         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
48571
48572         * math/math_private.h (math_force_eval): Allow non-addressable
48573         arguments.
48574         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
48575
48576 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
48577
48578         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
48579         file is not needed.
48580
48581         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
48582         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
48583         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
48584         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
48585         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
48586         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
48587         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
48588         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
48589         Add AVX variants.
48590         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
48591         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
48592         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
48593         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
48594         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
48595         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
48596         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
48597         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
48598         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
48599         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
48600         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
48601         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
48602         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
48603         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
48604         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
48605         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
48606         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
48607         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
48608         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
48609
48610         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
48611         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
48612
48613         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
48614         place.  Use VEX encoding when compiling for AVX.
48615
48616 2011-10-25  Andreas Schwab  <schwab@redhat.com>
48617
48618         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
48619         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
48620
48621         * string/test-strchr.c (do_test): Don't generate NUL bytes.
48622
48623 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
48624
48625         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
48626         useless if() expression.
48627         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
48628         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
48629         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
48630         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
48631         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
48632         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
48633         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
48634         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
48635         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
48636         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
48637         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
48638         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
48639         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
48640         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
48641         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
48642         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
48643         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
48644         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
48645         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
48646
48647         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
48648
48649 2011-10-25  Andreas Schwab  <schwab@redhat.com>
48650
48651         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
48652         condition.
48653         * elf/dl-fini.c (_dl_sort_fini): Likewise.
48654
48655 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
48656
48657         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
48658         .text section.  Avoid duplicate constants.
48659         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
48660         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48661         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
48662         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48663         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48664         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48665         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48666         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48667         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
48668         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
48669         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
48670         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
48671         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
48672         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
48673         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
48674         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
48675         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
48676         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
48677         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
48678         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48679         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
48680         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
48681         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
48682         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
48683         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
48684         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
48685         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
48686         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
48687         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
48688         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
48689         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
48690         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
48691         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
48692         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
48693         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
48694         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
48695         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
48696         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
48697         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
48698         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
48699         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
48700         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
48701         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
48702         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
48703         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
48704
48705 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
48706
48707         * sysdeps/x86_64/dla.h: Move to ...
48708         * sysdeps/x86_64/fpu/dla.h: ...here.
48709         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
48710         situations.  Use __builtin_fma only for gcc 4.6 and up.
48711
48712         * config.make.in: Add have-mfma4 entry.
48713         * configure.in: Substitute libc_cv_cc_fma4.
48714         * math/Makefile (dbl-only-routines): Add sincostab.
48715         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
48716         Use __sincostab not sincos.
48717         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
48718         name is a macro.
48719         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48720         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48721         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48722         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
48723         using __copysign.
48724         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
48725         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
48726         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
48727         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
48728         and __inv.
48729         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
48730         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
48731         __copysign.
48732         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
48733         define aliases when function name is a macro.
48734         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
48735         sysdeps/ieee754/dbl-64/sincos.tbl.
48736         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
48737         fma4-enabled routines.
48738         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
48739         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
48740         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
48741         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
48742         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
48743         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
48744         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
48745         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
48746         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
48747         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
48748         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
48749         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
48750         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
48751         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
48752         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
48753         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
48754         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
48755         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
48756         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
48757         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
48758         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
48759         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
48760         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
48761         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
48762         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
48763         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
48764         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
48765         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
48766         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
48767         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
48768
48769         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
48770         rename.
48771         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48772         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48773         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48774         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48775         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48776         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48777         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48778         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48779
48780 2011-10-24  Andreas Schwab  <schwab@redhat.com>
48781
48782         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
48783
48784 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
48785
48786         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
48787
48788         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
48789         prediction.
48790         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
48791
48792         * string/strnlen.c: Don't define STRNLEN, reverse logic.
48793         Remove unused variable magic_bits.
48794         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
48795
48796         * string/strnlen.c: Define and use STRNLEN macro.
48797         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
48798         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
48799         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
48800         * wcsmbs/wcslen.c: Define and use WCSLEN.
48801         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
48802         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
48803         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
48804         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
48805         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
48806         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
48807         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
48808
48809 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48810
48811         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
48812         strnlen-sse2-no-bsf.
48813         Rename strlen-no-bsf to strlen-sse2-no-bsf.
48814         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
48815         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
48816         Add strnlen support.
48817         (USE_AS_STRNLEN): New macro.
48818         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
48819         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
48820         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
48821         * sysdeps/x86_64/wcslen.S: New file.
48822
48823 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
48824
48825         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
48826         XMM-moves are used for copying on small sizes.
48827
48828 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48829
48830         * wcsmbs/Makefile (strop-tests): Add wcschr.
48831         * wcsmbs/test-wcschr.c: New file.
48832         * string/test-strchr.c: Update.
48833         Add wcschr support.
48834         (WIDE): New macro.
48835
48836 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48837
48838         * wcsmbs/Makefile (strop-tests): Add wcslen.
48839         * wcsmbs/test-wcslen.c: New file.
48840         * string/test-strlen.c: Update.
48841         Add wcslen support.
48842         (WIDE): New macro.
48843
48844 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
48845
48846         * po/it.po: Update from translation team.
48847
48848 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48849
48850         * sysdeps/x86_64/wcscmp.S: Update.
48851         Fix wrong comparison semantics.
48852         wcscmp shall use signed comparison not unsigned.
48853         Don't use substraction to avoid overflow bug.
48854         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
48855         * wcsmbc/wcscmp.c: Likewise.
48856         * string/test-strcmp.c: Likewise.
48857         Add new tests to check cases with negative values.
48858
48859 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
48860
48861         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
48862         * sysdeps/x86_64/dla.h: ...here.  New file.
48863         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
48864         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48865         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48866         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48867         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48868         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
48869         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48870         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48871         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48872
48873 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
48874
48875         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
48876         __ynl_finite aliases.
48877
48878 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
48879
48880         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
48881
48882         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
48883         define DLA_FMA.
48884         [DLA_FMA] (EMULV): Use DLA_FMA.
48885         [DLA_FMA] (MUL12): Use EMULV.
48886         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
48887         that are not needed.
48888         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48889         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48890         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48891         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48892         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48893         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48894         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48895
48896 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
48897
48898         * math/s_nan.c: Undef __nan.
48899         * math/s_nanf.c: Undef __nanf.
48900         * math/s_nanl.c: Undef __nanl.
48901         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
48902         "math_private.h".
48903
48904 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
48905
48906         * math/s_catan.c: Add branch predictions.
48907         * math/s_catanf.c: Likewise.
48908         * math/s_catanh.c: Likewise.
48909         * math/s_catanhf.c: Likewise.
48910         * math/s_catanhl.c: Likewise.
48911         * math/s_catanl.c: Likewise.
48912         * math/s_cexp.c: Likewise.
48913         * math/s_cexpf.c: Likewise.
48914         * math/s_cexpl.c: Likewise.
48915         * math/s_clog.c: Likewise.
48916         * math/s_clog10.c: Likewise.
48917         * math/s_clog10f.c: Likewise.
48918         * math/s_clog10l.c: Likewise.
48919         * math/s_clogf.c: Likewise.
48920         * math/s_clogl.c: Likewise.
48921         * math/s_csqrt.c: Likewise.
48922         * math/s_csqrtf.c: Likewise.
48923         * math/s_csqrtl.c: Likewise.
48924         * math/s_ctanf.c: Likewise.
48925         * math/s_ctanh.c: Likewise.
48926         * math/s_ctanhf.c: Likewise.
48927         * math/s_ctanhl.c: Likewise.
48928         * math/s_ctanl.c: Likewise.
48929
48930         * math/math_private.h: Define __nan, __nanf, __nanl.
48931         * math/s_cacosh.c: Include <math_private.h>.
48932         * math/s_cacoshl.c: Likewise.
48933         * math/s_casinh.c: Likewise.
48934         * math/s_casinhf.c: Likewise.
48935         * math/s_casinhl.c: Likewise.
48936         * math/s_ccos.c: Rely entire on ccosh.
48937         * math/s_ccosf.c: Rely entire on ccoshf.
48938         * math/s_ccosl.c: Rely entirely on ccoshl.
48939         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
48940         Remove tests for FE_INVALID.
48941         * math/s_ccoshf.c: Likewise.
48942         * math/s_ccoshl.c: Likewise.
48943         * math/s_csin.c: Likewise.
48944         * math/s_csinf.c: Likewise.
48945         * math/s_csinh.c Likewise.
48946         * math/s_csinhf.c: Likewise.
48947         * math/s_csinhl.c: Likewise.
48948         * math/s_csinl.c: Likewise.
48949         * math/s_ctan.c: Likewise.
48950         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
48951         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
48952         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
48953
48954 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
48955
48956         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
48957         compilation problems.
48958
48959         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
48960         __builtin_expect.
48961
48962 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
48963
48964         * sysdeps/i386/configure.in: Test for -mfma4 option.
48965         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
48966         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
48967         COMMON_CPUID_INDEX_80000001.
48968         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
48969         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
48970         use it if FMA3 is not supported.
48971         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
48972
48973         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
48974         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
48975
48976 2011-10-20  Andreas Schwab  <schwab@redhat.com>
48977
48978         [BZ #12892]
48979         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
48980         it would create a cycle with a link time dependency.
48981
48982 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
48983
48984         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
48985         instruction.
48986         * string/Makefile (strop-tests): Add rawmemchr.
48987         * string/test-rawmemchr.c: New file.
48988
48989         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
48990         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
48991         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
48992         when compiling str{,n}casecmp and when AVX is available.  Hook up
48993         new optimized code in initializers.
48994
48995 2011-10-19  Andreas Schwab  <schwab@redhat.com>
48996
48997         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
48998         __feraiseexcept instead of feraiseexcept.
48999
49000 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
49001
49002         * math/math_private.h: Define defaults for libc_fetestexcept and
49003         libc_feupdateenv.
49004         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
49005         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
49006         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
49007         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
49008         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
49009         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
49010         libc_fetestexcept and libc_feupdateenv.
49011
49012         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
49013         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
49014         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
49015         * sysdeps/x86_64/fpu/math_private.h: Define special version of
49016         libc_feholdexcept_setround.
49017
49018         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
49019         Add s_nearbyint-c and s_nearbyintf-c.
49020         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
49021         nearbyintf inlines.
49022         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
49023         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
49024         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
49025         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
49026
49027         * math/math_private.h: Define defaults for libc_fegetround,
49028         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
49029         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
49030         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
49031         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
49032         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
49033         standard functions.
49034         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
49035         Remove comments and hacks for old compiler versions.
49036         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
49037         libc_fegetround, libc_fesetround, libc_feholdexcept, and
49038         libc_feholdexceptl.
49039
49040 2011-10-18  Andreas Schwab  <schwab@redhat.com>
49041
49042         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
49043         (__feraiseexcept_renamed): Add __NTH.
49044         (feraiseexcept): Add __NTH.  Rename local variables to fix
49045         namespace violations.
49046
49047 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
49048
49049         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
49050
49051         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
49052
49053         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
49054         recently added interfaces.
49055         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
49056
49057         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
49058         about macro parameter expansion.
49059
49060         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
49061         __NO_MATH_INLINES is defined.  Cleanups.
49062
49063         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
49064         and __floorf is target has SSE4.1.
49065         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
49066         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
49067         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
49068         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
49069
49070         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
49071         name.
49072         (floorf): Likewise.
49073
49074         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
49075
49076 2011-10-17  Andreas Schwab  <schwab@redhat.com>
49077
49078         * misc/sys/cdefs.h: Fix last change.
49079
49080         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
49081         database lookup.
49082
49083 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
49084
49085         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
49086
49087         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
49088         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
49089         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
49090         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
49091         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
49092         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
49093         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
49094         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
49095         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
49096         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
49097         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
49098         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
49099         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
49100         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
49101         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
49102         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
49103         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
49104         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
49105         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
49106         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
49107         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
49108         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
49109
49110         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
49111         ceil, ceilf, floor, floorf.
49112
49113         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
49114         Perform IRELATIVE relocations last.
49115
49116         * elf/do-rel.h: Add another parameter nrelative, replacing the
49117         local variable with the same name.  Change name of the function
49118         to end in Rel or Rela (uppercase).
49119         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
49120         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
49121         elf_dynamic_do_##reloc function.
49122
49123 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
49124
49125         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
49126         is sufficient, at least on modern CPUs.
49127
49128         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
49129
49130         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
49131         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
49132
49133         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
49134         __expl_finite.
49135         * math/bits/math-finite.h: Add entries for exp.
49136         * math/e_expl.c: Add __*_finite alias.
49137         * sysdeps/i386/fpu/e_exp.S: Likewise.
49138         * sysdeps/i386/fpu/e_expf.S: Likewise.
49139         * sysdeps/i386/fpu/e_expl.c: Likewise.
49140         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
49141         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
49142         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
49143         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
49144         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
49145         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
49146         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
49147
49148         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
49149         is sufficient, at least on modern CPUs.
49150
49151         * ctype/ctype-info.c (__ctype_init): Define.
49152         * include/ctype.h (__ctype_init): Declare.
49153         (__ctype_b_loc): The variable is always initialized.
49154         (__ctype_toupper_loc): Likewise.
49155         (__ctype_tolower_loc): Likewise.
49156         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
49157         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
49158
49159 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
49160
49161         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
49162
49163         * configure.in: Also look in $cxxmachine/include for C++ system
49164         headers.
49165
49166 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49167
49168         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
49169         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
49170         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
49171         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
49172         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
49173         (USE_AS_WMEMCMP): New macro.
49174         Fixing indents.
49175         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
49176         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
49177         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
49178         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
49179         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
49180         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
49181         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
49182         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
49183         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
49184         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
49185         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
49186         (USE_AS_WMEMCMP): New macro.
49187         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
49188         * sysdeps/string/test-memcmp.c: Update.
49189         Fix simple_wmemcmp.
49190         Add new tests.
49191         * wcsmbs/wmemcmp.c: Update.
49192         (WMEMCMP): New macro.
49193         Fix overflow bug.
49194
49195 2011-10-12  Andreas Jaeger  <aj@suse.de>
49196
49197         [BZ #13268]
49198         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
49199
49200 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
49201
49202         * libio/iofwide.c (do_length): Avoid warning.
49203
49204         * ctype/ctype.h (__isctype_f): Add missing __THROW.
49205
49206 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
49207
49208         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
49209
49210         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
49211         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
49212         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
49213         * sysdeps/i386/i686/fpu/e_log.S: New file.
49214         * sysdeps/i386/i686/fpu/e_logf.S: New file.
49215         * sysdeps/i386/i686/fpu/e_logl.S: New file.
49216
49217         * ctype/ctype.h: Add support for inlined isXXX functions when
49218         compiling C++ code.
49219
49220 2011-10-14  Andreas Schwab  <schwab@redhat.com>
49221
49222         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49223
49224         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
49225
49226 2011-10-13  Roland McGrath  <roland@hack.frob.com>
49227
49228         [BZ #13291]
49229         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
49230
49231 2011-10-13  Andreas Schwab  <schwab@redhat.com>
49232
49233         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
49234         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
49235         feraiseexcept.
49236
49237         * sysdeps/x86_64/memrchr.S: Check for zero size.
49238
49239         * string/stratcliff.c: Add memrchr tests.
49240
49241 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49242
49243         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
49244         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
49245         rawmemchr-sse2 rawmemchr-sse2-bsf.
49246         * sysdeps/i386/i686/multiarch/memchr.S: New file.
49247         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
49248         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
49249         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
49250         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
49251         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
49252         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
49253         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
49254         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
49255         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
49256         * string/memrchr.c (MEMRCHR): New macro.
49257
49258 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
49259
49260         Add integration with gcc's -ffinite-math-only and optimize wrapper
49261         functions in libm.
49262         * Versions.def: Define GLIBC_2.15 version for libm.
49263         * math/Makefile (headers): Add bits/math-finite.h.
49264         * math/bits/math-finite.h: New file.
49265         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
49266         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
49267         * math/e_acoshl.c: Add __*_finite alias.
49268         * math/e_acosl.c: Likewise.
49269         * math/e_asinl.c: Likewise.
49270         * math/e_atan2l.c: Likewise.
49271         * math/e_atanhl.c: Likewise.
49272         * math/e_coshl.c: Likewise.
49273         * math/e_exp10.c: Likewise.
49274         * math/e_exp10f.c: Likewise.
49275         * math/e_exp10l.c: Likewise.
49276         * math/e_exp2l.c: Likewise.
49277         * math/e_fmodl.c: Likewise.
49278         * math/e_gammal_r.c: Likewise.
49279         * math/e_hypotl.c: Likewise.
49280         * math/e_j0l.c: Likewise.
49281         * math/e_j1l.c: Likewise.
49282         * math/e_jnl.c: Likewise.
49283         * math/e_lgammal_r.c: Likewise.
49284         * math/e_log10l.c: Likewise.
49285         * math/e_log2l.c: Likewise.
49286         * math/e_logl.c: Likewise.
49287         * math/e_powl.c: Likewise.
49288         * math/e_sinhl.c: Likewise.
49289         * math/e_sqrtl.c: Likewise.
49290         * math/e_scalb.c: Completely rewritten and optimized.
49291         * math/e_scalbf.c: Likewise.
49292         * math/e_scalbl.c: Likewise.
49293         * math/w_acos.c: Likewise.
49294         * math/w_acosf.c: Likewise.
49295         * math/w_acosl.c: Likewise.
49296         * math/w_acosh.c: Likewise.
49297         * math/w_acoshf.c: Likewise.
49298         * math/w_acoshl.c: Likewise.
49299         * math/w_asin.c: Likewise.
49300         * math/w_asinf.c: Likewise.
49301         * math/w_asinl.c: Likewise.
49302         * math/w_atan2.c: Likewise.
49303         * math/w_atan2f.c: Likewise.
49304         * math/w_atan2l.c: Likewise.
49305         * math/w_atanh.c: Likewise.
49306         * math/w_atanhf.c: Likewise.
49307         * math/w_atanhl.c: Likewise.
49308         * math/w_exp10.c: Likewise.
49309         * math/w_exp10f.c: Likewise.
49310         * math/w_exp10l.c: Likewise.
49311         * math/w_fmod.c: Likewise.
49312         * math/w_fmodf.c: Likewise.
49313         * math/w_fmodl.c: Likewise.
49314         * math/w_j0.c: Likewise.
49315         * math/w_j0f.c: Likewise.
49316         * math/w_j0l.c: Likewise.
49317         * math/w_j1.c: Likewise.
49318         * math/w_j1f.c: Likewise.
49319         * math/w_j1l.c: Likewise.
49320         * math/w_jn.c: Likewise.
49321         * math/w_jnf.c: Likewise.
49322         * math/w_log.c: Likewise.
49323         * math/w_logf.c: Likewise.
49324         * math/w_logl.c: Likewise.
49325         * math/w_log10.c: Likewise.
49326         * math/w_log10f.c: Likewise.
49327         * math/w_log10l.c: Likewise.
49328         * math/w_log2.c: Likewise.
49329         * math/w_log2f.c: Likewise.
49330         * math/w_log2l.c: Likewise.
49331         * math/w_pow.c: Likewise.
49332         * math/w_powf.c: Likewise.
49333         * math/w_powl.c: Likewise.
49334         * math/w_remainder.c: Likewise.
49335         * math/w_remainderf.c: Likewise.
49336         * math/w_remainderl.c: Likewise.
49337         * math/w_scalb.c: Likewise.
49338         * math/w_scalbf.c: Likewise.
49339         * math/w_scalbl.c: Likewise.
49340         * math/w_sqrt.c: Likewise.
49341         * math/w_sqrtf.c: Likewise.
49342         * math/w_sqrtl.c: Likewise.
49343         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
49344         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
49345         used.
49346         * math/math_private.h: Declare __kernel_standard_f.
49347         * math/w_cosh.c: Remove cruft and optimize a bit.
49348         * math/w_coshf.c: Likewise.
49349         * math/w_coshl.c: Likewise.
49350         * math/w_exp2.c: Likewise.
49351         * math/w_exp2f.c: Likewise.
49352         * math/w_exp2l.c: Likewise.
49353         * math/w_hypot.c: Likewise.
49354         * math/w_hypotf.c: Likewise.
49355         * math/w_hypotl.c: Likewise.
49356         * math/w_lgamma.c: Likewise.
49357         * math/w_lgamma_r.c: Likewise.
49358         * math/w_lgammaf.c: Likewise.
49359         * math/w_lgammaf_r.c: Likewise.
49360         * math/w_lgammal.c: Likewise.
49361         * math/w_lgammal_r.c: Likewise.
49362         * math/w_sinh.c: Likewise.
49363         * math/w_sinhf.c: Likewise.
49364         * math/w_sinhl.c: Likewise.
49365         * math/w_tgamma.c: Likewise.
49366         * math/w_tgammaf.c: Likewise.
49367         * math/w_tgammal.c: Likewise.
49368         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
49369         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
49370         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
49371         Minor optimizations.  Pretty printing.  Remove cruft.
49372         * sysdeps/i386/fpu/e_acosf.S: Likewise.
49373         * sysdeps/i386/fpu/e_acosh.S: Likewise.
49374         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
49375         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
49376         * sysdeps/i386/fpu/e_acosl.c: Likewise.
49377         * sysdeps/i386/fpu/e_asin.S: Likewise.
49378         * sysdeps/i386/fpu/e_asinf.S: Likewise.
49379         * sysdeps/i386/fpu/e_atan2.S: Likewise.
49380         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
49381         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
49382         * sysdeps/i386/fpu/e_atanh.S: Likewise.
49383         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
49384         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
49385         * sysdeps/i386/fpu/e_exp10.S: Likewise.
49386         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
49387         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
49388         * sysdeps/i386/fpu/e_exp2.S: Likewise.
49389         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
49390         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
49391         * sysdeps/i386/fpu/e_fmod.S: Likewise.
49392         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
49393         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
49394         * sysdeps/i386/fpu/e_hypot.S: Likewise.
49395         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
49396         * sysdeps/i386/fpu/e_log.S: Likewise.
49397         * sysdeps/i386/fpu/e_log10.S: Likewise.
49398         * sysdeps/i386/fpu/e_log10f.S: Likewise.
49399         * sysdeps/i386/fpu/e_log10l.S: Likewise.
49400         * sysdeps/i386/fpu/e_log2.S: Likewise.
49401         * sysdeps/i386/fpu/e_log2f.S: Likewise.
49402         * sysdeps/i386/fpu/e_log2l.S: Likewise.
49403         * sysdeps/i386/fpu/e_logf.S: Likewise.
49404         * sysdeps/i386/fpu/e_logl.S: Likewise.
49405         * sysdeps/i386/fpu/e_pow.S: Likewise.
49406         * sysdeps/i386/fpu/e_powf.S: Likewise.
49407         * sysdeps/i386/fpu/e_powl.S: Likewise.
49408         * sysdeps/i386/fpu/e_remainder.S: Likewise.
49409         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
49410         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
49411         * sysdeps/i386/fpu/e_scalb.S: Likewise.
49412         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
49413         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
49414         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
49415         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
49416         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
49417         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
49418         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
49419         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
49420         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
49421         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
49422         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
49423         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
49424         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
49425         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
49426         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
49427         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
49428         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
49429         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
49430         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
49431         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
49432         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
49433         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
49434         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
49435         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
49436         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
49437         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
49438         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
49439         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
49440         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
49441         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
49442         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
49443         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
49444         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
49445         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
49446         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
49447         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
49448         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
49449         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
49450         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
49451         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
49452         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
49453         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
49454         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
49455         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
49456         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
49457         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
49458         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
49459         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
49460         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
49461         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
49462         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
49463         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
49464         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
49465         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
49466         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
49467         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
49468         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
49469         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
49470         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
49471         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
49472         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
49473         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
49474         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
49475         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
49476         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
49477         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
49478         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
49479         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
49480         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
49481         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
49482         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
49483         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
49484         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
49485         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
49486         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
49487         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
49488         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
49489         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
49490         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
49491         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
49492         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
49493         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
49494         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
49495         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
49496         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
49497         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
49498         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
49499         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
49500         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
49501         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
49502         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
49503         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
49504         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
49505         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
49506         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
49507         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
49508         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
49509         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
49510         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
49511         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
49512         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
49513         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
49514         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
49515         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
49516         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
49517         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
49518         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
49519         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
49520         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
49521         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
49522         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
49523         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
49524         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
49525         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
49526         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
49527         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
49528         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
49529         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
49530         (__isnanf): Likewise.
49531         (__isinf_ns): Likewise.
49532         (__isinf_nsf): Likewise.
49533         (__finite): Likewise.
49534         (__finitef): Likewise.
49535         (__ieee754_sqrt): Define as macro.
49536         (__ieee754_sqrtf): Define as macro.
49537         (__ieee754_sqrtl): Define as macro.
49538         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
49539         inlined copy.
49540         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
49541         __FINITE_MATH_ONLY__ consistent.
49542         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
49543
49544 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
49545
49546         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
49547         of rawmemchr.
49548
49549         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
49550
49551 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
49552
49553         * po/ja.po: Update from translation team.
49554
49555 2011-10-08  Roland McGrath  <roland@hack.frob.com>
49556
49557         * locale/programs/locarchive.c (prepare_address_space): New function.
49558         (create_archive, enlarge_archive, open_archive): Use it.
49559
49560         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
49561         inside [SHARED], where it is used.
49562
49563         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
49564
49565         * nss/getent.c (netgroup_keys): Remove unused variable.
49566         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
49567
49568 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
49569
49570         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
49571         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
49572         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
49573         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
49574         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
49575         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
49576         * math/Makefile (libm-calls): Add s_isinf_ns.
49577         * math/divtc3.c: Use __isinf_nsl instead of isinf.
49578         * math/multc3.c: Likewise.
49579         * math/s_casin.c: Likewise.
49580         * math/s_casinf.c: Likewise.
49581         * math/s_casinl.c: Likewise.
49582         * math/s_ccos.c: Likewise.
49583         * math/s_ccosf.c: Likewise.
49584         * math/s_ccosl.c: Likewise.
49585         * math/s_ctan.c: Likewise.
49586         * math/s_ctanf.c: Likewise.
49587         * math/s_ctanh.c: Likewise.
49588         * math/s_ctanhf.c: Likewise.
49589         * math/s_ctanhl.c: Likewise.
49590         * math/s_ctanl.c: Likewise.
49591         * math/w_fmod.c: Likewise.
49592         * math/w_fmodf.c: Likewise.
49593         * math/w_fmodl.c: Likewise.
49594         * math/w_remainder.c: Likewise.
49595         * math/w_remainderf.c: Likewise.
49596         * math/w_remainderl.c: Likewise.
49597         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
49598         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
49599         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
49600         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
49601         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
49602         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
49603         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
49604         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
49605
49606         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
49607         of the number.
49608         * stdio-common/printf_fphex.c: Likewise.
49609         * stdio-common/printf_size.c: Likewise.
49610
49611         * math/e_exp10.c: Include math_private.h using <...> not "...".
49612         * math/e_exp10f.c: Likewise.
49613         * math/e_exp10l.c: Likewise.
49614         * math/e_exp2l.c: Likewise.
49615         * math/e_j0l.c: Likewise.
49616         * math/e_j1l.c: Likewise.
49617         * math/e_jnl.c: Likewise.
49618         * math/e_lgammal_r.c: Likewise.
49619         * math/e_rem_pio2l.c: Likewise.
49620         * math/e_scalb.c: Likewise.
49621         * math/e_scalbf.c: Likewise.
49622         * math/e_scalbl.c: Likewise.
49623         * math/k_cosl.c: Likewise.
49624         * math/k_sinl.c: Likewise.
49625         * math/k_tanl.c: Likewise.
49626         * math/s_cacoshf.c: Likewise.
49627         * math/s_catan.c: Likewise.
49628         * math/s_catanf.c: Likewise.
49629         * math/s_catanh.c: Likewise.
49630         * math/s_catanhf.c: Likewise.
49631         * math/s_catanhl.c: Likewise.
49632         * math/s_catanl.c: Likewise.
49633         * math/s_ccosh.c: Likewise.
49634         * math/s_ccoshf.c: Likewise.
49635         * math/s_ccoshl.c: Likewise.
49636         * math/s_cexp.c: Likewise.
49637         * math/s_cexpf.c: Likewise.
49638         * math/s_cexpl.c: Likewise.
49639         * math/s_clog.c: Likewise.
49640         * math/s_clog10.c: Likewise.
49641         * math/s_clog10f.c: Likewise.
49642         * math/s_clog10l.c: Likewise.
49643         * math/s_clogf.c: Likewise.
49644         * math/s_clogl.c: Likewise.
49645         * math/s_csin.c: Likewise.
49646         * math/s_csinf.c: Likewise.
49647         * math/s_csinh.c: Likewise.
49648         * math/s_csinhf.c: Likewise.
49649         * math/s_csinhl.c: Likewise.
49650         * math/s_csinl.c: Likewise.
49651         * math/s_csqrt.c: Likewise.
49652         * math/s_csqrtf.c: Likewise.
49653         * math/s_csqrtl.c: Likewise.
49654         * math/s_ctan.c: Likewise.
49655         * math/s_ctanf.c: Likewise.
49656         * math/s_ctanh.c: Likewise.
49657         * math/s_ctanhf.c: Likewise.
49658         * math/s_ctanhl.c: Likewise.
49659         * math/s_ctanl.c: Likewise.
49660         * math/s_ldexp.c: Likewise.
49661         * math/s_ldexpf.c: Likewise.
49662         * math/s_ldexpl.c: Likewise.
49663         * math/s_significand.c: Likewise.
49664         * math/s_significandf.c: Likewise.
49665         * math/s_significandl.c: Likewise.
49666         * math/w_acos.c: Likewise.
49667         * math/w_acosf.c: Likewise.
49668         * math/w_acosh.c: Likewise.
49669         * math/w_acoshf.c: Likewise.
49670         * math/w_acoshl.c: Likewise.
49671         * math/w_acosl.c: Likewise.
49672         * math/w_asin.c: Likewise.
49673         * math/w_asinf.c: Likewise.
49674         * math/w_asinl.c: Likewise.
49675         * math/w_atan2.c: Likewise.
49676         * math/w_atan2f.c: Likewise.
49677         * math/w_atan2l.c: Likewise.
49678         * math/w_atanh.c: Likewise.
49679         * math/w_atanhf.c: Likewise.
49680         * math/w_atanhl.c: Likewise.
49681         * math/w_cosh.c: Likewise.
49682         * math/w_coshf.c: Likewise.
49683         * math/w_coshl.c: Likewise.
49684         * math/w_dremf.c: Likewise.
49685         * math/w_exp10.c: Likewise.
49686         * math/w_exp10f.c: Likewise.
49687         * math/w_exp10l.c: Likewise.
49688         * math/w_exp2.c: Likewise.
49689         * math/w_exp2f.c: Likewise.
49690         * math/w_fmod.c: Likewise.
49691         * math/w_fmodf.c: Likewise.
49692         * math/w_fmodl.c: Likewise.
49693         * math/w_hypot.c: Likewise.
49694         * math/w_hypotf.c: Likewise.
49695         * math/w_hypotl.c: Likewise.
49696         * math/w_j0.c: Likewise.
49697         * math/w_j0f.c: Likewise.
49698         * math/w_j0l.c: Likewise.
49699         * math/w_j1.c: Likewise.
49700         * math/w_j1f.c: Likewise.
49701         * math/w_j1l.c: Likewise.
49702         * math/w_jn.c: Likewise.
49703         * math/w_jnf.c: Likewise.
49704         * math/w_jnl.c: Likewise.
49705         * math/w_lgamma.c: Likewise.
49706         * math/w_lgamma_r.c: Likewise.
49707         * math/w_lgammaf.c: Likewise.
49708         * math/w_lgammaf_r.c: Likewise.
49709         * math/w_lgammal.c: Likewise.
49710         * math/w_lgammal_r.c: Likewise.
49711         * math/w_log.c: Likewise.
49712         * math/w_log10.c: Likewise.
49713         * math/w_log10f.c: Likewise.
49714         * math/w_log10l.c: Likewise.
49715         * math/w_log2.c: Likewise.
49716         * math/w_log2f.c: Likewise.
49717         * math/w_log2l.c: Likewise.
49718         * math/w_logf.c: Likewise.
49719         * math/w_logl.c: Likewise.
49720         * math/w_pow.c: Likewise.
49721         * math/w_powf.c: Likewise.
49722         * math/w_powl.c: Likewise.
49723         * math/w_remainder.c: Likewise.
49724         * math/w_remainderf.c: Likewise.
49725         * math/w_remainderl.c: Likewise.
49726         * math/w_scalb.c: Likewise.
49727         * math/w_scalbf.c: Likewise.
49728         * math/w_scalbl.c: Likewise.
49729         * math/w_sinh.c: Likewise.
49730         * math/w_sinhf.c: Likewise.
49731         * math/w_sinhl.c: Likewise.
49732         * math/w_sqrt.c: Likewise.
49733         * math/w_sqrtf.c: Likewise.
49734         * math/w_sqrtl.c: Likewise.
49735         * math/w_tgamma.c: Likewise.
49736         * math/w_tgammaf.c: Likewise.
49737         * math/w_tgammal.c: Likewise.
49738
49739         * po/ja.po: Update from translation team.
49740
49741 2011-09-29  Andreas Jaeger  <aj@suse.de>
49742
49743         [BZ #13179]
49744         * sunrpc/netname.c (netname2host): Fix logic.
49745
49746         [BZ #6779]
49747         [BZ #6783]
49748         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
49749         correctly.
49750         * math/w_remainder.c (__remainder): Likewise.
49751         * math/w_remainderf.c (__remainderf): Likewise.
49752         * math/libm-test.inc (remainder_test): Add test cases.
49753
49754 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
49755
49756         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
49757         sdiv_qrnnd.
49758
49759 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
49760
49761         * string/test-memcmp.c: Avoid unncessary #defines.
49762         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
49763
49764 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49765
49766         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
49767         Use new sse2 version for core i3 - i7 as it's faster
49768         than sse42 version.
49769         (bit_Prefer_PMINUB_for_stringop): New.
49770         * sysdeps/x86_64/rawmemchr.S: Update.
49771         Replace with faster SSE2 version.
49772         * sysdeps/x86_64/memrchr.S: New file.
49773         * sysdeps/x86_64/memchr.S: Update.
49774         Replace with faster SSE2 version.
49775
49776 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
49777
49778         * elf/dl-load.c (lose): Add cast to avoid warning.
49779
49780 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
49781
49782         * po/ca.po: Update from translation team.
49783
49784         * inet/getnetgrent_r.c: Hook up nscd.
49785         * nscd/Makefile (routines): Add nscd_netgroup.
49786         (nscd-modules): Add netgroupcache.
49787         (CFLAGS-netgroupcache.c): Define.
49788         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
49789         (cache_search): Add const to second parameter.
49790         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
49791         INNETGR.
49792         (dbs): Add netgrdb entry.
49793         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
49794         (verify_persistent_db): Handle netgrdb.
49795         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
49796         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
49797         GETFDNETGR.
49798         (netgroup_response_header): Define.
49799         (innetgroup_response_header): Define.
49800         (datahead): Add netgroup_response_header and innetgroup_response_header
49801         elements.
49802         * nscd/nscd.conf: Add entries for netgroup cache.
49803         * nscd/nscd.h (dbtype): Add netgrdb.
49804         (_PATH_NSCD_NETGROUP_DB): Define.
49805         (netgroup_iov_disabled): Declare.
49806         (xmalloc, xcalloc, xrealloc): Move declarations here.
49807         (cache_search): Adjust prototype.
49808         Add netgroup-related prototypes.
49809         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
49810         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
49811         (__nscd_innetgr): Declare.
49812         * nscd/selinux.c (perms): Use access_vector_t as element type and
49813         add netgroup-related initializers.
49814         * nscd/netgroupcache.c: New file.
49815         * nscd/nscd_netgroup.c: New file.
49816         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
49817         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
49818         For four parameters use innetgr.
49819         * nss/nss_files/files-init.c: Add definition and callback for netgr.
49820         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
49821         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
49822         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
49823
49824         * nscd/connections.c (register_traced_file): Don't register file
49825         for disabled databases.
49826
49827 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
49828
49829         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
49830
49831         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
49832         from tree and freeing node.
49833
49834 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
49835
49836         * nss/nsswitch.c (__nss_database_lookup): Handle
49837         nss_parse_service_list out of memory case.
49838
49839 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
49840
49841         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
49842         out of memory case.
49843
49844 2011-10-04  Andreas Schwab  <schwab@redhat.com>
49845
49846         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
49847         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
49848         pass it down.
49849         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
49850         elf_machine_rela, elf_machine_lazy_rel.
49851         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
49852         (ELF_DYNAMIC_DO_REL): Likewise.
49853         (ELF_DYNAMIC_DO_RELA): Likewise.
49854         (ELF_DYNAMIC_RELOCATE): Likewise.
49855         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
49856         to ELF_DYNAMIC_DO_REL.
49857         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
49858         (dl_main): In trace mode always set __RTLD_NOIFUNC.
49859         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
49860         elf_machine_rela.
49861         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
49862         skip_ifunc, don't call ifunc function if non-zero.
49863         (elf_machine_rela): Likewise.
49864         (elf_machine_lazy_rel): Likewise.
49865         (elf_machine_lazy_rela): Likewise.
49866         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
49867         (elf_machine_lazy_rel): Likewise.
49868         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
49869         Likewise.
49870         (elf_machine_lazy_rel): Likewise.
49871         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
49872         Likewise.
49873         (elf_machine_lazy_rel): Likewise.
49874         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
49875         (elf_machine_lazy_rel): Likewise.
49876         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
49877         (elf_machine_lazy_rel): Likewise.
49878         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
49879         (elf_machine_lazy_rel): Likewise.
49880         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
49881         (elf_machine_lazy_rel): Likewise.
49882         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
49883         (elf_machine_lazy_rel): Likewise.
49884         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
49885         (elf_machine_lazy_rel): Likewise.
49886
49887 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
49888
49889         * nss/nss_files/files-init.c (_nss_files_init): Use static
49890         initialization for all the *_traced_file variables.
49891
49892 2011-09-28  Andreas Schwab  <schwab@redhat.com>
49893
49894         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49895
49896 2011-09-27  Roland McGrath  <roland@hack.frob.com>
49897
49898         [BZ #13226]
49899         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
49900
49901 2011-09-27  Andreas Schwab  <schwab@redhat.com>
49902
49903         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
49904         Reread the line before reparsing it.
49905
49906 2011-09-26  Andreas Schwab  <schwab@redhat.com>
49907
49908         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
49909
49910 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
49911             Maxim Kuvyrkov  <maxim@codesourcery.com>
49912             Joseph Myers  <joseph@codesourcery.com>
49913
49914         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
49915         if needed for __stack_chk_guard.
49916
49917 2011-09-19  Roland McGrath  <roland@hack.frob.com>
49918
49919         * sysdeps/posix/spawni.c (script_execute): Always define it.
49920         It will be optimized away if unused.
49921         (maybe_script_execute): New function.
49922         (__spawni): Call it.
49923
49924         * Makerules: Don't include tls.make.
49925         (config-tls): Always set to thread.
49926         * tls.make.c: File removed.
49927
49928 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
49929
49930         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
49931         * config.make.in (CPPFLAGS-config): New substituted variable.
49932
49933 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
49934
49935         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
49936
49937         [BZ #13192]
49938         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
49939         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
49940
49941 2011-09-15  Roland McGrath  <roland@hack.frob.com>
49942
49943         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
49944         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
49945         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
49946         (CALL_FAIL): Likewise.
49947         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
49948         (CALL_FAIL): Macro removed.
49949         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
49950
49951 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
49952
49953         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
49954         for __FINITE_MATH_ONLY__ == 1.
49955
49956 2011-09-15  Andreas Schwab  <schwab@redhat.com>
49957
49958         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
49959         __ieee754_sqrt instead of sqrt.
49960         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
49961         __ieee754_sqrtf instead of sqrtf.
49962         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
49963         __floorf instead of floorf.
49964         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
49965         __floorf, __truncf instead of floorf, truncf.
49966
49967 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
49968
49969         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
49970
49971         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
49972         __extern_always_inline.
49973         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
49974         32-bit.
49975
49976 2011-09-14  Andreas Schwab  <schwab@redhat.com>
49977
49978         * elf/rtld.c (dl_main): Also relocate in dependency order when
49979         doing symbol dependency testing.
49980
49981 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
49982
49983         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
49984         Always define `refsym'.
49985
49986 2011-09-13  Andreas Schwab  <schwab@redhat.com>
49987
49988         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
49989         (__FD_ELT): Renamed from __FDELT.
49990         * misc/bits/select2.h (__FD_ELT): Likewise.
49991         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
49992         __FD_MASK instead of __FDELT, __FDMASK.
49993         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
49994         Likewise.
49995         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
49996         Likewise.
49997
49998         * elf/Makefile (gen-ldd): Fix pattern.
49999
50000         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
50001         (init_tls): Likewise.
50002
50003 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
50004
50005         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
50006
50007 2011-09-12  Andreas Schwab  <schwab@redhat.com>
50008
50009         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
50010         `struct cmsghdr *' instead of `void *'.
50011         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
50012         Likewise.
50013
50014 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
50015
50016         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
50017         if non-absolute.
50018         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
50019         ldd_rewrite_script.
50020
50021 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
50022
50023         * configure.in: Remove --with-tls option.
50024         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
50025         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
50026         out in case it is missing.
50027         * sysdeps/ia64/elf/configure.in: Likewise.
50028         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
50029         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
50030         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
50031         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
50032         * sysdeps/sh/elf/configure.in: Likewise.
50033         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
50034         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
50035         * sysdeps/x86_64/elf/configure.in: Likewise.
50036         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
50037         * sysdeps/mach/hurd/tls.h: Likewise.
50038
50039         [BZ #13067]
50040         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
50041
50042         [BZ #13090]
50043         * configure.in: Fix use of AC_INIT.
50044
50045         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
50046
50047 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
50048
50049         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
50050         __set_errno.
50051         * malloc/hooks.c: Likewise.
50052
50053         [BZ #11929]
50054         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
50055         variables statically.
50056         (narenas): Initialize.
50057         (list_lock): Initialize.
50058         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
50059         initializtion of main_arena and list_lock.  Small cleanups.
50060         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
50061         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
50062         Add initializers to main_arena and mp_.
50063         (malloc_state): Remove pagesize member.  Change all users to use
50064         GLRO(dl_pagesize).
50065
50066         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
50067         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
50068         is always initialized.
50069
50070         * malloc/malloc.c: Removed unused configurations and dead code.
50071         * malloc/arena.c: Likewise.
50072         * malloc/hooks.c: Likewise.
50073         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
50074
50075         * include/tls.h: Removed.  USE___THREAD must always be defined.
50076         * bits/libc-tsd.h: Don't handle !USE___THREAD.
50077         * elf/dl-libc.c: Likewise.
50078         * elf/dl-tsd.c: Likewise.
50079         * include/errno.h: Likewise.
50080         * include/netdb.h: Likewise.
50081         * include/resolv.h: Likewise.
50082         * inet/herrno-loc.c: Likewise.
50083         * inet/herrno.c: Likewise.
50084         * malloc/arena.c: Likewise.
50085         * malloc/hooks.c: Likewise.
50086         * malloc/malloc.c: Likewise.
50087         * resolv/res-state.c: Likewise.
50088         * resolv/res_libc.c: Likewise.
50089         * sysdeps/i386/dl-machine.h: Likewise.
50090         * sysdeps/ia64/dl-machine.h: Likewise.
50091         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
50092         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
50093         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
50094         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
50095         * sysdeps/sh/dl-machine.h: Likewise.
50096         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
50097         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
50098         * sysdeps/unix/i386/sysdep.S: Likewise.
50099         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
50100         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
50101         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
50102         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
50103         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
50104         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
50105         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
50106         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
50107         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
50108         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
50109         * sysdeps/unix/x86_64/sysdep.S: Likewise.
50110         * sysdeps/x86_64/dl-machine.h: Likewise.
50111         * tls.make.c: Likewise.
50112
50113         * configure.in: Remove --with-__thread option.  Make tests for
50114         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
50115         tls_model attribute fail if no support is available.  Remove
50116         USE_IN_LIBIO.
50117         * Makeconfig: Adjust for dropped configure option.  All features are
50118         now mandatory.
50119         * Makerules: Likewise.
50120         * Versions.def: Likewise.
50121         * argp/argp-fmtstream.c: Likewise.
50122         * argp/argp-fmtstream.h: Likewise.
50123         * argp/argp-help.c: Likewise.
50124         * assert/assert.c: Likewise.
50125         * config.h.in: Likewise.
50126         * config.make.in: Likewise.
50127         * configure: Likewise.
50128         * configure.in: Likewise.
50129         * csu/Versions: Likewise.
50130         * csu/init.c: Likewise.
50131         * elf/tst-audit2.c: Likewise.
50132         * elf/tst-tls10.c: Likewise.
50133         * elf/tst-tls10.h: Likewise.
50134         * elf/tst-tls11.c: Likewise.
50135         * elf/tst-tls12.c: Likewise.
50136         * elf/tst-tls14.c: Likewise.
50137         * elf/tst-tlsmod11.c: Likewise.
50138         * elf/tst-tlsmod12.c: Likewise.
50139         * elf/tst-tlsmod13.c: Likewise.
50140         * elf/tst-tlsmod13a.c: Likewise.
50141         * elf/tst-tlsmod14a.c: Likewise.
50142         * elf/tst-tlsmod15b.c: Likewise.
50143         * elf/tst-tlsmod16a.c: Likewise.
50144         * elf/tst-tlsmod16b.c: Likewise.
50145         * elf/tst-tlsmod7.c: Likewise.
50146         * elf/tst-tlsmod8.c: Likewise.
50147         * elf/tst-tlsmod9.c: Likewise.
50148         * gmon/gmon.c: Likewise.
50149         * grp/fgetgrent_r.c: Likewise.
50150         * grp/putgrent.c: Likewise.
50151         * hurd/fopenport.c: Likewise.
50152         * include/libc-symbols.h: Likewise.
50153         * include/tls.h: Likewise.
50154         * intl/gettextP.h: Likewise.
50155         * intl/loadinfo.h: Likewise.
50156         * locale/global-locale.c: Likewise.
50157         * locale/localeinfo.h: Likewise.
50158         * mach/devstream.c: Likewise.
50159         * malloc/arena.c: Likewise.
50160         * malloc/set-freeres.c: Likewise.
50161         * misc/err.c: Likewise.
50162         * misc/getttyent.c: Likewise.
50163         * misc/mntent_r.c: Likewise.
50164         * posix/getopt.c: Likewise.
50165         * posix/wordexp.c: Likewise.
50166         * pwd/fgetpwent_r.c: Likewise.
50167         * resolv/Versions: Likewise.
50168         * resolv/res_hconf.c: Likewise.
50169         * shadow/fgetspent_r.c: Likewise.
50170         * shadow/putspent.c: Likewise.
50171         * stdio-common/printf_fphex.c: Likewise.
50172         * stdio-common/tmpfile.c: Likewise.
50173         * stdlib/abort.c: Likewise.
50174         * stdlib/fmtmsg.c: Likewise.
50175         * sunrpc/auth_unix.c: Likewise.
50176         * sunrpc/clnt_perr.c: Likewise.
50177         * sunrpc/clnt_tcp.c: Likewise.
50178         * sunrpc/clnt_udp.c: Likewise.
50179         * sunrpc/clnt_unix.c: Likewise.
50180         * sunrpc/openchild.c: Likewise.
50181         * sunrpc/svc_simple.c: Likewise.
50182         * sunrpc/svc_tcp.c: Likewise.
50183         * sunrpc/svc_udp.c: Likewise.
50184         * sunrpc/svc_unix.c: Likewise.
50185         * sunrpc/xdr.c: Likewise.
50186         * sunrpc/xdr_array.c: Likewise.
50187         * sunrpc/xdr_rec.c: Likewise.
50188         * sunrpc/xdr_ref.c: Likewise.
50189         * sunrpc/xdr_stdio.c: Likewise.
50190
50191 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
50192
50193         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
50194
50195 2011-07-03  Andreas Jaeger  <aj@suse.de>
50196
50197         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
50198         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
50199         regenerate with gen-libm-tests.pl.
50200
50201 2010-05-12  Petr Baudis  <pasky@suse.cz>
50202
50203         [BZ #11589]
50204         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
50205         around j0() zero points by switching to j1().
50206         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
50207         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
50208         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
50209         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
50210
50211 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
50212
50213         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
50214         instead of 0.
50215         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
50216         instead of 0.
50217         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
50218         Patch in part by Pavel Roskin <proski@gnu.org>.
50219
50220         [BZ #13138]
50221         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
50222         realloc.
50223         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
50224         Free memory block if necessary.
50225
50226         [BZ #12847]
50227         * libio/genops.c (INTDEF): For string streams the _lock pointer can
50228         be NULL.  Don't lock in this case.
50229
50230 2011-09-09  Roland McGrath  <roland@hack.frob.com>
50231
50232         * elf/elf.h (ELFOSABI_GNU): New macro.
50233         (ELFOSABI_LINUX): Define to that.
50234
50235 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
50236
50237         * string/strncat.c (strncat): Undef the symbol in case it has been
50238         defined in bits/string.h.
50239
50240 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
50241
50242         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
50243
50244         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
50245         link map.
50246
50247 2011-08-17  Andreas Jaeger  <aj@suse.de>
50248
50249         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
50250
50251 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
50252             Ian Lance Taylor  <iant@google.com>
50253
50254         * math/libm-test.inc (lround_test): New testcase.
50255         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
50256
50257 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
50258
50259         * Makefile: Remove support for automatic cvs check-ins.
50260         * Makerules: Likewise.
50261         * config.make.in: Likewise.
50262         * configure.in: Likewise.
50263         * intl/Makefile: Likewise.
50264         * locale/Makefile: Likewise.
50265         * po/Makefile: Likewise.
50266         * posix/Makefile: Likewise.
50267         * sysdeps/gnu/Makefile: Likewise.
50268         * sysdeps/mach/hurd/Makefile: Likewise.
50269         * sysdeps/sparc/sparc32/Makefile: Likewise.
50270
50271         [BZ #13118]
50272         * posix/Makefile (bug-regex32-ENV): Define.
50273         Patch by John Stanley <jpsinthemix@verizon.net>.
50274
50275         * misc/Makefile (headers): Add bits/select2.h.
50276         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
50277         * misc/bits/select2.h: New file.
50278         * include/bits/select2.h: New file.
50279         * debug/Makefile (routines): Add fdelt_chk.
50280         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
50281         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
50282         FD_ISSET.
50283         * debug/fdelt_chk.c: New file.
50284
50285         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
50286         * wcsmbs/test-wmemcmp.c: Likewise.
50287         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
50288         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
50289
50290 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50291
50292         * string/Makefile (strop-tests): Add memcmp.
50293         * string/test-wmemcmp.c: New file.
50294         * string/test-memcmp.c: Add wmemcmp support.
50295
50296 2011-09-08  Roland McGrath  <roland@hack.frob.com>
50297
50298         [BZ #13153]
50299         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
50300         2011-07-19 change.
50301
50302         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
50303         garbage value in a __mach_port_mod_refs call in the cases of the
50304         task-self and thread-self ports.
50305
50306 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
50307
50308         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
50309
50310 2011-09-08  Andreas Schwab  <schwab@redhat.com>
50311
50312         * elf/dl-load.c (lose): Check for non-null L.
50313
50314 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
50315
50316         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
50317
50318         * elf/dl-libc.c (dlerror_run): Pass back error code from
50319         dl_catch_error.
50320
50321         [BZ #13123]
50322         * elf/dl-load.c (lose): Free l_origin if it is valid.
50323
50324         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
50325         names.
50326         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
50327         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
50328         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
50329         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
50330         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
50331         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
50332
50333 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
50334
50335         * sysdeps/powerpc/fpu/e_hypot.c: New file.
50336         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
50337         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
50338         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
50339         * sysdeps/powerpc/fpu/k_cosf.c: New file.
50340         * sysdeps/powerpc/fpu/k_sinf.c: New file.
50341         * sysdeps/powerpc/fpu/s_cosf.c: New file.
50342         * sysdeps/powerpc/fpu/s_sinf.c: New file.
50343         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
50344         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
50345
50346 2011-08-15  Alan Modra  <amodra@gmail.com>
50347
50348         [BZ #13092]
50349         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
50350         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
50351         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
50352         ppc_mcount to static-only-routines.
50353         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
50354         __mcount_internal.
50355         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
50356         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
50357
50358 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
50359
50360         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
50361         for finite and infinity parameters.
50362
50363 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
50364
50365         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
50366         and add nop instructions for throughput optimization.
50367         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
50368
50369 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
50370
50371         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
50372         aligned copy for power7 with vector-scalar instructions.
50373         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
50374
50375 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
50376
50377         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
50378         AVX check.
50379
50380 2011-09-07  Andreas Schwab  <schwab@redhat.com>
50381
50382         [BZ #13144]
50383         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
50384         last change.
50385
50386 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
50387
50388         * sysdeps/unix/sysv/linux/x86_64/init-first.c
50389         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
50390         syscall wrapper around clock_gettime in __vdso_clock_gettime.
50391         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
50392         clock_gettime.
50393
50394 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
50395
50396         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
50397         Forgot to demangle the pointer.
50398
50399         * sysdeps/i386/sysdep.h: Define atom_text_section.
50400         * sysdeps/x86_64/sysdep.h: Likewise.
50401         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
50402         section with atom_text_section.
50403         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
50404         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
50405         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
50406         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
50407         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
50408
50409         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
50410         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
50411         already be defined.  Change to take two parameters and don't assign
50412         result to variable.  Adjust all users.
50413         Define INTERNAL_GETTIME if not already defined.
50414         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
50415         call.
50416         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
50417         HAVE_CLOCK_GETTIME_VSYSCALL.
50418         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
50419
50420         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
50421         gettimeofday vsyscall, just use time.
50422
50423 2011-09-06  Andreas Schwab  <schwab@redhat.com>
50424
50425         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
50426         <errno.h>.
50427
50428 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
50429
50430         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
50431         syscall on x86-64.
50432         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
50433         syscall.
50434         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
50435         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
50436         syscall if possible.
50437
50438 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
50439
50440         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
50441         e_ident.  Don't pass to find_mapsXX.
50442         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
50443
50444 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50445
50446         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50447         strchr-sse2-no-bsf strrchr-sse2-no-bsf
50448         * sysdeps/x86_64/multiarch/strchr.S: Update.
50449         Check bit_slow_BSF bit.
50450         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
50451         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
50452         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
50453
50454 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
50455
50456         [BZ #13134]
50457         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
50458         before glibc 2.15.
50459         (tryshell): Define.
50460         (__spawni): Change last parameter to be flag.  Test
50461         SPAWN_XFLAGS_USE_PATH flag to use path or not.
50462         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
50463         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
50464         * posix/spawni.c: Likewise.
50465         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
50466         * posix/spawnp.c: Likewise.  Change normal version to use
50467         SPAWN_XFLAGS_USE_PATH.
50468         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
50469         SPAWN_XFLAGS_TRY_SHELL.
50470
50471         [BZ #13150]
50472         * posix/glob.h: Remove gcc 1.x support.
50473
50474         [BZ #13068]
50475         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
50476
50477 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50478
50479         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50480         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
50481         strrchr-sse2-bsf
50482         * sysdeps/i386/i686/multiarch/strchr.S: New file.
50483         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
50484         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
50485         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
50486         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
50487         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
50488
50489 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50490
50491         * sysdeps/x86_64/wcscmp.S: New file.
50492
50493         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
50494         wcscmp-c wcscmp-sse2
50495         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
50496         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
50497         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
50498         * wcsmbs/wcscmp.c: Allow renaming.
50499
50500 2011-09-05  David S. Miller  <davem@davemloft.net>
50501
50502         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
50503         stack slot, rather than the struct return pointer slot.
50504         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
50505         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
50506         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
50507         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
50508
50509 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
50510
50511         * po/ja.po: Update from translation team.
50512
50513         [BZ #13144]
50514         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
50515         kernel in 64-bit binaries.
50516
50517 2011-09-01  David S. Miller  <davem@davemloft.net>
50518
50519         * elf/elf.h (HWCAP_SPARC_*): Move to..
50520         * sysdeps/sparc/sysdep.h: this new file and add new values.
50521         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
50522         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
50523         _DL_HWCAP_COUNT to 24.
50524         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
50525         entries.
50526         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
50527         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
50528         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
50529         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
50530         instead of magic constants.
50531         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
50532
50533 2011-08-31  David S. Miller  <davem@davemloft.net>
50534
50535         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
50536         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
50537         Reimplement to do errno handling inline.
50538         (SYSCALL_ERROR_HANDLER): New macro.
50539         (__SYSCALL_STRING): Do not do errno handling in asm.
50540         (__CLONE_SYSCALL_STRING): Delete.
50541         (__INTERNAL_SYSCALL_STRING): Delete.
50542         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
50543         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
50544         (PSEUDO): Reimplement to do errno handling inline.
50545         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
50546         (SYSCALL_ERROR_HANDLER): New macro.
50547         (__SYSCALL_STRING): Do not do errno handling in asm.
50548         (__CLONE_SYSCALL_STRING): Delete.
50549         (__INTERNAL_SYSCALL_STRING): Delete.
50550         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
50551         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
50552         i386.
50553         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
50554         (inline_syscall*): Add 'err' argument.
50555         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
50556         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
50557         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
50558         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
50559
50560         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
50561         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
50562
50563 2011-08-30  Andreas Schwab  <schwab@redhat.com>
50564
50565         * elf/rtld.c (dl_main): Relocate objects in dependency order.
50566
50567 2011-08-29  Jiri Olsa <jolsa@redhat.com>
50568
50569         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
50570         directive.
50571
50572 2011-08-24  David S. Miller  <davem@davemloft.net>
50573
50574         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
50575
50576 2011-08-24  Andreas Schwab  <schwab@redhat.com>
50577
50578         * elf/Makefile: Add rules to build and run unload8 test.
50579         * elf/unload8.c: New file.
50580         * elf/unload8mod1.c: New file.
50581         * elf/unload8mod1x.c: New file.
50582         * elf/unload8mod2.c: New file.
50583         * elf/unload8mod3.c: New file.
50584
50585         * elf/dl-close.c (_dl_close_worker): Reset private search list if
50586         it wasn't used.
50587
50588 2011-08-23  David S. Miller  <davem@davemloft.net>
50589
50590         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
50591         subtract stack bias.
50592         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
50593         %sp not %fp in calculations.
50594         (_JMPBUF_UNWINDS_ADJ): Likewise.
50595
50596         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
50597         (aio_suspend): Call it to force an exception region around the
50598         AIO_MISC_WAIT() invocation.
50599
50600 2011-08-23  Andreas Schwab  <schwab@redhat.com>
50601
50602         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
50603         backslash.
50604
50605 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
50606
50607         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
50608         protection macro.
50609         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
50610         and <dl-machine.h>.
50611         (Elf64_FuncDesc): Remove.
50612
50613 2011-08-22  David S. Miller  <davem@davemloft.net>
50614
50615         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
50616         sigaltstack check, add missing cfi directives.
50617         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
50618         missing cfi directives, and sigaltstack handling.
50619
50620 2011-08-16  Andreas Schwab  <schwab@redhat.com>
50621
50622         [BZ #11724]
50623         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
50624         object is seen twice.
50625         * elf/dl-fini.c (_dl_sort_fini): Likewise.
50626
50627         * elf/Makefile (distribute): Add tst-initorder2.c.
50628         (tests): Add tst-initorder2.
50629         (modules-names): Add tst-initorder2a tst-initorder2b
50630         tst-initorder2c tst-initorder2d.  Add rules to build them.
50631         ($(objpfx)tst-initorder2.out): New rule.
50632         * elf/tst-initorder2.c: New file.
50633         * elf/tst-initorder2.exp: New file.
50634
50635 2011-08-22  Andreas Schwab  <schwab@redhat.com>
50636
50637         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
50638
50639         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
50640         dependencies back to end of function.
50641
50642         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
50643         $(elfobjdir)/ld.so.
50644
50645 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
50646
50647         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
50648         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
50649         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
50650         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
50651         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
50652         of __vdso_gettimeofday.
50653         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
50654         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
50655         attribute_hidden.
50656         (_libc_vdso_platform_setup): Remove initialization of
50657         __vdso_gettimeofday and __vdso_time.
50658
50659 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
50660
50661         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
50662         and fgetc_unlocked.
50663         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
50664         getc_unlocked.
50665
50666         * elf/dl-open.c (add_to_global): Report additions to the global scope
50667         for LD_DEBUG=scopes.
50668         (dl_open_worker): Also print scope of newly loaded dependencies.
50669         (_dl_show_scope): Indicate if there is no scope.
50670
50671         [BZ #13114]
50672         * stdio-common/Makefile (tests): Add bug24.
50673         * stdio-common/bug24.c: New file.
50674
50675 2011-08-19  Andreas Jaeger  <aj@suse.de>
50676
50677         [BZ #13114]
50678         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
50679         non-existant file when using close-on-exec mode.
50680
50681 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
50682
50683         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
50684         the very first instruction.
50685
50686         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
50687         the CFI state in the end.
50688         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
50689         inclusion of dl-trampoline.h.
50690         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
50691
50692 2011-08-19  Andreas Schwab  <schwab@redhat.com>
50693
50694         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
50695         expectations for long double.
50696
50697         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
50698         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
50699
50700 2011-08-14  David S. Miller  <davem@davemloft.net>
50701
50702         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
50703         artificual limit depends upon the system page size.
50704
50705 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
50706
50707         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
50708         * resolv/Makefile: Define CFLAGS-libresolv.
50709
50710 2011-08-17  Andreas Schwab  <schwab@redhat.com>
50711
50712         * nss/makedb.c (compute_tables): Make variables used in nested
50713         function static.
50714
50715 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
50716
50717         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
50718         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
50719         if buffer was too small.
50720
50721         * elf/pldd.c (main): Attach to all threads in the process.
50722         Rewrite /proc handling to use *at functions.
50723
50724 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
50725
50726         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
50727         specifies first scope to show.
50728         (dl_open_worker): Update callers.  Move printing scope of new
50729         object to before the relocation.
50730         * elf/rtld.c (dl_main): Update _dl_show_scope call.
50731         * sysdeps/generic/ldsodefs.h: Update declaration.
50732
50733         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
50734         string for the scope number.
50735
50736 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
50737
50738         * nscd/servicescache.c (cache_addserv): Make sure written is always
50739         initialized.
50740
50741 2011-08-14  Roland McGrath  <roland@hack.frob.com>
50742
50743         * sysdeps/i386/i486/bits/atomic.h
50744         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
50745         statement expression, so as to suppress "set but not used" warning.
50746         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
50747
50748         * string/strncat.c (STRNCAT): Use prototype definition.
50749
50750         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
50751         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
50752         -Iprograms here.
50753         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
50754         (localedef-modules): Add localedef.
50755         (locale-modules): Add locale.
50756
50757         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
50758         * elf/rtld.c (dl_main): Invert order of assignment in last change,
50759         to avoid a warning.
50760
50761 2011-08-14  David S. Miller  <davem@davemloft.net>
50762
50763         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
50764         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
50765
50766 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
50767
50768         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
50769         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
50770         * elf/rtld.c (dl_main): Set l_name of vDSO.
50771         Call _dl_show_scope when DL_DEBUG_SCOPES.
50772         (process_dl_debug): Recognize scopes flag and also set it for all.
50773         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
50774         Declare _dl_show_scope.
50775
50776         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
50777         (do_dlopen): Pass caller_dlopen to dl_open.
50778         (__libc_dlopen_mode): Initialize caller_dlopen.
50779
50780         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
50781         of libc.  Make tolower call locale-independent.  Optimize a bit by
50782         using isdigit instead of isalnum.
50783         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
50784
50785 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
50786
50787         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
50788         was a dependency or dynamically loaded.
50789
50790 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
50791
50792         * intl/l10nflist.c: Allow architecture-specific pop function.
50793         * sysdeps/x86_64/l10nflist.c: New file.
50794
50795         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
50796         classification.
50797
50798 2011-08-10  Andreas Schwab  <schwab@redhat.com>
50799
50800         * include/dirent.h: Add libc_hidden_proto for scandirat and
50801         scandirat64.  Don't declare __scandirat64.
50802         * dirent/scandirat.c: Add libc_hidden_def.
50803         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
50804         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
50805
50806 2011-08-10  David S. Miller  <davem@davemloft.net>
50807
50808         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
50809         enum.
50810         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
50811         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
50812         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
50813
50814 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
50815
50816         * Versions.def [libc]: Add GLIBC_2.15.
50817         * dirent/Makefile (routines): Add scandirat and scandirat64.
50818         * dirent/Versions [libc]: Export scandirat and scandirat64 for
50819         GLIBC_2.15.
50820         * dirent/dirent.h: Declare scandirat and scandirat64.
50821         * dirent/scandirat.c: New file.
50822         * dirent/scandirat64.c: New file.
50823         * sysdeps/wordsize-64/scandirat.c: New file.
50824         * sysdeps/wordsize-64/scandirat64.c: New file.
50825         * dirent/opendir.c: Define opendirat.
50826         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
50827         using scandirat.
50828         * dirent/scandir64.c: Adjust for scandir.c change.
50829         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
50830         __scandirat64, and __scandir_cancel_handler.
50831         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
50832         additional parameter and use openat instead of open (outside of ld.so).
50833         Add new __opendir as wrapper around __opendirat.
50834         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
50835         here without requiring old scandirat implementation.
50836
50837 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
50838
50839         * dirent/scandir.c (cancel_handler): Renamed to
50840         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
50841         defined.  Adjust users.
50842         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
50843         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
50844
50845 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
50846
50847         * string/test-string.h (IMPL): Use __STRING to expand name and then
50848         stringify it.
50849
50850         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
50851         of cleanups.
50852
50853 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50854
50855         * string/Makefile: Update.
50856         (strop-tests): Append strncat.
50857         * string/test-wcscmp.c: New file.
50858         New comprehensive test for wcscmp.
50859         * string/test-strcmp.c: Update.
50860         (WIDE): New define.
50861
50862 2011-07-22  Andreas Schwab  <schwab@redhat.com>
50863
50864         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
50865         line.
50866
50867 2011-07-26  Andreas Schwab  <schwab@redhat.com>
50868
50869         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
50870         encoding to ACE if AI_IDN.
50871
50872 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
50873
50874         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
50875         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
50876
50877 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50878
50879         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
50880         Fix overflow bug in strncat.
50881         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
50882
50883         * string/test-strncat.c: Update.
50884         Add new tests for checking overflow bugs.
50885
50886 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50887
50888         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50889         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
50890         * sysdeps/i386/i686/multiarch/strcat.S: New file.
50891         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
50892         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
50893         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
50894         * sysdeps/i386/i686/multiarch/strncat.S: New file.
50895         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
50896         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
50897
50898         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
50899         (USE_AS_STRCAT): Define.
50900         Add strcat and strncat support.
50901         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
50902
50903 2011-07-25  Andreas Schwab  <schwab@redhat.com>
50904
50905         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
50906         __n bigger than INT_MAX+1.
50907         (__strncmp_g): Likewise.
50908
50909 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
50910
50911         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
50912         * libio/stido.h: Likewise.
50913
50914         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
50915         (AF_NFC): Define.
50916         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
50917         (AF_NFC): Define.
50918
50919         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
50920         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
50921         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
50922         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
50923         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
50924
50925         [BZ #13021]
50926         * scripts/test-installation.pl: Don't expect libnss_test1 to be
50927         installed.
50928
50929         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
50930         typo.
50931         (_dl_x86_64_save_sse): Likewise.
50932
50933 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
50934
50935         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
50936         OSXSAVE.
50937         (_dl_x86_64_save_sse): Likewise.
50938
50939         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
50940
50941         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
50942
50943 2011-07-21  Andreas Schwab  <schwab@redhat.com>
50944
50945         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
50946         change.
50947         (_dl_x86_64_save_sse): Use correct AVX check.
50948
50949 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50950
50951         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
50952         bug in strncpy/strncat.
50953         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
50954
50955 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
50956
50957         * string/tester.c (test_strcat): Add tests for different alignments
50958         of source and destination.
50959         (test_strncat): Likewise.
50960
50961 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
50962
50963         [BZ #12852]
50964         * posix/glob.c (glob): Check passed in values before using them in
50965         expressions to avoid some overflows.
50966         (glob_in_dir): Likewise.
50967
50968         [BZ #13007]
50969         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
50970         check for AVX enablement so that we don't crash with old kernels and
50971         new hardware.
50972         * elf/tst-audit4.c: Add same checks here.
50973         * elf/tst-audit6.c: Likewise.
50974
50975         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
50976
50977 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
50978
50979         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
50980
50981 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
50982
50983         * po/cs.po: Update from translation team.
50984         * po/bg.po: Likewise.
50985
50986 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
50987
50988         * misc/sys/cdefs.h: Add support for const attribute.
50989         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
50990         to gnu_dev_{major,minor,makedev} functions.
50991
50992 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
50993
50994         * intl/dcigettext.c (get_output_charset): Add missing bracket.
50995
50996 2011-07-20  Andreas Schwab  <schwab@redhat.com>
50997
50998         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
50999         strlen results.
51000
51001 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
51002
51003         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
51004         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
51005         register in order to avoid conflicts with the soft frame pointer
51006         being held in r11 when necessary.
51007         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
51008         (INTERNAL_VSYSCALL_NCS): Likewise.
51009
51010 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
51011
51012         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
51013         * elf/dl-fini.c (_dl_fini): Adjust caller.
51014         * elf/dl-close.c (_dl_close_worker): Likewise.
51015         * sysdeps/generic/ldsodefs.h: Adjust declaration.
51016
51017 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
51018
51019         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
51020         "aux_cache->nlibs < 0".
51021
51022         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
51023         in the reload-count case.
51024
51025 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
51026
51027         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
51028         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
51029         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
51030         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
51031         * sysdeps/x86_64/multiarch/strcat.S: New file.
51032         * sysdeps/x86_64/multiarch/strncat.S: New file.
51033         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
51034         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
51035         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
51036         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
51037         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
51038         (USE_AS_STRCAT): Define.
51039         Add strcat and strncat support.
51040         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
51041         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
51042         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
51043         * string/strncat.c: Update.
51044         (USE_AS_STRNCAT): Define.
51045         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51046         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
51047         and i7.
51048         * sysdeps/x86_64/multiarch/init-arch.h
51049         (bit_Prefer_PMINUB_for_stringop): New.
51050         (index_Prefer_PMINUB_for_stringop): Likewise.
51051         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
51052         bit_Prefer_PMINUB_for_stringop.
51053
51054 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
51055
51056         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
51057         buffer64.
51058         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
51059         of casting of buffer.
51060         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
51061         buffer32 and buffer64.
51062         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
51063         writes instead of casting of buffer.
51064         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
51065         buffer32.
51066         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
51067         casting of buffer.
51068
51069 2011-07-19  Andreas Schwab  <schwab@redhat.com>
51070
51071         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
51072
51073 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
51074
51075         * nscd/nscd.c (termination_handler): Don't do anything for a database
51076         if it has not yet been initialized.
51077
51078 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
51079
51080         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
51081
51082 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
51083
51084         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
51085
51086 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
51087
51088         * po/nl.po: Update from translation team.
51089         * po/sv.po: Likewise.
51090
51091 2011-07-16  Roland McGrath  <roland@hack.frob.com>
51092
51093         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
51094         now disallowed by GCC.
51095
51096         * configure.in (use-default-link): Default to yes if a test -shared
51097         link meets our qualifications.
51098         * configure: Regenerated.
51099
51100         * config.make.in (output-format): New variable.
51101         * configure.in: Check for ld --print-output-format support.
51102         * configure: Regenerated.
51103         * Makerules ($(common-objpfx)format.lds)
51104         [$(output-format) != unknown]: Just use $(output-format),
51105         instead of the linker-script munging.
51106
51107 2011-07-14  Roland McGrath  <roland@hack.frob.com>
51108
51109         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
51110         of $(common-objpfx)shlib.lds.
51111         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
51112
51113         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
51114         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
51115
51116         * configure.in (-z relro check): Adjust test code to add a large
51117         writable data section after it.
51118         * configure: Regenerated.
51119
51120 2011-07-11  Roland McGrath  <roland@hack.frob.com>
51121
51122         * configure.in (-z relro check): Fix test code to make the variable
51123         truly const.
51124         * configure: Regenerated.
51125
51126 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
51127
51128         * nscd/nscd.h (struct traced_file): Define.
51129         (struct database_dyn): Remove inotify_descr, reset_res, and filename
51130         elements.  Add traced_files.
51131         (inotify_fd): Declare.
51132         (register_traced_file): Declare.
51133         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
51134         (inotify_fd): Export.
51135         (resolv_conf_descr): Remove.
51136         (nscd_init): Move inotify descriptor creation to main.
51137         Don't register files for notification here.
51138         (register_traced_file): New function.
51139         (invalidate_cache): Don't use reset_res to determine whether to call
51140         res_init, go through the list of registered files.
51141         (main_loop_poll): The inotify descriptors are now stored in the
51142         structures for the traced files.
51143         (main_loop_epoll): Likewise
51144         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
51145         to __nss_disable_nscd.
51146         * nscd/cache.c (prune_cache): There is no single inotify descriptor
51147         for a database anymore.  Check the records for all the registered
51148         files instead.
51149         * nss/Makefile (libnss_files-routines): Add files-init.
51150         (libnss_db-routines): Add db-init.
51151         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
51152         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
51153         * nss/nss_db/db-init.c: New file.
51154         * nss/nss_files/files-init.c: New file.
51155         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
51156         __nss_lookup_function.
51157         (__nss_lookup_function): Call nss_load_library.
51158         (nss_load_all_libraries): New function.
51159         (__nss_disable_nscd): Take parameter with callback function for files
51160         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
51161         used for the cached services.
51162         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
51163         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
51164         options for features to all the files in nscd.
51165
51166         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
51167
51168 2011-07-10  Roland McGrath  <roland@hack.frob.com>
51169
51170         * csu/elf-init.c (__libc_csu_init): Comment typo.
51171
51172 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
51173
51174         * po/pl.po: Update from translation team.
51175         * po/ja.po: Likewise.
51176         * po/ru.po: Likewise.
51177         * po/ko.po: Likewise.
51178         * po/fr.po: Likewise.
51179
51180 2011-07-09  Roland McGrath  <roland@hack.frob.com>
51181
51182         * configure.in (.ctors/.dtors header and trailer check):
51183         Use an empirical test on a built program.
51184         * configure: Regenerated.
51185
51186         * configure.in (-z relro check): Use an empirical test on a built DSO.
51187         Detect, but do not require, on ia64.
51188         * configure: Regenerated.
51189
51190         * configure.in (READELF): Find it with AC_CHECK_TOOL.
51191         Update tests that use readelf to use $READELF instead.
51192         * configure: Regenerated.
51193
51194 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
51195
51196         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
51197         if the result is not used.
51198
51199 2011-07-05  Andreas Jaeger  <aj@suse.de>
51200
51201         [BZ#9696]
51202         * stdlib/tst-strtod.c: Add testcase.
51203
51204 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
51205
51206         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
51207         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
51208         The latter has a higher limit.  Take additional parameter to pass to
51209         the new function.
51210         (__pathconf): Pass file to __statfs_link_max.
51211         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
51212         __statfs_link_max.
51213         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
51214         __statfs_link_max.
51215
51216         [BZ #12868]
51217         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
51218         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
51219         Handle Lustre.
51220         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
51221         (__statfs_filesize_max): Likewise.
51222         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
51223
51224 2011-07-05  Andreas Jaeger  <aj@suse.de>
51225
51226         * resolv/res_comp.c (dn_skipname): Remove unused variable.
51227
51228 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
51229
51230         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
51231         `status' variable.
51232         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
51233         Likewise.
51234
51235 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
51236
51237         * Makefile (strop-tests): Add strncat.
51238         * string/test-strncat.c: New file.
51239
51240 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
51241
51242         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
51243
51244 2011-06-21  Andreas Jaeger  <aj@suse.de>
51245
51246         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
51247         Copy rule from iconvdata/Makefile.
51248
51249 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
51250
51251         [BZ #12922]
51252         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
51253         but no long options are defined, just return 'W'.
51254
51255 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
51256
51257         [BZ #9696]
51258         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
51259
51260 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
51261
51262         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
51263         netgroups to read.
51264         (innetgr): Likewise.
51265
51266 2011-07-05  Roland McGrath  <roland@hack.frob.com>
51267
51268         * config.make.in (install_root): Default to $(DESTDIR).
51269
51270 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
51271
51272         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
51273
51274 2011-07-02  Roland McGrath  <roland@hack.frob.com>
51275
51276         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
51277
51278         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
51279         containing directory rather than embedding absolute directory names.
51280
51281         * scripts/check-local-headers.sh: Rewritten using awk.
51282         Match by word, not by line.  Print error messages for matches.
51283         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
51284
51285         * Makerules [shlib-lds-flags empty]:
51286         ($(common-objpfx)libc_pic.opts): New target.
51287         ($(common-objpfx)libc_pic.os.clean): New target.
51288         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
51289
51290         * config.make.in (OBJCOPY): New variable.
51291         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
51292         * configure: Regenerated.
51293
51294         * config.make.in (use-default-link): New variable.
51295         * configure.in (use_default_link): Grok --with-default-link to set it.
51296         * configure: Regenerated.
51297         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
51298         (shlib-lds, shlib-lds-flags): Define to empty.
51299
51300         * Makerules (shlib-lds): New variable.
51301         (shlib-lds-flags): New variable.
51302         (build-shlib, build-moduile, build-module-asneeded): Use it.
51303         ($(common-objpfx)libc.so): Use $(shlib-lds).
51304         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
51305         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
51306
51307         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
51308         DT_FLAGS/DT_FLAGS_1 with zero flags.
51309
51310         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
51311         linker script munging.
51312
51313 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
51314
51315         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
51316         as 128-bit value.
51317         * crypt/sha512.c (sha512_process_block): Perform total addition using
51318         128-bit if possible.
51319         (__sha512_finish_ctx): Likewise.
51320         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
51321         as 64-bit value.
51322         * crypt/sha256.c (SWAP64): Define.
51323         (sha256_process_block): Perform total addition using 64-bit if
51324         possible.
51325         (__sha256_finish_ctx): Likewise.
51326
51327 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
51328
51329         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
51330         * nscd/initgrcache.c (addinitgroupsX): Likewise.
51331         * nscd/hstcache.c (cache_addhst): Likewise.
51332         * nscd/grpcache.c (cache_addgr): Likewise.
51333         * nscd/aicache.c (addhstaiX): Likewise
51334         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
51335
51336 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
51337
51338         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
51339         * nscd/initgrcache.c (addinitgroupsX): Likewise.
51340         * nscd/hstcache.c (cache_addhst): Likewise.
51341         * nscd/grpcache.c (cache_addgr): Likewise.
51342         * nscd/aicache.c (addhstaiX): Likewise
51343
51344 2011-07-01  Andreas Schwab  <schwab@redhat.com>
51345
51346         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
51347         domain only when needed.
51348
51349 2011-06-30  Andreas Schwab  <schwab@redhat.com>
51350
51351         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
51352         is always restored.
51353
51354 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
51355
51356         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
51357         are re-adding the entry.
51358         * nscd/servicescache.c (cache_addserv): Likewise.
51359
51360 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
51361
51362         * sysdeps/generic/dl-irel.h: fix protection against multiple
51363         inclusions.
51364         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
51365
51366 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
51367
51368         [BZ #12935]
51369         * malloc/memusage.sh: Fix quoting in message.
51370         * debug/xtrace.sh: Likewise.
51371
51372         * configure.in: Remove support for --experimental-malloc option, make
51373         it the default.
51374         * config.make.in: Likewise.
51375         * malloc/Makefile: Likewise.
51376
51377 2011-06-27  Andreas Schwab  <schwab@redhat.com>
51378
51379         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
51380         two-byte characters.
51381
51382 2011-06-27  Roland McGrath  <roland@hack.frob.com>
51383
51384         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
51385         AC_CACHE_CHECK invocation.
51386         * configure: Regenerated.
51387
51388         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
51389
51390 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
51391
51392         [BZ #12350]
51393         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
51394         bit from old_res_options.
51395
51396         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
51397
51398         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
51399         value type for setfct.
51400
51401 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
51402
51403         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
51404         __gettimeofday instead of gettimeofday.
51405
51406 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
51407
51408         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
51409
51410 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
51411
51412         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
51413
51414         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
51415         info.
51416
51417 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
51418
51419         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
51420         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
51421         strcpy-sse2-unaligned strncpy-sse2-unaligned
51422         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
51423         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
51424         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
51425         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
51426         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
51427         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
51428         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
51429         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
51430         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
51431         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
51432         (STRCPY): Support SSE2 and SSSE3 versions.
51433
51434 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
51435
51436         [BZ #12874]
51437         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
51438         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
51439         kernels which artificially limit size of requests.
51440
51441 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
51442
51443         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
51444         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
51445         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
51446         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
51447         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
51448         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
51449         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
51450         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
51451         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
51452         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
51453         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
51454         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
51455         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
51456         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
51457         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
51458         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51459         Enable unaligned load optimization for Intel Core i3, i5 and i7
51460         processors.
51461         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
51462         Define.
51463         (index_Fast_Unaligned_Load): Define.
51464         (HAS_FAST_UNALIGNED_LOAD): Define.
51465
51466 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
51467
51468         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
51469
51470 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
51471
51472         [BZ #12907]
51473         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
51474         until it is clear that the information is realy needed.
51475         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
51476
51477 2011-06-22  Andreas Schwab  <schwab@redhat.com>
51478
51479         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
51480
51481 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
51482
51483         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
51484         /sys/devices/system/cpu/online if it is usable.
51485
51486         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
51487         reading the information from the /proc filesystem to once a second.
51488
51489 2011-06-21  Andreas Jaeger  <aj@suse.de>
51490
51491         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
51492         NULL after inclusion of kernel headers.
51493
51494 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
51495
51496         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
51497         calls to internal_setent.
51498
51499         [BZ #12885]
51500         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
51501         addresses using gethostbyname4_r ignore IPv4 addresses.
51502
51503         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
51504         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
51505
51506         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
51507
51508 2011-06-20  David S. Miller  <davem@davemloft.net>
51509
51510         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
51511         inclusions.
51512         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
51513
51514         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
51515         (elf_irel): Use it.
51516         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
51517         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
51518         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
51519         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
51520         * sysdeps/x86_64/dl-irel.h: Likewise.
51521
51522         * elf/dl-runtime.c: Use elf_ifunc_invoke.
51523         * elf/dl-sym.c: Likewise.
51524
51525 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
51526
51527         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
51528         need to dereference resplen2.
51529
51530 2011-06-14  Andreas Schwab  <schwab@redhat.com>
51531
51532         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
51533
51534 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
51535
51536         * Makeconfig: Define vardbdir and inst_vardbdir.
51537         * nss/Makefile: Add rules to install db-Makefile.
51538
51539         * nss/nss_db/db-XXX.c: Cleanup.
51540
51541         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
51542         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
51543         GLIBC_PRIVATE.
51544         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
51545         * nss/makedb.c: Implement -g option to specify that value strings
51546         are generated and should not be added to table iterated over for
51547         get*ent calls.
51548         * nss/nss_db/db-initgroups.c: New file.
51549
51550         * nss/getent.c: Add support for initgroups lookups through getgrouplist
51551         interface.
51552
51553         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
51554         (internal_getgrouplist): Adjust to name change.
51555         Update use_initgroups_entry if this is not the first call.
51556         * nss/databases.def: Add initgroups entry.
51557
51558         * nss/makedb.c (compute_tables): Check result of multiple hash table
51559         sizes to minimize maximum chain length.
51560
51561 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
51562
51563         * Versions.def: Add entry for libnss_db.
51564         * shlib-versions: Likewise.
51565         * nss/Makefile: Add rules to build libnss_db.
51566         * nss/Versions: Add libnss_db information.  Organize libnss_files
51567         entries better.
51568         * nss/db-Makefile: Add gshadow support.  Change rules for the new
51569         makedb progra.  Some minor improvements to generate smaller files.
51570         * nss/nss_db/nss_db.h: Move NSS database header data structures to
51571         here from...
51572         * nss/makedb.c: ...here.
51573         Improve database format to be smaller and require less memory at
51574         runtime.
51575         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
51576         db anymore.
51577         * nss/nss_db/db-netgrp.c: Likewise.
51578         * nss/nss_db/db-open.c: Likewise.
51579         * nss/nss_files/flies-XXX.x: Adjust comments.
51580         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
51581         * nss/nss_files/files-grp.c: Likewise.
51582         * nss/nss_files/files-hosts.c: Likewise.
51583         * nss/nss_files/files-network.c: Likewise.
51584         * nss/nss_files/files-proto.c: Likewise.
51585         * nss/nss_files/files-pwd.c: Likewise.
51586         * nss/nss_files/files-rpc.c: Likewise.
51587         * nss/nss_files/files-service.c: Likewise.
51588         * nss/nss_files/files-sgrp.c: Likewise.
51589         * nss/nss_files/files-spwd.c: Likewise.
51590         * nss/nss_db/db-alias.c: Removed.
51591         * nss/nss_db/dummy-db.h: Removed.
51592
51593 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
51594
51595         * nss/makedb.c: Rewritten to not use database library.
51596         * nss/Makefile: Update to build new makedb program.
51597
51598 2011-06-14  Andreas Jaeger  <aj@suse.de>
51599
51600         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
51601         memset declaration.
51602
51603 2011-06-10  Andreas Schwab  <schwab@redhat.com>
51604
51605         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
51606         tmpbuf.
51607
51608 2011-06-10  Roland McGrath  <roland@hack.frob.com>
51609
51610         * Makerules (shlib.lds): Fail if the linker script comes out empty.
51611         * elf/Makefile ($(objpfx)ld.so): Likewise.
51612
51613         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
51614         Don't list ld.so twice in dependencies.
51615
51616         * posix/bug-regex31.c: Include <stdlib.h>.
51617
51618         * nscd/hstcache.c (cache_addhst): Remove unused variable.
51619
51620         * nis/nss_compat/compat-spwd.c
51621         (getspent_next_nss_netgr): Remove unused variable.
51622         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
51623
51624         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
51625         nonmembers" output to use the right array.
51626
51627         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
51628
51629         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
51630
51631         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
51632         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
51633         * catgets/gencat.c (read_input_file): Likewise.
51634         * locale/programs/locarchive.c (enlarge_archive): Likewise.
51635
51636         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
51637         variable definition inside #if's controlling its use.
51638
51639         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
51640
51641         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
51642
51643         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
51644
51645         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
51646         unreachable code.
51647
51648         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
51649
51650         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
51651         * configure: Regenerated.
51652
51653         * Makerules: Revert last change.
51654         * elf/Makefile: Likewise.
51655
51656 2011-06-09  Roland McGrath  <roland@hack.frob.com>
51657
51658         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
51659         * elf/Makefile ($(objpfx)librtld.os): Likewise.
51660         (reloc-link): Likewise.
51661
51662 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
51663
51664         * elf/Makefile: Add rules to build pldd.
51665         * elf/pldd.c: New file.
51666         * elf/pldd-xx.c: New file.
51667
51668 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
51669
51670         * version.h: Update for 2.15 development version.
51671
51672 2011-06-07  David S. Miller  <davem@davemloft.net>
51673
51674         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
51675         ifuncs.
51676         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
51677         elf_machine_lazy_rel): Likewise.
51678         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
51679         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
51680         elf_machine_lazy_rel): Likewise.
51681         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
51682         dl_hwcap via passed in argument.
51683         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
51684         Likewise.
51685
51686 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
51687
51688         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
51689
51690 2011-06-06  Roland McGrath  <roland@hack.frob.com>
51691
51692         [BZ #12849]
51693         * manual/fdl-1.1.texi: New file, verbatim from:
51694         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
51695         * manual/lgpl-2.1.texi: New file, verbatim from:
51696         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
51697         * manual/Makefile (licenses): New variable, list those new file names.
51698         (texis): Use it.
51699         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
51700
51701         * manual/fdl.texi: File removed.
51702         * manual/lesser.texi: File removed.
51703         * manual/libc.texinfo (Copying, Documentation License):
51704         Use new @include file names, put @appendix directive before @include.
51705
51706 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
51707
51708         [BZ #12841]
51709         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
51710         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
51711         (mq_open): Add __NTH.
51712
51713 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
51714
51715         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51716         Assume Intel Core i3/i5/i7 processor if AVX is available.
51717
51718 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
51719
51720         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
51721         typo.
51722
51723 2011-05-31  Andreas Schwab  <schwab@redhat.com>
51724
51725         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
51726         memory.  Use alloca_account.  Fix memory leak when retrying.
51727
51728 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
51729
51730         * version.h (RELEASE): Bump for 2.14 release.
51731         * include/features.h (__GLIBC_MINOR__): Bump to 14.
51732
51733         * config.make.in (RANLIB): Remove entry.
51734
51735 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
51736
51737         * po/Makefile (po-sed-cmd): Add ksh to extensions.
51738         (libc.pot): Work around missing support for .ksh extension in xgettext.
51739
51740         [BZ #12684]
51741         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
51742         if both request failed.
51743         (send_dg): In case of server errors clear resplen or *resplen2.
51744
51745         [BZ #12454]
51746         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
51747         when there are multiple maps.
51748         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
51749         (_dl_fini): Remove test here.
51750
51751         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
51752
51753 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
51754
51755         [BZ #12350]
51756         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
51757         bit from old_res_options.
51758         (gaih_inet): Likewise.
51759
51760         [BZ #11099]
51761         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
51762         as signed.
51763
51764         * resolv/res_init.c (res_setoptions): Make the code more compact.
51765
51766         [BZ #11558]
51767         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
51768         set RES_USEVC.
51769
51770         [BZ #11634]
51771         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
51772
51773         * malloc/malloc.h: Mark malloc hook variables as deprecated.
51774
51775         [BZ #11781]
51776         * malloc/malloc.h: Declare malloc hook variables as volatile.
51777
51778         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
51779         in last patch.
51780
51781         [BZ #11799]
51782         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
51783         raise in the comment.
51784         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
51785         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
51786         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
51787
51788 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
51789
51790         [BZ #12811]
51791         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
51792         grow the buffers more if it already has to be sufficient.
51793         (build_wcs_upper_buffer): Likewise.
51794         * posix/regexec.c (check_matching): Likewise.
51795         (clean_state_log_if_needed): Likewise.
51796         (extend_buffers): Don't enlarge buffers beyond size of the input
51797         buffer.
51798         Patches mostly by Emil Wojak <emil@wojak.eu>.
51799         * posix/bug-regex32.c: New file.
51800         * posix/Makefile (tests): Add bug-regex32.
51801
51802         * locale/findlocale.c (_nl_find_locale): Return right away if
51803         _nl_explode_name failed.
51804         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
51805
51806         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
51807
51808         * debug/xtrace.sh: Unify messages.
51809         * malloc/memusage.sh: Likewise.
51810
51811         [BZ #12813]
51812         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
51813         time symbol from vDSO.  Substitute with vsyscall if not available.
51814         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
51815         __vdso_time.
51816
51817         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
51818         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
51819         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
51820         Add sendmmsg and internal_sendmmsg.
51821         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
51822         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
51823         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
51824
51825         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
51826         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
51827         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
51828
51829 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
51830
51831         [BZ #12813]
51832         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
51833         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
51834         available.
51835         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
51836         __vdso_getcpu.
51837
51838         [BZ #12814]
51839         * iconvdata/Makefile (tests): Add bug-iconv9.
51840         * iconvdata/bug-iconv9.c: New file.
51841
51842 2011-05-27  Andreas Schwab  <schwab@redhat.com>
51843
51844         [BZ #12814]
51845         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
51846
51847 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
51848
51849         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
51850         (struct user_regs_struct): Change intcs field back to cs.
51851
51852 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
51853
51854         * po/ja.po: Update from translation team.
51855
51856 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
51857
51858         [BZ #12795]
51859         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
51860         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
51861
51862 2011-05-20  Andreas Schwab  <schwab@redhat.com>
51863
51864         * stdlib/longlong.h: Update from GCC.
51865
51866 2011-05-23  Andreas Schwab  <schwab@redhat.com>
51867
51868         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
51869         parameter name.
51870         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
51871         Add parameter name.
51872         (__sysconf): Pass it down.
51873
51874 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
51875
51876         [BZ #12671]
51877         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
51878         some situations.
51879         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
51880         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
51881         add in in __libc_use_alloca calls.  Adjust callers.
51882         (glob): Use malloc in some situations.
51883
51884         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
51885         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
51886         pltexit.
51887
51888 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
51889
51890         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
51891         and CLOCK_BOOTTIME_ALARM.
51892
51893         [BZ #12782]
51894         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
51895         is returned.
51896
51897         * string/_strerror.c (__strerror_r): Print negative errors as signed
51898         numbers.
51899
51900         [BZ #12777]
51901         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
51902         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
51903         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
51904
51905         * configure.in: Fix typo in redirection and correct removal of test
51906         files in two cases.
51907
51908         [BZ #12788]
51909         * locale/setlocale.c (new_composite_name): Fix test to check for
51910         identical name of all categories.
51911
51912         [BZ #12792]
51913         * libio/filedoalloc.c (local_isatty): New function.
51914         (_IO_file_doallocate): Use local_isatty.
51915         * stdio-common/perror.c (perror): In case a new stream is used
51916         forward the stream error.
51917         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
51918         error flag.
51919
51920 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
51921
51922         [BZ #11869]
51923         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
51924         alloca.
51925         * include/alloca.h (extend_alloca_account): Define.
51926
51927         [BZ #11857]
51928         * posix/regex.h: Fix comments with documentation of user-accessible
51929         fields after compilation and describe correct free'ing of pattern
51930         after re_compile_pattern.
51931         Patch by Reuben Thomas <rrt@sc3d.org>.
51932
51933 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
51934
51935         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
51936         and -mno-altivec to prevent the compiler from using Altivec and/or
51937         VSX instructions when the corresponding registers are not available.
51938
51939 2011-05-19  Andreas Schwab  <schwab@redhat.com>
51940
51941         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
51942
51943 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
51944
51945         * libio/freopen.c (freopen): Use __dup2, not dup2.
51946         * libio/freopen64.c (freopen64): Likewise.
51947
51948 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
51949
51950         [BZ #12775]
51951         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
51952         * math/Makefile (tests): Add test-powl.
51953         (CFLAGS-test-powl.c): Define.
51954         * math/test-powl.c: New file.
51955
51956 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
51957
51958         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
51959
51960 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
51961
51962         [BZ #11837]
51963         * iconvdata/gb18030.c: Update to GB18020-2005.
51964
51965 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
51966
51967         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
51968         RE_SYNTAX_POSIX_AWK): Update to match recent development.
51969         Patch by Aharon Robbins <arnold@skeeve.com>.
51970
51971         [BZ #11892]
51972         * stdlib/putenv.c (putenv): Don't always create copy of the variable
51973         on the stack.
51974
51975         [BZ #11895]
51976         * misc/pselect.c (__pselect): Handle timeout value errors hidden
51977         through underflows.
51978
51979         [BZ #12766]
51980         * misc/error.c (error_at_line): Ensure file_name and old_file_name
51981         point to strings before performing equality test for error_one_per_line
51982         mode.
51983
51984         [BZ #11697]
51985         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
51986
51987         [BZ #11820]
51988         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
51989         (struct user_fpregs_struct): Avoid __uint*_t types.
51990
51991         [BZ #6420]
51992         * malloc/mtrace.c (tr_where): Add additional parameter to point to
51993         symbol info.  Use it instead of calling _dl_addr locally.
51994         (lock_and_info): New function.
51995         (tr_freehook): Call lock_and_info and pass symbol info as additional
51996         parameter to tr_where.
51997         (tr_mallochook): Likewise.
51998         (tr_reallochook): Likewise.
51999         (tr_memalignhook): Likewise.
52000
52001         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
52002         used and couldn't be at all thread-safe.
52003
52004 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
52005
52006         * libio/freopen.c (freopen): Don't close old file descriptor
52007         before the new one is opened.  Instead dup the new file descriptor
52008         to the old one after the new stream is created.
52009         * libio/freopen64.c (freopen64): Likewise.
52010         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
52011         * libio/fileops.c (_IO_new_file_close_it): Handle new
52012         _IO_FLAGS2_NOCLOSE flag.
52013         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
52014         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
52015         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
52016         _IO_FLAGS2_NOCLOSE flag.
52017         * include/unistd.h: Add hidden_proto for dup3.
52018         Define __have_dup3.
52019         * io/dup3.c: Define hidden symbol.
52020         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
52021
52022         [BZ #7101]
52023         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
52024         when an incomplete long option is used.
52025         * posix/tst-getopt_long1.c: New file.
52026         * posix/Makefile (tests): Add tst-getopt_long1.
52027
52028         [BZ #10138]
52029         * scripts/config.guess: Update from autoconf-2.68.
52030         * scripts/config.sub: Likewise.
52031
52032         [BZ #10157]
52033         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
52034         tests into ...
52035         (has_cpuclock): ...this.  New function.
52036         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
52037         macro here based on has_cpuclock code.
52038
52039         [BZ #10149]
52040         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
52041         First byte (not low byte) is now always NUL.
52042         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
52043
52044         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
52045         Use non-cancelable interfaces.
52046
52047         [BZ #9809]
52048         * locale/iso-639.def: Add entry for Sorani.
52049
52050         [BZ #11901]
52051         * include/stdlib.h: Move include protection to the right place.
52052         Define abort_msg_s.  Declare __abort_msg with it.
52053         * stdlib/abort.c (__abort_msg): Adjust type.
52054         * assert/assert.c (__assert_fail_base): New function.  Majority
52055         of code from __assert_fail.  Allocate memory for __abort_msg with
52056         mmap.
52057         (__assert_fail): Now call __assert_fail_base.
52058         * assert/assert-perr.c: Remove bulk of implementation.  Use
52059         __assert_fail_base.
52060         * include/assert.hL Declare __assert_fail_base.
52061         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
52062         mmap.
52063         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
52064
52065 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
52066
52067         [BZ #11952]
52068         [BZ #12453]
52069         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
52070         until all modules are registered in the DTV.
52071         * elf/Makefile: Add rules to build and run tst-tls19.
52072         * elf/tst-tls19.c: New file.
52073         * elf/tst-tls19mod1.c: New file.
52074         * elf/tst-tls19mod2.c: New file.
52075         * elf/tst-tls19mod3.c: New file.
52076         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
52077
52078         [BZ #12083]
52079         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
52080         correctly.
52081
52082         [BZ #12601]
52083         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
52084         two-byte sequence errors.
52085         * iconvdata/Makefile (tests): Add bug-iconv8.
52086         * iconvdata/bug-iconv8.c: New file.
52087
52088         [BZ #12626]
52089         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
52090         buf2 definition.
52091
52092         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
52093
52094         [BZ #12432]
52095         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
52096         (dummy_getcfa): New function.
52097         (init): Get _Unwind_GetCFA address, use dummy if not found.
52098         (backtrace_helper): In recursion check, also check whether CFA changes.
52099         (__backtrace): Completely initialize arg.
52100
52101         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
52102         storing incomplete byte sequence in state object.  Avoid testing for
52103         guaranteed too small input if we know there is enough data available.
52104
52105 2011-05-11  Andreas Schwab  <schwab@redhat.com>
52106
52107         * Makeconfig (+link-pie): Indent.
52108         * Rules (binaries-pie): Define if $(have-fpie) and
52109         $(build-shared).
52110         (binaries-shared): Also filter out $(binaries-pie).
52111         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
52112         * nscd/Makefile (others-pie): Add nscd.
52113         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
52114         ($(objpfx)nscd): Remove command override.
52115         * login/Makefile (others-pie): Add pt_chown.
52116         ($(objpfx)pt_chown): Remove command override.
52117         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
52118         remove command overrides.
52119
52120 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
52121
52122         * libio/tst_putwc.c: Fix error messages.
52123
52124         [BZ #12724]
52125         * libio/fileops.c (_IO_new_file_close_it): Always flush when
52126         currently writing and seek to current position when not.
52127         * libio/Makefile (tests): Add bug-fclose1.
52128         * libio/bug-fclose1.c: New file.
52129
52130 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
52131
52132         [BZ #12511]
52133         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
52134         don't set DF_1_NODELETE here.
52135         (do_lookup_x): When entering new entry test for copy relocation
52136         and if necessary set DF_1_NODELETE flag.
52137         * elf/tst-unique4.cc: New file.
52138         * elf/tst-unique4.h: New file.
52139         * elf/tst-unique4lib.cc: New file.
52140         * elf/Makefile: Add rules to build and run tst-unique4.
52141         Patch by Piotr Bury <pbury@goahead.com>.
52142
52143 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
52144
52145         [BZ #12052]
52146         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
52147
52148         [BZ #12625]
52149         * misc/mntent_r.c (addmntent): Flush the stream after the output
52150
52151         [BZ #12393]
52152         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
52153         (is_trusted_path_normalize): Skip initial colon.  Append slash
52154         to empty buffer.  Duplicate is_trusted_path code but allow
52155         constructed patch to be prefix.
52156         (is_dst): Allow $ORIGIN followed by /.
52157         (_dl_dst_substitute): Correct clearing of check_for_trusted.
52158         Correct testing of result of is_trusted_path_normalize
52159         (decompose_rpath): Fix warning.
52160
52161 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
52162
52163         [BZ #11257]
52164         * grp/initgroups.c (internal_getgrouplist): When we found the service
52165         list through the initgroups entry in nsswitch.conf do not always
52166         continue on a successful lookup.  Don't always use the
52167         __nss_group_database value if it is set.
52168         * nss/nsswitch.conf (initgroups): Change action for successful db
52169         lookup to continue for compatibility.
52170
52171 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
52172
52173         [BZ #11532]
52174         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
52175         and CP774 modules.
52176         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
52177         and CP774 modules.
52178         * iconvdata/tst-tables.sh: Likewise.
52179         * iconvdata/cp770.c: New file.
52180         * iconvdata/cp771.c: New file.
52181         * iconvdata/cp772.c: New file.
52182         * iconvdata/cp773.c: New file.
52183         * iconvdata/cp774.c: New file.
52184         * iconvdata/testdata/CP770: New file.
52185         * iconvdata/testdata/CP770..UTF8: New file.
52186         * iconvdata/testdata/CP771: New file.
52187         * iconvdata/testdata/CP771..UTF8: New file.
52188         * iconvdata/testdata/CP772: New file.
52189         * iconvdata/testdata/CP772..UTF8: New file.
52190         * iconvdata/testdata/CP773: New file.
52191         * iconvdata/testdata/CP773..UTF8: New file.
52192         * iconvdata/testdata/CP774: New file.
52193         * iconvdata/testdata/CP774..UTF8: New file.
52194
52195         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
52196         END CHARMAP line.
52197         * iconvdata/gen-8bit-gap.sh: Likewise.
52198         * iconvdata/gen-8bit.sh: Likewise.
52199
52200         * locale/iso-639.def: Add ary entry.
52201
52202         [BZ #11258]
52203         * locale/C-translit.h.in: Add U20A1 transliteration.
52204
52205         [BZ #12178]
52206         * locale/iso-639.def: Add wae entry.
52207         Patch by Kevin Bortis <bortis@translate-wae.ch>.
52208
52209         [BZ #12545]
52210         * locale/programs/localedef.c (construct_output_path): Use ssize_t
52211         for n.
52212
52213         [BZ #12711]
52214         * locale/C-translit.h.in: Add entry for U20B9.
52215         Patch by pravin.d.s@gmail.com.
52216
52217 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
52218
52219         [BZ #12713]
52220         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
52221         ENAMETOOLONG use generic getcwd.
52222         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
52223         in rtld.  Use *stat64.
52224         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
52225         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
52226         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
52227         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
52228         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
52229         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
52230         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
52231         __fstatat64 macros.
52232         * include/dirent.h: Add libc_hidden_proto for rewinddir.
52233         * dirent/rewinddir.c: Add libc_hidden_def.
52234         * sysdeps/mach/hurd/rewinddir.c: Likewise.
52235         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
52236
52237         * include/dirent.h (__alloc_dir): Add flags parameter.
52238         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
52239         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
52240         __alloc_dir.
52241         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
52242         from fdopendir if O_CLOEXEC is already set.
52243
52244 2011-03-15  Alan Modra  <amodra@gmail.com>
52245
52246         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
52247         l_tls_firstbyte_offset non-zero.  Save padding offset in
52248         l_tls_firstbyte_offset for later use.
52249         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
52250         freeing static tls block.
52251
52252 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
52253
52254         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
52255         where #ifdef was intended.  The intent is to prevent ARG_MAX from
52256         being defined by the kernel headers.
52257
52258 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
52259
52260         [BZ #12734]
52261         * resolv/resolv.h: Define RES_NOTLDQUERY.
52262         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
52263         no-tld-query and set RES_NOTLDQUERY.
52264         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
52265         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
52266         modern BIND to search name as TLD unless forbidden.
52267
52268 2011-05-07  Petr Baudis  <pasky@suse.cz>
52269             Ulrich Drepper  <drepper@gmail.com>
52270
52271         [BZ #12393]
52272         * elf/dl-load.c (fillin_rpath): Move trusted path check...
52273         (is_trusted_path): ...to here.
52274         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
52275         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
52276         using is_trusted_path_normalize() in setuid scripts.
52277
52278 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
52279
52280         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
52281         __BEGIN/__END_DECLS.
52282
52283 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
52284
52285         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
52286         NSS_STATUS_NOTFOUND if no record was found.
52287
52288 2011-05-05  Andreas Schwab  <schwab@redhat.com>
52289
52290         * sunrpc/Makefile (headers): Add rpc/netdb.h.
52291         (headers-not-in-tirpc): Remove rpc/netdb.h
52292         * resolv/netdb.h: Revert last change.
52293
52294 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
52295
52296         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
52297         circular dependency between libgcc.a and libc.a.
52298
52299 2011-05-05  Andreas Schwab  <schwab@redhat.com>
52300
52301         * resolv/netdb.h: Don't include <rpc/netdb.h>.
52302         * nis/Makefile: Don't install rpcsvc/*.
52303         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
52304         instead of <rpc/types.h>.
52305         (MAXHOSTNAMELEN): Define.
52306
52307 2011-05-03  Andreas Schwab  <schwab@redhat.com>
52308
52309         * elf/ldconfig.c (add_dir): Don't crash on empty path.
52310
52311 2011-04-28  Maciej Babinski  <mbabinski@google.com>
52312
52313         [BZ #12714]
52314         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
52315         gethostbyname4_r when IPv6 results are possible.
52316
52317 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
52318
52319         [BZ #12723]
52320         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
52321         _PC_PIPE_BUF handling.
52322
52323 2011-04-30  Bruno Haible  <bruno@clisp.org>
52324
52325         [BZ #12717]
52326         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
52327         * resolv/netdb.h (getnameinfo): Change type of flags parameter
52328         to 'int'.
52329         * inet/getnameinfo.c (getnameinfo): Likewise.
52330
52331 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
52332
52333         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
52334         to groups setting in database lookup.
52335         * nss/nsswitch.conf: Add initgroups entry.
52336
52337 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
52338
52339         [BZ #12685]
52340         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
52341         mode string.
52342         Patch by Eric Blake <eblake@redhat.com>.
52343
52344 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
52345
52346         * sunrpc/Makefile (need-export-routines): Add svc_run.
52347         (routines): Remove svc_run.
52348         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
52349         * sunrpc/clnt_perr.c (clnt_perrno): Export.
52350         * sunrpc/svc_run.c (svc_run): Likewise.
52351         * sunrpc/svc_udp.c (svcudp_create): Likewise.
52352
52353 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
52354
52355         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
52356         problem in reallocation in last patch.
52357
52358 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
52359
52360         * sunrpc/Makefile: Move inclusion of Rules.
52361
52362 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
52363
52364         * nss/nss_files/files-initgroups.c: New file.
52365         * nss/Makefile (libnss_files-routines): Add files-initgroups.
52366         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
52367         _nss_files_initgroups_dyn.
52368
52369 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
52370
52371         * elf/elf.h (R_ARM_IRELATIVE): Define.
52372
52373 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
52374
52375         * po/ru.po: Update from translation team.
52376
52377 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
52378
52379         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
52380         dependencies.
52381
52382 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
52383
52384         [BZ #12653]
52385         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
52386         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
52387         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
52388         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
52389         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
52390
52391 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
52392
52393         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
52394         differing bytes.
52395         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
52396         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
52397         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
52398
52399 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
52400
52401         [BZ #12420]
52402         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
52403         storing it.
52404         * stdlib/bug-getcontext.c: New file.
52405         * stdlib/Makefile: Add rules to build and run bug-getcontext.
52406
52407 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52408
52409         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
52410         instructions into .machine "z9-109".
52411         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
52412         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
52413
52414 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52415
52416         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
52417         between environment variables and auxiliary vector.
52418
52419 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
52420
52421         * Makefile: Add rules to build linkobj/libc.so.
52422         * include/libc-symbols.h: Define libc_hidden_nolink.
52423         * include/rpc/auth.h: Mark functions which are to be hidden.
52424         * include/rpc/auth_des.h: Likewise.
52425         * include/rpc/auth_unix.h: Likewise.
52426         * include/rpc/clnt.h: Likewise.
52427         * include/rpc/des_crypt.h: Likewise.
52428         * include/rpc/key_prot.h: Likewise.
52429         * include/rpc/pmap_clnt.h: Likewise.
52430         * include/rpc/pmap_prot.h: Likewise.
52431         * include/rpc/pmap_rmt.h: Likewise.
52432         * include/rpc/rpc_msg.h: Likewise.
52433         * include/rpc/svc.h: Likewise.
52434         * include/rpc/svc_auth.h: Likewise.
52435         * include/rpc/xdr.h: Likewise.
52436         * nis/Makefile: Link all DSOs against linkobj/libc.so.
52437         * nss/Makefile: Likewise.
52438         * sunrpc/Makefile: Don't install headers.  Build library with normal
52439         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
52440         * sunrpc/auth_des.c: Hide exported symbols by default, export some
52441         for the compat linking library.  Remove use of INTDEF/INTUSE.
52442         * sunrpc/auth_none.c: Likewise.
52443         * sunrpc/auth_unix.c: Likewise.
52444         * sunrpc/authdes_prot.c: Likewise.
52445         * sunrpc/authuxprot.c: Likewise.
52446         * sunrpc/clnt_gen.c: Likewise.
52447         * sunrpc/clnt_perr.c: Likewise.
52448         * sunrpc/clnt_raw.c: Likewise.
52449         * sunrpc/clnt_simp.c: Likewise.
52450         * sunrpc/clnt_tcp.c: Likewise.
52451         * sunrpc/clnt_udp.c: Likewise.
52452         * sunrpc/clnt_unix.c: Likewise.
52453         * sunrpc/des_crypt.c: Likewise.
52454         * sunrpc/des_soft.c: Likewise.
52455         * sunrpc/get_myaddr.c: Likewise.
52456         * sunrpc/key_call.c: Likewise.
52457         * sunrpc/key_prot.c: Likewise.
52458         * sunrpc/netname.c: Likewise.
52459         * sunrpc/pm_getmaps.c: Likewise.
52460         * sunrpc/pm_getport.c: Likewise.
52461         * sunrpc/pmap_clnt.c: Likewise.
52462         * sunrpc/pmap_prot.c: Likewise.
52463         * sunrpc/pmap_prot2.c: Likewise.
52464         * sunrpc/pmap_rmt.c: Likewise.
52465         * sunrpc/publickey.c: Likewise.
52466         * sunrpc/rpc_cmsg.c: Likewise.
52467         * sunrpc/rpc_common.c: Likewise.
52468         * sunrpc/rpc_dtable.c: Likewise.
52469         * sunrpc/rpc_prot.c: Likewise.
52470         * sunrpc/rpc_thread.c: Likewise.
52471         * sunrpc/rtime.c: Likewise.
52472         * sunrpc/svc.c: Likewise.
52473         * sunrpc/svc_auth.c: Likewise.
52474         * sunrpc/svc_authux.c: Likewise.
52475         * sunrpc/svc_raw.c: Likewise.
52476         * sunrpc/svc_run.c: Likewise.
52477         * sunrpc/svc_simple.c: Likewise.
52478         * sunrpc/svc_tcp.c: Likewise.
52479         * sunrpc/svc_udp.c: Likewise.
52480         * sunrpc/svc_unix.c: Likewise.
52481         * sunrpc/svcauth_des.c: Likewise.
52482         * sunrpc/xcrypt.c: Likewise.
52483         * sunrpc/xdr.c: Likewise.
52484         * sunrpc/xdr_array.c: Likewise.
52485         * sunrpc/xdr_float.c: Likewise.
52486         * sunrpc/xdr_intXX_t.c: Likewise.
52487         * sunrpc/xdr_mem.c: Likewise.
52488         * sunrpc/xdr_rec.c: Likewise.
52489         * sunrpc/xdr_ref.c: Likewise.
52490         * sunrpc/xdr_sizeof.c: Likewise.
52491         * sunrpc/xdr_stdio.c: Likewise.
52492
52493 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
52494
52495         [BZ #12650]
52496         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
52497         * sysdeps/ia64/dl-tls.h: Likewise.
52498         * sysdeps/powerpc/dl-tls.h: Likewise.
52499         * sysdeps/s390/dl-tls.h: Likewise.
52500         * sysdeps/sh/dl-tls.h: Likewise.
52501         * sysdeps/sparc/dl-tls.h: Likewise.
52502         * sysdeps/x86_64/dl-tls.h: Likewise.
52503         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
52504
52505 2011-03-14  Andreas Schwab  <schwab@redhat.com>
52506
52507         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
52508         rpath element also skip the following colon.
52509         (expand_dynamic_string_token): Add is_path parameter and pass
52510         down to DL_DST_REQUIRED and _dl_dst_substitute.
52511         (decompose_rpath): Call expand_dynamic_string_token with
52512         non-zero is_path.  Ignore empty rpaths.
52513         (_dl_map_object_from_fd): Call expand_dynamic_string_token
52514         with zero is_path.
52515
52516 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
52517
52518         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
52519         Make cancelable.
52520
52521 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
52522
52523         [BZ #12655]
52524         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
52525         Patch by Filipe David Manana <fdmanana@apache.org>.
52526
52527 2011-04-07  Andreas Schwab  <schwab@redhat.com>
52528
52529         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
52530         Maintain aligned stack.
52531         (CHECK_RSP): Remove unused macro.
52532
52533 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
52534
52535         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
52536         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
52537
52538 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
52539
52540         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
52541
52542         * include/features.h: Mention __USE_XOPEN2K8 in comment.
52543
52544 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
52545
52546         [BZ #12518]
52547         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
52548         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
52549         * sysdeps/x86_64/memmove.c: New file.
52550         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
52551         (memcpy): Renamed to ...
52552         (__new_memcpy): This.
52553         (memcpy): Provide GLIBC_2_14 memcpy.
52554         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
52555         (memcpy): Provide GLIBC_2_2_5 memcpy.
52556
52557 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
52558
52559         [BZ #12631]
52560         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
52561
52562 2011-03-30  Andreas Schwab  <schwab@redhat.com>
52563
52564         * misc/syncfs.c: New file.
52565         * misc/Makefile (routines): Add syncfs.
52566         * posix/unistd.h: Declare syncfs.
52567         * sysdeps/unix/syscalls.list: Add syncfs.
52568
52569 2011-04-01  Andreas Schwab  <schwab@redhat.com>
52570
52571         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
52572         open_by_handle_at.
52573         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
52574         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
52575         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
52576         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
52577         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
52578         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
52579         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
52580
52581 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
52582
52583         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
52584         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
52585         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
52586         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
52587         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
52588         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
52589         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
52590
52591         * io/Makefile: Compile fallocate.c, fallocate64.c, and
52592         sync_file_range.c with -fexceptions.
52593         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
52594         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
52595         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
52596         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
52597         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
52598         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
52599         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
52600         sync_file_range as cancellation point
52601         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
52602         now a wrapper around __call_sync_file_range with cancellation handling.
52603         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
52604         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
52605         function name to __call_sync_file_range.
52606         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
52607         Add call_sync_file_range.
52608
52609 2011-04-01  Andreas Schwab  <schwab@redhat.com>
52610
52611         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
52612         bits/timex.h.
52613
52614 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
52615
52616         * iconv/iconv.h: Fix typo in comment.
52617         * io/fcntl.h: Likewise.
52618         * libio/stdio.h: Likewise.
52619         * posix/spawn.h: Likewise.
52620         * posix/unistd.h: Likewise.
52621         * stdlib/stdlib.h: Likewise.
52622         * time/time.h: Likewise.
52623         * wcsmbs/wchar.h: Likewise.
52624
52625         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
52626         open_by_handle): Add.
52627         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
52628         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
52629         Augment a few comments.
52630         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
52631         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
52632         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
52633         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
52634         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
52635         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
52636         open_by_handle.
52637
52638         * io/fcntl.h (AT_EMPTY_PATH): Define.
52639
52640 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
52641
52642         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
52643         * sysdeps/unix/sysv/linux/bits/time.h: New file.
52644         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
52645         to...
52646         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
52647         * Versions.def: Add GLIBC_2.14.
52648         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
52649         Export.
52650
52651 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
52652
52653         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
52654         round counter.
52655         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
52656
52657 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
52658
52659         [BZ #12597]
52660         * string/test-strncmp.c (do_page_test): New function.
52661         (check2): Likewise.
52662         (test_main): Call check2.
52663         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
52664
52665 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
52666
52667         [BZ #12587]
52668         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
52669         Handle cache information in CPU leaf 4.
52670         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
52671
52672 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
52673
52674         [BZ #12583]
52675         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
52676         character representation.
52677         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
52678
52679 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
52680
52681         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
52682         END(__isnan) to END(__isnanf) to match function entry point/label
52683         EALIGN(__isnanf,...).
52684
52685 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
52686
52687         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
52688
52689 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
52690
52691         [BZ #12510]
52692         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
52693         copy from the symbol referenced in the relocation to initialize the
52694         used variable.
52695         Patch by Piotr Bury <pbury@goahead.com>.
52696         * elf/Makefile: Add rules to build and tst-unique3.
52697         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
52698         * elf/tst-unique3.cc: New file.
52699         * elf/tst-unique3.h: New file.
52700         * elf/tst-unique3lib.cc: New file.
52701         * elf/tst-unique3lib2.cc: New file.
52702
52703         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
52704
52705 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
52706
52707         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
52708         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
52709         to _start.
52710
52711 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
52712
52713         * elf/dl-load.c (_dl_map_object): If we are looking for the first
52714         to-be-loaded object along a path to loader is ld.so.
52715
52716 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
52717             Ulrich Drepper  <drepper@gmail.com>
52718
52719         * sysdeps/x86_64/memset.S: After aligning destination, code
52720         branches to different locations depending on the value of
52721         misalignment, when multiarch is enabled. Fix this.
52722
52723 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
52724
52725         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
52726         Set _x86_64_preferred_memory_instruction for AMD processsors.
52727         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
52728         Set bit_Prefer_SSE_for_memop for AMD processors.
52729
52730 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
52731
52732         * libio/fmemopen.c (fmemopen): Optimize a bit.
52733
52734 2011-03-03  Andreas Schwab  <schwab@redhat.com>
52735
52736         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
52737
52738 2011-03-03  Roland McGrath  <roland@redhat.com>
52739
52740         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
52741
52742 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
52743
52744         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
52745         __bzero_ultra1 instead of __memset_ultra1.
52746
52747 2011-02-23  Andreas Schwab  <schwab@redhat.com>
52748             Ulrich Drepper  <drepper@gmail.com>
52749
52750         [BZ #12509]
52751         * include/link.h (struct link_map): Add l_orig_initfini.
52752         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
52753         returning unsuccessfully.
52754         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
52755         close of a file loaded at startup, restore the original l_initfini
52756         list.
52757         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
52758         list, store the pointer.
52759         * elf/Makefile ($(objpfx)noload-mem): New rule.
52760         (noload-ENV): Define.
52761         (tests): Add $(objpfx)noload-mem.
52762         * elf/noload.c: Include <memcheck.h>.
52763         (main): Call mtrace.  Close all opened handles.
52764
52765 2011-02-17  Andreas Schwab  <schwab@redhat.com>
52766
52767         [BZ #12454]
52768         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
52769         dependencies are missing.
52770
52771 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52772
52773         Fix __if_freereq crash: Unlike the generic version which uses free,
52774         Hurd needs munmap.
52775         * sysdeps/mach/hurd/ifreq.h: New file.
52776
52777 2011-01-27  Petr Baudis  <pasky@suse.cz>
52778             Ulrich Drepper  <drepper@gmail.com>
52779
52780         [BZ 12445]#
52781         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
52782         to extend_alloca().
52783         * stdio-common/bug23.c: New file.
52784         * stdio-common/Makefile (tests): Add bug23.
52785
52786 2010-09-28  Andreas Schwab  <schwab@redhat.com>
52787             Ulrich Drepper  <drepper@gmail.com>
52788
52789         [BZ #12489]
52790         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
52791         before performing relro protection.  At old place add assertion
52792         to make sure nothing changed.
52793
52794 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
52795             Glauber de Oliveira Costa  <glommer@gmail.com>
52796
52797         * elf/elf.h: Add new ARM TLS relocs.
52798
52799 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
52800
52801         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
52802         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
52803         cast from r3.
52804         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
52805         'tests' variable.
52806         * sysdeps/wordsize-64/tst-writev.c: New file.
52807
52808 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
52809
52810         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
52811         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
52812         insns in _dl_start to prevent a TOC reference before relocs are
52813         resolved.
52814
52815 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
52816
52817         [BZ #12469]
52818         * Makeconfig: Remove RANLIB definition.
52819         * Makerules: Don't use RANLIB.
52820         * aclocal.m4: Remove ranlib test.
52821         * configure.in: No need to check for ranlib.
52822         * elf/rtld-Rules: Don't use RANLIB.
52823
52824 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52825
52826         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
52827         protection macro.
52828         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
52829         inclusion protection macro.
52830
52831         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
52832         SIGRTMIN and SIGRTMAX and print information in that case only when
52833         SIGRTMIN is defined.
52834
52835 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
52836
52837         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
52838         arginfo fn returning -1.
52839
52840         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
52841         and thousands string is zero terminated.
52842
52843 2011-02-03  Andreas Schwab  <schwab@redhat.com>
52844
52845         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
52846         sysdeps/unix/sysv/linux/bits/socket.h.
52847
52848 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52849
52850         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
52851         (__CPU_COUNT): Remove old macros.
52852         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
52853         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
52854         (__CPU_ALLOC, __CPU_FREE): Add macros.
52855         (__sched_cpualloc, __sched_cpufree): Add declarations.
52856
52857 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
52858
52859         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
52860         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
52861         * nscd/aicache.c (addhstaiX): Return timeout of added value.
52862         (readdhstai): Return value of addhstaiX call.
52863         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
52864         (addgrbyX): Return value returned by cache_addgr.
52865         (readdgrbyname): Return value returned by addgrbyX.
52866         (readdgrbygid): Likewise.
52867         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
52868         (addpwbyX): Return value returned by cache_addpw.
52869         (readdpwbyname): Return value returned by addhstbyX.
52870         (readdpwbyuid): Likewise.
52871         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
52872         (addservbyX): Return value returned by cache_addserv.
52873         (readdservbyname): Return value returned by addservbyX:
52874         (readdservbyport): Likewise.
52875         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
52876         (addhstbyX): Return value returned by cache_addhst.
52877         (readdhstbyname): Return value returned by addhstbyX.
52878         (readdhstbyaddr): Likewise.
52879         (readdhstbynamev6): Likewise.
52880         (readdhstbyaddrv6): Likewise.
52881         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
52882         (readdinitgroups): Return value returned by addinitgroupsX.
52883         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
52884         (prune_cache): Keep track of timeout value of re-added entries.
52885         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
52886         * nscd/nscd.h: Adjust prototypes of readd* functions.
52887
52888 2011-02-04  Roland McGrath  <roland@redhat.com>
52889
52890         * nis/nis_server.c (nis_servstate): Use the right name for 0.
52891         (nis_stats): Likewise.
52892         * nis/nis_modify.c (nis_modify): Likewise.
52893         * nis/nis_remove.c (nis_remove): Likewise.
52894         * nis/nis_add.c (nis_add): Likewise.
52895
52896         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
52897
52898         * posix/fnmatch_loop.c: Add some consts.
52899
52900         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
52901
52902 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
52903
52904         [BZ #12460]
52905         * config.make.in (config-cflags-novzeroupper): Define.
52906         * configure.in: Substitute libc_cv_cc_novzeroupper.
52907         * elf/Makefile (AVX-CFLAGS): Define.
52908         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
52909         (CFLAGS-tst-auditmod4a.c): Likewise.
52910         (CFLAGS-tst-auditmod4b.c): Likewise.
52911         (CFLAGS-tst-auditmod6b.c): Likewise.
52912         (CFLAGS-tst-auditmod6c.c): Likewise.
52913         (CFLAGS-tst-auditmod7b.c): Likewise.
52914         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
52915
52916 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
52917
52918         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
52919         function to the callback.
52920         Patch partly by Jiri Olsa <jolsa@redhat.com>.
52921
52922 2011-02-02  Andreas Schwab  <schwab@redhat.com>
52923
52924         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
52925         of errno.
52926
52927 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
52928
52929         [BZ #11724]
52930         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
52931         of constructors.
52932         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
52933         of destructors.
52934         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
52935
52936         [BZ #11724]
52937         * elf/Makefile: Add rules to build and run new test.
52938         * elf/tst-initorder.c: New file.
52939         * elf/tst-initorder.exp: New file.
52940         * elf/tst-initordera1.c: New file.
52941         * elf/tst-initordera2.c: New file.
52942         * elf/tst-initordera3.c: New file.
52943         * elf/tst-initordera4.c: New file.
52944         * elf/tst-initorderb1.c: New file.
52945         * elf/tst-initorderb2.c: New file.
52946         * elf/tst-order-a1.c: New file.
52947         * elf/tst-order-a2.c: New file.
52948         * elf/tst-order-a3.c: New file.
52949         * elf/tst-order-a4.c: New file.
52950         * elf/tst-order-b1.c: New file.
52951         * elf/tst-order-b2.c: New file.
52952         * elf/tst-order-main.c: New file.
52953         New test case by George Gensure <werkt0@gmail.com>.
52954
52955 2010-10-01  Andreas Schwab  <schwab@redhat.com>
52956
52957         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
52958         decoding ACE if AI_CANONIDN.
52959
52960 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
52961
52962         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
52963
52964 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
52965
52966         * version.h (RELEASE): Bump for 2.13 release.
52967         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
52968
52969         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
52970
52971         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
52972         MADV_NOHUGEPAGE.
52973         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
52974         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
52975         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
52976         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
52977         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
52978         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
52979
52980         * posix/getconf.c: Update copyright year.
52981         * catgets/gencat.c: Likewise.
52982         * csu/version.c: Likewise.
52983         * debug/catchsegv.sh: Likewise.
52984         * debug/xtrace.sh: Likewise.
52985         * elf/ldconfig.c: Likewise.
52986         * elf/ldd.bash.in: Likewise.
52987         * elf/sprof.c (print_version): Likewise.
52988         * iconv/iconv_prog.c: Likewise.
52989         * iconv/iconvconfig.c: Likewise.
52990         * locale/programs/locale.c: Likewise.
52991         * locale/programs/localedef.c: Likewise.
52992         * malloc/memusage.sh: Likewise.
52993         * malloc/mtrace.pl: Likewise.
52994         * nscd/nscd.c (print_version): Likewise.
52995         * nss/getent.c: Likewise.
52996
52997         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
52998         PF_CAIF, and PF_ALG.
52999         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
53000
53001 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
53002
53003         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
53004         (modules-names): Use them.
53005         (ifunc-test-modules, ifunc-pie-tests): Define.
53006         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
53007         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
53008         (test-extras): Likewise.
53009         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
53010         $(compile-command.c).
53011         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
53012         (all-built-dso): Define.
53013         (check-textrel.out, check-execstack.out): Depend on it.
53014
53015         * configure.in: Don't override --enable-multi-arch.
53016
53017 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
53018
53019         [BZ #6812]
53020         * nscd/hstcache.c (tryagain): Define.
53021         (cache_addhst): Return tryagain not notfound for temporary errors.
53022         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
53023         failed.
53024
53025 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
53026
53027         [BZ #10563]
53028         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
53029         to make the syscall.
53030         * sysdeps/unix/sysv/linux/setgroups.c: New file.
53031
53032         [BZ #12378]
53033         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
53034         and fall back to matching as normal character if the string ends before
53035         the matching ']' is found.  This is what POSIX requires.
53036         * posix/testfnm.c: Adjust test result.
53037         * posix/globtest.sh: Adjust test result.  Add new test.
53038         * posix/tst-fnmatch.input: Likewise.
53039         * posix/tst-fnmatch2.c: Add new test.
53040
53041 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
53042
53043         * elf/Makefile (check-execstack): Revert last change.  Depend on
53044         check-execstack.h.
53045         (check-execstack.h): New target.
53046         (generated): Add check-execstack.h.
53047         * elf/check-execstack.c: Include "check-execstack.h".
53048         (main): Revert last change.
53049         (handle_file): Return zero if GNU_STACK is absent and
53050         DEFAULT_STACK_PERMS doesn't include PF_X.
53051
53052 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
53053
53054         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
53055         in child fails because the descriptor is already closed.
53056         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
53057         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
53058         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
53059
53060         [BZ #12397]
53061         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
53062         syscall.
53063
53064         [BZ #10484]
53065         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
53066         temporary buffer used to handle multi lookups locally.
53067         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
53068
53069 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
53070
53071         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
53072         loader is ld.so.
53073
53074 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
53075
53076         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
53077         alignment for SSE2.
53078
53079 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
53080
53081         [BZ #12394]
53082         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
53083         characters.  When rounding increased number of integer digits recompute
53084         number of groups.
53085         * stdio-common/tst-grouping.c: New file.
53086         * stdio-common/Makefile: Add rules to build and run tst-grouping.
53087
53088 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
53089
53090         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
53091         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
53092
53093         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
53094         void.
53095         * bits/select.h: Likewise.
53096
53097 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
53098
53099         * po/ja.po: Update from translation team.
53100
53101 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
53102
53103         [BZ #11155]
53104         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
53105         implementation just like for lxstat, fxstatat, et al.
53106
53107 2010-12-27  Jim Meyering  <meyering@redhat.com>
53108
53109         [BZ #12348]
53110         * posix/regexec.c (build_trtable): Return failure indication upon
53111         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
53112
53113 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
53114
53115         [BZ #12201]
53116         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
53117         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
53118         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
53119         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
53120
53121         [BZ #12207]
53122         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
53123
53124         [BZ #12204]
53125         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
53126         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
53127
53128 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
53129
53130         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
53131         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
53132         script has SORT_BY_INIT_PRIORITY.
53133         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
53134         NO_CTORS_DTORS_SECTIONS is defined.
53135         * elf/soinit.c: Likewise.
53136         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
53137         NO_CTORS_DTORS_SECTIONS is defined.
53138         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
53139         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
53140         * sysdeps/sh/init-first.c: Likewise.
53141         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
53142
53143 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
53144
53145         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
53146         always use the slow path.
53147
53148 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
53149
53150         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
53151         similar rule which adds the sysdep directories to the header search in
53152         order to pick up the correct platform stackinfo.h.
53153         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
53154         perform test if it is, otherwise return successfully without testing.
53155         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
53156         DEFAULT_STACK_PERMS define in stackinfo.h.
53157         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
53158         defined in stackinfo.h.
53159         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
53160         DEFAULT_STACK_PERMS defined in stackinfo.h.
53161         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
53162         * sysdeps/ia64/stackinfo.h: Likewise.
53163         * sysdeps/s390/stackinfo.h: Likewise.
53164         * sysdeps/sh/stackinfo.h: Likewise.
53165         * sysdeps/sparc/stackinfo.h: Likewise.
53166         * sysdeps/x86_64/stackinfo.h: Likewise.
53167         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
53168         PF_X for powerpc64.  Retain PF_X for powerpc32.
53169
53170 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
53171
53172         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
53173         accurately.
53174         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
53175         GETDENTS_64BIT_ALIGNED.
53176
53177 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
53178
53179         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
53180
53181 2010-12-10  Andreas Schwab  <schwab@redhat.com>
53182
53183         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
53184         _GNU_SOURCE.
53185
53186         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
53187         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
53188         Remove __restrict.
53189         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
53190         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
53191
53192 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
53193
53194         [BZ #11655]
53195         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
53196         are initialized.
53197
53198 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
53199
53200         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
53201
53202 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
53203
53204         * po/it.po: Update from translation team.
53205
53206 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
53207
53208         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
53209         unused codes.
53210
53211 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
53212
53213         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
53214
53215 2010-11-24  Andreas Schwab  <schwab@redhat.com>
53216
53217         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
53218         specially.
53219         (gaih_getanswer_slice): Likewise.
53220
53221 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
53222
53223         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
53224
53225 2010-05-31  Petr Baudis  <pasky@suse.cz>
53226
53227         [BZ #11149]
53228         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
53229         silently even in the chroot mode.
53230
53231 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
53232
53233         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
53234         last patch a bit.  Pretty printing
53235
53236 2010-05-31  Petr Baudis <pasky@suse.cz>
53237
53238         [BZ #10085]
53239         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
53240         initialization of skip_initgroups_dyn.
53241
53242 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
53243
53244         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
53245         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
53246
53247 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
53248
53249         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
53250
53251 2010-11-11  Andreas Schwab  <schwab@redhat.com>
53252
53253         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
53254         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
53255         (tst-fnmatch-ENV): Set MALLOC_TRACE.
53256         ($(objpfx)tst-fnmatch-mem): New rule.
53257         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
53258         * posix/tst-fnmatch.c (main): Call mtrace.
53259
53260 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
53261
53262         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53263         Support Intel processor model 6 and model 0x2c.
53264
53265 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
53266
53267         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
53268           signed comparison.
53269
53270 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
53271
53272         [BZ #12205]
53273         * string/test-strncasecmp.c (check_result): New function.
53274         (do_one_test): Use it.
53275         (check1): New function.
53276         (test_main): Use it.
53277         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
53278         Support strcasecmp and strncasecmp.
53279
53280 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
53281
53282         [BZ #12194]
53283         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
53284         * sysdeps/x86_64/bits/byteswap.h: Likewise.
53285
53286 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
53287
53288         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
53289         IFUNC support.
53290         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53291         memset-x86-64.
53292         * sysdeps/x86_64/multiarch/bzero.S: New file.
53293         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
53294         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
53295         * sysdeps/x86_64/multiarch/memset.S: New file.
53296         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
53297         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53298         Set bit_Prefer_SSE_for_memop for Intel processors.
53299         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
53300         Define.
53301         (index_Prefer_SSE_for_memop): Define.
53302         (HAS_PREFER_SSE_FOR_MEMOP): Define.
53303
53304 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
53305
53306         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
53307         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
53308
53309 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
53310
53311         [BZ #12191]
53312         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
53313         (__x86_64_raw_data_cache_size_half): Likewise.
53314         (__x86_64_raw_shared_cache_size): Likewise.
53315         (__x86_64_raw_shared_cache_size_half): Likewise.
53316
53317         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
53318         (__x86_64_raw_data_cache_size_half): Likewise.
53319         (__x86_64_raw_shared_cache_size): Likewise.
53320         (__x86_64_raw_shared_cache_size_half): Likewise.
53321         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
53322         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
53323         and __x86_64_raw_shared_cache_size_half.  Round
53324         __x86_64_data_cache_size_half, __x86_64_data_cache_size
53325         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
53326         to multiple of 256 bytes.
53327
53328 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
53329
53330         [BZ #12167]
53331         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
53332         of inacessible symlinks.  Verify result of symlink before returning it.
53333         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
53334         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
53335
53336 2010-10-28  Erich Ritz  <erichritz@gmail.com>
53337
53338         * math/math.h (isinf): Fix typo in comment.
53339
53340 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
53341
53342         * po/da.po: Update from translation team.
53343
53344 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
53345
53346         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
53347         is added to the list.
53348
53349 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53350             Ulrich Drepper  <drepper@gmail.com>
53351
53352         * elf/dl-object.c (_dl_new_object): Don't append the new object to
53353         the global list here.  Move code to...
53354         (_dl_add_to_namespace_list): ...here.  New function.
53355         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
53356         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
53357         * elf/dl-load.c (lose): Don't remove the element from the list.
53358         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
53359         (_dl_map_object): Likewise.
53360
53361 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
53362
53363         [BZ #12159]
53364         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
53365         into all bytes of SSE register.
53366         Patch by Richard Li <richardpku@gmail.com>.
53367
53368 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
53369
53370         [BZ #12140]
53371         * malloc/malloc.c (_int_free): Fill correct number of bytes when
53372         perturbing.
53373
53374 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
53375
53376         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
53377         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
53378         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
53379         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
53380         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
53381         submachine.
53382         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
53383
53384 2010-10-22  Andreas Schwab  <schwab@redhat.com>
53385
53386         * include/dlfcn.h (__RTLD_SECURE): Define.
53387         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
53388         mode & __RTLD_SECURE instead.
53389         (open_path): Rename preloaded parameter to secure.
53390         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
53391         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
53392         * elf/dl-deps.c (openaux): Likewise.
53393         * elf/rtld.c (struct map_args): Remove is_preloaded.
53394         (map_doit): Don't use it.
53395         (dl_main): Likewise.
53396         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
53397         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
53398
53399 2010-09-09  Andreas Schwab  <schwab@redhat.com>
53400
53401         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
53402         (sysd-rules-targets): Remove duplicates.
53403         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
53404         rtld-%.$o dependency.
53405
53406 2010-10-18  Andreas Schwab  <schwab@redhat.com>
53407
53408         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
53409         _dl_map_object do it.
53410
53411 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
53412
53413         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
53414         fast fma builtins, define the macros in the C99 standard.
53415         (FP_FAST_FMAF): Likewise.
53416         (FP_FAST_FMAL): Likewise.
53417         * sysdeps/x86_64/bits/mathdef.h: Likewise.
53418
53419         * bits/mathdef.h: Update copyright year.
53420         * sysdeps/powerpc/bits/mathdef.h: Likewise.
53421
53422 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
53423
53424         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
53425         builtins, define the macros in the C99 standard.
53426         (FP_FAST_FMAF): Likewise.
53427         (FP_FAST_FMAL): Likewise.
53428         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
53429         multiply/add.
53430         (FP_FAST_FMAF): Likewise.
53431
53432 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
53433
53434         [BZ #3268]
53435         * math/libm-test.inc (fma_test): Some new testcases.
53436         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
53437         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
53438         y and infinite z.  Do multiplication by C already in long double.
53439         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
53440         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
53441         y and infinite z.  Do bitwise or of inexact bit into u.d.
53442         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
53443         * sysdeps/i386/fpu/s_fmaf.S: Removed.
53444         * sysdeps/i386/fpu/s_fma.S: Removed.
53445         * sysdeps/i386/fpu/s_fmal.S: Removed.
53446
53447 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
53448
53449         [BZ #3268]
53450         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
53451         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
53452         computation is not scheduled after fetestexcept.  Fix value
53453         of minimum denormal long double.
53454
53455 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
53456
53457         [BZ #3268]
53458         * math/libm-test.inc (fma_test): Add some more tests.
53459         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
53460         correctly.
53461
53462 2010-10-15  Andreas Schwab  <schwab@redhat.com>
53463
53464         * scripts/data/localplt-s390-linux-gnu.data: New file.
53465         * scripts/data/localplt-s390x-linux-gnu.data: New file.
53466
53467 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
53468
53469         [BZ #3268]
53470         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
53471         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
53472         instead of dbl-64.
53473         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
53474         inlines.
53475         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
53476         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
53477         if one of x and y is very large and the other is subnormal.
53478         * sysdeps/s390/fpu/s_fmaf.c: New file.
53479         * sysdeps/s390/fpu/s_fma.c: New file.
53480         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
53481         * sysdeps/powerpc/fpu/s_fma.S: New file.
53482         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
53483         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
53484         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
53485
53486 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
53487
53488         [BZ #3268]
53489         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
53490         fma tests.
53491         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
53492         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
53493         * sysdeps/i386/i686/multiarch/s_fma.c: Include
53494         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
53495         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
53496         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
53497         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
53498
53499 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
53500
53501         [BZ #12078]
53502         * posix/regcomp.c (parse_branch): One more memory leak plugged.
53503         * posix/bug-regex31.input: Add test case.
53504
53505 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
53506
53507         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
53508         * posix/bug-regex31.input: New file.
53509
53510         [BZ #12078]
53511         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
53512         (parse_sub_exp): Fix last change, use postorder.
53513
53514         * posix/bug-regex31.c: New file.
53515         * posix/Makefile: Add rules to build and run bug-regex31.
53516
53517         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
53518
53519         [BZ #12078]
53520         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
53521
53522         [BZ #12108]
53523         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
53524         to have entries in sys_siglist.
53525
53526         [BZ #12093]
53527         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
53528         be NULL.
53529
53530 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
53531
53532         [BZ #3268]
53533         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
53534         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
53535         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
53536         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
53537         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
53538         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
53539         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
53540         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
53541         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
53542         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
53543         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
53544         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
53545         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
53546         * math/ftestexcept.c (fetestexcept): Likewise.
53547         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
53548         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
53549         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
53550         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
53551         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
53552         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
53553         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
53554
53555 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
53556
53557         [BZ #12107]
53558         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
53559         newline.
53560
53561 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
53562
53563         * string/bug-strstr1.c: New file.
53564         * string/Makefile: Add rules to build and run bug-strstr1.
53565
53566 2010-10-05  Eric Blake  <eblake@redhat.com>
53567
53568         [BZ #12092]
53569         * string/str-two-way.h (two_way_long_needle): Always clear memory
53570         when skipping input due to the shift table.
53571
53572 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
53573
53574         [BZ #12005]
53575         * malloc/mcheck.c: Handle large requests.
53576
53577         [BZ #12077]
53578         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
53579         for strncmp and strncasecmp.
53580         * string/stratcliff.c: Add tests for strcmp and strncmp.
53581         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
53582
53583 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
53584
53585         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
53586         __set_fpscr.
53587
53588 2010-09-30  Andreas Jaeger  <aj@suse.de>
53589
53590         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
53591         (CGROUP_SUPER_MAGIC): Define.
53592         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
53593         Handle btrfs and cgroup file systems.
53594         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
53595         Likewise.
53596
53597 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
53598
53599         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
53600         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
53601
53602 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53603
53604         [BZ #12067]
53605         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
53606         trying to locate the ELF header.
53607
53608 2010-09-27  Andreas Schwab  <schwab@redhat.com>
53609
53610         [BZ #11611]
53611         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
53612         Mask out sign-bit copies when constructing f_fsid.
53613
53614 2010-09-24  Petr Baudis <pasky@suse.cz>
53615
53616         * debug/stack_chk_fail_local.c: Add missing licence exception.
53617         * debug/warning-nop.c: Likewise.
53618
53619 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
53620
53621         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
53622         implementing getdents64 using getdents syscall, set d_type if
53623         __ASSUME_GETDENTS32_D_TYPE.
53624
53625 2010-09-16  Andreas Schwab  <schwab@redhat.com>
53626
53627         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
53628         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
53629
53630 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
53631
53632         [BZ #12037]
53633         * posix/unistd.h: Undo change of feature selection for ftruncate from
53634         2010-01-11.
53635
53636 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
53637
53638         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
53639         detection.
53640
53641 2010-09-20  Andreas Schwab  <schwab@redhat.com>
53642
53643         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
53644         fanotify_mark.
53645         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
53646
53647 2010-09-14  Andreas Schwab  <schwab@redhat.com>
53648
53649         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
53650         variables after CHECK_SP call.
53651         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
53652
53653 2010-09-13  Andreas Schwab  <schwab@redhat.com>
53654             Ulrich Drepper  <drepper@redhat.com>
53655
53656         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
53657         re-relocationg ld.so.
53658         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
53659         _dl_init_paths call.
53660         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
53661         here anymore.
53662
53663 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
53664
53665         * resolv/res_init.c (__res_vinit): Count the default server we added.
53666
53667 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
53668             Ulrich Drepper  <drepper@redhat.com>
53669
53670         [BZ #11968]
53671         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
53672         (____longjmp_chk): Use %ebx for saving value across system call.
53673         Add unwind info.
53674
53675 2010-09-06  Andreas Schwab  <schwab@redhat.com>
53676
53677         * manual/Makefile: Don't mix pattern rules with normal rules.
53678
53679 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
53680
53681         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
53682         operation.
53683         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
53684         * libio/iofopncook.c (_IO_cookie_init): Likewise.
53685         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
53686         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
53687         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
53688         Likewise.
53689
53690 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
53691
53692         [BZ #11979]
53693         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
53694         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
53695
53696 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
53697
53698         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
53699         * sysdeps/x86_64/addmul_1.S: Likewise.
53700         * sysdeps/x86_64/lshift.S: Likewise.
53701         * sysdeps/x86_64/mul_1.S: Likewise.
53702         * sysdeps/x86_64/rshift.S: Likewise.
53703         * sysdeps/x86_64/sub_n.S: Likewise.
53704         * sysdeps/x86_64/submul_1.S: Likewise.
53705
53706 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53707
53708         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
53709         Define __sched_param instead of SCHED_* and sched_param when
53710         <bits/sched.h> is included with __need_schedparam defined.
53711         * bits/sched.h [__need_schedparam]
53712         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
53713         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
53714         (__defined_schedparam): Define to 1.
53715         (__sched_param): New structure, identical to sched_param.
53716         (__need_schedparam): Undefine.
53717
53718 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
53719
53720         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
53721         (epoll_create1): Declare.
53722
53723         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
53724
53725 2010-08-31  Andreas Schwab  <schwab@redhat.com>
53726
53727         [BZ #7066]
53728         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
53729         shifting retval into place.
53730
53731 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
53732
53733         * nis/rpcsvc/nis.h: Update copyright notice.
53734         * nis/rpcsvc/nis.x: Likewise.
53735         * nis/rpcsvc/nis_callback.h: Likewise.
53736         * nis/rpcsvc/nis_callback.x: Likewise.
53737         * nis/rpcsvc/nis_object.x: Likewise.
53738         * nis/rpcsvc/nis_tags.h: Likewise.
53739         * nis/rpcsvc/yp.h: Likewise.
53740         * nis/rpcsvc/yp.x: Likewise.
53741         * nis/rpcsvc/ypupd.h: Likewise.
53742         * nis/yp_xdr.c: Likewise.
53743         * nis/ypupdate_xdr.c: Likewise.
53744
53745         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
53746         mainly the body of pmap_getport.  Add parameters to specify timeouts.
53747         (pmap_getport): Use __libc_rpc_getport.
53748         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
53749         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
53750         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
53751
53752 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
53753
53754         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
53755         fanotify_mark.
53756
53757 2010-08-27  Roland McGrath  <roland@redhat.com>
53758
53759         * sysdeps/i386/i686/multiarch/Makefile
53760         (CFLAGS-varshift.c): New variable.
53761
53762 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
53763
53764         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
53765         * sysdeps/i386/i686/multiarch/varshift.c: New file.
53766
53767         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
53768
53769         * sysdeps/x86_64/strlen.S: Minimal code improvement.
53770
53771 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
53772
53773         * sysdeps/x86_64/strlen.S: Unroll the loop.
53774         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53775         strlen-sse2 strlen-sse2-bsf.
53776         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
53777         __strlen_no_bsf if bit_Slow_BSF is set.
53778         (__strlen_sse42): Removed.
53779         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
53780         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
53781
53782 2010-08-25  Roland McGrath  <roland@redhat.com>
53783
53784         * sysdeps/x86_64/multiarch/varshift.S: File removed.
53785         * sysdeps/x86_64/multiarch/varshift.c: New file.
53786         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
53787         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
53788         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
53789         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
53790
53791 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
53792
53793         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53794         strlen-sse2 strlen-sse2-bsf.
53795         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
53796         __strlen_sse2_bsf if bit_Slow_BSF is unset.
53797         (__strlen_sse2): Removed.
53798         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
53799         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
53800         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
53801         bit_Slow_BSF for Atom.
53802         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
53803         (index_Slow_BSF): Define.
53804         (HAS_SLOW_BSF): Define.
53805
53806 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
53807
53808         [BZ #10851]
53809         * resolv/res_init.c (__res_vinit): When no server address at all
53810         is given default to loopback.
53811
53812 2010-08-24  Roland McGrath  <roland@redhat.com>
53813
53814         * configure.in: Remove config-name.h generation.
53815         * configure: Regenerated.
53816         * config-name.in: File removed.
53817         * scripts/config-uname.sh: New file.
53818         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
53819         ($(objdir)config-name.h): New target.
53820
53821         * sunrpc/rpc_parse.h: Avoid nested comment.
53822
53823 2010-08-24  Richard Henderson  <rth@redhat.com>
53824             Ulrich Drepper  <drepper@redhat.com>
53825             H.J. Lu  <hongjiu.lu@intel.com>
53826
53827         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
53828         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
53829         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
53830         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
53831         _mm_alignr_epi8 with _mm_loadu_si128.
53832         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
53833         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
53834         (__m128i_shift_right): Removed.
53835         * sysdeps/i386/i686/multiarch/varshift.h: New file.
53836         * sysdeps/i386/i686/multiarch/varshift.S: New file.
53837         * sysdeps/x86_64/multiarch/varshift.h: New file.
53838         * sysdeps/x86_64/multiarch/varshift.S: New file.
53839
53840 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
53841
53842         * configure.in: Move assembler checks to before sysdep dir checking.
53843
53844 2010-08-20  Petr Baudis  <pasky@suse.cz>
53845
53846         * LICENSES: Sync the sunrpc license.
53847
53848 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
53849
53850         * sunrpc/auth_des.c: Update copyright notice once again.
53851         * sunrpc/auth_none.c: Likewise.
53852         * sunrpc/auth_unix.c: Likewise.
53853         * sunrpc/authdes_prot.c: Likewise.
53854         * sunrpc/authuxprot.c: Likewise.
53855         * sunrpc/bindrsvprt.c: Likewise.
53856         * sunrpc/clnt_gen.c: Likewise.
53857         * sunrpc/clnt_perr.c: Likewise.
53858         * sunrpc/clnt_raw.c: Likewise.
53859         * sunrpc/clnt_simp.c: Likewise.
53860         * sunrpc/clnt_tcp.c: Likewise.
53861         * sunrpc/clnt_udp.c: Likewise.
53862         * sunrpc/clnt_unix.c: Likewise.
53863         * sunrpc/des_crypt.c: Likewise.
53864         * sunrpc/des_soft.c: Likewise.
53865         * sunrpc/get_myaddr.c: Likewise.
53866         * sunrpc/getrpcport.c: Likewise.
53867         * sunrpc/key_call.c: Likewise.
53868         * sunrpc/key_prot.c: Likewise.
53869         * sunrpc/openchild.c: Likewise.
53870         * sunrpc/pm_getmaps.c: Likewise.
53871         * sunrpc/pm_getport.c: Likewise.
53872         * sunrpc/pmap_clnt.c: Likewise.
53873         * sunrpc/pmap_prot.c: Likewise.
53874         * sunrpc/pmap_prot2.c: Likewise.
53875         * sunrpc/pmap_rmt.c: Likewise.
53876         * sunrpc/rpc/auth.h: Likewise.
53877         * sunrpc/rpc/auth_unix.h: Likewise.
53878         * sunrpc/rpc/clnt.h: Likewise.
53879         * sunrpc/rpc/des_crypt.h: Likewise.
53880         * sunrpc/rpc/key_prot.h: Likewise.
53881         * sunrpc/rpc/netdb.h: Likewise.
53882         * sunrpc/rpc/pmap_clnt.h: Likewise.
53883         * sunrpc/rpc/pmap_prot.h: Likewise.
53884         * sunrpc/rpc/pmap_rmt.h: Likewise.
53885         * sunrpc/rpc/rpc.h: Likewise.
53886         * sunrpc/rpc/rpc_des.h: Likewise.
53887         * sunrpc/rpc/rpc_msg.h: Likewise.
53888         * sunrpc/rpc/svc.h: Likewise.
53889         * sunrpc/rpc/svc_auth.h: Likewise.
53890         * sunrpc/rpc/types.h: Likewise.
53891         * sunrpc/rpc/xdr.h: Likewise.
53892         * sunrpc/rpc_clntout.c: Likewise.
53893         * sunrpc/rpc_cmsg.c: Likewise.
53894         * sunrpc/rpc_common.c: Likewise.
53895         * sunrpc/rpc_cout.c: Likewise.
53896         * sunrpc/rpc_dtable.c: Likewise.
53897         * sunrpc/rpc_hout.c: Likewise.
53898         * sunrpc/rpc_main.c: Likewise.
53899         * sunrpc/rpc_parse.c: Likewise.
53900         * sunrpc/rpc_parse.h: Likewise.
53901         * sunrpc/rpc_prot.c: Likewise.
53902         * sunrpc/rpc_sample.c: Likewise.
53903         * sunrpc/rpc_scan.c: Likewise.
53904         * sunrpc/rpc_scan.h: Likewise.
53905         * sunrpc/rpc_svcout.c: Likewise.
53906         * sunrpc/rpc_tblout.c: Likewise.
53907         * sunrpc/rpc_util.c: Likewise.
53908         * sunrpc/rpc_util.h: Likewise.
53909         * sunrpc/rpcinfo.c: Likewise.
53910         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
53911         * sunrpc/rpcsvc/key_prot.x: Likewise.
53912         * sunrpc/rpcsvc/klm_prot.x: Likewise.
53913         * sunrpc/rpcsvc/mount.x: Likewise.
53914         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
53915         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
53916         * sunrpc/rpcsvc/rex.x: Likewise.
53917         * sunrpc/rpcsvc/rstat.x: Likewise.
53918         * sunrpc/rpcsvc/rusers.x: Likewise.
53919         * sunrpc/rpcsvc/sm_inter.x: Likewise.
53920         * sunrpc/rpcsvc/spray.x: Likewise.
53921         * sunrpc/rpcsvc/yppasswd.x: Likewise.
53922         * sunrpc/rtime.c: Likewise.
53923         * sunrpc/svc.c: Likewise.
53924         * sunrpc/svc_auth.c: Likewise.
53925         * sunrpc/svc_authux.c: Likewise.
53926         * sunrpc/svc_raw.c: Likewise.
53927         * sunrpc/svc_run.c: Likewise.
53928         * sunrpc/svc_simple.c: Likewise.
53929         * sunrpc/svc_tcp.c: Likewise.
53930         * sunrpc/svc_udp.c: Likewise.
53931         * sunrpc/svc_unix.c: Likewise.
53932         * sunrpc/svcauth_des.c: Likewise.
53933         * sunrpc/xcrypt.c: Likewise.
53934         * sunrpc/xdr.c: Likewise.
53935         * sunrpc/xdr_array.c: Likewise.
53936         * sunrpc/xdr_float.c: Likewise.
53937         * sunrpc/xdr_mem.c: Likewise.
53938         * sunrpc/xdr_rec.c: Likewise.
53939         * sunrpc/xdr_ref.c: Likewise.
53940         * sunrpc/xdr_sizeof.c: Likewise.
53941         * sunrpc/xdr_stdio.c: Likewise.
53942
53943         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
53944         handling.
53945
53946 2010-08-19  Andreas Schwab  <schwab@redhat.com>
53947
53948         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
53949
53950 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
53951
53952         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
53953         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
53954         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
53955         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
53956         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
53957         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
53958         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
53959         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
53960         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
53961         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
53962         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
53963         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
53964         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
53965         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
53966
53967 2010-07-26  Anton Blanchard  <anton@samba.org>
53968
53969         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
53970         * malloc/arena.c (heap_trim): Likewise.
53971
53972 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
53973
53974         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
53975         here.  Not...
53976         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
53977         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
53978
53979 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
53980
53981         * sysdeps/i386/elf/Makefile: New file.
53982
53983 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
53984
53985         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
53986         from fanotify_init.
53987         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
53988         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
53989
53990 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
53991
53992         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
53993         of strncasecmp_l.
53994         * sysdeps/multiarch/strcmp.S: Likewise.
53995
53996 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
53997
53998         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
53999         strncase_l-nonascii.
54000         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
54001         Add strncase_l-ssse3.
54002         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
54003         * sysdeps/x86_64/strcmp.S: Likewise.
54004         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
54005         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
54006         * sysdeps/x86_64/strncase.S: New file.
54007         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
54008         * sysdeps/x86_64/strncase_l.S: New file.
54009         * string/Makefile (strop-tests): Add strncasecmp.
54010         * string/test-strncasecmp.c: New file.
54011
54012         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
54013         warning.
54014
54015         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
54016         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
54017
54018 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
54019
54020         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
54021
54022 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
54023
54024         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
54025         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
54026         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
54027
54028 2010-05-01  Alan Modra  <amodra@gmail.com>
54029
54030         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
54031         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
54032         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
54033         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
54034         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
54035         tidying.  Don't tail-call __sigjmp_save for static lib.
54036         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
54037         save location.
54038         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
54039         (CALL_MCOUNT): Add eh info, and nop after bl.
54040         (TAIL_CALL_SYSCALL_ERROR): New macro.
54041         (PSEUDO_RET): Use it.
54042         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
54043         Correct save location of integer regs and cr.
54044         (_dl_profile_resolve): Correct cr save location.  Delete nops
54045         after bl when SHARED.  Reduce cfi size a little by better
54046         placement of cfi directives.
54047         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
54048         make a stack frame.  Instead use parm save area as a temp.
54049         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
54050         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
54051         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
54052         Don't make a stack frame for parent, use parm save area.
54053         Increase child stack frame to 112 bytes.  Don't save unused reg,
54054         and adjust reg usage.  Set up cfi on error recovery and
54055         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
54056         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
54057         (__makecontext): Add dummy nop after jump to exit.
54058         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
54059         Use correct parm save area and cr save, reduce stack frame.
54060         Correct cfi for possible PSEUDO_RET frame setup.
54061         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
54062         Branch to local label emitted by PSEUDO_RET rather than
54063         __syscall_error.
54064
54065 2010-08-12  Andreas Schwab  <schwab@redhat.com>
54066
54067         [BZ #11904]
54068         * locale/programs/locale.c (print_assignment): New function.
54069         (show_locale_vars): Use it.
54070
54071 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
54072
54073         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
54074         field.
54075         (struct statfs64): Likewise.
54076         (_STATFS_F_FLAGS): Define.
54077         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
54078         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
54079         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
54080         (ST_VALID): Define locally.
54081         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
54082         __statvfs_getflags, use the provided value.
54083         * sysdeps/unix/sysv/linux/kernel-features.h: Define
54084         __ASSUME_STATFS_F_FLAGS.
54085
54086         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
54087
54088         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
54089         Add sys/fanotify.h.
54090         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
54091         fanotify_mask for GLIBC_2.13.
54092         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
54093         fanotify_init and fanotify_mark.
54094         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
54095         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
54096
54097         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
54098         Add prlimit.
54099         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
54100         prlimit64 for GLIBC_2.13.
54101         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
54102         prlimit64.
54103         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
54104         syscall.
54105         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
54106         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
54107         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
54108         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
54109         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
54110         add prlimit alias.
54111         * sysdeps/unix/sysv/linux/prlimit.c: New file.
54112
54113         [BZ #11903]
54114         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
54115         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
54116
54117         * nss/Makefile: Add rules to build and run tst-nss-test1.
54118         * shlib-versions: Add entry for libnss_test1.
54119         * nss/nss_test1.c: New file.
54120         * nss/tst-nss-test1.c: New file.
54121
54122         * nss/nsswitch.c (__nss_database_custom): Define new variable.
54123         (__nss_configure_lookup): Set appropriate entry in
54124         __nss_configure_lookup to true.
54125         * nss/nsswitch.h: Define enum with indeces of databases in
54126         databases and __nss_database_custom arrays.  Declare
54127         __nss_database_custom.
54128         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
54129         to avoid using nscd when custom rules are installed.
54130         * nss/getXXbyYY_r.c: Likewise.
54131         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
54132
54133         * nss/nss_files/files-parse.c: Whitespace fixes.
54134
54135 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
54136
54137         [BZ #11883]
54138         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
54139         * posix/fnmatch_loop.c: Likewise.
54140
54141 2010-07-17  Andi Kleen  <ak@linux.intel.com>
54142
54143         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
54144         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
54145         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
54146         * Versions.def [GLIBC_2.13]: Add.
54147
54148 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
54149
54150         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
54151         Also fail if tpwd after pwuid call is NULL.
54152
54153 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
54154
54155         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
54156         when converting to ms.
54157
54158 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
54159
54160         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
54161         EOPNOTSUPP errors with ENOTTY.
54162         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
54163         EOPNOTSUPP errors with ENOTTY.
54164
54165 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
54166
54167         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
54168         Add strcasecmp_l-ssse3.
54169         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
54170         strcasecmp.
54171         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
54172         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
54173         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
54174
54175 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
54176
54177         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
54178
54179         * string/Makefile (strop-tests): Add strcasecmp.
54180         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
54181         strcasecmp_l-nonascii.
54182         (gen-as-const-headers): Add locale-defines.sym.
54183         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
54184         * sysdeps/x86_64/strcasecmp.S: New file.
54185         * sysdeps/x86_64/strcasecmp_l.S: New file.
54186         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
54187         * sysdeps/x86_64/locale-defines.sym: New file.
54188         * string/test-strcasecmp.c: New file.
54189
54190         * string/test-strcasestr.c: Test both ends of the range of characters.
54191         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
54192
54193 2010-07-29  Roland McGrath  <roland@redhat.com>
54194
54195         [BZ #11856]
54196         * manual/locale.texi (Yes-or-No Questions): Fix example code.
54197
54198 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
54199
54200         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
54201         for ld.so.
54202
54203 2010-07-27  Andreas Schwab  <schwab@redhat.com>
54204
54205         * manual/memory.texi (Malloc Tunable Parameters): Document
54206         M_PERTURB.
54207
54208 2010-07-26  Roland McGrath  <roland@redhat.com>
54209
54210         [BZ #11840]
54211         * configure.in (-fgnu89-inline check): Set and substitute
54212         gnu89_inline, not libc_cv_gnu89_inline.
54213         * configure: Regenerated.
54214         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
54215
54216 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
54217
54218         * string/test-strnlen.c: New file.
54219         * string/Makefile (strop-tests): Add strnlen.
54220         * string/tester.c (test_strnlen): Add a few more test cases.
54221         * string/tst-strlen.c: Better error reporting.
54222
54223         * sysdeps/x86_64/strnlen.S: New file.
54224
54225 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
54226
54227         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
54228         lower-latency instructions.
54229
54230 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
54231
54232         * string/test-strcasestr.c: New file.
54233         * string/test-strstr.c: New file.
54234         * string/Makefile (strop-tests): Add strstr and strcasestr.
54235         * string/str-two-way.h: Don't undefine MAX.
54236         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
54237
54238 2010-07-21  Andreas Schwab  <schwab@redhat.com>
54239
54240         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
54241         strcasestr-nonascii.
54242         (CFLAGS-strcasestr-nonascii.c): Define.
54243         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
54244         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
54245         Remove unused attribute.
54246
54247 2010-07-20  Roland McGrath  <roland@redhat.com>
54248
54249         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
54250         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
54251         ld.so.cache was broken.  With it, there is no way to disable dsocaps
54252         like LD_HWCAP_MASK can disable hwcaps.
54253
54254 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
54255
54256         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
54257
54258 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
54259
54260         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
54261         call in strcasestr.
54262         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
54263         __strcasestr_sse42_nonascii.
54264         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
54265         strcasestr-nonascii.c.
54266         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
54267
54268 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
54269
54270         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
54271         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
54272         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
54273         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
54274
54275 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
54276
54277         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
54278         fcntl.
54279
54280 2010-07-06  Andreas Schwab  <schwab@redhat.com>
54281
54282         [BZ #11577]
54283         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
54284         dl_signal_cerror.
54285
54286 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
54287
54288         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
54289         _PC_PIPE_BUF using F_GETPIPE_SZ.
54290
54291 2010-07-05  Roland McGrath  <roland@redhat.com>
54292
54293         * manual/arith.texi (Rounding Functions): Fix rint description
54294         implicit in round description.
54295
54296 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
54297
54298         * elf/Makefile: Fix linking for a few tests to make recent linker
54299         happy.
54300
54301 2010-06-30  Andreas Schwab  <schwab@redhat.com>
54302
54303         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
54304         $(common-objpfx)libc_nonshared.a.
54305
54306 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
54307
54308         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
54309         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
54310         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
54311         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
54312         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
54313         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
54314         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
54315         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
54316         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
54317         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
54318         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
54319         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
54320         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
54321         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
54322         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
54323         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
54324         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
54325         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
54326         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
54327         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
54328         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
54329         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
54330         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
54331         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
54332         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
54333         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
54334         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
54335         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
54336         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
54337         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
54338         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
54339         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
54340         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
54341         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
54342         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
54343         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
54344         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
54345         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
54346         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
54347         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
54348         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
54349         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
54350         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
54351         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
54352         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
54353         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
54354         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
54355         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
54356
54357 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
54358
54359         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
54360         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
54361         * string/memmove.c (memmove): Renamed to ...
54362         (MEMMOVE): ...this.  Default to memmove.
54363         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
54364         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
54365         (END_CHK): Define.
54366         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
54367         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
54368         mempcpy-ssse3-back memmove-ssse3-back.
54369         * sysdeps/x86_64/multiarch/bcopy.S: New file .
54370         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
54371         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
54372         * sysdeps/x86_64/multiarch/memcpy.S: New file.
54373         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
54374         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
54375         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
54376         * sysdeps/x86_64/multiarch/memmove.c: New file.
54377         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
54378         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
54379         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
54380         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
54381         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
54382         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
54383         Define.
54384         (index_Fast_Copy_Backward): Define.
54385         (HAS_ARCH_FEATURE): Define.
54386         (HAS_FAST_REP_STRING): Define.
54387         (HAS_FAST_COPY_BACKWARD): Define.
54388
54389 2010-06-21  Andreas Schwab  <schwab@redhat.com>
54390
54391         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
54392         Restore proper fallback handling.
54393
54394 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
54395
54396         [BZ #11701]
54397         * posix/group_member.c (__group_member): Correct checking loop.
54398
54399         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
54400         OOM in getpwuid_r correctly.  Return error number when the caller
54401         should return, otherwise -1.
54402         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
54403         call returning > 0 value.
54404         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
54405
54406 2010-06-07  Andreas Schwab  <schwab@redhat.com>
54407
54408         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
54409         libc_nonshared.a from targets in modules-names.
54410
54411 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
54412
54413         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
54414         requires it.
54415
54416 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
54417
54418         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
54419         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
54420         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
54421         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
54422
54423 2010-06-02  Andreas Schwab  <schwab@redhat.com>
54424
54425         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
54426
54427 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
54428
54429         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
54430         and F_GETPIPE_SZ.
54431         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
54432         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
54433         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
54434         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
54435         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
54436         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
54437
54438 2010-06-14  Roland McGrath  <roland@redhat.com>
54439
54440         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
54441
54442 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
54443
54444         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
54445         __REDIRECT followed by __THROW.
54446         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
54447         * posix/getopt.h (getopt): Likewise.
54448
54449 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
54450
54451         * hurd/lookup-at.c (__file_name_lookup_at): Accept
54452         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
54453         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
54454         in AT_FLAGS.
54455         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
54456         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
54457
54458 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
54459
54460         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
54461
54462 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
54463
54464         [BZ #11640]
54465         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
54466         Properly check family and model.
54467
54468 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
54469
54470         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
54471
54472 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
54473
54474         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
54475
54476 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
54477
54478         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
54479         symbol reference.
54480
54481 2010-05-19  Andreas Schwab  <schwab@redhat.com>
54482
54483         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
54484         symbol reference.
54485
54486 2010-05-21  Andreas Schwab  <schwab@redhat.com>
54487
54488         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
54489         and internal_recvmmsg.
54490         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
54491         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
54492         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
54493         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
54494
54495         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
54496         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
54497         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
54498
54499 2010-05-20  Andreas Schwab  <schwab@redhat.com>
54500
54501         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
54502
54503 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
54504
54505         POWER7 optimizations.
54506         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
54507         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
54508
54509 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
54510
54511         * version.h: Update for 2.13 development version.
54512
54513 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
54514
54515         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
54516         exceptions.  Return 0.
54517
54518 2010-05-07  Roland McGrath  <roland@redhat.com>
54519
54520         * elf/ldconfig.c (main): Add a const.
54521
54522 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
54523
54524         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
54525         (args_options): Add no-idn option.
54526         (ahosts_keys_int): Add idn_flags to ai_flags.
54527         (parse_option): Handle 'i' option to clear idn_flags.
54528
54529         * malloc/malloc.c (_int_free): Possible race in the most recently
54530         added check.  Only act on the data if no current modification
54531         happened.
54532
54533 See ChangeLog.17 for earlier changes.