Remove @PLT from "call _dl_init@PLT" in _dl_start_user
[platform/upstream/glibc.git] / ChangeLog
1 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
2
3         * sysdeps/i386/dl-machine.h (_dl_start_user): Remove @PLT
4         from "call _dl_init@PLT".
5         * sysdeps/x86_64/dl-machine.h (_dl_start_user): Likewise.
6         from "call _dl_init@PLT".
7
8 2014-12-21  Anders Kaseorg  <andersk@mit.edu>
9
10         * manual/search.texi: (Array Sort Function): Clarify stable sorting
11         guarantees.
12
13 2014-12-20  Chris Metcalf  <cmetcalf@ezchip.com>
14
15         * sysdeps/unix/sysv/linux/tile/localplt.data: New file.
16
17 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
18
19         * sysdeps/tile/tilegx/strstr.c (STRSTR): Call __strnlen, not
20         strnlen.
21
22 2014-12-19  Ondřej Bílka  <neleai@seznam.cz>
23
24         * string/strncat.c (STRNCAT): Simplify implementation.
25
26 2014-12-19  David S. Miller  <davem@davemloft.net>
27
28         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Use a union to
29         access the quad as both a long double and as a series of 4 words.
30
31         * get-dynamic-info.h (elf_get_dynamic_info): Ignore -Warray-bounds for a
32         link_map->l_info array access.
33
34 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
35
36         * iconvdata/tst-loading.c (TIMEOUT): Increase timeout 10 sec.
37
38         * math/atest-exp.c (TIMEOUT): Increase timeout to 10 sec.
39         * math/atest-exp2.c (TIMEOUT): Likewise.
40         * math/atest-sincos.c (TIMEOUT): Likewise.
41
42 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
43
44         * sysdeps/x86_64/x32/Makefile (CFLAGS-s_llround.c): Replace
45         -Wno-error with -fno-builtin-lround.
46
47 2014-12-19  Torvald Riegel  <triegel@redhat.com>
48
49         * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: New file.
50         Contains futex constants and functions moved over from ...
51         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.  Include
52         <lowlevellock-futex.h>.
53         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
54         (lll_timedwait_tid): Add comments and parentheses around macro
55         arguments.
56
57 2014-12-19  Torvald Riegel  <triegel@redhat.com>
58
59         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Include
60         <lowlevellock-futex.h>.  Remove FUTEX_* constants defined there.
61         (__lll_private_flag): Remove.
62         (lll_futex_wait): Likewise.
63         (lll_futex_timed_wait): Likewise.
64         (lll_futex_wake): Likewise.
65         (lll_futex_requeue): Likewise.
66         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
67         (__lll_timedwait_tid): Spell out argument names.
68         (lll_timedwait_tid): Add comments and parentheses around macro
69         arguments.
70         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Make FUTEX_* constants,
71         LLL_SHARED and LLL_PRIVATE usable from assembly code.
72
73 2014-12-19  Torvald Riegel  <triegel@redhat.com>
74
75         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Remove file.
76         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
77         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
78         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Likewise.
79         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Likewise.
80         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Likewise.
81         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Likewise.
82         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise.
83         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Likewise.
84         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: Likewise.
85         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: Likewise.
86         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Likewise.
87         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Likewise.
88         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Likewise.
89         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Likewise.
90         * sysdeps/unix/sysv/linux/sh/sem_post.S: Likewise.
91         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Likewise.
92         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Likewise.
93         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Likewise.
94
95 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
96
97         * sysdeps/x86_64/x32/Makefile: New file.
98
99 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
100
101         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Replace
102         1L with (mp_limb_t) 1.
103
104 2014-12-17  Roland McGrath  <roland@hack.frob.com>
105
106         * sysdeps/nptl/fork.c (__fork_generation_pointer): Variable moved ...
107         * nptl/libc_pthread_init.c: ... here.
108         * sysdeps/nptl/fork.c (__fork_handlers): Variable moved ...
109         * nptl/register-atfork.c: ... here.
110
111         * sysdeps/nptl/gai_misc.h (__gai_start_notify_thread):
112         Use pthread_sigmask rather than INTERNAL_SYSCALL.
113         Use assert_perror to check its return value.
114         (__gai_create_helper_thread): Likewise.
115
116         * inet/if_index.c (__if_freenameindex): Add libc_hidden_def.
117
118         * malloc/malloc.c (alloc_perturb, free_perturb): Remove inline keyword.
119
120 2014-12-17  Joseph Myers  <joseph@codesourcery.com>
121
122         [BZ #17725]
123         * sysdeps/generic/profil-counter.h (profil_counter): Rename to
124         __profil_counter.
125         * sysdeps/unix/sysv/linux/hppa/profil-counter.h (profil_counter):
126         Likewise.
127         * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter):
128         Likewise.
129         * sysdeps/unix/sysv/linux/ia64/profil-counter.h (profil_counter):
130         Likewise.
131         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h
132         (profil_counter): Likewise.
133         * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h
134         (profil_counter): Likewise.
135         * sysdeps/unix/sysv/linux/sh/profil-counter.h (profil_counter):
136         Likewise.
137         * sysdeps/unix/sysv/linux/tile/profil-counter.h (profil_counter):
138         Likewise.
139         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h
140         (profil_counter): Likewise.
141         * sysdeps/unix/sysv/linux/arm/profil-counter.h (profil_counter):
142         Likewise.
143         [!__profil_counter] (profil_counter): Define as weak alias of
144         __profil_counter.
145         * sysdeps/unix/sysv/linux/sparc/sparc32/profil-counter.h
146         (profil_counter): Rename to __profil_counter.
147         [!__profil_counter] (profil_counter): Define as weak alias of
148         __profil_counter.
149         * sysdeps/unix/sysv/linux/sparc/sparc64/profil-counter.h
150         (profil_counter): Rename to __profil_counter.
151         [!__profil_counter] (profil_counter): Define as weak alias of
152         __profil_counter.
153         * sysdeps/posix/profil.c: Update comment referring to
154         profil_counter.
155         (__profil): Use __profil_counter instead of profil_counter.
156         * sysdeps/posix/sprofil.c (profil_counter): Rename to
157         __profil_counter.  Use __profil_counter_ushort and
158         __profil_counter_uint in definitions.
159         (__sprofil): Use __profil_counter_uint and __profil_counter_ushort
160         instead of profil_counter_uint and profil_counter_ushort.
161
162         [BZ #17722]
163         * inet/inet_mkadr.c (inet_makeaddr): Rename to __inet_makeaddr and
164         define as weak alias of __inet_makeaddr.
165         * resolv/inet_addr.c (inet_addr): Rename to __inet_addr and define
166         as weak alias of __inet_addr.
167         * resolv/inet_pton.c (inet_pton): Rename to __inet_pton and define
168         as weak alias of __inet_pton.  Use libc_hidden_weak.
169         * include/arpa/inet.h (__inet_pton): Declare.  Use
170         libc_hidden_proto.
171         (inet_makeaddr): Don't use libc_hidden_proto.
172         (__inet_makeaddr): Declare.  Use libc_hidden_proto.
173         * resolv/res_init.c (__res_vinit): Use __inet_pton instead of
174         inet_pton.  Use __inet_makeaddr instead of inet_makeaddr.
175         * conform/Makefile (test-xfail-POSIX/pthread.h/linknamespace):
176         Remove variable.
177         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
178         (test-xfail-POSIX/time.h/linknamespace): Likewise.
179
180 2014-12-17  Steve Ellcey  <sellcey@imgtec.com>
181
182         * inet/getnetgrent_r.c: Move while loop to be inside if statement.
183
184 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
185
186         * stdio-common/bug-vfprintf-nargs.c (do_test):
187         Cast value to intptr_t to avoid format warning
188         for usage with PRIdPTR printing macro.
189
190 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
191
192         * libio/tst-widetext.c (do_test):
193         Use format type %td instead of %Zd for ptrdiff_t
194         in order to avoid format warning.
195
196 2014-12-17  Andreas Schwab  <schwab@suse.de>
197
198         * nscd/mem.c (gc): Add size_t cast to match printf format.
199
200 2014-12-16  Roland McGrath  <roland@hack.frob.com>
201
202         * sysdeps/gnu/unwind-resume.c: #include <sysdep.h>.
203         (init): Apply PTR_MANGLE to pointers before storing them.
204         (_Unwind_Resume, __gcc_personality_v0): Apply PTR_DEMANGLE to pointers
205         before using them.
206
207 2014-12-16  Joseph Myers  <joseph@codesourcery.com>
208
209         [BZ #17719]
210         * sysdeps/x86_64/memrchr.S (memrchr): Rename to __memrchr and
211         define as weak alias of __memrchr.
212         (__memrchr): Do not define as strong alias of memrchr.
213         * conform/Makefile (test-xfail-XPG4/libgen.h/linknamespace):
214         Remove variable.
215         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
216         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
217         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
218
219         [BZ #17717]
220         * inet/if_index.c (if_nametoindex): Rename to __if_nametoindex and
221         define as weak alias of __if_nametoindex.  Use libc_hidden_weak.
222         (if_indextoname): Rename to __if_indextoname and define as weak
223         alias of __if_indextoname.  Use libc_hidden_weak.
224         (if_freenameindex): Rename to __if_freenameindex and define as
225         weak alias of __if_freenameindex.
226         (if_nameindex): Rename to __if_nameindex and define as weak alias
227         of __if_nameindex.
228         * sysdeps/mach/hurd/if_index.c (if_nametoindex): Rename to
229         __if_nametoindex and define as weak alias of __if_nametoindex.
230         Use libc_hidden_weak.
231         (if_freenameindex): Rename to __if_freenameindex and define as
232         weak alias of __if_freenameindex.
233         (if_nameindex): Rename to __if_nameindex and define as weak alias
234         of __if_nameindex.
235         (if_indextoname): Rename to __if_indextoname and define as weak
236         alias of __if_indextoname.  Use libc_hidden_weak.
237         * sysdeps/unix/sysv/linux/if_index.c (if_nametoindex): Rename to
238         __if_nametoindex and define as weak alias of __if_nametoindex.
239         Use libc_hidden_weak.
240         (if_freenameindex): Rename to __if_freenameindex and define as
241         weak alias of __if_freenameindex.  Use libc_hidden_weak.
242         (if_nameindex_netlink): Use __if_freenameindex instead of
243         if_freenameindex.
244         (if_nameindex): Rename to __if_nameindex and define as weak alias
245         of __if_nameindex.  Use libc_hidden_weak.
246         (if_indextoname): Rename to __if_indextoname and define as weak
247         alias of __if_indextoname.  Use libc_hidden_weak.
248         * include/net/if.h [!_ISOMAC] (__if_nametoindex): Declare and use
249         libc_hidden_proto.
250         [!_ISOMAC] (__if_freenameindex): Likewise.
251         * resolv/res_init.c (__res_vinit): Use __if_nametoindex instead of
252         if_nametoindex.
253         * conform/Makefile (test-xfail-XPG4/grp.h/linknamespace): Remove
254         variable.
255         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
256         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
257         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
258         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
259         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
260         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
261         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
262
263         * conform/Makefile (test-xfail-UNIX98/semaphore.h/linknamespace):
264         Remove variable.
265         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
266         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
267
268 2014-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
269
270         * resolv/res_send.c (__libc_res_nsend): Disable warning 'array
271         subscript above bounds'
272
273         * resolv/res_send.c (__libc_res_nsend): Fix check for nsmap
274         bounds.
275
276 2014-12-16  Arjun Shankar  <arjun.is@lostca.se>
277
278         * libio/tst-fopenloc.c: Use test-skeleton.c.
279
280         * stdlib/tst-bsearch.c: Use test-skeleton.c.
281         (entry): Rename to ITEM.
282         (do_test, comp): Adjust.
283
284         * stdio-common/tst-fseek.c: Use test-skeleton.c.
285
286 2014-12-16  Torvald Riegel  <triegel@redhat.com>
287
288         * string/tester.c: Include <libc-internal.h>.
289         (test_memset): Ignore -Wmemset-transposed-args.
290
291 2014-12-16  Torvald Riegel  <triegel@redhat.com>
292
293         * misc/tst-mntent2.c (do_test): Fix warning.
294
295 2014-12-16  Torvald Riegel  <triegel@redhat.com>
296
297         * elf/tst-unique4lib.cc(a): Mark as used.
298
299 2014-12-16  Florian Weimer  <fweimer@redhat.com>
300
301         [BZ #17630]
302         * resolv/nss_dns/dns-network.c (getanswer_r): Iterate over alias
303         names.
304
305 2014-12-16  Allan McRae  <allan@archlinux.org>
306
307         * stdio-common/Makefile (tests): Re-add bug26.
308
309 2014-12-15  Ondřej Bílka  <neleai@seznam.cz>
310
311         [BZ #17657]
312         * locale/programs/ld-ctype.c (find_translit2, read_widestring): Return
313         static array.
314
315 2014-12-15  Bernard Ogden  <bernie.ogden@linaro.org>
316
317         * nptl/lowlevellock.c (__lll_lock_wait_private): Add comments.
318         (__lll_lock_wait): Likewise.
319         (__lll_timedlock_wait): Likewise.
320         (__lll_timedwait_tid): Likewise.
321         * nptl/lowlevelrobustlock.c (__lll_robust_lock_wait): Likewise.
322         (__lll_robust_timedlock_wait): Likewise.
323         * sysdeps/nptl/lowlevellock.h (lll_trylock): Likewise.
324         (lll_cond_trylock): Likewise.
325         (__lll_lock): Likewise.
326         (__lll_robust_lock): Likewise.
327         (__lll_cond_lock): Likewise.
328         (lll_robust_cond_lock): Likewise.
329         (__lll_timedlock): Likewise.
330         (__lll_robust_timedlock): Likewise.
331         (__lll_unlock): Likewise.
332         (__lll_robust_unlock): Likewise.
333         (lll_wait_tid): Likewise.
334         (lll_timedwait_tid): Likewise.
335
336 2014-12-15  Torvald Riegel  <triegel@redhat.com>
337
338         * nptl/tst-sem4.c (do_test): Start with a fresh semaphore state.
339
340 2014-12-15  Torvald Riegel  <triegel@redhat.com>
341
342         * nptl/tst-mutex5.c (do_test): Do not skip tests if elision is enabled.
343
344 2014-12-15  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
345
346         * stdio-common/test-vfprintf.c: Include <libc-internal.h>.
347         * stdio-common/tst-sprintf.c: Likewise.
348
349 2014-12-15  Torvald Riegel  <triegel@redhat.com>
350
351         * sysdeps/unix/sysv/linux/s390/pthread_once.c: Remove file.
352
353 2014-12-15  Jeff Law  <law@redhat.com>
354
355         [BZ #16617]
356         * stdio-common/vfprintf.c (vfprintf): Allocate large specs array
357         on the heap.  (CVE-2012-3406)
358         * stdio-common/bug23-2.c, stdio-common/bug23-3.c: New file.
359         * stdio-common/bug23-4.c: New file.  Test case by Joseph Myers.
360         * stdio-common/Makefile (tests): Add bug23-2, bug23-3, bug23-4.
361
362 2014-12-15  Will Newton  <will.newton@linaro.org>
363
364         * manual/install.texi: Bump required version of texinfo
365         to 4.7 from 4.5.
366         * INSTALL: Regenerated.
367         * configure.ac: Check for makeinfo version 4.7 and above.
368         * configure: Regenerated.
369
370 2014-12-12  Roland McGrath  <roland@hack.frob.com>
371
372         * sysdeps/posix/shm-directory.h (SHM_GET_NAME): Take new argument
373         PREFIX, string constant to insert between directory and name.
374         * sysdeps/posix/shm_open.c: Update caller.
375         * sysdeps/posix/shm_unlink.c: Likewise.
376         * nptl/semaphoreP.h (struct mountpoint_info): Type removed.
377         (__where_is_shmfs, mountpoint, __namedsem_once): Declarations removed.
378         (SEM_SHM_PREFIX): New macro.
379         * sysdeps/posix/Makefile (librt-routines): Add shm-directory only if
380         [$(have-thread-library) = no].
381         * nptl/Makefile (libpthread-routines): Add shm-directory.
382         * nptl/Versions (GLIBC_PRIVATE): Add __shm_directory.
383         * sysdeps/nptl/shm-directory.h: New file.
384         * sysdeps/posix/shm-directory.c
385         [IS_IN (libpthread)] (__shm_directory): Add hidden_def.
386         * sysdeps/unix/sysv/linux/shm-directory.c: Likewise.
387         * nptl/sem_open.c (check_add_mapping): Use munmap function rather than
388         INTERNAL_SYSCALL.
389         (__where_is_shmfs): Function removed.
390         (mountpoint, defaultmount, defaultdir, __namedsem_once):
391         Variables removed.
392         (sem_open): Use __libc_close function rather than INTERNAL_SYSCALL.
393         Use SHM_GET_NAME.
394         * nptl/sem_unlink.c: Prototypify.  Use SHM_GET_NAME.
395
396         * sysdeps/nptl/bits/libc-lockP.h [IS_IN (libpthread)]
397         (PTFAVAIL, __libc_ptf_call, __libc_ptf_call_always): Define as
398         unconditional for use inside libpthread.
399         [IS_IN (libpthread)]: Include <nptl/pthreadP.h>.
400
401 2014-12-12  Roland McGrath  <roland@hack.frob.com>
402
403         * nptl/pthread_getaffinity.c: New file.
404         * nptl/pthread_setaffinity.c: New file.
405         * nptl/pthread_getname.c: New file.
406         * nptl/pthread_setname.c: New file.
407
408         * nptl/pthread_create.c (START_THREAD_DEFN)
409         [! __ASSUME_SET_ROBUST_LIST]: Add missing & in lll_futex_wake argument.
410
411 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
412             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
413
414         * resolv/res_send.c (send_vc): Disable warning resplen may
415         be used uninitialized.
416
417 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
418
419         * nptl/tst-mutex6.c
420         (ATTR_NULL): New define checks ATTR against NULL.
421         (do_test): Use !ATTR_NULL instead of ATTR != NULL.
422         * nptl/tst-mutexpp6.c (ATTR_NULL): New define.
423
424 2014-12-11  James Lemke  <jwlemke@codesourcery.com>
425
426         [BZ #17581]
427         * malloc/hooks.c
428         (mem2mem_check): Revert my previous change.
429         (malloc_check_get_size): Revert my previous change.
430         (mem2chunk_check): Revert my previous change.
431
432 2014-12-11  Roland McGrath  <roland@hack.frob.com>
433
434         * sysdeps/posix/shm-directory.c: New file.
435         * sysdeps/posix/shm-directory.h: New file.
436         * sysdeps/posix/Makefile [($(subdir) = rt] (librt-routines): Add it.
437         * sysdeps/posix/shm_open.c: Use SHM_GET_NAME.
438         Use O_NOFOLLOW and O_CLOEXEC if available.  Transmute EISDIR to EINVAL.
439         * sysdeps/posix/shm_unlink.c: Use SHM_GET_NAME.
440         Transmute EPERM to EACCES.
441         * sysdeps/unix/sysv/linux/shm-directory.c: New file, most code taken
442         from ...
443         * sysdeps/unix/sysv/linux/shm_open.c: ... here.  File removed.
444         * sysdeps/unix/sysv/linux/shm_unlink.c: File removed.
445
446 2014-12-11  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
447
448         * sysdeps/sh/jmpbuf_unwind.h (_jmpbuf_sp): Declare SP as void
449         pointer and cast to uintptr_t.
450         * sysdeps/sh/nptl/tls.h (TLS_INIT_TP): Use NULL instead of 0.
451         * sysdeps/unix/sysv/linux/sh/lowlevellock.h (lll_futex_timed_wait):
452         Add cast to avoid warning.
453         * sysdeps/unix/sysv/linux/sh/register-dump.h: Use 0 instead of NULL.
454
455 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
456
457         * nptl/semaphore.h: Move to ...
458         * sysdeps/pthread/semaphore.h: ... here.
459         * Makefile (installed-headers): Change nptl/semaphore.h to
460         sysdeps/pthread/semaphore.h.
461
462 2014-12-11  Roland McGrath  <roland@hack.frob.com>
463
464         * misc/tst-error1.c (do_test): Ignore -Wformat-security for
465         generated error format strings.
466
467         * stdio-common/tstdiomisc.c (t2): Ignore -Wformat and
468         -Wformat-extra-args warnings for scanf formats.
469         * stdio-common/scanf4.c (main): Ignore -Wformat-zero-length around
470         test of zero-length format (duh).
471         * stdio-common/scanf7.c (main): Ignore -Wformat warnings for
472         corner-case scanf format test.
473         * stdio-common/test-vfprintf.c (do_test): Ignore -Wformat-security for
474         generated fprintf format string.
475         * stdio-common/tst-sprintf.c (do_test): Ignore -Wformat warnings for
476         corner-case sprintf format tests.
477         * stdio-common/tst-printf.c: Ignore -Wformat throughout.
478         * stdio-common/tst-printfsz.c (main): Ignore -Wformat and
479         -Wformat-extra-args warnings throughout.
480         * stdio-common/Makefile (CFLAGS-tstdiomisc.c): Variable removed.
481         (CFLAGS-scanf4.c): Likewise.
482         (CFLAGS-scanf7.c): Likewise.
483         (CFLAGS-tst-sprintf.c): Likewise.
484         (CFLAGS-tst-printf.c): Likewise.
485         (CFLAGS-tst-printfsz.c): Likewise.
486
487 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
488
489         * include/cpio.h: New file.
490         * include/fmtmsg.h: Likewise.
491
492         * tst-mbswcs1.c (show): Use %zu format instead of %Zd.  Cast
493         corresponding format argument to size_t.
494         * tst-mbswcs2.c (show): Likewise.  Use %td format for ptrdiff_t
495         arguments.
496         * tst-mbswcs3.c (show): Use %zu format instead of %Zd.  Cast
497         corresponding format argument to size_t.
498         * tst-mbswcs4.c (show): Likewise.  Use %td format for ptrdiff_t
499         arguments.
500         * tst-mbswcs5.c (show): Use %zu format instead of %Zd.  Cast
501         corresponding format argument to size_t.
502         * tst-trans.c (do_test): Use %lc format for wint_t arguments.
503         * Makefile (CFLAGS-tst-mbswcs1.c): Remove variable.
504         (CFLAGS-tst-mbswcs2.c): Likewise.
505         (CFLAGS-tst-mbswcs3.c): Likewise.
506         (CFLAGS-tst-mbswcs4.c): Likewise.
507         (CFLAGS-tst-mbswcs5.c): Likewise.
508         (CFLAGS-tst-trans.c): Likewise
509
510 2014-12-11  Roland McGrath  <roland@hack.frob.com>
511
512         * posix/regexbug1.c (main): Use "%s" format with regerror results,
513         rather than assuming they won't contain any '%'s.
514
515 2014-12-11  Chris Metcalf  <cmetcalf@ezchip.com>
516
517         * sysdeps/tile/tilegx/memset.c (__memcpy): Add
518         inhibit_loop_to_libcall to avoid recursive calls.
519         * sysdeps/tile/tilegx/memcpy.c (__memcpy): Likewise.
520         * sysdeps/tile/tilepro/memcpy.c (__memcpy): Likewise.
521
522 2014-12-11  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
523
524         * include/sys/socket.h (__sendmmsg): Add __USE_GNU guards on function
525         prototype.
526
527 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
528
529         * sysdeps/mips/dl-trampoline.c: Modify switch expression to have
530         integer value instead of boolean.
531
532 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
533
534         * malloc/malloc.c: Fix powerof2 check.
535
536 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
537
538         * locale/programs/locfile.h (maybe_swap_uint32):
539         Remove inline and add unused attribute.
540
541 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
542
543         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
544         Truncating assembler expression to a .long expression.
545
546 2014-12-11  Andreas Schwab  <schwab@suse.de>
547
548         * elf/rtld.c (struct map_args): Constify str member.
549         (do_preload): Constify fname argument.
550
551 2014-12-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
552
553         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Remove overflow warnings for
554         constants definition.
555
556 2014-12-11  Andreas Schwab  <schwab@suse.de>
557
558         [BZ #16657]
559         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Use
560         FORCE_ELISION instead of DO_ELISION.
561         * sysdeps/unix/sysv/linux/x86/force-elision.h (DO_ELISION):
562         Remove.
563         * sysdeps/unix/sysv/linux/s390/force-elision.h (DO_ELISION):
564         Likewise.
565
566         * iconvdata/gconv-modules: Remove duplicate entry.
567
568 2014-12-11  Will Newton  <will.newton@linaro.org>
569
570         Merge gettext 0.19.3 into intl/.
571
572         This involves a number of cosmetic changes to comments
573         and ANSI function definitions and prototypes throughout
574         all the files. The gettext copyright header is used but
575         with the date ranges taken from the glibc copy.
576
577         * NEWS: Add gettext merge to 2.21.
578         * intl/bindtextdom.c: Switch to gettext copyright.
579         Use ANSI definitions and prototypes.
580         Use gl_* locking primitives rather than __libc_* ones.
581         Use __builtin_expect rather than __glibc_likely/unlikely.
582         * intl/dcgettext.c: Switch to gettext copyright.
583         Use ANSI definitions and prototypes.
584         * intl/dcigettext.c: Switch to gettext copyright.
585         Use ANSI definitions and prototypes.
586         (INTDIV0_RAISES_SIGFPE): New define.
587         Use gl_* locking primitives rather than __libc_* ones.
588         Include eval-plural.h instead of plural-eval.c.
589         Use __builtin_expect rather than __glibc_likely/unlikely.
590         * intl/dcngettext.c: Switch to gettext copyright.
591         Use ANSI definitions and prototypes.
592         * intl/dgettext.c: Likewise.
593         * intl/dngettext.c: Likewise.
594         * intl/plural-eval.c: Renamed to...
595         * intl/eval-plural.h: ...this.
596         * intl/explodename.c: Switch to gettext copyright.
597         Use ANSI definitions and prototypes.
598         (_nl_explode_name): Use strchr instead of __rawmemchr.
599         * intl/finddomain.c: Switch to gettext copyright.
600         Use ANSI definitions and prototypes.
601         Use gl_* locking primitives rather than __libc_* ones.
602         (_nl_find_domain): Use malloc rather than alloca for
603         allocation of temporary locale name.
604         * intl/gettext.c: Switch to gettext copyright.
605         Use ANSI definitions and prototypes.
606         * intl/gettextP.h: Switch to gettext copyright.
607         Use ANSI definitions and prototypes.
608         Use gl_* locking primitives rather than __libc_* ones.
609         * intl/gmo.h: Switch to gettext copyright.
610         (struct sysdep_string): Move struct segment_pair outside of
611         struct definition.
612         * intl/hash-string.c: Use ANSI definitions and prototypes.
613         * intl/hash-string.h: Switch to gettext copyright.
614         Use ANSI definitions and prototypes.
615         * intl/l10nflist.c: Switch to gettext copyright.
616         Use ANSI definitions and prototypes.
617         (_nl_normalize_codeset): Avoid integer overflow.
618         * intl/loadinfo.h: Switch to gettext copyright.
619         Use ANSI definitions and prototypes.
620         (LIBINTL_DLL_EXPORTED): New define.
621         (PATH_SEPARATOR): New define.
622         * intl/loadmsgcat.c: Switch to gettext copyright.
623         * intl/localealias.c: Switch to gettext copyright.
624         Use ANSI definitions and prototypes.
625         (_nl_expand_alias): Use PATH_SEPARATOR.
626         * intl/ngettext.c: Switch to gettext copyright.
627         Use ANSI definitions and prototypes.
628         * intl/plural-exp.c: Likewise.
629         * intl/plural-exp.h: Switch to gettext copyright.
630         Use ANSI definitions and prototypes.
631         (struct expression): Move definition of enum operator outside
632         of struct definition.
633         * intl/plural.c: Regenerate.
634         * intl/plural.y: Switch to gettext copyright.
635         Use ANSI definitions and prototypes.
636         Port to bison 3.0.
637         * intl/textdomain.c: Switch to gettext copyright.
638         Use ANSI definitions and prototypes.
639         Use gl_* locking primitives rather than __libc_* ones.
640
641 2014-12-10  Steve Ellcey  <sellcey@imgtec.com>
642
643         * debug/warning-nop.c: Add used atrribute.
644
645 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
646
647         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: New file.
648
649         * sysdeps/unix/sysv/linux/mips/mips64/Makefile
650         [$(subdir) == signal] (CFLAGS-sigaction.c): New variable.
651         [$(subdir) == nptl] (CFLAGS-sigaction.c): Likewise.
652
653 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
654             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
655
656         [BZ #17634]
657         * wcsmbs/wcschr.c [!WCSCHR] (wcschr): Define as __wcschr.
658         Undefine after defining function.  Define as weak alias of
659         __wcschr.  Use libc_hidden_weak.
660         * include/wchar.h (__wcschr): Declare.  Use libc_hidden_proto.
661         * sysdeps/i386/i686/multiarch/wcschr-c.c [IS_IN (libc) && SHARED]
662         (libc_hidden_def): Also define __GI___wcschr alias.
663         * sysdeps/i386/i686/multiarch/wcschr.S (wcschr): Rename to
664         __wcschr and define as weak alias of __wcschr.
665         * sysdeps/powerpc/power6/wcschr.c [!WCSCHR] (WCSCHR): Define as
666         __wcschr.
667         [!WCSCHR] (DEFAULT_WCSCHR): Define.
668         [DEFAULT_WCSCHR] (__wcschr): Use libc_hidden_def.
669         [DEFAULT_WCSCHR] (wcschr): Define as weak alias of __wcschr.  Use
670         libc_hidden_weak.  Do not use libc_hidden_def.
671         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c
672         [IS_IN (libc) && SHARED] (libc_hidden_def): Also define
673         __GI___wcschr alias.
674         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c
675         [IS_IN (libc)] (wcschr): Define as macro expanding to
676         __redirect_wcschr.
677         [IS_IN (libc)] (__wcschr_ppc): Use __redirect_wcschr in typeof.
678         [IS_IN (libc)] (__wcschr_power6): Likewise.
679         [IS_IN (libc)] (__wcschr_power7): Likewise.
680         [IS_IN (libc)] (__libc_wcschr): New.  Define with libc_ifunc
681         instead of wcschr.
682         [IS_IN (libc)] (wcschr): Undefine and define as weak alias of
683         __libc_wcschr.
684         [!IS_IN (libc)] (libc_hidden_def): Do not undefine and redefine.
685         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c (wcschr): Rename to
686         __wcschr and define as weak alias of __wcschr.  Use
687         libc_hidden_builtin_def.
688         * sysdeps/x86_64/wcschr.S (wcschr): Rename to __wcschr and define
689         as weak alias of __wcschr.  Use libc_hidden_weak.
690         * time/alt_digit.c (_nl_get_walt_digit): Use __wcschr instead of
691         wcschr.
692         * time/era.c (_nl_init_era_entries): Likewise.
693         * conform/Makefile (test-xfail-ISO/time.h/linknamespace): Remove
694         variable.
695         (test-xfail-XPG3/time.h/linknamespace): Likewise.
696         (test-xfail-XPG4/time.h/linknamespace): Likewise.
697
698 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
699
700         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Use %ld
701         format for long int variable.
702
703 2014-12-10  Anders Kaseorg  <andersk@MIT.EDU>
704
705         [BZ #10672]
706         * manual/search.texi: (Array Sort Function): Remove claim how to make
707         qsort stable.
708
709 2014-12-10  Andreas Schwab  <schwab@suse.de>
710
711         [BZ #12847]
712         * sysdeps/nptl/fork.c (fresetlockfiles): Skip files with
713         user-controlled locks.
714
715 2014-12-10  Richard Earnshaw  <rearnsha@arm.com>
716
717         * sysdeps/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
718         register.
719
720 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
721
722         * configure.ac (--disable-werror): New configure option.
723         (enable_werror): New AC_SUBST.
724         * configure: Regenerated.
725         * config.make.in (enable-werror): New variable.
726         * Makeconfig [$(enable-werror) = yes] (+gccwarn): Add -Werror
727         -Wno-error=undef.
728         (+gccwarn-c): Do not use -Werror=implicit-function-declaration.
729         * manual/install.texi (Configuring and compiling): Document
730         --disable-werror.
731         * INSTALL: Regenerated.
732         * debug/Makefile (CFLAGS-tst-chk1.c): Add -Wno-error.
733         (CFLAGS-tst-chk2.c): Likewise.
734         (CFLAGS-tst-chk3.c): Likewise.
735         (CFLAGS-tst-chk4.cc): Likewise.
736         (CFLAGS-tst-chk5.cc): Likewise.
737         (CFLAGS-tst-chk6.cc): Likewise.
738         (CFLAGS-tst-lfschk1.c): Likewise.
739         (CFLAGS-tst-lfschk2.c): Likewise.
740         (CFLAGS-tst-lfschk3.c): Likewise.
741         (CFLAGS-tst-lfschk4.cc): Likewise.
742         (CFLAGS-tst-lfschk5.cc): Likewise.
743         (CFLAGS-tst-lfschk6.cc): Likewise.
744
745         * stdio-common/tst-printfsz.c: Include <libc-internal.h>.
746         (main): Disable -Wdeprecated-declarations around calls to
747         register_printf_function.
748
749         * stdio-common/tst-unlockedio.c: Include <libc-internal.h>.
750         (do_test): Disable -Wdiv-by-zero around some calls to
751         fwrite_unlocked and fread_unlocked.
752
753         * include/libc-internal.h (DIAG_PUSH_NEEDS_COMMENT): New macro.
754         (DIAG_POP_NEEDS_COMMENT): Likewise.
755         (_DIAG_STR1): Likewise.
756         (_DIAG_STR): Likewise.
757         (DIAG_IGNORE_NEEDS_COMMENT): Likewise.
758         * stdio-common/bug21.c: Include <libc-internal.h>.
759         (do_test): Disable -Wformat around call to sscanf.
760         * stdio-common/scanf14.c: Include <libc-internal.h>.
761         (main): Disable -Wformat around some calls to scanf functions.
762
763 2014-12-09  Torvald Riegel  <triegel@redhat.com>
764
765         * sysdeps/unix/sysv/linux/sh/pthread_once.S: Remove file.
766
767 2014-12-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
768
769         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix wide-character
770         stack variable alignment.
771
772 2014-12-06  Joseph Myers  <joseph@codesourcery.com>
773
774         [BZ #17682]
775         * resource/Versions (libc): Add __getrlimit at GLIBC_PRIVATE.
776         * resource/getrlimit.c (__getrlimit): Use libc_hidden_def.
777         * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
778         * include/sys/resource.h (__getrlimit): Use libc_hidden_proto.
779         * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Use
780         __getrlimit instead of getrlimit.
781         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Use
782         __gettimeofday instead of gettimeofday.
783         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
784         Likewise.
785         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
786         Likewise.
787         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
788         * conform/Makefile (test-xfail-POSIX2008/aio.h/linknamespace):
789         Remove variable.
790         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
791         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
792
793 2014-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
794
795         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix buffer overrun
796         for wide-character tests.
797
798 2014-12-04  Roland McGrath  <roland@hack.frob.com>
799
800         * io/openat64.c: #include <libc-internal.h>
801         (__openat64): Prototypify.  Use ignore_value on MODE.
802         * io/openat.c: Likewise.
803         * misc/reboot.c: #include <libc-internal.h>
804         (reboot): Prototypify.  Use ignore_value on HOWTO.
805         * misc/ptrace.c: #include <libc-internal.h>
806         (ptrace): Prototypify.  Use ignore_value for va_arg'd parameters.
807
808 2014-12-04  Joseph Myers  <joseph@codesourcery.com>
809
810         * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
811         XPG4, UNIX98 and XOPEN2K.
812         * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
813         Remove variable.
814         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
815
816 2014-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
817
818         * libio/fileops.c: Use ISO C style for function definitions.
819         * libio/iofopen.c: Likewise.
820         * libio/wfileops.c: Likewise.
821
822         [BZ #17653]
823         * libio/fileops.c (_IO_new_file_underflow): Unset cached
824         offset on EOF.
825         * libio/wfileops.c (_IO_wfile_underflow): Likewise.
826         * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
827         (fgets_func): Function pointer to fgets and fgetws.
828         (do_ftell_test): Add test to verify ftell value after read
829         EOF.
830         (do_test): Set fgets_func.
831
832         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
833         O_TRUNC flag for w and w+ modes.
834         (do_rewind_test): Likewise.
835         (do_ftell_test): Likewise.
836         (do_write_test): Likewise.
837
838         [BZ #17647]
839         * libio/fileops.c (do_ftell): Seek only when there are
840         unflushed writes.
841         * libio/wfileops.c (do_ftell_wide): Likewise.
842         * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
843         test case.
844         (do_one_test): Call it.
845
846 2014-12-03  Joseph Myers  <joseph@codesourcery.com>
847
848         * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
849         for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
850         * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
851         Remove variable.
852         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
853         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
854         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
855
856 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
857
858         * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
859         Remove variable.
860         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
861
862         [BZ #17668]
863         * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
864         as weak alias of __getifaddrs.  Use libc_hidden_weak.
865         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
866         __freeifaddrs.  Use libc_hidden_weak.
867         * sysdeps/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
868         define as weak alias of __getifaddrs.  Use libc_hidden_weak.
869         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
870         __freeifaddrs.  Use libc_hidden_weak.
871         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
872         __getifaddrs and define as weak alias of __getifaddrs.  Use
873         libc_hidden_weak.
874         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
875         __freeifaddrs.  Use libc_hidden_weak.
876         * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
877         Remove variable.
878         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
879         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
880
881 2014-12-02  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
882
883         [BZ #17601]
884         * sysdeps/mips/start.S (__start): Use indirect jump to call
885         __libc_start_main.
886
887 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
888
889         * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
890
891         * nptl/tst-mutex1.c: Include <stdbool.h>.
892         [!ATTR] (ATTR_NULL): New macro.
893         (do_test): Test !ATTR_NULL instead of ATTR != NULL.
894         * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
895         * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
896
897         * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
898         to char *.
899
900         [BZ #17665]
901         * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
902         Change conditional to [__USE_MISC].
903
904         [BZ #17664]
905         * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
906         fgets_unlocked.
907         * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
908         __fgets_unlocked.
909         * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
910         fgets_unlocked.
911         * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
912         Remove variable.
913         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
914         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
915         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
916         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
917         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
918         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
919         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
920         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
921         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
922
923         * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
924
925 2014-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
926
927         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
928         Remove strpbrk objects.
929         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
930         (__libc_ifunc_impl_list): Remove strpbrk implementation.
931         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
932         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
933         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
934         * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
935
936         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
937         Remove strcspn objects.
938         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
939         (__libc_ifunc_impl_list): Remove strcspn implementation.
940         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
941         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
942         * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
943         * sysdeps/powerpc/powerpc64/strcspn.S: New file.
944
945         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
946         Remove strspn objetcs.
947         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
948         (__libc_ifunc_impl_list): Remove strspn implementation.
949         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
950         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
951         * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
952         * sysdeps/powerpc/powerpc64/strspn.S: New file.
953
954 2014-12-01  James Lemke  <jwlemke@codesourcery.com>
955
956         [BZ #17581]
957         * malloc/hooks.c
958         (mem2mem_check): Add a terminator to the chain of checking blocks.
959         (malloc_check_get_size): Use it here.
960         (mem2chunk_check): Ditto.
961
962 2014-12-01  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
963
964         * sysdeps/powerpc/powerpc64/strtok.S: New file.
965         * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
966
967 2014-11-29  Carlos O'Donell  <carlos@redhat.com>
968
969         * bits/ioctl-types.h: Indent preprocessor directives correctly.
970
971         * nptl/nptl-init.c: Include libc-internal.h.
972         (__pthread_initialize_minimal_internal): Use ROUND_UP.
973
974         * elf/ldconfig.c (search_dir): Expand comment.
975
976 2014-11-29  Joseph Myers  <joseph@codesourcery.com>
977
978         * conform/Makefile (linknamespace-symlist-stdlibs-base): New
979         variable.
980         (linknamespace-symlist-stdlibs-tests): Likewise.
981         (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
982         instead of $(objpfx)symlist-stdlibs.
983         (linknamespace-libs-isoc): New variable.
984         (linknamespace-libs): Use $(linknamespace-libs-isoc).
985         (linknamespace-libs-ISO): New variable.
986         (linknamespace-libs-ISO99): Likewise.
987         (linknamespace-libs-ISO11): Likewise.
988         (linknamespace-libs-XPG3): Likewise.
989         (linknamespace-libs-XPG4): Likewise.
990         (linknamespace-libs-POSIX): Likewise.
991         (linknamespace-libs-UNIX98): Likewise.
992         (linknamespace-libs-XOPEN2K): Likewise.
993         (linknamespace-libs-POSIX2008): Likewise.
994         (linknamespace-libs-XOPEN2K8): Likewise.
995         ($(objpfx)symlist-stdlibs): Replace by
996         $(linknamespace-symlist-stdlibs-tests).  Use
997         $(linknamespace-libs-$*) as set of libraries.
998         ($(linknamespace-header-tests)): Update dependencies.  Use
999         $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
1000         (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
1001         * conform/linknamespace.pl: Remove comment about considering
1002         definitions of symbols from irrelevant libraries.
1003
1004 2014-11-28  H.J. Lu  <hongjiu.lu@intel.com>
1005
1006         [BZ #13862]
1007         * elf/dl-tls.c: Include <atomic.h>.
1008         (oom): Remove #ifdef SHARED/#endif.
1009         (_dl_static_dtv, _dl_initial_dtv): Moved before ...
1010         (_dl_resize_dtv): This.  Extracted from _dl_update_slotinfo.
1011         (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
1012         big enough.
1013         (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
1014         * nptl/Makefile (tests): Add tst-stack4.
1015         (modules-names): Add tst-stack4mod.
1016         ($(objpfx)tst-stack4): New.
1017         (tst-stack4mod.sos): Likewise.
1018         ($(objpfx)tst-stack4.out): Likewise.
1019         ($(tst-stack4mod.sos)): Likewise.
1020         (clean): Likewise.
1021         * nptl/tst-stack4.c: New file.
1022         * nptl/tst-stack4mod.c: Likewise.
1023
1024 2014-11-27  J. Brown  <jb999@gmx.de>
1025
1026         * sysdeps/x86/bits/string.h: Add recent CPUs.
1027
1028 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
1029
1030         * misc/tst-pselect.c (do_test): Use sigprocmask instead of
1031         sigblock.
1032
1033         * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
1034         feof.
1035
1036         * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
1037         variable.
1038
1039 2014-11-27  Stefan Liebler  <stli@linux.vnet.ibm.com>
1040
1041         * nscd/connections.c: Include libc-internal.h because of macro
1042         usage ignore_value.
1043
1044 2014-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
1045
1046         * string/bits/string3.h (__warn_memset_zero_len): Don't
1047         declare for gcc newer than 5.0.
1048         (memset): Don't test for zero-length __LEN for gcc newer than
1049         5.0.
1050
1051 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
1052
1053         * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
1054         size_t for %zu format.
1055
1056         * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
1057         difference, not %ju.
1058
1059 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
1060
1061         * include/libc-internal.h (ignore_value): New macro.
1062         * nscd/connections.c (restart): Wrap calls to setuid and setgid
1063         with ignore_value.
1064
1065         * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
1066         definition.
1067
1068         * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
1069         pthread_cleanup_push to void *.
1070
1071         * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
1072         Undefine.
1073
1074         [BZ #16619]
1075         [BZ #16740]
1076         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
1077         instead of 1L << 52.
1078
1079         * libio/bug-rewind.c (do_test): Check fwscanf return values.
1080         * libio/bug-rewind2.c (do_test): Likewise.
1081
1082         * debug/test-stpcpy_chk-ifunc.c: Remove file.
1083         * debug/test-strcpy_chk-ifunc.c: Likewise.
1084         * wcsmbs/test-wcschr-ifunc.c: Likewise.
1085         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
1086         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
1087         * wcsmbs/test-wcslen-ifunc.c: Likewise.
1088         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
1089         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
1090         * Rules [$(multi-arch) = no] (tests): Do not filter out
1091         $(tests-ifunc).
1092         [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
1093         * debug/Makefile (tests-ifunc): Remove variable.
1094         (tests): Do not add $(tests-ifunc).
1095         * wcsmbs/Makefile (tests-ifunc): Remove variable.
1096         (tests): Do not add $(tests-ifunc).
1097         * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
1098         [TEST_IFUNC]: Remove conditionals.
1099         * string/test-string.h (TEST_IFUNC): Remove macro.
1100         [TEST_IFUNC]: Remove conditionals.
1101
1102         * string/test-strchr.c [!WIDE] (L): New macro.
1103         [WIDE] (L): Likewise.
1104         (check1): Use CHAR instead of char.  Use L on string and character
1105         constants.
1106
1107 2014-11-26  Adhemerval Zanella  <azanella@linux.ibm.com>
1108
1109         * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
1110         tests.
1111         * sysdeps/powerpc/bits/atomic.h
1112         (__arch_atomic_exchange_and_add_32_acq): Add definition.
1113         (__arch_atomic_exchange_and_add_32_rel): Likewise.
1114         (atomic_exchange_and_add_acq): Likewise.
1115         (atomic_exchange_and_add_rel): Likewise.
1116         * sysdeps/powerpc/powerpc32/bits/atomic.h
1117         (__arch_atomic_exchange_and_add_64_acq): Add definition.
1118         (__arch_atomic_exchange_and_add_64_rel): Likewise.
1119         * sysdeps/powerpc/powerpc64/bits/atomic.h
1120         (__arch_atomic_exchange_and_add_64_acq): Add definition.
1121         (__arch_atomic_exchange_and_add_64_rel): Likewise.
1122
1123 2014-11-26  Torvald Riegel  <triegel@redhat.com>
1124
1125         * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
1126         Change synchronization of __sched_fifo_min_prio and
1127         __sched_fifo_max_prio.
1128         * nptl/pthread_mutexattr_getprioceiling.c
1129         (pthread_mutexattr_getprioceiling): Likewise.
1130         * nptl/pthread_mutexattr_setprioceiling.c
1131         (pthread_mutexattr_setprioceiling): Likewise.
1132         * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
1133         * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
1134         Likewise.
1135
1136 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
1137
1138         * setjmp/jmpbug.c (test): Make foo volatile and cast it to
1139         void.
1140
1141 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
1142
1143         * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
1144         third argument const.
1145
1146 2014-11-25  Paul Eggert  <eggert@cs.ucla.edu>
1147
1148         fnmatch: work around GCC compiler warning bug with uninit var
1149         * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
1150         This works around a bug with x86-64 GCC 4.9.2 and earlier
1151         where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
1152         "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
1153         used uninitialized in this function [-Wmaybe-uninitialized]".
1154
1155 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
1156
1157         * posix/bug-regex31.c (main): Return RES not 0.
1158
1159 2014-11-25  Anton Blanchard <anton@samba.org>
1160
1161         * sysdeps/powerpc/bits/atomic.h
1162         (__arch_compare_and_exchange_bool_64_rel): Load from mem.
1163
1164 2014-11-24  Sterling Augustine  <saugustine@google.com>
1165
1166         * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
1167
1168 2014-11-24  Ryan Cumming  <etaoins@gmail.com>
1169
1170         [BZ #17608]
1171         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
1172
1173 2014-11-24  Joseph Myers  <joseph@codesourcery.com>
1174
1175         [BZ #17633]
1176         * stdio-common/perror.c (perror): Call __fileno instead of fileno.
1177         * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
1178         variable.
1179         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
1180         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
1181
1182 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
1183
1184         * string/strncpy.c (strncpy): Improve performance by using memset.
1185
1186 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
1187
1188         * string/strcpy.c (strcpy):
1189         Improve performance by using strlen and memcpy.
1190
1191 2014-11-24  Leonhard Holz  <leonhard.holz@web.de>
1192
1193         * string/strcoll_l.c (get_next_seq): __always_inline.
1194         * string/strcoll_l.c (do_compare): __always_inline.
1195
1196 2014-11-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
1197
1198         * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
1199         defined.
1200         * include/mqueue.h: Likewise.
1201         * include/stdlib.h: Likewise.
1202
1203         * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
1204         (get_null_defines): Adjust.
1205         * sunrpc/Makefile: Adjust comment.
1206         * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
1207         * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
1208         (CFLAGS-interp.c): Likewise.
1209         (CFLAGS-ldconfig.c): Likewise.
1210         (CPPFLAGS-.os): Likewise.
1211         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
1212         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
1213         * extra-modules.mk (extra-modules.mk): Likewise.
1214         * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
1215         * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
1216         * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
1217         * nscd/Makefile (CPPFLAGS-nscd): Likewise.
1218         * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
1219         * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
1220         * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
1221         * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
1222         * iconvdata/Makefile (CPPFLAGS): Likewise.
1223         (cpp-srcs-left): Add libof for all iconvdata routines.
1224         * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
1225         * include/assert.h: Likewise.
1226         * include/ctype.h: Likewise.
1227         * include/errno.h: Likewise.
1228         * include/libc-symbols.h: Likewise.
1229         * include/math.h: Likewise.
1230         * include/netdb.h: Likewise.
1231         * include/resolv.h: Likewise.
1232         * include/stdio.h: Likewise.
1233         * include/stdlib.h: Likewise.
1234         * include/string.h: Likewise.
1235         * include/sys/stat.h: Likewise.
1236         * include/wctype.h: Likewise.
1237         * intl/l10nflist.c: Likewise.
1238         * libidn/idn-stub.c: Likewise.
1239         * libio/libioP.h: Likewise.
1240         * nptl/libc_multiple_threads.c: Likewise.
1241         * nptl/pthreadP.h: Likewise.
1242         * posix/regex_internal.h: Likewise.
1243         * resolv/res_hconf.c: Likewise.
1244         * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
1245         * sysdeps/arm/memmove.S: Likewise.
1246         * sysdeps/arm/sysdep.h: Likewise.
1247         * sysdeps/generic/_itoa.h: Likewise.
1248         * sysdeps/generic/symbol-hacks.h: Likewise.
1249         * sysdeps/gnu/errlist.awk: Likewise.
1250         * sysdeps/gnu/errlist.c: Likewise.
1251         * sysdeps/i386/i586/memcpy.S: Likewise.
1252         * sysdeps/i386/i586/memset.S: Likewise.
1253         * sysdeps/i386/i686/memcpy.S: Likewise.
1254         * sysdeps/i386/i686/memmove.S: Likewise.
1255         * sysdeps/i386/i686/mempcpy.S: Likewise.
1256         * sysdeps/i386/i686/memset.S: Likewise.
1257         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
1258         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
1259         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
1260         * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
1261         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
1262         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
1263         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
1264         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
1265         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
1266         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
1267         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
1268         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
1269         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
1270         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
1271         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
1272         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
1273         * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
1274         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
1275         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
1276         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
1277         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
1278         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
1279         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
1280         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
1281         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
1282         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
1283         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
1284         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
1285         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
1286         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
1287         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
1288         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
1289         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
1290         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
1291         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
1292         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
1293         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
1294         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
1295         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
1296         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
1297         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
1298         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
1299         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
1300         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
1301         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
1302         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
1303         * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
1304         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
1305         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
1306         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
1307         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
1308         * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
1309         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
1310         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
1311         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
1312         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
1313         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
1314         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
1315         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
1316         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
1317         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
1318         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
1319         * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
1320         * sysdeps/nptl/bits/libc-lock.h: Likewise.
1321         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
1322         * sysdeps/nptl/bits/stdio-lock.h: Likewise.
1323         * sysdeps/posix/closedir.c: Likewise.
1324         * sysdeps/posix/opendir.c: Likewise.
1325         * sysdeps/posix/readdir.c: Likewise.
1326         * sysdeps/posix/rewinddir.c: Likewise.
1327         * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
1328         * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
1329         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
1330         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
1331         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
1332         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
1333         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
1334         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
1335         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
1336         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
1337         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
1338         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
1339         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
1340         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
1341         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
1342         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
1343         * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
1344         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
1345         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
1346         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
1347         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
1348         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
1349         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
1350         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
1351         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
1352         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
1353         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
1354         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
1355         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
1356         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
1357         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
1358         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
1359         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
1360         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
1361         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
1362         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
1363         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
1364         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
1365         * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
1366         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
1367         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
1368         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
1369         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
1370         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
1371         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
1372         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
1373         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
1374         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
1375         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
1376         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
1377         * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
1378         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
1379         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
1380         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
1381         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
1382         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
1383         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
1384         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
1385         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
1386         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
1387         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
1388         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
1389         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
1390         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
1391         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
1392         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
1393         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
1394         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
1395         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
1396         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
1397         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
1398         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
1399         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
1400         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
1401         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
1402         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
1403         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
1404         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
1405         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
1406         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
1407         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
1408         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
1409         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
1410         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
1411         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
1412         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
1413         * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
1414         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
1415         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
1416         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
1417         * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
1418         * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
1419         * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
1420         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
1421         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
1422         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
1423         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
1424         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
1425         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
1426         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
1427         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
1428         * sysdeps/unix/alpha/sysdep.S: Likewise.
1429         * sysdeps/unix/alpha/sysdep.h: Likewise.
1430         * sysdeps/unix/make-syscalls.sh: Likewise.
1431         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1432         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1433         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1434         * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
1435         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1436         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
1437         * sysdeps/unix/sysv/linux/getpid.c: Likewise.
1438         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
1439         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1440         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
1441         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
1442         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1443         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1444         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
1445         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1446         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
1447         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1448         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
1449         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
1450         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1451         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
1452         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
1453         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1454         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1455         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1456         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1457         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
1458         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
1459         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
1460         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
1461         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
1462         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1463         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
1464         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
1465         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
1466         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1467         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
1468         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
1469         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
1470         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
1471         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1472         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1473         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
1474         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
1475         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
1476         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1477         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
1478         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
1479         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1480         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
1481         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
1482         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1483         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1484         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1485         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
1486         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1487         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1488         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
1489         * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
1490         * sysdeps/x86_64/memcpy.S: Likewise.
1491         * sysdeps/x86_64/memmove.c: Likewise.
1492         * sysdeps/x86_64/memset.S: Likewise.
1493         * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
1494         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
1495         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
1496         * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
1497         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
1498         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
1499         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
1500         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
1501         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
1502         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
1503         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
1504         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
1505         * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
1506         * sysdeps/x86_64/multiarch/memset.S: Likewise.
1507         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
1508         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
1509         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
1510         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
1511         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
1512         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
1513         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
1514         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
1515         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
1516         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
1517         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
1518         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
1519         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
1520         * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
1521         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
1522         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
1523         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
1524         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
1525         * sysdeps/x86_64/strcmp.S: Likewise.
1526
1527         * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
1528
1529         * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
1530         * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
1531         * elf/rtld-Rules: Likewise.
1532         * elf/setup-vdso.h: Likewise.
1533         * include/assert.h: Likewise.
1534         * include/bits/stdlib-float.h: Likewise.
1535         * include/errno.h: Likewise.
1536         * include/sys/stat.h: Likewise.
1537         * include/unistd.h: Likewise.
1538         * sysdeps/aarch64/setjmp.S: Likewise.
1539         * sysdeps/alpha/setjmp.S: Likewise.
1540         * sysdeps/arm/__longjmp.S: Likewise.
1541         * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
1542         * sysdeps/arm/setjmp.S: Likewise.
1543         * sysdeps/arm/sysdep.h: Likewise.
1544         * sysdeps/generic/_itoa.h: Likewise.
1545         * sysdeps/generic/dl-sysdep.h: Likewise.
1546         * sysdeps/generic/ldsodefs.h: Likewise.
1547         * sysdeps/i386/dl-tls.h: Likewise.
1548         * sysdeps/i386/setjmp.S: Likewise.
1549         * sysdeps/m68k/setjmp.c: Likewise.
1550         * sysdeps/mach/hurd/dl-execstack.c: Likewise.
1551         * sysdeps/mach/hurd/opendir.c: Likewise.
1552         * sysdeps/posix/getcwd.c: Likewise.
1553         * sysdeps/posix/opendir.c: Likewise.
1554         * sysdeps/posix/profil.c: Likewise.
1555         * sysdeps/powerpc/dl-procinfo.h: Likewise.
1556         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
1557         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
1558         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
1559         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
1560         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
1561         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
1562         * sysdeps/s390/dl-tls.h: Likewise.
1563         * sysdeps/s390/s390-32/setjmp.S: Likewise.
1564         * sysdeps/s390/s390-64/setjmp.S: Likewise.
1565         * sysdeps/sh/sh3/setjmp.S: Likewise.
1566         * sysdeps/sh/sh4/setjmp.S: Likewise.
1567         * sysdeps/unix/alpha/sysdep.h: Likewise.
1568         * sysdeps/unix/arm/sysdep.S: Likewise.
1569         * sysdeps/unix/i386/sysdep.S: Likewise.
1570         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1571         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
1572         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
1573         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
1574         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1575         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
1576         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
1577         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1578         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
1579         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
1580         * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
1581         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
1582         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
1583         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
1584         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
1585         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
1586         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
1587         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
1588         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1589         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
1590         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
1591         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
1592         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
1593         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
1594         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1595         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1596         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
1597         * sysdeps/unix/x86_64/sysdep.S: Likewise.
1598         * sysdeps/x86_64/setjmp.S: Likewise.
1599
1600         * include/math.h: Use IS_IN instead of IS_IN_libm.
1601         * sysdeps/alpha/fpu/s_copysign.c: Likewise.
1602         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
1603         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
1604         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
1605         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
1606         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
1607         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
1608         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
1609         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
1610         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
1611         * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
1612         * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
1613         * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
1614         * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
1615         * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
1616         * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
1617         * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
1618         * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
1619         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
1620         * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
1621         * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
1622         * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
1623         * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
1624         * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
1625         * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
1626         * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
1627         * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
1628         * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
1629         * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
1630         * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
1631         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
1632         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
1633         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
1634         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
1635         Likewise.
1636         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
1637         Likewise.
1638         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
1639         Likewise.
1640         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
1641         Likewise.
1642         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
1643         Likewise.
1644         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
1645         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
1646         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
1647         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
1648         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
1649         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
1650         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
1651         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
1652         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
1653         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
1654         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
1655         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
1656         * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
1657         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
1658         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
1659         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
1660         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
1661         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
1662         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
1663         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
1664         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
1665         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
1666         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
1667         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
1668         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
1669         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
1670         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
1671
1672         * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
1673         * nptl/pthreadP.h: Likewise.
1674         * nptl_db/structs.def: Likewise.
1675         * sysdeps/arm/sysdep.h: Likewise.
1676         * sysdeps/nptl/bits/libc-lock.h: Likewise.
1677         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
1678         * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
1679         * sysdeps/unix/alpha/sysdep.h: Likewise.
1680         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1681         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1682         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1683         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1684         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1685         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1686         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1687         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1688         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1689         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1690         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1691         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1692         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1693         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1694         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
1695         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
1696         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1697         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1698         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1699         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1700         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1701         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1702         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1703         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1704         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
1705         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1706
1707         * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
1708         * nptl/pthreadP.h: Likewise.
1709         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1710         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1711         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1712         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1713         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1714         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1715         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1716         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1717         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1718         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1719         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1720         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1721         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
1722         Likewise.
1723         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
1724         Likewise.
1725         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1726         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1727         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1728         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1729         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1730         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1731         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1732         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1733
1734         * dlfcn/dladdr.c: Use IS_IN.
1735         * dlfcn/dladdr1.c: Likewise.
1736         * dlfcn/dlclose.c: Likewise.
1737         * dlfcn/dlerror.c: Likewise.
1738         * dlfcn/dlinfo.c: Likewise.
1739         * dlfcn/dlmopen.c: Likewise.
1740         * dlfcn/dlopen.c: Likewise.
1741         * dlfcn/dlsym.c: Likewise.
1742         * dlfcn/dlvsym.c: Likewise.
1743
1744         * include/ifaddrs.h: Use IS_IN.
1745         * inet/check_pf.c: Likewise.
1746         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
1747         * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
1748
1749         * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
1750         IS_IN_ldconfig.
1751         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
1752         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
1753
1754         * include/shlib-compat.h [!NOT_IN_libc]: Remove.
1755         * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
1756         IS_IN (libc).
1757
1758         * elf/Makefile (libof-sotruss-lib): Set as extramodules.
1759
1760         * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
1761         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
1762         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
1763         * include/libc-symbols.h (IS_IN_LIB): New macro.
1764         * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
1765         * include/netdb.h: Likewise.
1766         * include/stap-probe.h: Remove all uses of IN_LIB.
1767
1768         * Makeconfig (module-cppflags-real): Define MODULE_NAME
1769         instead of IN_MODULE.
1770         * include/libc-symbols.h (IN_MODULE): Define using
1771         MODULE_NAME.
1772         (PASTE_NAME, PASTE_NAME1): New macros.
1773         * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
1774         of IN_LIB.
1775         (STAP_PROBE_ASM): Likewise.
1776
1777 2014-11-23  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1778
1779         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
1780         __mach_init in dlopened libc.
1781
1782 2014-11-22  Mike Frysinger  <vapier@gentoo.org>
1783
1784         * sysdeps/arm/preconfigure.ac: Delete EABI check.
1785         * sysdeps/arm/preconfigure: Regenerate.
1786
1787 2014-11-21  Roland McGrath  <roland@hack.frob.com>
1788
1789         * nptl/pthread_create.c (__pthread_create_2_1): Set
1790         ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
1791         when copying values from IATTR into PD.
1792
1793 2014-11-21  Will Newton  <will.newton@linaro.org>
1794             Andrew Pinski  <andrew.pinski@caviumnetworks.com>
1795
1796         * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
1797         Refactor inline-asm.  Also add comment.
1798
1799         * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
1800         ElfW macro instead of hardcoded Elf64 types.
1801         (la_aarch64_gnu_pltenter): Likewise.
1802         * sysdeps/aarch64/dl-machine.h
1803         (elf_machine_runtime_setup): Use ElfW(Addr).
1804
1805         * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
1806         R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
1807         R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
1808         R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
1809         R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
1810         (R_AARCH64_TLS_DTPMOD64): Rename to ..
1811         (R_AARCH64_TLS_DTPMOD): This.
1812         (R_AARCH64_TLS_DTPREL64): Rename to ...
1813         (R_AARCH64_TLS_DTPREL): This.
1814         (R_AARCH64_TLS_TPREL64): Rename to ...
1815         (R_AARCH64_TLS_TPREL): This.
1816         * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
1817         R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
1818         R_AARCH64_TLS_TPREL64.
1819         (elf_machine_rela): Likewise.
1820
1821 2014-11-21  Torvald Riegel  <triegel@redhat.com>
1822
1823         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
1824         by setting it to 0.  64b atomics are not supported currently.
1825
1826 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1827
1828         [BZ #16469]
1829         * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
1830         search domain names.
1831
1832 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1833
1834         [BZ #16469]
1835         * NEWS: Update.
1836         * resolv/res_query.c (__libc_res_nquerydomain): Retain
1837         trailing dot.
1838         * posix/tst-getaddrinfo5.c: New.
1839         * posix/Makefile (tests): Add it.
1840
1841 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1842
1843         [BZ #14498]
1844         * NEWS: Fixed.
1845         * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
1846         after parsing line but before break_if_match.
1847         * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
1848         if there is a protocol mismatch.
1849
1850 2014-11-21  Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
1851
1852         * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
1853         because the potential race is on the user-supplied stream.
1854
1855 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1856
1857         * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
1858         string literal if not passed a buffer.
1859         * manual/job.texi (ctermid): Update reasoning, note deviation
1860         from posix, suggest mtasurace when not passed a buffer, for
1861         future non-preliminary safety notes.
1862
1863 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1864
1865         * manual/users.texi (cuserid): Fix MT-Safety note for the case
1866         of not passing it a buffer.
1867         Reported by Peng Haitao.
1868
1869 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1870
1871         * manual/Makefile ($(objpfx)stamp-summary): Require
1872         check-safety.sh to pass.
1873         * manual/check-safety.sh: Wish for verification that every
1874         @deftypefn and @deftypefun is followed by a @safety remark.
1875
1876 2014-11-20  Roland McGrath  <roland@hack.frob.com>
1877
1878         * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
1879
1880         * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
1881         PTHREAD_CANCEL_ASYNCHRONOUS.
1882         * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
1883         send SIGCANCEL.
1884
1885         * nptl/default-sched.h: New file.
1886         * sysdeps/unix/sysv/linux/default-sched.h: New file.
1887         * nptl/pthread_create.c: Include it.
1888         (__pthread_create_2_1): Use collect_default_sched instead of making
1889         Linux syscalls here directly.
1890
1891 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1892
1893         * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
1894         __pthread_once): Use C11 atomics.
1895
1896 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1897
1898         * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
1899
1900 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1901
1902         * include/atomic.h (__atomic_link_error, __atomic_check_size,
1903         atomic_thread_fence_acquire, atomic_thread_fence_release,
1904         atomic_thread_fence_seq_cst, atomic_load_relaxed,
1905         atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
1906         atomic_compare_exchange_weak_relaxed,
1907         atomic_compare_exchange_weak_acquire,
1908         atomic_compare_exchange_weak_release,
1909         atomic_exchange_acquire, atomic_exchange_release,
1910         atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
1911         atomic_fetch_add_release, atomic_fetch_add_acq_rel,
1912         atomic_fetch_and_acquire,
1913         atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
1914
1915 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1916
1917         * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
1918         USE_ATOMIC_COMPILER_BUILTINS): Define.
1919         * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
1920         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1921         * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
1922         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1923         * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
1924         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1925         * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
1926         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1927         * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
1928         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1929         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
1930         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1931         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
1932         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1933         * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
1934         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1935         * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
1936         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1937         * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
1938         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1939         * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
1940         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1941         * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
1942         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1943         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
1944         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1945         * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
1946         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1947         * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
1948         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1949         * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
1950         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1951         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
1952         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1953         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
1954         (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1955         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
1956         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1957         * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
1958         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1959
1960 2014-11-19  Roland McGrath  <roland@hack.frob.com>
1961
1962         * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
1963         the sched_priority value here.  It was already checked when the user
1964         called pthread_attr_setschedparam.
1965
1966         * nptl/tst-bad-schedattr.c: New file.
1967         * nptl/Makefile (tests): Add it.
1968
1969 2014-11-19  Carlos O'Donell  <carlos@redhat.com>
1970             Florian Weimer  <fweimer@redhat.com>
1971             Joseph Myers  <joseph@codesourcery.com>
1972             Adam Conrad  <adconrad@0c3.net>
1973             Andreas Schwab  <schwab@suse.de>
1974             Brooks  <bmoses@google.com>
1975
1976         [BZ #17625]
1977         * wordexp-test.c (__dso_handle): Add prototype.
1978         (__register_atfork): Likewise.
1979         (__app_register_atfork): New function.
1980         (registered_forks): New global.
1981         (register_fork): New function.
1982         (test_case): Add 3 new tests for WRDE_CMDSUB.
1983         (main): Call __app_register_atfork.
1984         (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
1985         fork count is non-zero fail the test.
1986         * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
1987         is set.
1988         (parse_dollars): Remove check for WRDE_NOCMD.
1989         (parse_dquote): Likewise.
1990
1991 2014-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
1992
1993         * Makeconfig (built-modules): List non-library modules to be
1994         built.
1995         (module-cppflags): Include libc-modules.h for
1996         everything except shlib-versions.v.i.
1997         (CPPFLAGS): Use it.
1998         (before-compile): Add libc-modules.h.
1999         ($(common-objpfx)libc-modules.h,
2000         $(common-objpfx)libc-modules.stmp): New targets.
2001         (common-generated): Add libc-modules.h and libc-modules.stmp.
2002         ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
2003         * include/libc-symbols.h: Don't include libc-modules.h.
2004         * include/libc-modules.h: Remove file.
2005         * scripts/gen-libc-modules.awk: New script to generate
2006         libc-modules.h.
2007         * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
2008         Depend on libc-modules.stmp.
2009
2010         * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
2011
2012         * Makeconfig (in-module): Get value of libof set for the
2013         translation unit.
2014         (CPPFLAGS): Use $(in-module).
2015         * Makerules: Don't suffix routine names for nonlib.
2016         * include/libc-modules.h: New file.
2017         * include/libc-symbols.h: Include libc-modules.h
2018         (IS_IN): New macro to replace IS_IN_* macros.
2019         * elf/Makefile: Set libof-* for each routine.
2020         * elf/rtld-Rules: Likewise.
2021         * extra-modules.mk: Likewise.
2022         * iconv/Makefile: Likewise.
2023         * iconvdata/Makefile: Likewise.
2024         * locale/Makefile: Likewise.
2025         * malloc/Makefile: Likewise.
2026         * nss/Makefile: Likewise.
2027         * sysdeps/gnu/Makefile: Likewise.
2028         * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
2029         * sysdeps/unix/sysv/linux/Makefile: Likewise.
2030         * sysdeps/s390/s390-64/Makefile: Likewise.
2031         * nscd/Makefile: Set libof-* for each routine.  Set CFLAGS and
2032         CPPFLAGS for nscd instead of nonlib.
2033
2034 2014-11-18  Roland McGrath  <roland@hack.frob.com>
2035
2036         * nptl/createthread.c: New file.
2037
2038         * nptl/createthread.c: Moved ...
2039         * sysdeps/unix/sysv/linux/createthread.c: ... here.
2040
2041         * nptl/createthread.c: Add proper top-line comment.
2042         (do_clone): Folded into ...
2043         (create_thread): ... here.  Take new arguments STOPPED_START and
2044         THREAD_RAN.  Always set PD->stopped_start to something here.  Don't
2045         increment __nptl_threads, do event-reporting logic, do
2046         CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
2047         here.  Set *THREAD_RAN after ARCH_CLONE call succeeds.  Don't do any
2048         resource cleanup if sched_setaffinity or sched_setscheduler fails,
2049         just send SIGCANCEL.
2050         * nptl/pthread_create.c: Forward-declare create_thread before
2051         including createthread.c.
2052         (start_thread): Use new macro START_THREAD_DEFN to replace defining
2053         declaration, and new macro START_THREAD_SELF to replace argument.
2054         Remove return statement.
2055         (report_thread_creation): New function.
2056         (__pthread_create_2_1): Use it.  Do TD_CREATE reporting,
2057         synchronization logic, and __nptl_nthreads increment here, around
2058         calling create_thread.  Do CHECK_THREAD_SYSINFO and initialize
2059         PD->parent_cancelhandling here, before create_thread.  When
2060         create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
2061         __deallocate_stack, and ENOMEM translation here.
2062
2063 2014-11-18  Joseph Myers  <joseph@codesourcery.com>
2064
2065         [BZ #17616]
2066         * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
2067         (mptwo): Rename to __mptwo.
2068         (__inv): Use __mptwo instead of mptwo.
2069         * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
2070         (mptwo): Rename to __mptwo.
2071         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
2072         of mpone and __mptwo instead of mptwo.
2073         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
2074         instead of mpone.
2075         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
2076         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
2077         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
2078         of mpone and __mptwo instead of mptwo.
2079         (__mpranred): Use __mpone instead of mpone.
2080         * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
2081         variable.
2082         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
2083         (test-xfail-ISO99/math.h/linknamespace): Likewise.
2084         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
2085         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
2086         (test-xfail-ISO11/math.h/linknamespace): Likewise.
2087         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
2088         (test-xfail-XPG3/math.h/linknamespace): Likewise.
2089         (test-xfail-XPG4/math.h/linknamespace): Likewise.
2090         (test-xfail-POSIX/math.h/linknamespace): Likewise.
2091         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
2092         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
2093         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
2094         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
2095         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
2096         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
2097         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
2098         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
2099         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
2100         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
2101
2102 2014-11-18  Tom de Vries  <tom@codesoucery.com>
2103
2104         * manual/signal.texi (Primitives Interrupted by Signals): In section,
2105         replace BSD Handler xref with BSD Signal Handling.
2106
2107 2014-11-17  Richard Henderson  <rth@redhat.com>
2108
2109         * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
2110         (_FP_PACK_RAW_2): Remove.
2111         (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
2112         (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
2113         (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
2114         (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
2115         * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
2116         * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
2117         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
2118         * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
2119         * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
2120         * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
2121         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
2122         * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
2123         * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
2124         * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
2125         * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
2126         * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
2127
2128 2014-11-14  Roland McGrath  <roland@hack.frob.com>
2129
2130         * signal/signal.h [__USE_MISC]
2131         (struct sigvec): Remove type.
2132         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
2133         (sigvec): Remove declaration.
2134         * sysdeps/posix/sigvec.c: Moved ...
2135         * signal/sigvec.c: ... here, replacing old file.
2136         (struct sigvec): New type, copied from old signal.h definition.
2137         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
2138         (__sigvec): Convert definition to prototype.
2139         (sigvec): Replace weak_alias with compat_symbol.
2140         * signal/Versions (libc: GLIBC_2.21): New version set.
2141         * include/signal.h: Remove __sigvec declaration.
2142         * sysdeps/unix/bsd/sigvec.c: Remove file.
2143         * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
2144         * manual/signal.texi (BSD Handler): Remove subsection.
2145         Move siginterrupt up to ...
2146         (BSD Signal Handling): ... here.  Mark it as XPG rather than BSD.
2147         (Blocking in BSD): Fold subsection into its parent.
2148         * NEWS: Mention sigvec removal.
2149
2150 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
2151
2152         * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
2153         (DLA_FMS): Make definition conditional only on [__FMA4__].
2154         [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
2155         definition.
2156
2157         * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
2158         Make definition conditional only on [PROF].
2159         [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
2160         definition.
2161         [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
2162         [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
2163
2164         * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
2165         !__GNUC__].
2166         * include/signal.h (__sigpause): Move declaration above call to
2167         libc_hidden_proto.
2168         * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
2169         variable.
2170         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
2171         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
2172
2173 2014-11-14  David S. Miller  <davem@davemloft.net>
2174
2175         * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
2176         Define before including <string/memcpy.c> and <string/mempcpy.c>.
2177
2178 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
2179
2180         * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
2181         * configure: Regenerated.
2182         * manual/install.texi (Tools for Compilation): Document a
2183         requirement of GCC 4.6 or later and that GCC 4.9 is the newest
2184         compiler verified to work.
2185         * INSTALL: Regenerated.
2186
2187         * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
2188         redeclare with asm name.
2189         [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
2190         * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
2191         including <string.h>.
2192         * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2193         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
2194         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2195         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
2196         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2197         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
2198         [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2199
2200 2014-11-13  Joseph Myers  <joseph@codesourcery.com>
2201
2202         * stdlib/strtol.c (__strtol): Use prototype definition.
2203
2204         [BZ #17594]
2205         * stdlib/strtol.c (SYM__): New macro.
2206         (SYM__1): Likewise.
2207         (__strtol): Likewise.
2208         (strtol): Rename to __strtol and define as weak alias of
2209         __strtol.  Use libc_hidden_weak.
2210
2211 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
2212
2213         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
2214         Use numbered labels in inline assembly.
2215
2216 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
2217
2218         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
2219         Add setjmp LIBC_PROBE.
2220         * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
2221         Likewise.
2222         * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
2223         Add longjmp, longjmp_target LIBC_PROBE.
2224         * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
2225         Likewise.
2226
2227 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
2228
2229         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
2230         Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
2231         to get rid of unused variable warning.
2232
2233 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
2234
2235         * sysdeps/s390/s390-32/backtrace.c (__backtrace):
2236         Check for unwind_backtrace ==  NULL only in SHARED case.
2237         (__backchain_backtrace): Compile only in SHARED case.
2238         * sysdeps/s390/s390-64/backtrace.c (__backtrace):
2239         Likewise.
2240         (__backchain_backtrace): Declare as static.
2241
2242 2014-11-12  Roland McGrath  <roland@hack.frob.com>
2243
2244         * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
2245         (__libc_multiple_threads_ptr): Variable moved ...
2246         * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
2247
2248 2014-11-12  Joseph Myers  <joseph@codesourcery.com>
2249
2250         * conform/GlibcConform.pm: New file.
2251         * conform/conformtest.pl: Use GlibcConform module.
2252         * conform/linknamespace.pl: New file.
2253         * conform/list-header-symbols.pl: Likewise.
2254         * conform/Makefile (linknamespace-symlists-base): New variable.
2255         (linknamespace-symlists-tests): Likewise.
2256         (linknamespace-header-base): Likewise.
2257         (linknamespace-header-tests): Likewise.
2258         (tests-special): Add new tests.
2259         ($(linknamespace-symlists-tests)): New rule.
2260         (linknamespace-libs): New variable.
2261         ($(objpfx)symlist-stdlibs): New rule.
2262         ($(linknamespace-header-tests)): Likewise.
2263         (test-xfail-XPG3/varargs.h/linknamespace): New variable.
2264         (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
2265         (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
2266         (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
2267         (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
2268         (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
2269         (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
2270         (test-xfail-ISO/math.h/linknamespace): Likewise.
2271         (test-xfail-ISO/signal.h/linknamespace): Likewise.
2272         (test-xfail-ISO/stdio.h/linknamespace): Likewise.
2273         (test-xfail-ISO/time.h/linknamespace): Likewise.
2274         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
2275         (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
2276         (test-xfail-ISO99/math.h/linknamespace): Likewise.
2277         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
2278         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
2279         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
2280         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
2281         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
2282         (test-xfail-ISO11/math.h/linknamespace): Likewise.
2283         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
2284         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
2285         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
2286         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
2287         (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
2288         (test-xfail-XPG3/glob.h/linknamespace): Likewise.
2289         (test-xfail-XPG3/math.h/linknamespace): Likewise.
2290         (test-xfail-XPG3/regex.h/linknamespace): Likewise.
2291         (test-xfail-XPG3/search.h/linknamespace): Likewise.
2292         (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
2293         (test-xfail-XPG3/time.h/linknamespace): Likewise.
2294         (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
2295         (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
2296         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
2297         (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
2298         (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
2299         (test-xfail-XPG4/glob.h/linknamespace): Likewise.
2300         (test-xfail-XPG4/grp.h/linknamespace): Likewise.
2301         (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
2302         (test-xfail-XPG4/math.h/linknamespace): Likewise.
2303         (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
2304         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
2305         (test-xfail-XPG4/regex.h/linknamespace): Likewise.
2306         (test-xfail-XPG4/search.h/linknamespace): Likewise.
2307         (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
2308         (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
2309         (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
2310         (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
2311         (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
2312         (test-xfail-XPG4/time.h/linknamespace): Likewise.
2313         (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
2314         (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
2315         (test-xfail-POSIX/aio.h/linknamespace): Likewise.
2316         (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
2317         (test-xfail-POSIX/glob.h/linknamespace): Likewise.
2318         (test-xfail-POSIX/math.h/linknamespace): Likewise.
2319         (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
2320         (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
2321         (test-xfail-POSIX/regex.h/linknamespace): Likewise.
2322         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
2323         (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
2324         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
2325         (test-xfail-POSIX/time.h/linknamespace): Likewise.
2326         (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
2327         (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
2328         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
2329         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
2330         (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
2331         (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
2332         (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
2333         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
2334         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
2335         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
2336         (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
2337         (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
2338         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
2339         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
2340         (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
2341         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
2342         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
2343         (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
2344         (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
2345         (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
2346         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
2347         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
2348         (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
2349         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
2350         (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
2351         (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
2352         (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
2353         (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
2354         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
2355         (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
2356         (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
2357         (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
2358         (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
2359         (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
2360         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
2361         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
2362         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
2363         (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
2364         (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
2365         (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
2366         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
2367         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
2368         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
2369         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
2370         (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
2371         (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
2372         (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
2373         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
2374         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
2375         (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
2376         (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
2377         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
2378         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
2379         (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
2380         (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
2381         (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
2382         (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
2383         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
2384         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
2385         (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
2386         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
2387         (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
2388         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
2389         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
2390         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
2391         (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
2392         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
2393         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
2394         (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
2395         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
2396         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
2397         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
2398         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
2399         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
2400         (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
2401         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
2402         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
2403         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
2404         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
2405         (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
2406         (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
2407         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
2408         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
2409         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
2410         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
2411         (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
2412         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
2413         (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
2414         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
2415         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
2416         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
2417         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
2418         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
2419         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
2420         (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
2421         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
2422         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
2423         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
2424
2425         [BZ #17589]
2426         * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
2427         of fgets_unlocked.
2428
2429         [BZ #17585]
2430         * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
2431         (memmem): Rename to __memmem and define as weak alias of
2432         __memmem.  Use libc_hidden_weak.
2433         (__memmem): Use libc_hidden_def.
2434         * include/string.h (__memmem): Declare.  Use libc_hidden_proto.
2435         * locale/findlocale.c (valid_locale_name): Use __memmem instead of
2436         memmem.
2437
2438         [BZ #17582]
2439         * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
2440         (__fgets_unlocked): Add alias of _IO_fgets.  Use libc_hidden_def.
2441         * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
2442         and define as weak alias of __fgets_unlocked.  Use
2443         libc_hidden_weak.
2444         (__fgets_unlocked): Use libc_hidden_def.
2445         * include/stdio.h (__fgets_unlocked): Declare.  Use
2446         libc_hidden_proto.
2447         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
2448         __fgets_unlocked instead of fgets_unlocked.
2449         * sysdeps/unix/sysv/linux/alpha/getsysstats.c
2450         (GET_NPROCS_CONF_PARSER): Likewise.
2451         * sysdeps/unix/sysv/linux/sparc/getsysstats.c
2452         (GET_NPROCS_CONF_PARSER): Likewise.
2453
2454         [BZ #17574]
2455         * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
2456         weak alias of __wmemset.  Use libc_hidden_weak.
2457         (__wmemset): Use libc_hidden_def.
2458         * include/wchar.h (__wmemset): Declare.  Use libc_hidden_proto.
2459         * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
2460         of wmemset.
2461
2462         [BZ #17573]
2463         * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
2464         with asm name __mempcpy.
2465         [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
2466
2467         [BZ #17572]
2468         * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
2469         and define as weak alias of __rawmemchr.
2470         (__rawmemchr): Do not define as strong alias of rawmemchr.
2471
2472         [BZ #17571]
2473         * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
2474         alias of __qsort_r.
2475         (qsort): Call __qsort_r instead of qsort_r.
2476         * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
2477         (__qsort_r): Declare.  Call libc_hidden_proto.
2478         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
2479         instead of qsort_r.
2480         * nscd/gai.c (__qsort_r): Define to qsort_r.
2481         * posix/tst-rfc3484.c (__qsort_r): Likewise.
2482         * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
2483         * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
2484
2485         [BZ #17570]
2486         * malloc/malloc.c (malloc_info): Rename to __malloc_info and
2487         define as weak alias of __malloc_info.
2488
2489         [BZ #17584]
2490         * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
2491         as weak alias of __rewinddir.  Don't use libc_hidden_def.
2492         (__rewinddir): Use libc_hidden_def.
2493         * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
2494         as weak alias of __rewinddir.  Don't use libc_hidden_def.
2495         (__rewinddir): Use libc_hidden_def.
2496         * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
2497         weak alias of __rewinddir.  Don't use libc_hidden_def.
2498         (__rewinddir): Use libc_hidden_def.
2499         * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
2500         (__rewinddir): Use libc_hidden_proto.
2501         * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
2502         rewinddir.
2503         (__getcwd): Use __rewinddir instead of rewinddir.
2504
2505         [BZ #17583]
2506         * libio/fileno.c (fileno): Rename to __fileno and define as weak
2507         alias of __fileno.  Use libc_hidden_weak.
2508         (__fileno): Use libc_hidden_def.
2509         [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
2510         * libio/ftello.c (ftello): Rename to __ftello and define as weak
2511         alias of __ftello.
2512         [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
2513         __ftello.
2514         * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
2515         (__fread_unlocked): Define as strong alias of _IO_fread.  Use
2516         libc_hidden_def.
2517         (fread_unlocked): Don't use libc_hidden_ver.
2518         * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
2519         and define as weak alias of __fread_unlocked.  Don't use
2520         libc_hidden_def.
2521         (__fread_unlocked): Use libc_hidden_def.
2522         * include/stdio.h (__fileno): Declare.  Use libc_hidden_proto.
2523         (ftello): Don't use libc_hidden_proto.
2524         (__ftello): Declare.  Use libc_hidden_proto.
2525         (fread_unlocked): Don't use libc_hidden_proto.
2526         (__fread_unlocked): Declare.  Use libc_hidden_proto.
2527         * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
2528         and __ftello instead of fileno, fread_unlocked and ftello.
2529
2530 2012-11-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
2531
2532         * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
2533         GOT12.
2534         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
2535         Likewise.
2536         (_dl_start_user): Likewise.
2537         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
2538
2539 2014-11-12  Carlos O'Donell  <carlos@redhat.com>
2540             Siddhesh Poyarekar  <siddhesh@redhat.com>
2541
2542         * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
2543         Move argv and envp down instead of moving argc up.
2544         * sysdeps/s390/s390-32/dl-sysdep.h: New file.
2545
2546 2014-11-12  Leonhard Holz  <leonhard.holz@web.de>
2547
2548         [BZ #17506]
2549         * test-skeleton.c (main): Return successful if one of
2550         EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
2551         * string/tst-strcoll-overflow.c: Define expected status.
2552
2553 2014-11-12  Tatiana Udalova  <t.udalova@samsung.com>
2554
2555         [BZ #17475]
2556         * locale/iso-639.def: Define Bhili and Tulu language codes.
2557
2558 2014-11-11  Alan Hayward  <alan.hayward@arm.com>
2559
2560         * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
2561
2562 2014-11-10  Renlin Li  <Renlin.Li@arm.com>
2563
2564         [BZ #17555]
2565         * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
2566
2567 2014-11-10  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
2568
2569         * configure.ac: Updated check of minimal required version to
2570         2.22.
2571         * manual/install.texi (Tools for Compilation): Updated version
2572         number.
2573         * configure: Regenerated.
2574         * INSTALL: Likewise.
2575
2576 2014-11-07  Andreas Schwab  <schwab@linux-m68k.org>
2577
2578         * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
2579         __tls_get_addr.
2580
2581 2014-11-07  Joseph Myers  <joseph@codesourcery.com>
2582
2583         * include/sys/wait.h (__libc_waitpid): Remove declaration.
2584         * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
2585         (__waitpid): Don't define as alias.  Use libc_hidden_def not
2586         libc_hidden_weak.
2587         (waitpid): Define as alias of __waitpid.
2588         * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
2589         __waitpid.
2590         (__waitpid): Don't define as alias.  Use libc_hidden_def not
2591         libc_hidden_weak.
2592         (waitpid): Define as alias of __waitpid.
2593         * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
2594         __libc_waitpid alias.
2595         * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
2596         * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
2597         Likewise.
2598         * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
2599         * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
2600         * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
2601         alias.
2602         * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
2603         __waitpid.
2604         (__waitpid): Don't define as alias.  Use libc_hidden_def not
2605         libc_hidden_weak.
2606         (waitpid): Define as alias of __waitpid.
2607
2608 2014-11-06  Carlos O'Donell  <carlos@redhat.com>
2609
2610         * manual/llio.texi: Add comment that write safety has been
2611         fixed in Linux.
2612
2613         * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
2614         (localplt-build-dso): Add elf/ld.so.
2615         * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
2616         i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
2617         and free for ld.so.
2618         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
2619         __libc_memalign, malloc, calloc, realloc, and free for ld.so.
2620         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
2621         Likewise.
2622         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
2623         Likewise.
2624         * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
2625         * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
2626         version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
2627         * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
2628         * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
2629         * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
2630         * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
2631         * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
2632         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
2633         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
2634         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
2635
2636 2014-11-05  Joseph Myers  <joseph@codesourcery.com>
2637
2638         [BZ #14132]
2639         * include/libc-symbols.h (INTUSE): Remove macro.
2640         (INTDEF): Likewise.
2641         (INTVARDEF): Likewise.
2642         (_INTVARDEF): Likewise.
2643         (INTDEF2): Likewise.
2644         (INTVARDEF2): Likewise.
2645         * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
2646         rtld_hidden_def instead of INTVARDEF.
2647         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
2648         (_dl_starting_up_internal): Remove declaration.
2649         (_dl_starting_up): Use rtld_hidden_proto.
2650         * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
2651         declaration.
2652         [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
2653         (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
2654         _dl_starting_up.
2655         * elf/dl-writev.h (_dl_writev): Likewise.
2656         * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
2657         (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
2658         _dl_starting_up_internal.
2659
2660 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2661
2662         * stdio-common/tst-fmemopen.c (do_test): Refactor to use
2663         test-skeleton.c.
2664
2665 2014-11-05  Will Newton  <will.newton@linaro.org>
2666
2667         * benchtests/Makefile: (bench-malloc): Add malloc thread
2668         scalability benchmark.
2669         * benchtests/bench-malloc-threads.c: New file.
2670
2671 2014-11-05  Richard Earnshaw  <rearnsha@arm.com>
2672
2673         * sysdeps/aarch64/strchrnul.S: New file.
2674
2675 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2676
2677         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
2678         definition.
2679         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
2680         Likwise.
2681         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
2682         Likewise.
2683         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
2684         Likewise.
2685         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
2686         Likewise.
2687         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
2688         Likewise.
2689
2690 2014-11-05  Arjun Shankar  <arjun.is@lostca.se>
2691
2692         * catgets/test-gencat.c: Use test-skeleton.c.
2693         * catgets/tst-catgets.c: Likewise.
2694         * csu/tst-empty.c: Likewise.
2695         * elf/tst-audit2.c: Likewise.
2696         * elf/tst-global1.c: Likewise.
2697         * elf/tst-pathopt.c: Likewise.
2698         * elf/tst-piemod1.c: Likewise.
2699         * elf/tst-tls10.c: Likewise.
2700         * elf/tst-tls11.c: Likewise.
2701         * elf/tst-tls12.c: Likewise.
2702         * gnulib/tst-gcc.c: Likewise.
2703         * iconvdata/tst-e2big.c: Likewise.
2704         * iconvdata/tst-loading.c: Likewise.
2705         * iconv/tst-iconv1.c: Likewise.
2706         * iconv/tst-iconv2.c: Likewise.
2707         * inet/test-inet6_opt.c: Likewise.
2708         * inet/tst-gethnm.c: Likewise.
2709         * inet/tst-network.c: Likewise.
2710         * inet/tst-ntoa.c: Likewise.
2711         * intl/tst-codeset.c: Likewise.
2712         * intl/tst-gettext2.c: Likewise.
2713         * intl/tst-gettext3.c: Likewise.
2714         * intl/tst-ngettext.c: Likewise.
2715         * intl/tst-translit.c: Likewise.
2716         * io/test-stat.c: Likewise.
2717         * libio/test-fmemopen.c: Likewise.
2718         * libio/tst-freopen.c: Likewise.
2719         * libio/tst-sscanf.c: Likewise.
2720         * libio/tst-ungetwc1.c: Likewise.
2721         * libio/tst-ungetwc2.c: Likewise.
2722         * libio/tst-widetext.c: Likewise.
2723         * localedata/tst-ctype.c: Likewise.
2724         * localedata/tst-digits.c: Likewise.
2725         * localedata/tst-leaks.c: Likewise.
2726         * localedata/tst-mbswcs1.c: Likewise.
2727         * localedata/tst-mbswcs2.c: Likewise.
2728         * localedata/tst-mbswcs3.c: Likewise.
2729         * localedata/tst-mbswcs4.c: Likewise.
2730         * localedata/tst-mbswcs5.c: Likewise.
2731         * localedata/tst-setlocale.c: Likewise.
2732         * localedata/tst-trans.c: Likewise.
2733         * localedata/tst-wctype.c: Likewise.
2734         * localedata/tst-xlocale1.c: Likewise.
2735         * login/tst-grantpt.c: Likewise.
2736         * malloc/tst-calloc.c: Likewise.
2737         * malloc/tst-malloc.c: Likewise.
2738         * malloc/tst-mallocstate.c: Likewise.
2739         * malloc/tst-mcheck.c: Likewise.
2740         * malloc/tst-mtrace.c: Likewise.
2741         * malloc/tst-obstack.c: Likewise.
2742         * math/atest-exp2.c: Likewise.
2743         * math/atest-exp.c: Likewise.
2744         * math/atest-sincos.c: Likewise.
2745         * math/test-matherr.c: Likewise.
2746         * math/test-misc.c: Likewise.
2747         * math/test-powl.c: Likewise.
2748         * math/tst-definitions.c: Likewise.
2749         * misc/tst-dirname.c: Likewise.
2750         * misc/tst-efgcvt.c: Likewise.
2751         * misc/tst-fdset.c: Likewise.
2752         * misc/tst-hsearch.c: Likewise.
2753         * misc/tst-mntent2.c: Likewise.
2754         * nptl/tst-sem7.c: Likewise.
2755         * nptl/tst-sem8.c: Likewise.
2756         * nptl/tst-sem9.c: Likewise.
2757         * nss/test-netdb.c: Likewise.
2758         * posix/tst-fnmatch.c: Likewise.
2759         * posix/tst-getlogin.c: Likewise.
2760         * posix/tst-gnuglob.c: Likewise.
2761         * posix/tst-mmap.c: Likewise.
2762         * pwd/tst-getpw.c: Likewise.
2763         * resolv/tst-inet_ntop.c: Likewise.
2764         * rt/tst-timer.c: Likewise.
2765         * stdio-common/test-fseek.c: Likewise.
2766         * stdio-common/test-popen.c: Likewise.
2767         * stdio-common/test-vfprintf.c: Likewise.
2768         * stdio-common/tst-cookie.c: Likewise.
2769         * stdio-common/tst-fileno.c: Likewise.
2770         * stdio-common/tst-gets.c: Likewise.
2771         * stdio-common/tst-obprintf.c: Likewise.
2772         * stdio-common/tst-perror.c: Likewise.
2773         * stdio-common/tst-sprintf2.c: Likewise.
2774         * stdio-common/tst-sprintf3.c: Likewise.
2775         * stdio-common/tst-sprintf.c: Likewise.
2776         * stdio-common/tst-swprintf.c: Likewise.
2777         * stdio-common/tst-tmpnam.c: Likewise.
2778         * stdio-common/tst-unbputc.c: Likewise.
2779         * stdio-common/tst-wc-printf.c: Likewise.
2780         * stdlib/tst-environ.c: Likewise.
2781         * stdlib/tst-fmtmsg.c: Likewise.
2782         * stdlib/tst-limits.c: Likewise.
2783         * stdlib/tst-rand48-2.c: Likewise.
2784         * stdlib/tst-rand48.c: Likewise.
2785         * stdlib/tst-random2.c: Likewise.
2786         * stdlib/tst-random.c: Likewise.
2787         * stdlib/tst-strtol.c: Likewise.
2788         * stdlib/tst-strtoll.c: Likewise.
2789         * stdlib/tst-tls-atexit.c: Likewise.
2790         * stdlib/tst-xpg-basename.c: Likewise.
2791         * string/test-ffs.c: Likewise.
2792         * string/tst-bswap.c: Likewise.
2793         * string/tst-inlcall.c: Likewise.
2794         * string/tst-strtok.c: Likewise.
2795         * string/tst-strxfrm.c: Likewise.
2796         * sysdeps/x86_64/tst-audit10.c: Likewise.
2797         * sysdeps/x86_64/tst-audit3.c: Likewise.
2798         * sysdeps/x86_64/tst-audit4.c: Likewise.
2799         * sysdeps/x86_64/tst-audit5.c: Likewise.
2800         * time/tst-ftime_l.c: Likewise.
2801         * time/tst-getdate.c: Likewise.
2802         * time/tst-mktime3.c: Likewise.
2803         * time/tst-mktime.c: Likewise.
2804         * time/tst-posixtz.c: Likewise.
2805         * time/tst-strptime2.c: Likewise.
2806         * time/tst-strptime3.c: Likewise.
2807         * wcsmbs/tst-btowc.c: Likewise.
2808         * wcsmbs/tst-mbrtowc.c: Likewise.
2809         * wcsmbs/tst-mbsrtowcs.c: Likewise.
2810         * wcsmbs/tst-wchar-h.c: Likewise.
2811         * wcsmbs/tst-wcpncpy.c: Likewise.
2812         * wcsmbs/tst-wcrtomb.c: Likewise.
2813         * wcsmbs/tst-wcsnlen.c: Likewise.
2814         * wcsmbs/tst-wcstof.c: Likewise.
2815
2816 2014-11-04  Joseph Myers  <joseph@codesourcery.com>
2817
2818         [BZ #14132]
2819         * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
2820         INTDEF.
2821         * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
2822         declaration.
2823         (_dl_mcount): Use rtld_hidden_proto.
2824         * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
2825         _dl_mcount.
2826         * elf/rtld.c (_rtld_global_ro): Likewise.
2827
2828         [BZ #14132]
2829         * elf/dl-init.c (_dl_init): Don't use INTDEF.
2830         * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
2831         of _dl_init_internal.
2832         * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
2833         * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
2834         * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
2835         * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
2836         * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
2837         * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
2838         * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
2839         * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
2840         * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
2841         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
2842         * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
2843         * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
2844         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
2845         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
2846         * sysdeps/tile/dl-start.S (_start): Likewise.
2847         * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
2848         * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
2849
2850         [BZ #14132]
2851         * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
2852         [IS_IN_rtld] (_dl_argv_internal): Do not declare.
2853         (rtld_progname): Make macro definition unconditional.
2854         * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
2855         INTDEF.
2856         (dlmopen_doit): Do not use INTUSE with _dl_argv.
2857         (dl_main): Likewise.
2858         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
2859         * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
2860         instead of _dl_argv_internal.
2861         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
2862         __GI__dl_argv instead of INTUSE(_dl_argv).
2863         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
2864         __GI__dl_argv instead of _dl_argv_internal.
2865
2866         * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
2867         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
2868         macro.
2869         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
2870         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
2871         New macro.
2872         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
2873         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
2874         macro.
2875         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
2876         * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
2877
2878 2014-11-04  Andreas Schwab  <schwab@suse.de>
2879
2880         * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
2881
2882 2014-11-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2883
2884         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
2885         mtvsrd instruction in binary form.
2886
2887 2014-11-03  Andreas Schwab  <schwab@suse.de>
2888
2889         [BZ #17522]
2890         * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
2891         for less than MB_LEN_MAX use a local buffer of that size.
2892         * libio/tst-fputws.c: New file.
2893         * libio/Makefile (tests): Add tst-fputws.
2894
2895 2014-11-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
2896
2897         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
2898         the size of the fpu_fr.fpu_dregs[] array.
2899
2900 2014-11-01  Joseph Myers  <joseph@codesourcery.com>
2901
2902         * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
2903         (__nanosleep): Do not define as alias.
2904         (nanosleep): Define as alias of __nanosleep.
2905         * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
2906         __libc_nanosleep name.
2907
2908 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
2909
2910         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
2911         install.texi in comment.
2912
2913 2014-10-31  Torvald Riegel  <triegel@redhat.com>
2914
2915         * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
2916         * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
2917         ... add here and use lwsync or sync ...
2918         * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
2919         ... and add here using lwsync.
2920
2921 2014-10-31  Matthew Fortune  <matthew.fortune@imgtec.com>
2922
2923         * elf/dl-machine-reject-phdr.h: New file.
2924         * elf/dl-load.c: #include that.
2925         (open_verify): Call elf_machine_reject_phdr_p and ignore the file
2926         if that returned true.
2927
2928 2014-10-31  Roland McGrath  <roland@hack.frob.com>
2929
2930         [BZ #17496]
2931         * Makerules: Move gnu/lib-names.h generation chunk up, to right after
2932         gen-as-const-headers chunk.  Add a big scare comment after the last
2933         safe place to touch before-compile.
2934
2935 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
2936
2937         * manual/install.texi (Tools for Compilation): Update autoconf
2938         version requirements.
2939         * INSTALL: Regenerated.
2940
2941         * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
2942         * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
2943         (__libc_pselect): Likewise.
2944
2945         [BZ #14138]
2946         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
2947         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
2948         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
2949         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
2950
2951 2014-10-31  Torvald Riegel  <triegel@redhat.com>
2952
2953         * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
2954         correct barrier instruction.
2955         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
2956         Likewise.
2957         * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
2958         Likewise.
2959
2960 2014-10-30  Roland McGrath  <roland@hack.frob.com>
2961
2962         * include/ctype.h: Include <ctype/ctype.h> first thing rather than
2963         after defining inlines.  Instead, just use parens to defeat macro
2964         expansion of __isctype in its declaration.
2965
2966 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
2967
2968         * include/sys/uio.h (__libc_readv): Remove declaration.
2969         (__libc_writev): Likewise.
2970         * misc/readv.c (__libc_readv): Rename to __readv.
2971         (__readv): Do not define as alias.
2972         (readv): Define as alias of __readv.
2973         * misc/writev.c (__libc_writev): Rename to __writev.
2974         (__writev): Do not define as alias.
2975         (writev): Define as alias of __writev.
2976         * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
2977         (__readv): Do not define as alias.
2978         (readv): Define unconditionally as alias of __readv.
2979         * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
2980         (__writev): Do not define as alias.
2981         (writev): Define unconditionally as alias of __writev.
2982         * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
2983         name.
2984         (writev): Do not define __libc_writev name.
2985
2986 2014-10-30  Roland McGrath  <roland@hack.frob.com>
2987
2988         * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
2989         (convert_charseq): New function, broken out of ...
2990         (use_from_charmap): ... here.  Call it.
2991         (use_to_charmap): Use convert_charseq and free instead of duplicating
2992         its code with a variable-length stack struct.
2993
2994 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
2995
2996         * include/fcntl.h (__libc_creat): Remove declaration.
2997         * io/creat.c (__libc_creat): Rename to creat.
2998         (creat): Do not define as alias.
2999         * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
3000         of creat instead of __libc_creat.
3001         * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
3002         to creat.
3003         (creat): Do not define as alias.
3004         [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
3005         __libc_creat.
3006         * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
3007         __libc_creat name.
3008         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
3009         Likewise.
3010
3011 2014-10-29  Carlos O'Donell  <carlos@redhat.com>
3012
3013         * manual/llio.texi: Add comments discussing why write() may be
3014         considered MT-unsafe on Linux.
3015
3016 2014-10-28  Carlos O'Donell  <carlos@redhat.com>
3017
3018         * dl-load.c (local_strdup): Remove.
3019         (expand_dynamic_string_token): Use __strdup.
3020         (decompose_rpath): Likewise.
3021         (_dl_map_object): Likewise.
3022
3023 2014-10-28  Joseph Myers  <joseph@codesourcery.com>
3024
3025         [BZ #14132]
3026         * sysdeps/generic/unwind-dw2-fde.c
3027         (__register_frame_info_bases_internal): Do not declare.
3028         (__register_frame_info_table_bases_internal): Likewise.
3029         (__deregister_frame_info_bases_internal): Likewise.
3030         (__register_frame_info_bases): Declare and use hidden_proto before
3031         definition.  Use hidden_def instead of INTDEF.
3032         (__register_frame_info_table_bases): Likewise.
3033         (__deregister_frame_info_bases): Likewise.
3034         (__register_frame_info): Do not use INTUSE.
3035         (__register_frame): Likewise.
3036         (__register_frame_info_table): Likewise.
3037         (__register_frame_table): Likewise.
3038         (__deregister_frame_info): Likewise.
3039         (__deregister_frame): Likewise.
3040
3041 2014-10-27  Gratian Crisan  <gratian.crisan@ni.com>
3042
3043         * sysdeps/unix/sysv/linux/arm/kernel-features.h
3044         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
3045         not undefine.
3046         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
3047         Likewise.
3048         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
3049         Likewise.
3050
3051 2014-10-27  Joseph Myers  <joseph@codesourcery.com>
3052
3053         [BZ #14138]
3054         * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
3055         * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
3056         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
3057         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
3058         * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
3059         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
3060         * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
3061         * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
3062         * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
3063         * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
3064         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
3065         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
3066         * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
3067         syscall.
3068         (setfsuid): Likewise.
3069         * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
3070         (setfsuid): Likewise.
3071         * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
3072         (setfsuid): Likewise.
3073         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
3074         Likewise.
3075         (setfsuid): Likewise.
3076         * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
3077         (setfsuid): Likewise.
3078         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
3079         Likewise.
3080         (setfsuid): Likewise.
3081
3082 2014-10-27  Andreas Schwab  <schwab@suse.de>
3083
3084         [BZ #17501]
3085         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
3086         check for Slow_SSE4_2 feature bit.
3087         * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
3088         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
3089         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
3090         Likewise.  Fix check for Fast_Unaligned_Load feature bit.
3091
3092 2014-10-24  Roland McGrath  <roland@hack.frob.com>
3093
3094         * configure.ac: Validate compiler version with a empirical test of
3095         __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
3096         $CC -v output.
3097         * configure: Regenerated.
3098
3099         * inet/htons.c (htons): Prototypify.
3100         * inet/htonl.c (htonl): Likewise.
3101
3102 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3103
3104         * string/strncat.c (strncat): Improve performance by using strlen.
3105
3106 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3107
3108         * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
3109
3110 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3111
3112         * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
3113         Call libc_fetestexcept_aarch64.
3114
3115 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3116
3117         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
3118         Call libc_feholdexcept_aarch64.
3119
3120 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3121
3122         * sysdeps/aarch64/fpu/fegetround.c (fegetround):
3123         Call get_rounding_mode.
3124
3125 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3126
3127         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
3128         Simplify logic.
3129
3130 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3131
3132         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
3133         Simplify logic.
3134
3135 2014-10-24  Joseph Myers  <joseph@codesourcery.com>
3136
3137         [BZ #14138]
3138         * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
3139         * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
3140         * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
3141         * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
3142         * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
3143         * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
3144         * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
3145         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
3146         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
3147         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
3148         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
3149         * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
3150         * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
3151         * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
3152         * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
3153         * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
3154         * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
3155         * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
3156         * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
3157         * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
3158         * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
3159         * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
3160         * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
3161         * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
3162         * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
3163         * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
3164         * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
3165         * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
3166         * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
3167         * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
3168         * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
3169         * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
3170         * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
3171         * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
3172         * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
3173         * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
3174         * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
3175         * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
3176         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
3177         * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
3178         * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
3179         syscall.
3180         (geteuid): Likewise.
3181         (getgid): Likewise.
3182         (getuid): Likewise.
3183         (getresgid): Likewise.
3184         (getresuid): Likewise.
3185         (getgroups): Likewise.
3186         * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
3187         (geteuid): Likewise.
3188         (getgid): Likewise.
3189         (getuid): Likewise.
3190         (getresgid): Likewise.
3191         (getresuid): Likewise.
3192         (getgroups): Likewise.
3193         * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
3194         (geteuid): Likewise.
3195         (getgid): Likewise.
3196         (getuid): Likewise.
3197         (getresgid): Likewise.
3198         (getresuid): Likewise.
3199         (getgroups): Likewise.
3200         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
3201         Likewise.
3202         (geteuid): Likewise.
3203         (getgid): Likewise.
3204         (getuid): Likewise.
3205         (getresgid): Likewise.
3206         (getresuid): Likewise.
3207         (getgroups): Likewise.
3208         * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
3209         (geteuid): Likewise.
3210         (getgid): Likewise.
3211         (getuid): Likewise.
3212         (getresgid): Likewise.
3213         (getresuid): Likewise.
3214         (getgroups): Likewise.
3215         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
3216         Likewise.
3217         (geteuid): Likewise.
3218         (getgid): Likewise.
3219         (getuid): Likewise.
3220         (getgroups): Likewise.
3221
3222         [BZ #14138]
3223         * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
3224         * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
3225         * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
3226         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
3227         * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
3228         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
3229         * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
3230         * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
3231         * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
3232         * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
3233         * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
3234         * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
3235         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
3236         __chown.
3237         * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
3238         (lchown): Likewise.
3239         (fchown): Likewise.
3240         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
3241         Likewise.
3242         (lchown): Likewise.
3243         (fchown): Likewise.
3244         * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
3245         (lchown): Likewise.
3246         (fchown): Likewise.
3247         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
3248         Likewise.
3249         (lchown): Likewise.
3250         (fchown): Likewise.
3251
3252 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
3253
3254         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
3255         Simplify logic.
3256
3257 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
3258
3259         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
3260         Cleanup logic.
3261
3262 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
3263
3264         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
3265         Remove unused include.
3266
3267 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
3268
3269         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
3270         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
3271         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
3272         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
3273
3274 2014-10-23  Carlos O'Donell  <carlos@systemhalted.org>
3275             Helge Deller <deller@gmx.de>
3276
3277         [BZ #17508]
3278         * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
3279         Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
3280         Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
3281
3282 2014-10-23  Joseph Myers  <joseph@codesourcery.com>
3283
3284         [BZ #14132]
3285         * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
3286         Remove macro definition.
3287         (__ashrdi3_v_glibc20): Likewise.
3288         (__lshrdi3_v_glibc20): Likewise.
3289         (__cmpdi2_v_glibc20): Likewise.
3290         (__ucmpdi2_v_glibc20): Likewise.
3291         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
3292         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
3293         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
3294         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
3295         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
3296         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
3297
3298 2014-10-22  Roland McGrath  <roland@hack.frob.com>
3299
3300         * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
3301         old GNU extension [0] syntax.
3302         * nscd/nscd_helper.c (open_socket): Use a flexible array member and
3303         alloca rather than an array member with variable length.
3304         * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
3305         * nscd/nscd.c (invalidate_db): New function, broken out of ...
3306         (parse_opt): ... here.  Likewise use alloca there.
3307         Validate the -i argument before checking for rootness.
3308         (send_shutdown): New function, broken out of ...
3309         (parse_opt): ... here.
3310
3311 2014-10-22  Roland McGrath  <roland@hack.frob.com>
3312
3313         * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
3314         macro to get at the _rt_local_ro field.
3315         [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
3316         ([PIC] case) or _dl_hwcap ([!PIC] case).
3317         * sysdeps/arm/setjmp.S: Likewise.
3318
3319         * config.h.in (ARM_PCREL_MOVW_OK): New macro.
3320         * sysdeps/arm/configure.ac: New check to define it.
3321         * sysdeps/arm/configure: Regenerated.
3322         * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
3323         (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
3324         (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
3325         depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
3326         (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
3327         Use move/movt pair instead of a load.
3328         (LDST_GLOBAL): Macro removed.
3329         (LDR_GLOBAL): New macro replaces it.
3330         (LDR_HIDDEN): New macro.
3331         (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
3332         Use LDR_HIDDEN instead for __pointer_chk_guard_local.
3333
3334         * setjmp/tst-setjmp-static.c: New file.
3335         * setjmp/Makefile (tests): Add it.
3336         (tests-static): New variable.
3337
3338 2014-10-22  Maciej W. Rozycki  <macro@codesourcery.com>
3339
3340         [BZ #17485]
3341         * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
3342
3343 2014-10-21  Joseph Myers  <joseph@codesourcery.com>
3344
3345         [BZ #14132]
3346         * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
3347
3348 2014-10-21  Roland McGrath  <roland@hack.frob.com>
3349
3350         * nptl/version.c (__nptl_main): Call __libc_write, not __write.
3351
3352 2014-10-20  Roland McGrath  <roland@hack.frob.com>
3353
3354         * io/fts.c (dirent_not_directory): New function.
3355         (fts_build): Call it.
3356
3357 2014-10-20  Roland McGrath  <roland@hack.frob.com>
3358
3359         * nptl/version.c (__nptl_main): Use normal __write rather than
3360         INTERNAL_SYSCALL.
3361         (banner): Update copyright years.
3362
3363         * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
3364         gettimeofday.
3365         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
3366         * nptl/pthread_cond_timedwait.c: Likewise.
3367         * nptl/pthread_mutex_timedlock.c: Likewise.
3368         * nptl/sem_timedwait.c: Likewise.
3369
3370         * sysdeps/nptl/bits/libc-lock.h
3371         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
3372         (__libc_lock_init_recursive): Return void, not 0.
3373         * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
3374         (__libc_rwlock_init): Likewise.
3375         * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
3376
3377 2014-10-20  Torvald Riegel  <triegel@redhat.com>
3378
3379         [BZ #15215]
3380         * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
3381         (__pthread_once_slow): ... here.
3382         * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
3383         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
3384
3385 2014-10-20  Torvald Riegel  <triegel@redhat.com>
3386
3387         [BZ #15215]
3388         * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
3389         __PTHREAD_ONCE_FORK_GEN_INCR): New.
3390         * sysdeps/nptl/fork.c (__libc_fork): Use them.
3391         * nptl/pthread_once.c (__pthread_once): Likewise.
3392         Update comments.
3393
3394 2014-10-20  Joseph Myers  <joseph@codesourcery.com>
3395
3396         [BZ #14138]
3397         * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
3398         name.
3399         (writev): Use __libc_writev as strong name.
3400         * sysdeps/unix/sysv/linux/readv.c: Remove file.
3401         * sysdeps/unix/sysv/linux/writev.c: Likewise.
3402
3403 2014-10-17  Roland McGrath  <roland@hack.frob.com>
3404
3405         * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
3406
3407         * sysdeps/i386/nptl/tls.h
3408         (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
3409         [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
3410         New macros.
3411         * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
3412         (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
3413         * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
3414         Call SETUP_THREAD_SYSINFO instead of doing an assignment.
3415         * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
3416         Call CHECK_THREAD_SYSINFO instead of doing an assert.
3417
3418         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
3419         Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
3420         on [__NR_futex].
3421         * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
3422         broken out of ...
3423         (__pthread_mutex_init): ... here.  Call it.
3424         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
3425         Conditionalize PI cases on [__NR_futex].
3426         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
3427         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
3428         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
3429
3430         * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
3431         conditional on [SIGSETXID].
3432         (sigcancel_handler): Make definition conditional on [SIGCANCEL].
3433         (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
3434         is defined.  Likewise for SIGSETXID.
3435         * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
3436         Conditionalize definitions on [SIGSETXID].
3437         (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
3438         * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
3439         unblocking on [SIGCANCEL].
3440
3441         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
3442         [__NR_set_robust_list].
3443
3444 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
3445
3446         * string/strcoll_l.c (get_next_seq): Fix up formatting.
3447         (do_compare): Likewise.
3448
3449 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
3450
3451         [BZ #15884]
3452         * string/strcoll_l.c: Don't include stdio.h.
3453         (coll_seq): Remove members idxarr and rulearr.
3454         (get_next_seq_cached): Remove function.
3455         (get_next_seq): Likewise.
3456         (get_next_seq_nocache): Rename to get_next_seq.
3457         (do_compare): Remove function.
3458         (do_compare_nocache): Rename to do_compare.
3459         (STRCOLL): Remove weight and rules cache.
3460
3461 2014-10-16  Roland McGrath  <roland@hack.frob.com>
3462
3463         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
3464         * sysdeps/arm/sfp-machine.h: ... to here.
3465         * sysdeps/arm/Implies: Remove arm/soft-fp.
3466
3467 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
3468
3469         * conform/data/sys/utsname.h-data (*_t): Allow.
3470         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
3471         [POSIX] (WEXITED): Do not expect constant.
3472         [POSIX] (WSTOPPED): Likewise.
3473         [POSIX] (WNOHANG): Likewise.
3474         [POSIX] (WNOWAIT): Likewise.
3475         [POSIX] (siginfo_t): Do not expect type or elements.
3476         [POSIX] (pid_t): Do not expect type.
3477         [POSIX] (signal.h): Do not allow header.
3478         [POSIX] (sys/resource.h): Likewise.
3479         [POSIX] (si_*): Do not allow pattern.
3480         [POSIX] (W*): Likewise.
3481         [POSIX] (P_*): Likewise.
3482         [POSIX] (BUS_*): Likewise.
3483         [POSIX] (CLD_*): Likewise.
3484         [POSIX] (FPE_*): Likewise.
3485         [POSIX] (ILL_*): Likewise.
3486         [POSIX] (POLL_*): Likewise.
3487         [POSIX] (SEGV_*): Likewise.
3488         [POSIX] (SI_*): Likewise.
3489         [POSIX] (TRAP_*): Likewise.
3490         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
3491         variable.
3492
3493 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
3494
3495         [BZ #12926]
3496         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
3497         infinite loop when __recvmsg returns 0.
3498
3499 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
3500
3501         * CANCEL-FCT-WAIVE: Remove file.
3502         * CANCEL-FILE-WAIVE: Likewise.
3503
3504         [BZ #14132]
3505         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
3506         instead of INTVARDEF.
3507         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
3508         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
3509         rtld_hidden_data_def instead of INTVARDEF.
3510         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
3511         * elf/dl-deps.c (expand_dst): Likewise.
3512         * elf/dl-load.c (_dl_dst_count): Likewise.
3513         (_dl_dst_substitute): Likewise.
3514         (decompose_rpath): Likewise.
3515         (_dl_init_paths): Likewise.
3516         (open_path): Likewise.
3517         (_dl_map_object): Likewise.
3518         * elf/rtld.c (dl_main): Likewise.
3519         (process_dl_audit): Likewise.
3520         (process_envvars): Likewise.
3521         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
3522         Remove declaration.
3523         (__libc_enable_secure): Use rtld_hidden_proto.
3524
3525 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3526
3527         * elf/dl-load.c
3528         (add_path): New function broken out of _dl_rtld_di_serinfo.
3529         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
3530
3531 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
3532
3533         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
3534         parentheses around macro arguments.
3535         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
3536         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
3537         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
3538         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
3539         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
3540         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
3541         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
3542         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
3543         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
3544         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
3545         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
3546         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
3547         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
3548         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
3549         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
3550         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
3551         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
3552         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
3553         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
3554         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
3555         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
3556         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
3557         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
3558         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
3559         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
3560         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
3561         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
3562         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
3563         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
3564         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
3565         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
3566         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
3567         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
3568         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
3569         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
3570         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
3571         Likewise.
3572         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
3573         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
3574         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
3575         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
3576         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
3577         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
3578         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
3579         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
3580         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
3581         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
3582         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
3583         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
3584         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
3585         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
3586         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
3587         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
3588         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
3589         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
3590         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
3591         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
3592         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
3593         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
3594         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
3595         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
3596         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
3597         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
3598         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
3599         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
3600         (_FP_FRAC_SRS_1): Likewise.
3601         (_FP_FRAC_CLZ_1): Likewise.
3602         (_FP_MUL_MEAT_1_imm): Likewise.
3603         (_FP_MUL_MEAT_1_wide): Likewise.
3604         (_FP_MUL_MEAT_1_hard): Likewise.
3605         (_FP_SQRT_MEAT_1): Likewise.
3606         (_FP_FRAC_ASSEMBLE_1): Likewise.
3607         (_FP_FRAC_DISASSEMBLE_1): Likewise.
3608         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
3609         (__FP_CLZ_2): Likewise.
3610         (_FP_MUL_MEAT_2_wide): Likewise.
3611         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
3612         (_FP_MUL_MEAT_2_gmp): Likewise.
3613         (_FP_MUL_MEAT_2_120_240_double): Likewise.
3614         (_FP_SQRT_MEAT_2): Likewise.
3615         (_FP_FRAC_ASSEMBLE_2): Likewise.
3616         (_FP_FRAC_DISASSEMBLE_2): Likewise.
3617         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
3618         (_FP_FRAC_CLZ_4): Likewise.
3619         (_FP_MUL_MEAT_4_wide): Likewise.
3620         (_FP_MUL_MEAT_4_gmp): Likewise.
3621         (_FP_SQRT_MEAT_4): Likewise.
3622         (_FP_FRAC_ASSEMBLE_4): Likewise.
3623         (_FP_FRAC_DISASSEMBLE_4): Likewise.
3624         * soft-fp/op-common.h (_FP_CMP): Likewise.
3625         (_FP_CMP_EQ): Likewise.
3626         (_FP_CMP_UNORD): Likewise.
3627         (_FP_TO_INT): Likewise.
3628         (_FP_FROM_INT): Likewise.
3629         [!__FP_CLZ] (__FP_CLZ): Likewise.
3630         (_FP_DIV_HELP_imm): Likewise.
3631         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
3632         Likewise.
3633         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
3634         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
3635         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
3636         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
3637         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
3638         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
3639         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
3640         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
3641         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
3642         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
3643         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
3644         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
3645         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
3646         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
3647         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
3648         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
3649         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
3650         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
3651         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
3652         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
3653         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
3654         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
3655         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
3656         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
3657         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
3658         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
3659         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
3660         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
3661         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
3662         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
3663         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
3664         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
3665         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
3666         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
3667         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
3668         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
3669         (FP_UNPACK_RAW_SP): Likewise.
3670         (FP_PACK_RAW_S): Likewise.
3671         (FP_PACK_RAW_SP): Likewise.
3672         (FP_UNPACK_S): Likewise.
3673         (FP_UNPACK_SP): Likewise.
3674         (FP_UNPACK_SEMIRAW_S): Likewise.
3675         (FP_UNPACK_SEMIRAW_SP): Likewise.
3676         (FP_PACK_S): Likewise.
3677         (FP_PACK_SP): Likewise.
3678         (FP_PACK_SEMIRAW_S): Likewise.
3679         (FP_PACK_SEMIRAW_SP): Likewise.
3680         (_FP_SQRT_MEAT_S): Likewise.
3681         (FP_CMP_S): Likewise.
3682         (FP_CMP_EQ_S): Likewise.
3683         (FP_CMP_UNORD_S): Likewise.
3684         (FP_TO_INT_S): Likewise.
3685         (FP_FROM_INT_S): Likewise.
3686
3687         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
3688
3689         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
3690         (FP_EX_INVALID_IMZ): Likewise.
3691         (FP_EX_INVALID_IMZ_FMA): Likewise.
3692         (FP_EX_INVALID_ISI): Likewise.
3693         (FP_EX_INVALID_ZDZ): Likewise.
3694         (FP_EX_INVALID_IDI): Likewise.
3695         (FP_EX_INVALID_SQRT): Likewise.
3696         (FP_EX_INVALID_CVI): Likewise.
3697         (FP_EX_INVALID_VC): Likewise.
3698         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
3699         "invalid" exceptions.
3700         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
3701         (_FP_ADD_INTERNAL): Likewise.
3702         (_FP_MUL): Likewise.
3703         (_FP_FMA): Likewise.
3704         (_FP_DIV): Likewise.
3705         (_FP_CMP_CHECK_NAN): Likewise.
3706         (_FP_SQRT): Likewise.
3707         (_FP_TO_INT): Likewise.
3708         (FP_EXTEND): Likewise.
3709
3710 2014-10-09  Allan McRae  <allan@archlinux.org>
3711
3712         * po/fr.po: Update French translation from translation project.
3713
3714 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
3715
3716         [BZ #14132]
3717         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
3718         of INTDEF.
3719         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
3720         (__cxa_atexit): Use libc_hidden_proto.
3721         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
3722
3723         [BZ #14132]
3724         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
3725         declaration.
3726         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
3727         [!_ISOMAC] (__iswspace_l_internal): Likewise.
3728         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
3729         [!_ISOMAC] (__iswctype_internal): Likewise.
3730         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
3731         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
3732         alias.
3733         (fcntl): Remove __fcntl_internal alias.
3734         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
3735         __connect_internal alias.
3736         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
3737         Likewise.
3738
3739         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
3740         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
3741         FP_DENORM_ZERO.
3742         (_FP_CHECK_FLUSH_ZERO): New macro.
3743         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
3744         (_FP_CMP): Likewise.
3745         (_FP_CMP_EQ): Likewise.
3746         (_FP_TO_INT): Do not set inexact for subnormal arguments if
3747         FP_DENORM_ZERO.
3748         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
3749         (FP_TRUNC): Likewise.
3750
3751         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
3752         treated as invalid conversion, not as normal exponent.
3753
3754         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
3755         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
3756         (_FP_CMP_EQ): Likewise.
3757         (_FP_CMP_UNORD): Likewise.
3758         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
3759         (FP_CMP_EQ_D): Likewise.
3760         (FP_CMP_UNORD_D): Likewise.
3761         * soft-fp/extended.h (FP_CMP_E): Likewise.
3762         (FP_CMP_EQ_E): Likewise.
3763         (FP_CMP_UNORD_E): Likewise.
3764         * soft-fp/quad.h (FP_CMP_Q): Likewise.
3765         (FP_CMP_EQ_Q): Likewise.
3766         (FP_CMP_UNORD_Q): Likewise.
3767         * soft-fp/single.h (FP_CMP_S): Likewise.
3768         (FP_CMP_EQ_S): Likewise.
3769         (FP_CMP_UNORD_S): Likewise.
3770         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
3771         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
3772         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
3773         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
3774         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
3775         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
3776         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
3777         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
3778         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
3779         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
3780         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
3781         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
3782         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
3783         to FP_CMP_Q.
3784         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
3785         FP_CMP_Q.
3786         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
3787         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
3788         FP_CMP_EQ_Q.
3789         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
3790         FP_CMP_Q.
3791         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
3792         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
3793         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
3794         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
3795         FP_CMP_EQ_Q.
3796         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
3797         FP_CMP_Q.
3798         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
3799         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
3800         FP_CMP_EQ_Q.
3801         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
3802         FP_CMP_Q.
3803         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
3804         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
3805         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
3806         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
3807         FP_CMP_EQ_Q.
3808
3809         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
3810         a subnormal result, set the underflow exception if trapping on
3811         underflow is enabled.
3812         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
3813         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
3814         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
3815         redefine to 0.
3816         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
3817         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
3818         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
3819         * soft-fp/extendxftf2.c (__extendxftf2): Use
3820         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
3821
3822         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
3823         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
3824         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3825         FP_HANDLE_EXCEPTIONS.
3826         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
3827         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3828         FP_HANDLE_EXCEPTIONS.
3829         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
3830         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3831         FP_HANDLE_EXCEPTIONS.
3832         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
3833         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3834         FP_HANDLE_EXCEPTIONS.
3835
3836 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
3837
3838         [BZ #14132]
3839         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
3840         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
3841         use INTUSE.
3842         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
3843         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
3844         Remove alias.
3845         (__adjtimex): Define using libc_hidden_ver.
3846         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
3847         Remove declaration.
3848         (ntp_gettime): Call __adjtimex directly.
3849         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
3850         Remove declaration.
3851         (ntp_gettimex): Call __adjtimex directly.
3852         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
3853         __adjtimex_internal alias.
3854
3855 2014-10-08  Roland McGrath  <roland@hack.frob.com>
3856
3857         [BZ #17460]
3858         * nscd/nscd.c (more_help): Rewrite list of tables collection
3859         using xstrdup and asprintf.
3860
3861         * nscd/nscd_conf.c: Remove local xstrdup declaration.
3862
3863 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3864             Roland McGrath  <roland@hack.frob.com>
3865
3866         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
3867         (do_lookup_unique): ... local function 'enter' here; update callers.
3868
3869 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
3870
3871         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
3872         compat_symbol calls on [SHARED].
3873         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
3874         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
3875         Remove.
3876         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3877         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
3878         (oldsetrlimit): Remove.
3879         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3880         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
3881         (lchown): New syscall entry.
3882         (oldsetrlimit): Remove.
3883         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3884         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
3885         (oldsetrlimit): Remove.
3886         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3887
3888         [BZ #14138]
3889         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
3890         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
3891         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
3892         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
3893         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
3894         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
3895         (fchown): Likewise.
3896         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
3897         (fchown): Likewise.
3898         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
3899         Likewise.
3900
3901 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3902
3903         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
3904         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
3905         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
3906         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
3907         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
3908         Likewise.
3909         (__old_sem_post): Likewise.
3910
3911 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
3912
3913         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
3914         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
3915         HAVE_CLOCK_GETTIME_VSYSCALL macros.
3916         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
3917         Use INLINE_VSYSCALL macro.
3918         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
3919         __vdso_clock_gettime.
3920         * sysdeps/unix/sysv/linux/tile/init-first.c
3921         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
3922         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
3923         __vdso_clock_gettime.
3924
3925         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
3926         to set up frame more cleanly.
3927
3928         * sysdeps/tile/memcmp.c: New file.
3929
3930         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
3931
3932         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
3933         * sysdeps/tile/tilegx/strcasestr.c: New file.
3934         * sysdeps/tile/tilegx/strnlen.c: New file.
3935         * sysdeps/tile/tilegx/strstr.c: New file.
3936
3937         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
3938
3939 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
3940
3941         * nptl/tst-setuid3.c: Write errors to stdout.
3942
3943 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3944
3945         * elf/dl-deps.c
3946         (preload): New functions broken out of _dl_map_object_deps.
3947         (_dl_map_object_deps):  Remove a nested function. Update call sites.
3948
3949 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
3950
3951         [BZ #14138]
3952         * sysdeps/unix/sysv/linux/execve.c: Remove file.
3953         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
3954
3955 2014-10-01  Steve Ellcey  <sellcey@mips.com>
3956
3957         * sysdeps/mips/strcmp.S: New.
3958
3959 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
3960
3961         [BZ #14138]
3962         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
3963         (linkat): Likewise.
3964         (mkdirat): Likewise.
3965         (readlinkat): Likewise.
3966         (renameat): Likewise.
3967         (symlinkat): Likewise.
3968         (unlinkat): Likewise.
3969         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
3970         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
3971         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
3972         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
3973         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
3974         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
3975         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
3976
3977 2014-09-30  Will Newton  <will.newton@linaro.org>
3978
3979         * math/math.h: Define long double math functions if
3980         _LIBC_TEST is defined.
3981         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
3982
3983         * localedata/Makefile: Move assignment to tests-special
3984         into an ifdef testing run-built-tests.
3985         * timezone/Makefile: Likewise.
3986
3987 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
3988
3989         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
3990         with $(BASH) not $(SHELL).
3991
3992 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
3993             Matthew LeGendre  <legendre1@llnl.gov>
3994
3995         [BZ #17411]
3996         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
3997         l_reloc_result.
3998
3999 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
4000
4001         * stdio-common/printf_fp.c
4002         (hack_digit): New function, broken out of ...
4003         (__printf_fp): ... local function here.  Update call sites.
4004         hack_digit now takes an additional parameter that is a pointer
4005         to a struct of the referenced locals.  Those locals moved inside
4006         the struct and references updated.
4007
4008 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
4009
4010         * aclocal.m4: Require autoconf 2.69.
4011         * configure: Regenerated.
4012         * sysdeps/aarch64/configure: Likewise.
4013         * sysdeps/alpha/configure: Likewise.
4014         * sysdeps/arm/armv7/configure: Likewise.
4015         * sysdeps/arm/configure: Likewise.
4016         * sysdeps/ia64/configure: Likewise.
4017         * sysdeps/mach/configure: Likewise.
4018         * sysdeps/mips/configure: Likewise.
4019         * sysdeps/s390/configure: Likewise.
4020         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
4021         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
4022
4023         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
4024         file.
4025         * sysdeps/ia64/configure.ac: Likewise.
4026
4027 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
4028
4029         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
4030         specify symbol version for ld.so.  Do not include entry for
4031         libpthread.
4032         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
4033         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
4034         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
4035
4036         [BZ #14171]
4037         * Makeconfig [$(build-shared) = yes]
4038         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
4039         makefiles.
4040         [$(build-shared) = yes && $(soversions.mk-done) = t]
4041         ($(common-objpfx)gnu/lib-names.h): Remove rule.
4042         [$(build-shared) = yes && $(soversions.mk-done) = t]
4043         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
4044         to Makerules.
4045         [$(build-shared) = yes && $(soversions.mk-done) = t]
4046         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
4047         here.
4048         [$(build-shared) = yes && $(soversions.mk-done) = t]
4049         (common-generated): Don't append gnu/lib-names.h and
4050         gnu/lib-names.stmp here.
4051         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
4052         (lib-names-h-abi): New variable.
4053         [$(build-shared) = yes && $(soversions.mk-done) = t]
4054         (lib-names-stmp-abi): Likewise.
4055         [$(build-shared) = yes && $(soversions.mk-done) = t &&
4056         abi-variants] (before-compile): Append
4057         $(common-objpfx)$(lib-names-h-abi).
4058         [$(build-shared) = yes && $(soversions.mk-done) = t &&
4059         abi-variants] (common-generated): Append gnu/lib-names.h.
4060         [$(build-shared) = yes && $(soversions.mk-done) = t &&
4061         abi-variants] (install-others-nosubdir): Depend on
4062         $(inst_includedir)/$(lib-names-h-abi).
4063         [$(build-shared) = yes && $(soversions.mk-done) = t &&
4064         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
4065         [$(build-shared) = yes && $(soversions.mk-done) = t]
4066         ($(common-objpfx)$(lib-names-h-abi)): New rule.
4067         [$(build-shared) = yes && $(soversions.mk-done) = t]
4068         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
4069         [$(build-shared) = yes && $(soversions.mk-done) = t]
4070         (common-generated): Append $(lib-names-h-abi) and
4071         $(lib-names-stmp-abi).
4072         * scripts/lib-names.awk: Do not handle multi being set.
4073         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
4074         Remove variable.
4075         (abi-lp64_be-ld-soname): Likewise.
4076         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
4077         Likewise.
4078         (abi-hard-ld-soname): Likewise.
4079         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
4080         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
4081         Remove variable.
4082         (abi-o32_hard-ld-soname): Likewise.
4083         (abi-o32_soft_2008-ld-soname): Likewise.
4084         (abi-o32_hard_2008-ld-soname): Likewise.
4085         (abi-n32_soft-ld-soname): Likewise.
4086         (abi-n32_hard-ld-soname): Likewise.
4087         (abi-n32_soft_2008-ld-soname): Likewise.
4088         (abi-n32_hard_2008-ld-soname): Likewise.
4089         (abi-n64_soft-ld-soname): Likewise.
4090         (abi-n64_hard-ld-soname): Likewise.
4091         (abi-n64_soft_2008-ld-soname): Likewise.
4092         (abi-n64_hard_2008-ld-soname): Likewise.
4093         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
4094         Likewise.
4095         (abi-64-v2-ld-soname): Likewise.
4096         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
4097         ld.so entries.
4098         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
4099         variable.
4100         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
4101         entry.
4102         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
4103         variable.
4104         (abi-64-ld-soname): Likewise.
4105         (abi-x32-ld-soname): Likewise.
4106         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
4107         entry.
4108         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
4109
4110 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
4111
4112         [BZ #14138]
4113         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
4114         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
4115         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
4116         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
4117         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
4118         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
4119         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
4120         syscall entry for GLIBC_2.2 symbol version.
4121         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
4122         Likewise.
4123         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
4124         (setrlimit): Likewise.
4125         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
4126         Likewise.
4127
4128 2014-09-23  Will Newton  <will.newton@linaro.org>
4129
4130         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
4131         _LINUX_ARM_SYSDEP_H include guard too.
4132         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
4133         define.
4134
4135 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
4136
4137         * sysdeps/unix/sysv/linux/eventfd.c:
4138         Make first argument unsigned.
4139         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
4140         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
4141
4142 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
4143
4144         * socket/recvmmsg.c (recvmmsg): Drop const argument.
4145         * socket/sys/socket.h: Likewise
4146         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
4147
4148 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
4149
4150         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
4151
4152 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
4153
4154         * time/tst-ftime.c: New test.
4155         * time/Makefile (tests): Add tst-ftime.
4156
4157 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
4158
4159         * soft-fp/extended.h: Fix comment formatting.
4160         * soft-fp/op-1.h: Likewise.
4161         * soft-fp/op-2.h: Likewise.
4162         * soft-fp/op-4.h: Likewise.
4163         * soft-fp/op-8.h: Likewise.
4164         * soft-fp/op-common.h: Likewise.
4165         * soft-fp/soft-fp.h: Likewise.
4166
4167         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
4168
4169 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
4170
4171         [BZ #6652]
4172         * Makeconfig (soversions-default-setname): Remove variable.
4173         ($(common-objpfx)soversions.i): Don't pass default_setname to
4174         soversions.awk.
4175         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
4176         oldest_abi to abi-versions.awk.
4177         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
4178         * config.make.in (oldest-abi): Remove variable.
4179         * configure.ac (--enable-oldest-abi): Remove configure option.
4180         * configure: Regenerated.
4181         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
4182         text.
4183         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
4184         * scripts/soversions.awk: Do not handle default_setname variable.
4185         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
4186         variable.
4187         * sysdeps/mach/hurd/configure: Regenerated.
4188         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
4189         variable.
4190         * sysdeps/unix/sysv/linux/configure: Regenerated.
4191
4192 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
4193
4194         * elf/Makefile (CFLAGS-interp.c): Remove.
4195         ($(elf-objpfx)runtime-linker.h): Generate header with linker
4196         path string.
4197         * elf/interp.c: Include generated runtime-linker.h
4198
4199         * Makerules (lib%.so): Don't include $(+interp) in
4200         prerequisites.
4201         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
4202         * dlfcn/eval.c: Remove file.
4203
4204         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
4205         macros.
4206
4207         [BZ #17266]
4208         * misc/sys/cdefs.h: Define __extern_always_inline for clang
4209         4.2 and newer.
4210
4211         [BZ #17370]
4212         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
4213
4214 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
4215             Jakub Jelinek  <jakub@redhat.com>
4216
4217         [BZ #17266]
4218         * libio/stdio.h: Check definition of __fortify_function
4219         instead of __extern_always_inline to include bits/stdio2.h.
4220         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
4221         check if __extern_always_inline is defined.
4222         [__USE_MISC || __USE_XOPEN]: Likewise.
4223         [__USE_ISOC99] Likewise.
4224         * misc/sys/cdefs.h (__fortify_function): Define only if
4225         __extern_always_inline is defined.
4226         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
4227         __extern_always_inline and __extern_inline only for g++-4.3
4228         and newer or a compatible gcc.
4229
4230 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
4231
4232         [BZ #17371]
4233         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
4234         last change to handle zero prefix length.
4235
4236 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
4237
4238         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
4239         _SC_REGEX_VERSION.
4240
4241         * posix/getconf.c (vars): Add _POSIX_IPV6 and
4242         _POSIX_RAW_SOCKETS.
4243
4244 2014-09-13  Allan McRae  <allan@archlinux.org>
4245
4246         * po/ru.po: Update Russian translation from translation project.
4247
4248 2014-09-12  Roland McGrath  <roland@hack.frob.com>
4249
4250         * locale/programs/locale.c (show_locale_vars): Inline local function
4251         into its sole call site.  Clean up some style nits.
4252         (print_item): New function, broken out of ...
4253         (show_info): ... local function here.  Clean up style nits.
4254
4255         * locale/programs/ld-ctype.c (set_one_default): New function, broken
4256         out of ...
4257         (set_class_defaults): ... local function set_default here.
4258         Define set_default as a macro locally to pass constant parameters.
4259         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
4260         rather than a shared local.
4261
4262         * stdlib/rpmatch.c (try): New function, broken out of ...
4263         (rpmatch): ... local function here.  Also, prototypify definition.
4264
4265 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
4266
4267         * scripts/soversions.awk: Do not handle configuration names.
4268         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
4269         vendor and os variables to soversions.awk.
4270         * configure.ac: Do not modify gnu-* host_os.
4271         * configure: Regenerated
4272         * shlib-versions: Remove first column with configuration names.
4273         * nptl/shlib-versions: Likewise.
4274         * nptl_db/shlib-versions: Likewise.
4275         * sysdeps/hppa/shlib-versions: Likewise.
4276         * sysdeps/m68k/shlib-versions: Likewise.
4277         * sysdeps/mach/hurd/shlib-versions: Likewise.
4278         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
4279         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
4280         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
4281         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
4282         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
4283         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
4284         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
4285         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
4286         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
4287         Likewise.
4288         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
4289         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
4290         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
4291         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
4292         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
4293         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
4294         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
4295         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
4296
4297         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
4298         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
4299         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
4300         Regenerated.
4301         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
4302         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
4303         Condition symbol version definitions on [HAVE_ELFV2_ABI].
4304
4305         * shlib-versions: Remove OS-specific entries.  Moved to files in
4306         sysdeps.
4307         * sysdeps/mach/hurd/shlib-versions: New file.
4308         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
4309
4310         * nptl/shlib-versions: Remove architecture-specific entries.
4311         Moved to files in sysdeps.
4312         * shlib-versions: Likewise.
4313         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
4314         file.
4315         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
4316         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
4317         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
4318         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
4319
4320         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
4321         (UDP_NO_CHECK6_RX): Likewise.
4322
4323 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
4324
4325         * sysdeps/posix/sysconf.c (__sysconf): Spell
4326         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
4327
4328 2014-08-12  Florian Weimer  <fweimer@redhat.com>
4329
4330         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
4331         loading.
4332         * iconv/Versions (__gconv_transliterate): Export for use from
4333         gconv modules.
4334         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
4335         (struct __gconv_trans_data, __gconv_trans_fct,
4336         __gconv_trans_context_fct, __gconv_trans_query_fct,
4337         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
4338         definitions.
4339         (struct __gconv_step_data): Remove __trans member.
4340         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
4341         longer hidden.  Remove unused trans_data argument.
4342         * iconv/gconv_int.h (struct trans_struct): Remove definition.
4343         (__gconv_translit_find): Remove declaration.
4344         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
4345         prototype.
4346         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
4347         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
4348         trans_data argument.  Add hidden definition.
4349         (__gconv_translit_find): Remove.
4350         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
4351         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
4352         * iconv/skeleton.c: Remove transliteration initialization.
4353         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
4354         __gconv_step_data initialization.
4355         * libio/iofwide.c (__libio_translit_): Remove.
4356         (_IO_fwide): Adjust struct __gconv_step_data initialization.
4357         * wcsmbs/btowc.c (__btowc): Likewise.
4358         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
4359         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
4360         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
4361         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
4362         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
4363         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
4364         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
4365         * wcsmbs/wctob.c (wctob): Likewise.
4366
4367 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
4368
4369         [BZ #16194]
4370         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
4371         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
4372         register usage.
4373         * sysdeps/x86/Makefile: Adjust.
4374
4375 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
4376             Roland McGrath  <roland@hack.frob.com>
4377
4378         * locale/weight.h: Add include guard.
4379         (findidx): Make static rather than auto; take new parameters
4380         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
4381         * locale/weightwc.h: Likewise.
4382         * posix/fnmatch_loop.c
4383         (FCT): Change type of EXTRA from int32_t to wint_t.
4384         Don't include either header inside the function.
4385         Call FINDIDX rather than findidx, and pass new arguments.
4386         #undef FINDIDX at the end of the file.
4387         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
4388         FINDIDX before including fnmatch_loop.c for the non-wide version.
4389         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
4390         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
4391         for the wide version.
4392         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
4393         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
4394         Pass new arguments to findidx.
4395         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
4396         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
4397         Don't #include it inside the function.  Pass new arguments to findidx.
4398         * posix/regex_internal.h
4399         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
4400         (re_string_elem_size_at): Don't #include it inside the function.
4401         Pass new arguments to findidx.
4402         * string/strcoll_l.c: #include WEIGHT_H at top level.
4403         (get_next_seq): Don't #include it inside the function.
4404         Pass new arguments to findidx.
4405         (get_next_seq_nocache): Likewise.
4406         * string/strxfrm_l.c: #include WEIGHT_H at top level.
4407         (STRXFRM): Don't #include it inside the function.
4408         Pass new arguments to findidx.
4409
4410 2014-09-11  Florian Weimer  <fweimer@redhat.com>
4411
4412         [BZ #17344]
4413         * malloc/malloc.c (unlink): Turn asserts into a call to
4414         malloc_printerr.
4415
4416 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
4417
4418         [BZ #17370]
4419         * libio/wfileops (do_ftell_wide): Free OUT.
4420
4421 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
4422
4423         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
4424
4425 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
4426
4427         [BZ #17363]
4428         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
4429         group if the current group is empty.
4430
4431 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4432
4433         * benchtests/bench-memset.c (test_main): Add more test from size
4434         from 32 to 512 bytes.
4435         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4436         Add POWER8 memset object.
4437         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
4438         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
4439         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
4440         implementation.
4441         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
4442         Likewise.
4443         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
4444         multiarch POWER8 memset optimization.
4445         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
4446         POWER8 memset optimization.
4447
4448         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4449         Remove bzero multiarch objects.
4450         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
4451         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
4452         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
4453         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
4454         Remove define.
4455         [__bzero]: Redefine to specific name.
4456         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
4457         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
4458         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
4459         define.
4460         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
4461         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
4462
4463 2014-09-10  Florian Weimer  <fweimer@redhat.com>
4464
4465         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
4466         warnings into errors.
4467
4468         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
4469         __cxa_thread_atexit_impl prototype.
4470
4471 2014-09-09  Steve Ellcey  <sellcey@mips.com>
4472
4473         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
4474         Fix capitalization of error message.
4475
4476 2014-09-09  Steve Ellcey  <sellcey@mips.com>
4477
4478         * sysdeps/mips/preconfigure: Modify ABI tests.
4479
4480 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
4481
4482         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
4483
4484 2014-09-07  Roland McGrath  <roland@hack.frob.com>
4485             Carlos O'Donell  <carlos@systemhalted.org>
4486
4487         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
4488         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
4489         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
4490         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
4491         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
4492         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
4493         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
4494         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
4495         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
4496         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
4497         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
4498         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
4499         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
4500         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
4501         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
4502         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
4503         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
4504         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
4505         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
4506         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
4507         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
4508         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
4509         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
4510         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
4511         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
4512         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
4513         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
4514         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
4515         Deconditionalize the code that was previously under [RESET_PID].
4516         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
4517         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
4518         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
4519         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
4520         include sysdep.h.
4521
4522 2014-09-08  Allan McRae  <allan@archlinux.org>
4523
4524         * version.h (RELEASE): Set to "development".
4525         (VERSION): Set to "2.20.90"
4526
4527 2014-09-07  Allan McRae  <allan@archlinux.org
4528
4529         * version.h (RELEASE): Set to "stable".
4530         (VERSION): Set to "2.20"
4531         * include/features.h (__GLIBC_MINOR__): Set to 20.
4532
4533         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
4534         Liebler.
4535
4536         * po/ko.po: Update Korean translation from translation project.
4537
4538 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
4539
4540         [BZ #17354]
4541         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
4542         macro for handling signed relocations.
4543
4544 2014-09-03  Florian Weimer  <fweimer@redhat.com>
4545
4546         [BZ #17325]
4547         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
4548         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
4549         assert.
4550         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
4551         * iconvdata/ibm935.c (BODY): Likewise.
4552         * iconvdata/ibm937.c (BODY): Likewise.
4553         * iconvdata/ibm939.c (BODY): Likewise.
4554         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
4555         assert.
4556         * iconvdata/Makefile (iconv-test.out): Pass module list to test
4557         script.
4558         * iconvdata/run-iconv-test.sh: New test loop for checking for
4559         decoder crashers.
4560
4561 2014-09-02  Khem Raj  <raj.khem@gmail.com>
4562
4563         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
4564         libm_hidden_ver.
4565
4566 2014-09-01  Allan McRae  <allan@archlinux.org>
4567
4568         * po/eo.po: Update Esperanto translation from translation project.
4569
4570         * po/ca.po: Update Catalan translation from translation project.
4571
4572 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4573
4574         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
4575         __proc_dostop call.
4576
4577 2014-08-27  Mark Wielaard  <mjw@redhat.com>
4578
4579         [BZ #17319]
4580         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
4581         to call set_thread_area instead of hand written asm.
4582         (__NR_set_thread_area): Removed define.
4583         (TLS_FLAG_WRITABLE): Likewise.
4584         (__ASSUME_SET_THREAD_AREA): Remove check.
4585         (TLS_EBX_ARG): Remove define.
4586         (TLS_LOAD_EBX): Likewise.
4587
4588 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4589
4590         Simplify atomicity of socket creation in bind.
4591
4592         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
4593         looking up the name after linking the file.
4594
4595 2014-08-27  Allan McRae  <allan@archlinux.org>
4596
4597         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
4598
4599 2014-08-26  Florian Weimer  <fweimer@redhat.com>
4600
4601         [BZ #17187]
4602         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
4603         trans_compare, open_translit, __gconv_translit_find):
4604         Remove module loading code.
4605
4606 2014-08-26  Allan McRae  <allan@archlinux.org>
4607
4608         * po/vi.po: Update Vietnamese translation from translation project.
4609
4610         * po/uk.po: Update Ukrainian translation from translation project.
4611
4612         * po/fr.po: Update French translation from translation project.
4613
4614         * po/ru.po: Update Russian translation from translation project.
4615
4616         * po/pl.po: Update Polish translation from translation project.
4617
4618         * po/cs.po: Update Czech translation from translation project.
4619
4620         * po/de.po: Update German translation from translation project.
4621
4622         * po/bg.po: Update Bulgarian translation from translation project.
4623
4624         * po/sv.po: Update Sweedish translation from translation project.
4625
4626         * po/nl.po: Update Dutch translation from translation project.
4627
4628         * po/es.po: Update Spanish translation from translation project.
4629
4630 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
4631
4632         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
4633
4634         * catgets/Makefile (CPPFLAGS-gencat): Remove.
4635         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
4636         (CPPFLAGS-iconvconfig): Likewise.
4637         * timezone/Makefile (CPPFLAGS-zic): Likewise.
4638
4639         * include/libc-symbols.h: Remove unnecessary check for
4640         NOT_IN_libc.
4641         * nptl/pthreadP.h: Likewise.
4642         * sysdeps/aarch64/setjmp.S: Likewise.
4643         * sysdeps/alpha/setjmp.S: Likewise.
4644         * sysdeps/arm/sysdep.h: Likewise.
4645         * sysdeps/i386/setjmp.S: Likewise.
4646         * sysdeps/m68k/setjmp.c: Likewise.
4647         * sysdeps/posix/getcwd.c: Likewise.
4648         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
4649         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
4650         * sysdeps/s390/s390-32/setjmp.S: Likewise.
4651         * sysdeps/s390/s390-64/setjmp.S: Likewise.
4652         * sysdeps/sh/sh3/setjmp.S: Likewise.
4653         * sysdeps/sh/sh4/setjmp.S: Likewise.
4654         * sysdeps/unix/alpha/sysdep.h: Likewise.
4655         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
4656         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
4657         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
4658         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
4659         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
4660         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
4661         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
4662         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
4663         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
4664         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
4665         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
4666         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
4667         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
4668         * sysdeps/x86_64/setjmp.S: Likewise.
4669
4670 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
4671
4672         [BZ #17263]
4673         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
4674         <stdint.h>.
4675         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
4676         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
4677
4678 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
4679
4680         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
4681
4682         [BZ #17262]
4683         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
4684         and __x86_64__ when disabling x87 inline functions.
4685
4686 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
4687
4688         [BZ #17259]
4689         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
4690         asm statement with __cpuid_count.
4691
4692 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
4693
4694         * configure.ac: Change __ehdr_start code to dereference the struct.
4695         Run readelf on the output to look for relocations.
4696         * configure: Regenerated.
4697
4698 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
4699
4700         [BZ #17261]
4701         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
4702         value to 0.
4703         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
4704
4705 2014-08-12  Roland McGrath  <roland@hack.frob.com>
4706
4707         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
4708
4709 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
4710
4711         [BZ #16892]
4712         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
4713         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
4714
4715 2014-08-12  Sean Anderson  <seanga2@gmail.com>
4716
4717         * malloc/malloc.c: Fix typo in comment.
4718
4719 2014-08-09  Allan McRae  <allan@archlinux.org>
4720
4721         * Regenerate libc.po.
4722
4723 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
4724
4725         * intl/tst-gettext2.sh: Check every lang file for creation.
4726
4727 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
4728
4729         * sysdeps/aarch64/fpu/math_private.h
4730         (libc_feholdsetround_noex_aarch64_ctx): New function.
4731
4732 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
4733
4734         * sysdeps/arm/armv6/strcpy.S (strcpy):
4735         Fix performance issue in misaligned cases.
4736
4737 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4738
4739         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
4740         Move definition from termios.h.
4741         (struct termio): Likewise.
4742         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
4743         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
4744         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
4745         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
4746         Likewise.
4747         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
4748         Move definition to ioctl-types.h
4749         (struct termio): Likewise.
4750         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
4751         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
4752         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
4753         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
4754         Likewise.
4755
4756 2014-08-05  Richard Henderson  <rth@redhat.com>
4757
4758         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
4759         exceptions.
4760         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
4761         Add fraiseexcpt.
4762         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
4763         Use __feraiseexcept.
4764         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
4765         Protect libm symbols with IS_IN_libm.
4766
4767         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
4768
4769 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
4770
4771         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
4772
4773 2014-08-04  Will Newton  <will.newton@linaro.org>
4774
4775         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
4776         file.
4777
4778 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
4779
4780         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
4781         variants for each function.
4782
4783 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4784
4785         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
4786         appended ...
4787         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
4788         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
4789         appended ...
4790         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
4791         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
4792         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
4793         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
4794         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
4795         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
4796         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
4797         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
4798         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
4799         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
4800         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
4801         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
4802         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
4803         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
4804         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
4805         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
4806         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
4807         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
4808         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
4809         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
4810         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
4811         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
4812         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
4813         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
4814         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
4815         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
4816         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
4817         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
4818         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
4819         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
4820         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
4821         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
4822         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
4823         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
4824         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
4825         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
4826         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
4827         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
4828         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
4829         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
4830         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
4831         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
4832         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
4833         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
4834         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
4835         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
4836         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
4837         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
4838         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
4839         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
4840         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
4841         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
4842         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
4843         Update #include.
4844         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
4845         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
4846
4847 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4848
4849         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
4850         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
4851         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
4852         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
4853         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
4854         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
4855
4856 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4857
4858         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
4859         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
4860         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4861         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
4862
4863 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4864
4865         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
4866         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
4867         (__libc_vfork): Define function under this name.
4868         (__vfork): Define as an alias.
4869         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
4870         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
4871
4872 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4873
4874         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
4875         that was previously under [RESET_PID].
4876         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
4877
4878 2014-08-04  Andreas Schwab  <schwab@suse.de>
4879
4880         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
4881
4882 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
4883
4884         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
4885         (main): Likewise.
4886
4887 2014-08-01  Roland McGrath  <roland@hack.frob.com>
4888
4889         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
4890
4891 2014-08-01  Richard Henderon  <rth@redhat.com>
4892
4893         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
4894         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
4895         typo in exact zero test.
4896         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
4897         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
4898         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
4899
4900 2014-08-01  Roland McGrath  <roland@hack.frob.com>
4901
4902         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
4903         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
4904         * sysdeps/arm/sysdep.h: ... here.
4905         [!__ASSEMBLER__]: Include <stdint.h>.
4906
4907 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
4908
4909         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
4910         (HAVE_WCTYPE_H): Likewise.
4911         (HAVE_ISWCTYPE): Likewise.
4912         (ENABLE_NLS): Likewise.
4913         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
4914         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
4915
4916         * posix/regex_internal.c: Check if DEBUG is defined and is
4917         set.
4918
4919         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
4920         (HAVE_MBSRTOWCS): Likewise.
4921         * posix/fnmatch.c: Include string.h unconditionally.
4922
4923 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
4924
4925         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
4926         reversal.
4927
4928 2014-07-31  Roland McGrath  <roland@hack.frob.com>
4929
4930         * sysdeps/generic/safe-fatal.h: New file.
4931         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
4932         * nptl/forward.c: Include it.
4933         (__pthread_unwind): Use __safe_fatal as default action, rather
4934         than a bogus use of INTERNAL_SYSCALL that could never work.
4935
4936         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
4937         * configure.ac (libc_cv_builtin_trap): New test.
4938         * configure: Regenerated.
4939         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
4940         (ABORT_INSTRUCTION): Define using __builtin_trap.
4941
4942         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
4943         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
4944         * sysdeps/nptl/nptl-signals.h: New file.
4945         * nptl/pthreadP.h: Include <nptl-signals.h>.
4946
4947 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
4948
4949         * sysdeps/s390/s390-64/utf16-utf32-z9.c
4950         (ONE_DIRECTION): Define.
4951         * sysdeps/s390/s390-64/utf8-utf16-z9.c
4952         (ONE_DIRECTION): Define.
4953         * sysdeps/s390/s390-64/utf8-utf32-z9.c
4954         (ONE_DIRECTION): Define.
4955
4956 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
4957
4958         * sysdeps/s390/Makefile: Delete file.
4959         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
4960         * sysdeps/s390/__longjmp.c: Delete file.
4961         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
4962         Remove fields __flags and __reserved.
4963         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
4964         and add versioning.
4965         * sysdeps/s390/rtld-__longjmp.c: Delete file.
4966         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
4967         * sysdeps/s390/rtld-setjmp.S: Likewise.
4968         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
4969         * sysdeps/s390/s390-32/__longjmp.c: ... here.
4970         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
4971         * sysdeps/s390/s390-32/setjmp.S: ... here.
4972         Add versioning.
4973         (__sigsetjmp): Remove setting __flags field.
4974         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
4975         * sysdeps/s390/s390-64/__longjmp.c: ... here.
4976         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
4977         * sysdeps/s390/s390-64/setjmp.S: ... here.
4978         Add versioning.
4979         (__sigsetjmp): Remove setting __flags field.
4980         * sysdeps/s390/setjmp.S: Delete file.
4981         * sysdeps/s390/sigjmp.c: Likewise.
4982         * sysdeps/s390/v1-longjmp.c: Likewise.
4983         * sysdeps/s390/v1-setjmp.h: Likewise.
4984         * sysdeps/s390/v1-sigjmp.c: Likewise.
4985         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
4986         Remove v1-longjmp_chk.
4987         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
4988         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
4989         Include debug/longjmp_chk.c and add versioning.
4990         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
4991         Include nptl/pt-longjmp.c and add versioning.
4992         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
4993         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
4994         Include __longjmp.c.
4995         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
4996         Move to ...
4997         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
4998         (__getcontext): Remove setting __flags field.
4999         Add versioning.
5000         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
5001         Don't restore upper high grps.
5002         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
5003         Likewise.
5004         (__swapcontext): Remove setting uc_flags field.
5005         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
5006         Delete file.
5007         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
5008         Include __longjmp.c.
5009         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
5010         Move to ...
5011         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
5012         (__getcontext): Remove setting __flags field.
5013         Add versioning.
5014         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
5015         (__swapcontext): Remove setting uc_flags field.
5016         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
5017         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
5018         Remove fields uc_high_gprs and __reserved.
5019         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
5020         New file with reverted content.
5021         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
5022         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
5023         Regenerated.
5024         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
5025         Regenerated.
5026
5027 2014-07-31  Andreas Schwab  <schwab@suse.de>
5028
5029         * config.h.in (HAVE_IFUNC): Define to 0.
5030         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
5031         definedness.
5032
5033 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
5034
5035         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
5036         memmove-avx-unaligned, memcpy-avx-unaligned and
5037         mempcpy-avx-unaligned.
5038         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
5039         Add tests for AVX memcpy functions.
5040         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
5041         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
5042         memcpy_chk.
5043         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
5044         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
5045         memmove_chk.
5046         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
5047         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
5048         mempcpy_chk.
5049         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
5050         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
5051         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
5052
5053 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5054
5055         [BZ #17213]
5056         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
5057         powerpc64le.
5058
5059 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
5060
5061         [BZ #16839]
5062         * manual/llio.texi: Add section about open file description locks.
5063         * manual/examples/ofdlocks.c: Example of open file description
5064         lock usage.
5065         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
5066         F_OFD_SETLK, and F_OFD_SETLKW.
5067
5068 2014-07-23  Allan McRae  <allan@archlinux.org>
5069
5070         * po/es.po: Update Spanish translation from translation project.
5071
5072 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
5073
5074         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
5075
5076 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
5077
5078         [BZ #17078]
5079         * sysdeps/arm/dl-machine.h (elf_machine_rela)
5080         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
5081         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
5082
5083 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
5084
5085         [BZ #17088]
5086         * math/fesetenv.c (__fesetenv)
5087         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
5088         * math/feupdateenv.c (__feupdateenv)
5089         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
5090
5091         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
5092         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
5093         (__ASSUME_SOCKETCALL): Do not define.
5094
5095         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
5096         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
5097         (__ASSUME_SOCKETCALL): Do not define.
5098         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
5099         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
5100         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
5101         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
5102         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
5103         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
5104         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5105         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5106
5107         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
5108         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
5109         (__ASSUME_SOCKETCALL): Do not define.
5110         (__ASSUME_IPC64): Define unconditionally.
5111         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
5112         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
5113         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
5114         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
5115         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
5116         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5117         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
5118         Likewise.
5119
5120         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
5121         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
5122         (__ASSUME_SOCKETCALL): Do not define.
5123         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
5124         (__ASSUME_FUTEX_LOCK_PI): Likewise.
5125         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
5126         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
5127         (__ASSUME_REQUEUE_PI): Define unconditionally.
5128         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
5129         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
5130         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5131         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
5132         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5133         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5134
5135         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
5136         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
5137         (__ASSUME_SOCKETCALL): Do not define.
5138         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
5139         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
5140         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5141         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
5142         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5143         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5144
5145         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
5146         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
5147         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
5148         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
5149         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
5150         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
5151         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5152         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
5153         (__ASSUME_GETCPU_SYSCALL): Likewise.
5154
5155         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
5156         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
5157         cases for individual architectures.
5158         * sysdeps/gnu/configure: Regenerated.
5159         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
5160         LIBC_SLIBDIR_RTLDDIR.
5161         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
5162         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
5163         LIBC_SLIBDIR_RTLDDIR.
5164         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
5165         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
5166         LIBC_SLIBDIR_RTLDDIR.
5167         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
5168         Regenerated.
5169         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
5170         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
5171         file.
5172         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
5173         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
5174         file.
5175         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
5176         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
5177         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
5178         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
5179
5180         * sysdeps/aarch64/shlib-versions: Move to ...
5181         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
5182         * sysdeps/alpha/shlib-versions: Move to ...
5183         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
5184         * sysdeps/arm/shlib-versions: Move to ...
5185         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
5186         * sysdeps/hppa/shlib-versions: Move all contents except for
5187         libgcc_s entry to ...
5188         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
5189         entry from ...
5190         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
5191         * sysdeps/ia64/shlib-versions: Move to ...
5192         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
5193         entry from ...
5194         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
5195         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
5196         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
5197         * sysdeps/microblaze/shlib-versions: Move to ...
5198         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
5199         * sysdeps/mips/shlib-versions: Move to ...
5200         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
5201         entry from ...
5202         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
5203         * sysdeps/tile/shlib-versions: Move to ...
5204         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
5205         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
5206         from ...
5207         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
5208         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
5209         entry from ...
5210         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
5211
5212 2014-07-17  Will Newton  <will.newton@linaro.org>
5213
5214         * sysdeps/arm/bits/atomic.h
5215         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
5216         (__arch_compare_and_exchange_bool_16_int): Likewise.
5217         (__arch_compare_and_exchange_bool_64_int): Likewise.
5218
5219         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
5220         into an #else block.
5221
5222 2014-07-16  Roland McGrath  <roland@hack.frob.com>
5223
5224         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
5225         just Linux configurations.  Test empirically that the compiler sets
5226         __ARM_EABI__, rather than using the tuple to decide.
5227         * sysdeps/arm/preconfigure: Regenerated.
5228         * sysdeps/unix/sysv/linux/arm/configure: File removed.
5229         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
5230         contents appended ...
5231         * sysdeps/arm/configure.ac: ... here.
5232         * sysdeps/arm/configure: Regenerated.
5233
5234 2014-07-15  Roland McGrath  <roland@hack.frob.com>
5235
5236         * nptl/pthread_kill.c: New file.
5237         * nptl/pthread_sigmask.c: New file.
5238         * nptl/pthread_sigqueue.c: New file.
5239
5240         * sysdeps/nptl/lowlevellock.h: New file.
5241         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
5242         * sysdeps/nptl/lowlevellock-futex.h: New file.
5243
5244         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
5245         Remove dead declarations.
5246
5247 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
5248
5249         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
5250         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
5251         config-cflags-avx2.
5252         * sysdeps/x86_64/configure.ac: Likewise.
5253         * sysdeps/i386/configure: Regenerated.
5254         * sysdeps/x86_64/configure: Likewise.
5255         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
5256         memset-avx2 only if config-cflags-avx2 is yes.
5257         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
5258         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
5259         defined.
5260         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
5261         only if HAVE_AVX2_SUPPORT is defined.
5262         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
5263
5264 2014-07-14  Alan Modra  <amodra@gmail.com>
5265
5266         [BZ #17153]
5267         * elf/elf.h (DT_PPC64_NUM): Correct value.
5268         * NEWS: Add to fixed bug list.
5269
5270 2014-07-13  Jim Meyering  <meyering@fb.com>
5271
5272         [BZ 17150]
5273         regex: don't deref NULL upon heap allocation failure
5274         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
5275         failure in one more place.
5276         To trigger the segfault, configure grep -with-included-regex,
5277         build it, and run these commands:
5278         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
5279
5280 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
5281
5282         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
5283
5284 2014-07-11  Richard Henderson  <rth@redhat.com>
5285
5286         * sysdeps/aarch64/libm-test-ulps: Update.
5287
5288 2014-07-10  Florian Weimer  <fweimer@redhat.com>
5289
5290         [BZ #17135]
5291         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
5292         * nptl/allocatestack.c (__nptl_setxid_error): New function.
5293         (__nptl_setxid): Initialize error member.  Call
5294         __nptl_setxid_error.
5295         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
5296         * nptl/descr.h (struct xid_command): Add error member.
5297         * nptl/tst-setuid3.c: New file.
5298         * nptl/Makefile (tests): Add it.
5299
5300 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5301
5302         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
5303         New define.
5304         (__lll_trylock): Use __lll_base_trylock.
5305         (__lll_cond_trylock): Likewise.
5306
5307 2014-07-10  Roland McGrath  <roland@hack.frob.com>
5308
5309         * nptl/pthread_create.c (start_thread): Use atomic_or and
5310         lll_futex_wake directly rather than lll_robust_dead.
5311         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
5312         (lll_robust_dead): Macro removed.
5313         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
5314         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
5315         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
5316         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
5317         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
5318         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
5319         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
5320         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
5321         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
5322         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5323         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5324         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5325         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
5326         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
5327         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
5328
5329         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
5330         Use atomic_compare_and_exchange_val_acq directly rather than
5331         lll_robust_trylock.
5332         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
5333         (__lll_robust_trylock, lll_robust_trylock): Removed.
5334         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
5335         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
5336         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
5337         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
5338         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
5339         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
5340         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
5341         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
5342         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5343         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5344         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5345         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
5346         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
5347         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
5348
5349 2014-07-02  Florian Weimer  <fweimer@redhat.com>
5350
5351         * manual/locale.texi (Locale Names): New section documenting
5352         locale name syntax.  Adjust menu and node chaining accordingly.
5353         (Choosing Locale): Reference Locale Names, Locale Categories.
5354         Mention setting LC_ALL=C.  Reflect that name syntax is now
5355         documented.
5356         (Locale Categories): New section title.  Reference Locale Names.
5357         LC_ALL is an environment variable, but not a category.
5358         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
5359         description, now in Locale Name.  Reference that section.  Locale
5360         name syntax is now documented.
5361
5362 2014-07-02  Florian Weimer  <fweimer@redhat.com>
5363
5364         [BZ #17137]
5365         * locale/findlocale.c (name_present, valid_locale_name): New
5366         functions.
5367         (_nl_find_locale): Use the loc_name variable to store name
5368         candidates.  Call name_present and valid_locale_name to check and
5369         validate locale names.  Return an error if the locale is invalid.
5370
5371 2014-07-02  Florian Weimer  <fweimer@redhat.com>
5372
5373         * locale/setlocale.c (setlocale): Use strdup for allocating
5374         composite name copy.
5375
5376 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
5377
5378         Sync up with gnulib.
5379         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
5380         [!_LIBC && ENABLE_NLS]: Include gettext.h.
5381         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
5382         and _GL_ARG_NONNULL.
5383         [USE_UNLOCKED_IO]: Include unlocked-io.h.
5384         [!_LIBC]: Include code for Windows and Cygwin.
5385         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
5386         Include prototype for int strerror_r.
5387         [!_LIBC] (is_open): New function.
5388         (flush_stdout): New function.
5389         (print_errno_message): Use it.
5390         (error): Likewise.
5391         (error_at_line): Likewise.
5392         (error_tail) Add function attribute macros.  Use
5393         __builtin_expect.
5394
5395         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
5396
5397         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
5398
5399         * io/ftw.c: Include sys/param.h unconditionally.
5400
5401         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
5402
5403         [BZ #17125]
5404         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
5405         libc_freeres_ptr.
5406         (freecache): New function to free CACHE on exit.
5407
5408         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
5409         initialization.
5410
5411 2014-07-09  David S. Miller  <davem@davemloft.net>
5412
5413         * sysdeps/sparc/fpu/libm-test-ulps: Update.
5414
5415         * sysdeps/sparc/nptl/internaltypes.h: Delete.
5416         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
5417         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
5418         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
5419         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
5420         * sysdeps/sparc/nptl/sem_init.c: Likewise.
5421         * sysdeps/sparc/nptl/sem_post.c: Likewise.
5422         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
5423         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
5424         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
5425         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
5426         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
5427         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
5428
5429 2014-07-09  Andreas Schwab  <schwab@suse.de>
5430
5431         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
5432         output.
5433         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
5434         (do_test): Likewise.
5435
5436         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
5437
5438 2014-07-09  Will Newton  <will.newton@linaro.org>
5439
5440         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
5441         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
5442         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
5443         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
5444         * sysdeps/hppa/start.S (_start): Likewise.
5445
5446 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
5447
5448         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
5449
5450         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
5451         defined.
5452
5453 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
5454
5455         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
5456         after checking that it is non-NULL.
5457
5458         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
5459
5460 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5461
5462         * sysdeps/powerpc/memmove.c: Remove file.
5463         * sysdeps/powerpc/powerpc32/power4/memcopy.h
5464         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
5465         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
5466         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
5467         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
5468         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
5469         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
5470         string memmove instead of removed powerpc one.
5471
5472         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
5473         [weak_alias]: Fix compiler warning due trailing data.
5474         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
5475         [weak_alias]: Likewise.
5476         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
5477         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
5478
5479         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
5480         (__libc_ifunc_impl_list): Add memmove functions.
5481
5482 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
5483
5484         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
5485         Remove code.
5486         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
5487         Likewise
5488         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
5489         Likewise
5490         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
5491         Likewise
5492         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
5493         Likewise
5494         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
5495         Likewise
5496         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
5497         Likewise
5498         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
5499         Likewise
5500         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
5501         Likewise
5502         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
5503         Likewise
5504         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
5505         Likewise
5506         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
5507         Likewise
5508         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
5509         Likewise
5510         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
5511         Likewise
5512         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
5513         Likewise
5514         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
5515         Likewise
5516         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
5517         Likewise
5518
5519 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5520
5521         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
5522         to avoid alignment traps in non-cacheable memory.
5523         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
5524
5525         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
5526         multiarch objects.
5527         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
5528         file: multiarch power7 memmove.
5529         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
5530         multiarch default memmove.
5531         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
5532         multiarch memove for powerpc32/power4.
5533
5534         * string/bcopy.c: Use full path to include memmove.c.
5535         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
5536         multiarch objects.
5537         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
5538         bcopy for powerpc64.
5539         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
5540         bcopy for powerpc64.
5541         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
5542         and memmove implementations.
5543         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
5544         optimized multiarch memmove for POWER7/powerpc64.
5545         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
5546         default multiarch memmove for powerpc64.
5547         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
5548         multiarch for powerpc64.
5549         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
5550         for POWER7/powerpc64.
5551         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
5552         memmove for POWER7/powerpc64.
5553
5554         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
5555         glibc default one.
5556
5557         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
5558         __ELF_NATIVE_CLASS equal to 64.
5559
5560 2014-07-07  Roland McGrath  <roland@hack.frob.com>
5561
5562         * sysdeps/nptl/lowlevellock.h: File removed.
5563
5564         * NEWS: NPTL is no longer an add-on!
5565         * nptl/internaltypes.h: Moved ...
5566         * sysdeps/nptl/internaltypes.h: ... here.
5567         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
5568         * sysdeps/nptl/fork.c: Likewise.
5569         * sysdeps/nptl/gai_misc.h: Likewise.
5570         * sysdeps/nptl/librt-cancellation.c: Likewise.
5571         * sysdeps/nptl/jmp-unwind.c: Likewise.
5572         * sysdeps/nptl/setxid.h: Likewise.
5573         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
5574         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
5575         * sysdeps/unix/sysv/linux/arm/Implies: New file.
5576         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
5577         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
5578         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
5579         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
5580         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
5581         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
5582         * sysdeps/unix/sysv/linux/mips/Implies: New file.
5583         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
5584         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
5585         * sysdeps/unix/sysv/linux/sh/Implies: New file.
5586         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
5587         * sysdeps/unix/sysv/linux/tile/Implies: New file.
5588         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
5589         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
5590         * nptl/Makeconfig: Moved ...
5591         * sysdeps/nptl/Makeconfig: ... here.
5592         * nptl/configure: File removed.
5593         * nptl/ANNOUNCE: File removed.
5594         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
5595         * sysdeps/unix/sysv/linux/configure: Regenerated.
5596
5597         * nptl/Makefile (routines): Add libc_pthread_init,
5598         libc_multiple_threads, register-atfork and unregister-atfork.
5599         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
5600         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
5601         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
5602         pthread-pi-defines.sym, structsem.sym.
5603         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
5604         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
5605         [$(subdir) = nptl] (tests): Add tst-setgetname.
5606         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
5607         * sysdeps/unix/sysv/linux/sigaction.c: Just include
5608         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
5609         [!LIBC_SIGACTION]: Remove aliases.
5610         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
5611         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
5612         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
5613         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
5614         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
5615         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
5616         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
5617         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
5618         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
5619         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
5620         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
5621         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
5622         __libc_allocate_rtsig_private.
5623         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
5624         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
5625         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
5626         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
5627         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
5628         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
5629         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
5630         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
5631         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
5632         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
5633         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
5634         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
5635         * nptl/internaltypes.h: ... here.
5636         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
5637         * sysdeps/nptl/jmp-unwind.c: ... here.
5638         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
5639         * nptl/libc-lowlevellock.c: ... here.
5640         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
5641         * nptl/libc_multiple_threads.c: ... here.
5642         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
5643         * nptl/libc_pthread_init.c: ... here.
5644         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
5645         * nptl/lowlevelbarrier.sym: ... here.
5646         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
5647         * nptl/lowlevelcond.sym: ... here.
5648         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
5649         * nptl/lowlevellock.c: ... here.
5650         * nptl/lowlevellock.h: Moved ...
5651         * sysdeps/nptl/lowlevellock.h: ... here.
5652         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
5653         * nptl/lowlevelrobustlock.c: ... here.
5654         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
5655         * nptl/lowlevelrobustlock.sym: ... here.
5656         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
5657         * nptl/lowlevelrwlock.sym: ... here.
5658         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
5659         * nptl/pt-fork.c: ... here.
5660         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
5661         * nptl/pthread-pi-defines.sym: ... here.
5662         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
5663         * nptl/pthread_attr_getaffinity.c: ... here.
5664         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
5665         * nptl/pthread_attr_setaffinity.c: ... here.
5666         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
5667         * nptl/pthread_mutex_cond_lock.c: ... here.
5668         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
5669         Update #include.
5670         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
5671         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
5672         * nptl/pthread_once.c: ... here, replacing old file.
5673         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
5674         * nptl/pthread_yield.c: ... here.
5675         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
5676         * nptl/register-atfork.c: ... here.
5677         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
5678         * nptl/sem_post.c: ... here.
5679         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
5680         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
5681         * nptl/sem_timedwait.c: ... here.
5682         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
5683         * nptl/sem_trywait.c: ... here.
5684         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
5685         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
5686         * nptl/sem_wait.c: ... here.
5687         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
5688         * nptl/structsem.sym: ... here.
5689         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
5690         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
5691         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
5692         * nptl/unregister-atfork.c: ... here.
5693         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
5694         * nptl/unwindbuf.sym: ... here.
5695         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
5696         * sysdeps/nptl/fork.c: ... here.
5697         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
5698         * sysdeps/nptl/fork.h: ... here.
5699         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
5700         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
5701         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
5702         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
5703         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
5704         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
5705         * sysdeps/unix/sysv/linux/getpid.c: ... here.
5706         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
5707         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
5708         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
5709         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
5710         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
5711         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
5712         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
5713         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
5714         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
5715         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
5716         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
5717         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
5718         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
5719         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
5720         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
5721         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
5722         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
5723         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
5724         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
5725         * sysdeps/unix/sysv/linux/raise.c: ... here.
5726         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
5727         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
5728         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
5729         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
5730         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
5731         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
5732         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
5733         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
5734         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
5735         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
5736         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
5737         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
5738         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
5739         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
5740         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
5741
5742 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
5743
5744         * sysdeps/generic/memcopy.h: Add comment for
5745         MEMCPY_OK_FOR_FWD_MEMMOVE.
5746
5747 2014-07-04  Will Newton  <will.newton@linaro.org>
5748
5749         * string/memchr.c: Merge from gnulib.
5750         [_LIBC]: Remove conditionals.
5751         (__ptr_t): Remove define.
5752         (LONG_MAX_32_BITS): Likewise.
5753         (LONG_MAX): Likewise.
5754         (MEMCHR): Use ANSI prototype and optimize algorithm.
5755
5756         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
5757
5758 2014-07-03  Roland McGrath  <roland@hack.frob.com>
5759
5760         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
5761         (lll_futex_timed_wait_bitset): Fix syscall argument count.
5762
5763         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
5764         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
5765         in a bare environment with no <stdlib.h> installed.
5766         * sysdeps/nptl/configure: Regenerated.
5767
5768         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
5769
5770         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
5771         AC_EGREP_CPP for kernel header checks, so they only succeed if
5772         including <linux/version.h> actually works right.
5773         * sysdeps/unix/sysv/linux/configure: Regenerated.
5774
5775         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
5776         value so it's not diagnosed as unused.
5777
5778         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
5779         thing) with "ifeq ($(subdir),rt)".
5780
5781 2014-07-03  Richard Henderson  <rth@redhat.com>
5782
5783         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
5784         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
5785         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
5786
5787         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
5788         (math_force_eval): New.
5789
5790         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
5791         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
5792
5793         * sysdeps/alpha/fpu/s_round.c: Remove file.
5794         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
5795
5796         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
5797         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
5798         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
5799         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
5800         (_dl_start, print_statistics): Likewise.
5801         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
5802         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
5803
5804         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5805         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5806         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5807         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5808         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5809         (HP_SMALL_TIMING_AVAIL): Define.
5810         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5811         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
5812         (HP_SMALL_TIMING_AVAIL): Define.
5813         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5814         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5815
5816         * sysdeps/aarch64/hp-timing.h: New file.
5817
5818         * sysdeps/generic/hp-timing.h: Remove dead comment.
5819         * sysdeps/generic/hp-timing-common.h: New file.
5820         * sysdeps/alpha/hp-timing.h: Include it.
5821         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
5822         * sysdeps/i386/i686/hp-timing.h: Likewise.
5823         * sysdeps/ia64/hp-timing.h: Likewise.
5824         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
5825         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
5826         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
5827         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
5828         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
5829         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
5830         (hp_timing_t): New.
5831
5832         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
5833         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
5834         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
5835         * elf/rtld.c (_dl_start_final): Likewise.
5836         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
5837         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5838         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5839         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5840         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5841         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5842         (HP_TIMING_DIFF_INIT): Remove.
5843         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5844         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
5845         (HP_TIMING_DIFF_INIT): Remove.
5846         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5847         * sysdeps/i386/i686/hp-timing.c: Remove file.
5848         * sysdeps/x86_64/hp-timing.c: Remove file.
5849         * sysdeps/ia64/hp-timing.c: Remove file.
5850         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
5851         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
5852         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
5853         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
5854
5855         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
5856         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
5857         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
5858         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5859         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5860         (HP_TIMING_ACCUM): Remove.
5861         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5862         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
5863         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5864
5865         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
5866         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
5867         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
5868         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
5869         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
5870         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
5871         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
5872         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
5873
5874         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
5875
5876 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
5877
5878         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
5879
5880 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5881
5882         Sync up with gettext.
5883         * intl/loadmsgcat.c: Define O_BINARY if not defined.
5884         [_MSC_VER]: Include malloc.h
5885         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
5886         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
5887         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
5888         TEMP_FAILURE_RETRY.  Cast return of alloca.
5889         [!_LIBC] Call gl_rwlock_init.
5890         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
5891
5892 2014-07-02  Roland McGrath  <roland@hack.frob.com>
5893
5894         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
5895         before checking its value.
5896
5897 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5898
5899         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
5900
5901         * debug/memcpy_chk.c: Don't include pagecopy.h.
5902         * debug/mempcpy_chk.c: Likewise.
5903         * string/memcpy.c: Likewise.
5904         * string/memmove.c: Likewise.
5905         * sysdeps/powerpc/memmove.c: Likewise.
5906         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
5907         definition of PAGE_COPY_FWD_MAYBE here...
5908         * sysdeps/generic/pagecopy.h: ... from here.
5909         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
5910
5911 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
5912             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5913
5914         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
5915         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
5916         optimizations.
5917         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
5918         (__libc_ifunc_impl_list): Likewise.
5919         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
5920         multiarch strcat for PPC64.
5921         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
5922         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
5923
5924 2014-07-02  Roland McGrath  <roland@hack.frob.com>
5925
5926         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
5927
5928 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5929
5930         * intl/loadmsgcat.c: Remove declaration of
5931         get_sysdep_segment_value.
5932         (get_sysdep_segment_value): Use ISO C style.
5933         (_nl_load_domain): Use ISO C style.  Get rid of redundant
5934         semicolon.  Fix typo and formatting in comment.
5935         (_nl_unload_domain): Use ISO C style.
5936
5937         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
5938
5939 2014-07-02  Will Newton  <will.newton@linaro.org>
5940
5941         * malloc/obstack.c: Merge from gnulib master.
5942         [HAVE_CONFIG_H]: Remove conditional code.
5943         [!_LIBC]: Include config.h.
5944         [!ELIDE_CODE]: Don't include inttypes.h, include
5945         stdint.h unconditionally.
5946         (print_and_abort): Mark as _Noreturn.
5947         (_obstack_allocated_p): Mark as __attribute_pure__.
5948         (obstack_free): Rename to __obstack_free.
5949         [!__attribute__]: Remove conditional code.
5950         * malloc/obstack.h: Merge from gnulib master.
5951         [__cplusplus]: Move conditional down.
5952         [!__attribute_pure__]: Define __attribute_pure__ here
5953         if it is not already defined.
5954         (_obstack_memory_used): Mark as __attribute_pure__.
5955         [!__obstack_free]: Define as obstack_free.
5956         [__GNUC__]: Remove check for ancient NeXT gcc.
5957
5958 2014-07-02  Will Newton  <will.newton@linaro.org>
5959             Paul Eggert  <eggert@cs.ucla.edu>
5960
5961         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
5962
5963 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5964
5965         * resolv/gethnamaddr.c: Add comment warning that the file is
5966         not maintained.
5967
5968 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
5969
5970         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
5971         entries.
5972
5973         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
5974         entry for aio_cancel and aio_cancel64.
5975         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
5976         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
5977         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
5978         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
5979         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
5980         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
5981         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
5982         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
5983         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
5984         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
5985         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
5986         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
5987         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
5988
5989 2014-07-01  Roland McGrath  <roland@hack.frob.com>
5990
5991         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
5992         * nptl/pthread_mutex_lock.c: Likewise.
5993         * nptl/pthread_mutex_timedlock.c: Likewise.
5994         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
5995
5996 2014-07-01  Richard henderson  <rth@redhat.com>
5997
5998         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
5999         (__isnan, __isnanl): Remove.
6000         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
6001
6002         * sysdeps/alpha/fpu/libm-test-ulps: Update.
6003
6004 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
6005
6006         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
6007
6008 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
6009
6010         * resolv/nss_dns/dns-host.c (getanswer_r)
6011         [MULTI_PTRS_ARE_ALIASES]: Remove code.
6012
6013 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
6014
6015         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
6016         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
6017         undefine.
6018         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
6019         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
6020
6021 2014-07-01  Roland McGrath <roland@hack.frob.com>
6022
6023         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
6024         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
6025
6026         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
6027         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
6028
6029         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
6030         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
6031         ... here.
6032         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
6033         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
6034
6035         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
6036         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
6037         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
6038         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
6039
6040         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
6041         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
6042         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
6043         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
6044         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
6045         Moved ...
6046         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
6047         ... here.
6048         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
6049         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
6050         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
6051         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
6052         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
6053         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
6054         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
6055         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
6056         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
6057         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
6058         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
6059         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
6060         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
6061         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
6062         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
6063         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
6064         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
6065         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
6066         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
6067         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
6068         ... here.
6069         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
6070         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
6071         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
6072         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
6073         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
6074         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
6075         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
6076         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
6077
6078 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
6079
6080         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
6081         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
6082         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
6083         Add sysdep.
6084
6085 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6086
6087         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6088
6089 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
6090
6091         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
6092         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
6093
6094         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
6095
6096         * sysdeps/arm/libm-test-ulps: Regenerated.
6097
6098 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
6099             Roland McGrath <roland@hack.frob.com>
6100
6101         * test-skeleton.c (signal_handler): Kill the whole process group
6102         before killing the child individually.
6103         (main): Report any failure on `setpgid'.
6104
6105 2014-06-30  Roland McGrath  <roland@hack.frob.com>
6106
6107         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
6108         from _TLS_H to _ARM_NPTL_TLS_H.
6109         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
6110         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
6111
6112 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
6113
6114         [BZ #16539]
6115         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
6116         (__expm1l): Return argument unchanged when small but not
6117         subnormal.
6118
6119         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
6120         include macro name.
6121         (_FP_UNPACK_RAW_1_P): Likewise.
6122         (_FP_PACK_RAW_1): Likewise.
6123         (_FP_PACK_RAW_1_P): Likewise.
6124         (_FP_MUL_MEAT_1_wide): Likewise.
6125         (_FP_MUL_MEAT_DW_1_hard): Likewise.
6126         (_FP_MUL_MEAT_1_hard): Likewise.
6127         (_FP_DIV_MEAT_1_imm): Likewise.
6128         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
6129         (_FP_DIV_MEAT_1_udiv): Likewise.
6130         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
6131         (_FP_UNPACK_RAW_2): Likewise.
6132         (_FP_UNPACK_RAW_2_P): Likewise.
6133         (_FP_PACK_RAW_2): Likewise.
6134         (_FP_PACK_RAW_2_P): Likewise.
6135         (_FP_MUL_MEAT_DW_2_wide): Likewise.
6136         (_FP_MUL_MEAT_2_wide): Likewise.
6137         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
6138         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
6139         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
6140         (_FP_MUL_MEAT_2_gmp): Likewise.
6141         (_FP_DIV_MEAT_2_udiv): Likewise.
6142         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
6143         (_FP_FRAC_SRL_4): Likewise.
6144         (_FP_FRAC_SRST_4): Likewise.
6145         (_FP_FRAC_SRS_4): Likewise.
6146         (_FP_UNPACK_RAW_4): Likewise.
6147         (_FP_UNPACK_RAW_4_P): Likewise.
6148         (_FP_PACK_RAW_4): Likewise.
6149         (_FP_PACK_RAW_4_P): Likewise.
6150         (_FP_MUL_MEAT_DW_4_wide): Likewise.
6151         (_FP_MUL_MEAT_4_wide): Likewise.
6152         (_FP_MUL_MEAT_4_gmp): Likewise.
6153         (umul_ppppmnnn): Likewise.
6154         (_FP_DIV_MEAT_4_udiv): Likewise.
6155         (__FP_FRAC_ADD_4): Likewise.
6156         (__FP_FRAC_SUB_3): Likewise.
6157         (__FP_FRAC_SUB_4): Likewise.
6158         (__FP_FRAC_DEC_3): Likewise.
6159         (__FP_FRAC_DEC_4): Likewise.
6160         (__FP_FRAC_ADDI_4): Likewise.
6161         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
6162         (_FP_FRAC_SRL_8): Likewise.
6163         (_FP_FRAC_SRS_8): Likewise.
6164
6165         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
6166         include macro name.
6167         (FP_UNPACK_RAW_EP): Likewise.
6168         (FP_PACK_RAW_E): Likewise.
6169         (FP_PACK_RAW_EP): Likewise.
6170         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
6171         (_FP_ISSIGNAN): Likewise.
6172         (_FP_ADD_INTERNAL): Likewise.
6173         (_FP_FMA): Likewise.
6174         (_FP_CMP): Likewise.
6175         (_FP_SQRT): Likewise.
6176         (_FP_TO_INT): Likewise.
6177         (_FP_FROM_INT): Likewise.
6178         (FP_EXTEND): Likewise.
6179         (_FP_DIV_MEAT_N_loop): Likewise.
6180
6181 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
6182
6183         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
6184         throughout.
6185
6186 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
6187
6188         [BZ #17097]
6189         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
6190         result with correct sign in case of exponents that produce
6191         overflow except for X very close to 1.
6192
6193 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
6194
6195         mktime: merge #if/#ifdef usage from glibc
6196         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
6197         as that works with both Glibc's and Gnulib's style.
6198         See thread starting at Siddhesh Poyarekar's bug report at:
6199         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
6200
6201 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
6202
6203         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
6204         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
6205         * sysdeps/tile/tilegx/memmove.c: Remove file.
6206
6207 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
6208
6209         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
6210         abi-name definition.
6211         * scripts/soversions.awk: Do not handle or generate ABI lines.
6212         * shlib-versions: Remove ABI entries.
6213         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
6214         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
6215
6216 2014-06-27  Roland McGrath  <roland@hack.frob.com>
6217
6218         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
6219         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
6220         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
6221         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
6222         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
6223         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
6224         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
6225         Moved ...
6226         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
6227         ... here.
6228         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
6229         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
6230         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
6231         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
6232         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
6233         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
6234         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
6235         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
6236         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
6237         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
6238         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
6239         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
6240         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
6241         Moved ...
6242         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
6243         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
6244         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
6245         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
6246         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
6247         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
6248         Moved ...
6249         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
6250         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
6251         Moved ...
6252         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
6253         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
6254         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
6255         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
6256         Moved ...
6257         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
6258         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
6259         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
6260         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
6261         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
6262         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
6263         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
6264         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
6265         Moved ...
6266         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
6267         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
6268         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
6269         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
6270         Moved ...
6271         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
6272         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
6273         Moved ...
6274         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
6275         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
6276         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
6277         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
6278         Moved ...
6279         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
6280         ... here.
6281         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
6282         Identical file removed.
6283         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
6284         Moved ...
6285         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
6286         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
6287         Identical file removed.
6288         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
6289         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
6290         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
6291         Moved ...
6292         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
6293         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
6294         Identical file removed.
6295         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
6296         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
6297         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
6298         Identical file removed.
6299         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
6300         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
6301         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
6302         Identical file removed.
6303         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
6304         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
6305         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
6306         Identical file removed.
6307         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
6308         Moved ...
6309         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
6310         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
6311         Identical file removed.
6312         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
6313         Moved ...
6314         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
6315         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
6316         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
6317         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
6318         Identical file removed.
6319         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
6320         Moved ...
6321         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
6322         ... here.
6323         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
6324         Identical file removed.
6325         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
6326         Moved ...
6327         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
6328         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
6329         Identical file removed.
6330         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
6331         Moved ...
6332         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
6333         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
6334         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
6335         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
6336         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
6337         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
6338         Moved ...
6339         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
6340         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
6341         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
6342
6343         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
6344         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
6345         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
6346         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
6347         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
6348
6349 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
6350
6351         [BZ #17092]
6352         * nscd/nscd.c (monitor_child): Return exit status of child
6353         instead of return value from wait syscall.
6354
6355 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
6356
6357         * configure.ac (libc_commonpagesize): Remove variable.
6358         (libc_relro_required): Likewise.
6359         (libc_cv_z_relro): Remove configure test.
6360         * configure: Regenerated.
6361         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
6362         variable.
6363         (libc_relro_required): Likewise.
6364         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
6365         (libc_relro_required): Likewise.
6366         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
6367         (libc_relro_required): Likewise.
6368         * sysdeps/arm/preconfigure: Regenerated.
6369         * sysdeps/ia64/preconfigure: Remove file.
6370         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
6371         variable.
6372         (libc_relro_required): Likewise.
6373
6374         [BZ #16561]
6375         [BZ #16562]
6376         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
6377         (__ieee754_yn): Set FE_TONEAREST mode internally and then
6378         recompute overflowing results in original rounding mode.
6379         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
6380         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
6381         recompute overflowing results in original rounding mode.
6382         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
6383         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
6384         recompute overflowing results in original rounding mode.
6385         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
6386         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
6387         recompute overflowing results in original rounding mode.
6388         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
6389         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
6390         recompute overflowing results in original rounding mode.
6391         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
6392         (libc_feholdsetround_ctx): New macro.
6393         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
6394         * sysdeps/i386/fpu/libm-test-ulps: Update.
6395         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
6396
6397 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6398
6399         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
6400         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
6401         corresponding .cpsetup call.
6402
6403 2014-06-26  Roland McGrath  <roland@hack.frob.com>
6404
6405         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
6406         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
6407         * sysdeps/arm/Makefile [$(subdir) = csu]
6408         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
6409         (static-only-routines): Add aeabi_read_tp here.
6410         (shared-only-routines): Add libc-aeabi_read_tp here.
6411         (CFLAGS-libc-start.c): Add -fexceptions here.
6412         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
6413         (sysdep_routines, static-only-routines, shared-only-routines):
6414         Don't add to these here.
6415         (CFLAGS-libc-start.c): Likewise.
6416
6417         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
6418         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
6419         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
6420         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
6421         * sysdeps/arm/Makefile [$(subdir) = rt]
6422         (librt-sysdep_routines, librt-shared-only-routines):
6423         Append rt-aeabi_unwind_cpp_pr1 here.
6424         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
6425         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
6426         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
6427         (libpthread-sysdep_routines, libpthread-shared-only-routines):
6428         Append nptl-aeabi_unwind_cpp_pr1 here.
6429         (tests): Filter out tst-cleanupx4 here.
6430         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
6431         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
6432         Don't do those here.
6433
6434 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6435
6436         * scripts/list-sources.sh: Do not handle ports specially.
6437
6438 2014-06-26  Roland McGrath  <roland@hack.frob.com>
6439
6440         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
6441         * sysdeps/arm/feupdateenv.c: Likewise.
6442
6443         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
6444
6445 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6446
6447         * manual/texinfo.tex: Update to version 2014-05-05.10 with
6448         trailing whitespace removed.
6449         * scripts/config.guess: Update to version 2014-03-23.
6450         * scripts/config.sub: Update to version 2014-05-01
6451         * scripts/install-sh: Update to version 2013-12-25.23.
6452         * scripts/move-if-change: Update from gnulib.
6453
6454 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
6455
6456         * debug/memmove_chk.c: Remove pagecopy.h include.
6457
6458 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
6459
6460         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
6461         identical to gnulib mktime.
6462
6463 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6464
6465         * configure.ac: Do not test for machine being rs6000.  Do not test
6466         for powerpc*-*soft.
6467         * configure: Regenerated.
6468
6469         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
6470         test.
6471         * configure: Regenerated.
6472         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
6473         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
6474         Remove configure test.
6475         * sysdeps/arm/configure: Regenerated.
6476         * sysdeps/nptl/configure.ac: Do not check
6477         libc_cv_asm_cfi_directives.
6478         * sysdeps/nptl/configure: Regenerated.
6479         * sysdeps/x86_64/nptl/configure.ac: Remove file.
6480         * sysdeps/x86_64/nptl/configure: Remove generated file.
6481         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
6482         unconditional.
6483         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
6484
6485 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
6486
6487         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
6488         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
6489         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
6490         it is defined.
6491
6492         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
6493         instead of whether it is defined.
6494         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
6495         * sysdeps/hppa/dl-machine.h: Likewise.
6496         * sysdeps/ia64/dl-machine.h: Likewise.
6497         * sysdeps/m68k/dl-machine.h: Likewise.
6498         * sysdeps/microblaze/dl-machine.h: Likewise.
6499         * sysdeps/mips/dl-machine.: Likewise.
6500         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
6501         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
6502         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
6503         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
6504         * sysdeps/sh/dl-machine.h: Likewise.
6505         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
6506         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
6507         * sysdeps/tile/dl-machine.h: Likewise.
6508         * sysdeps/x86_64/dl-machine.h: Likewise.
6509
6510         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
6511         code.
6512         (verify_persistent_db): Likewise.
6513
6514 2014-06-26  Roland McGrath  <roland@hack.frob.com>
6515
6516         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
6517         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
6518         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
6519         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
6520         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
6521         Moved ...
6522         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
6523         ... here.
6524         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
6525         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
6526         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
6527         Identical file removed.
6528         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
6529         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
6530         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
6531         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
6532         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
6533         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
6534         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
6535         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
6536         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
6537         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
6538         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
6539         Moved ...
6540         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
6541         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
6542         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
6543         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
6544         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
6545         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
6546         Moved ...
6547         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
6548         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
6549         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
6550         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
6551         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
6552         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
6553         Identical file removed.
6554         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
6555         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
6556         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
6557         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
6558         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
6559         Moved ...
6560         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
6561         ... here.
6562         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
6563         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
6564         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
6565         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
6566         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
6567         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
6568         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
6569         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
6570         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
6571         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
6572         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
6573         Moved ...
6574         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
6575         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
6576         Moved ...
6577         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
6578         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
6579         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
6580         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
6581         Moved ...
6582         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
6583         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
6584         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
6585
6586         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
6587         folded into ...
6588         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
6589         * sysdeps/unix/sysv/linux/s390/Versions
6590         (libpthread: GLIBC_2.19): New version set.
6591         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
6592         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
6593         (librt: GLIBC_2.3.3): New version set.
6594         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
6595         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
6596         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
6597         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
6598         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
6599         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
6600         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
6601         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
6602         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
6603         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
6604         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
6605         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
6606         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
6607         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
6608         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
6609         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
6610         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
6611         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
6612         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
6613         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
6614         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
6615         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
6616         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
6617         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
6618         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
6619         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
6620         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
6621         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
6622         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
6623         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
6624         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
6625         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
6626         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
6627         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
6628         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
6629         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
6630         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
6631         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
6632         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
6633         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
6634         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
6635         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
6636         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
6637         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
6638         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
6639
6640         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
6641         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
6642         (__libc_vfork): Define the function under this name.
6643         [!NOT_IN_libc] (__vfork): Make this an alias.
6644         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
6645         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
6646         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
6647         (__libc_vfork): Define the function under this name.
6648         [!NOT_IN_libc] (__vfork): Make this an alias.
6649         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
6650         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
6651         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
6652         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
6653         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
6654         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
6655
6656         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
6657         code that was previously under [RESET_PID].
6658         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
6659         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
6660         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
6661
6662         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
6663         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
6664         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
6665         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
6666         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
6667         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
6668         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
6669         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
6670         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
6671         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
6672         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
6673         Moved ...
6674         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
6675         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
6676         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
6677         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
6678         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
6679         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
6680         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
6681         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
6682         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
6683         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
6684         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
6685         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
6686         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
6687         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
6688         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
6689         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
6690         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
6691         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
6692         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
6693         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
6694         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
6695         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
6696         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
6697         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
6698         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
6699         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
6700         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
6701         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
6702         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
6703
6704 2014-06-25  Roland McGrath  <roland@hack.frob.com>
6705
6706         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
6707         that was previously under [RESET_PID].
6708         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
6709
6710 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
6711
6712         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
6713         not undefine and redefine.
6714         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
6715         [O_CLOEXEC]: Make code unconditional.
6716         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
6717         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
6718         <kernel-features.h>.
6719         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
6720         conditional variable definition.
6721         (shm_open) [O_CLOEXEC]: Make code unconditional.
6722         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
6723         code.
6724
6725         * configure.ac (USE_REGPARMS): Don't define here.
6726         * configure: Regenerated.
6727         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
6728         * sysdeps/i386/configure: Regenerated.
6729
6730         * nptl/createthread.c: Don't include kernel-features.h.
6731         * nptl/pthread_cancel.c: Likewise.
6732         * nptl/pthread_condattr_setclock.c: Likewise.
6733         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
6734         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
6735         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
6736         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
6737         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
6738         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
6739         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
6740         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
6741         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
6742         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
6743         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
6744         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
6745         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
6746         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
6747         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
6748         * nscd/gai.c: Likewise.
6749         * nss/nss_db/db-open.c: Likewise.
6750         * sysdeps/generic/ldsodefs.h: Likewise.
6751         * sysdeps/sh/nptl/tls.h: Likewise.
6752         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
6753         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
6754         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
6755         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
6756         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
6757         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
6758         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
6759         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
6760         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
6761         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
6762         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
6763         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
6764         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
6765         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
6766         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
6767         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
6768         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
6769         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
6770         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
6771         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
6772         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
6773         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
6774         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
6775         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
6776         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
6777         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
6778         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
6779         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
6780         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
6781         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
6782         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
6783         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
6784         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
6785         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
6786         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
6787         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
6788         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
6789         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
6790         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
6791         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
6792         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
6793         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
6794         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
6795         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
6796         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
6797         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
6798         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
6799         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
6800         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
6801         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
6802         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
6803         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
6804         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
6805         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
6806         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
6807         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
6808         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
6809         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
6810         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
6811         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
6812         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
6813         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
6814         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
6815         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
6816         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
6817         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
6818         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
6819         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
6820         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
6821         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
6822         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
6823         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
6824         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
6825         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
6826         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
6827         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
6828         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
6829         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
6830         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
6831         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
6832         * sysdeps/unix/sysv/linux/pread.c: Likewise.
6833         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
6834         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
6835         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
6836         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
6837         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
6838         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
6839         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
6840         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
6841         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
6842         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
6843         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
6844         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
6845         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
6846         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
6847         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
6848         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
6849         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
6850         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
6851         * sysdeps/unix/sysv/linux/system.c: Likewise.
6852         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
6853         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
6854         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
6855         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
6856         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
6857         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
6858         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
6859
6860         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
6861         * configure: Regenerated.
6862         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
6863
6864         * configure.ac (base_machine): Do not set specially for particular
6865         machines here.
6866         * configure: Regenerated.
6867         * sysdeps/powerpc/preconfigure: Move machine and base_machine
6868         settings from configure.ac.
6869         * sysdeps/i386/preconfigure: New file.
6870         * sysdeps/s390/preconfigure: Likewise.
6871         * sysdeps/sh/preconfigure: Likewise.
6872         * sysdeps/sparc/preconfigure: Likewise.
6873
6874 2014-06-25  Roland McGrath  <roland@hack.frob.com>
6875
6876         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
6877         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
6878         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
6879         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
6880         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
6881         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
6882         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
6883         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
6884         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
6885         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
6886         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
6887         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
6888         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
6889         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
6890         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
6891         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
6892         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
6893         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
6894         * sysdeps/sparc/sparc64/Makefile: ... appended here.
6895
6896         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
6897         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
6898         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
6899         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
6900         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
6901         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
6902         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
6903         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
6904         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
6905         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
6906         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
6907         * sysdeps/sparc/sparc32/sem_post.c: ... here.
6908         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
6909         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
6910         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
6911         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
6912         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
6913         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
6914         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
6915         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
6916         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
6917         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
6918         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
6919         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
6920         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
6921         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
6922         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
6923         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
6924         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
6925         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
6926         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
6927         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
6928         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
6929         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
6930         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
6931         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
6932         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
6933         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
6934
6935         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
6936         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
6937         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
6938         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
6939         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
6940         Moved ...
6941         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
6942         ... here.
6943         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
6944         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
6945         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
6946         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
6947         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
6948         Moved ...
6949         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
6950         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
6951         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
6952         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
6953         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
6954         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
6955         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
6956         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
6957         Moved ...
6958         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
6959         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
6960         Moved ...
6961         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
6962         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
6963         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
6964         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
6965         Moved ...
6966         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
6967         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
6968         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
6969         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
6970         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
6971         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
6972         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
6973         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
6974         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
6975         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
6976         Moved ...
6977         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
6978         ... here.
6979         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
6980         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
6981         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
6982         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
6983         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
6984         Moved ...
6985         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
6986         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
6987         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
6988         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
6989         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
6990         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
6991         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
6992         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
6993         Moved ...
6994         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
6995         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
6996         Moved ...
6997         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
6998         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
6999         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
7000         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
7001         Moved ...
7002         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
7003         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
7004         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
7005         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
7006         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
7007
7008 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
7009
7010         * timezone/checktab.awk: Update from tzcode 2014e.
7011         * timezone/private.h: Likewise.
7012         * timezone/tzfile.h: Likewise.
7013         * timezone/zdump.c: Likewise.
7014         * timezone/zic.c: Likewise.
7015
7016         * sysdeps/unix/sysv/linux/kernel-features.h
7017         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
7018         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
7019         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
7020         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
7021         Remove conditional code.
7022
7023 2014-06-25  Will Newton  <will.newton@linaro.org>
7024
7025         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
7026         (_dl_arm_cap_flags): Add HWCAP2 values.
7027         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
7028         (_DL_HWCAP_COUNT): Increase to 37.
7029         (_DL_HWCAP_LAST): New define.
7030         (_DL_HWCAP2_LAST): New define.
7031         (_dl_procinfo): Add support for printing
7032         AT_HWCAP2 entries.
7033         (_dl_string_hwcap): Use _dl_hwcap_string.
7034
7035 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7036
7037         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
7038
7039 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
7040
7041         * README: Do not mention ports directory.
7042
7043         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
7044         Remove macro.
7045         * sysdeps/unix/sysv/linux/futimes.c: Do not include
7046         <kernel-features.h>.
7047         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
7048         conditional variable definition.
7049         (__futimes): Update comment.
7050         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
7051         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
7052
7053         [BZ #16560]
7054         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
7055         arguments close to 0.
7056         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
7057         Likewise.
7058         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
7059         Likewise.
7060         * math/auto-libm-test-in: Add more tests of exp10.
7061         * math/auto-libm-test-out: Regenerated.
7062         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
7063
7064         * sysdeps/unix/sysv/linux/kernel-features.h
7065         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
7066         * sysdeps/unix/sysv/linux/readv.c: Do not include
7067         <kernel-features.h>.
7068         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
7069         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
7070         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
7071         unconditional.
7072         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
7073         conditional code.
7074         * sysdeps/unix/sysv/linux/writev.c: Do not include
7075         <kernel-features.h>.
7076         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
7077         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
7078         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
7079         unconditional.
7080         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
7081         conditional code.
7082
7083 2014-06-25  Will Newton  <will.newton@linaro.org>
7084
7085         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
7086         comment changes throughout the file.  Remove checks
7087         for HAVE_*_H definitions that are not required.
7088         (__gen_tempname): Call abort if an unknown kind value is
7089         passed.
7090
7091 2014-06-25  Andreas Schwab  <schwab@suse.de>
7092
7093         [BZ #17086]
7094         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
7095         scalbln, scalblnf, scalblnl in libc.
7096
7097 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
7098
7099         [BZ #17086]
7100         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
7101         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
7102         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
7103
7104 2014-06-24  Roland McGrath  <roland@hack.frob.com>
7105
7106         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
7107         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
7108         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
7109         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
7110         Update #include.
7111         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
7112         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
7113         Update #include.
7114         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
7115         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
7116         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
7117         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
7118         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
7119         * sysdeps/x86/bits/pthreadtypes.h: ... here.
7120         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
7121         * sysdeps/x86/bits/semaphore.h: ... here.
7122         * sysdeps/x86/nptl/elide.h: Moved ...
7123         * sysdeps/x86/elide.h: ... here.
7124         * sysdeps/x86_64/nptl/Implies: File removed.
7125         * sysdeps/i386/nptl/Implies: File removed.
7126
7127 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
7128
7129         [BZ #16539]
7130         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
7131         return the argument for normal arguments with exponent below -64.
7132         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
7133         Likewise.
7134         * math/auto-libm-test-in: Add another test of expm1.
7135         * math/auto-libm-test-out: Regenerated.
7136
7137         [BZ #16287]
7138         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
7139         calling __erfcl for arguments at least 16.
7140         * math/auto-libm-test-in: Add more tests of erf.
7141         * math/auto-libm-test-out: Regenerated.
7142
7143         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
7144         individual architectures.
7145         * sysdeps/unix/sysv/linux/configure: Regenerated.
7146         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
7147         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
7148         * sysdeps/unix/sysv/linux/powerpc/configure.ac
7149         (ldd_rewrite_script): Define variable.
7150         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
7151         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
7152         file.
7153         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
7154         generated file.
7155         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
7156         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
7157         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
7158         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
7159         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
7160         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
7161         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
7162         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
7163
7164 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
7165
7166         [BZ #17084]
7167         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
7168         Rename member __data.d to __data.__elision_data.
7169
7170 2014-06-24  Wilco  <wdijkstr@arm.com>
7171
7172         * NEWS: Add 16918 to fixed bug list.
7173
7174 2014-06-24  Wilco  <wdijkstr@arm.com>
7175
7176         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
7177
7178 2014-06-24  Wilco  <wdijkstr@arm.com>
7179
7180         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
7181         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
7182         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
7183         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
7184         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
7185         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
7186         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
7187         Use _FPU_MASK_RM.
7188
7189 2014-06-24  Wilco  <wdijkstr@arm.com>
7190
7191         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
7192
7193 2014-06-24  Wilco  <wdijkstr@arm.com>
7194
7195         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
7196         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
7197         * sysdeps/arm/fesetround.c (fesetround): Remove space.
7198         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
7199
7200 2014-06-24  Wilco  <wdijkstr@arm.com>
7201
7202         [BZ #16918]
7203         * sysdeps/arm/feupdateenv.c (feupdateenv):
7204         Rewrite to reduce FPSCR accesses and fix return value.
7205
7206 2014-06-24  Wilco  <wdijkstr@arm.com>
7207
7208         * sysdeps/arm/fclrexcpt.c (feclearexcept):
7209         Optimize to avoid unnecessary FPSCR writes.
7210         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
7211         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
7212         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
7213         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
7214
7215 2014-06-24  Wilco  <wdijkstr@arm.com>
7216
7217         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
7218         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
7219         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
7220         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
7221         Call libc_fetestexcept_vfp.
7222         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
7223         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
7224         __SOFTFP__ ifdef so that they can be built for softfp.
7225
7226 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
7227
7228         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
7229         argument type signed char.
7230
7231         * Makerules (check-abi): Dump diff of symlist if the test
7232         fails.
7233
7234 2014-06-23  Roland McGrath  <roland@hack.frob.com>
7235
7236         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
7237         using abort.
7238
7239         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
7240         Remove unused variable ST.
7241
7242 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
7243
7244         [BZ #16354]
7245         [BZ #17061]
7246         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
7247         small arguments before calling __expm1.
7248         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
7249         small arguments before calling __expm1f.
7250         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
7251         small arguments before calling __expm1l.
7252         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
7253         Likewise.
7254         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
7255         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
7256         spurious underflow for some cosh tests.
7257         * math/auto-libm-test-out: Regenerated.
7258         * sysdeps/i386/fpu/libm-test-ulps: Update.
7259
7260         [BZ #17050]
7261         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
7262         (__ieee754_y1): Set errno if return value overflows.
7263         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
7264         (__ieee754_y1f): Set errno if return value overflows.
7265         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
7266         (__ieee754_y1l): Set errno if return value overflows.
7267         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
7268         (__ieee754_y1l): Set errno if return value overflows.
7269         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
7270         * math/auto-libm-test-out: Regenerated.
7271
7272         * math/gen-auto-libm-tests.c: Document use of
7273         ignore-zero-inf-sign.
7274         (input_flag_type): Add value flag_ignore_zero_inf_sign.
7275         (input_flags): Add ignore-zero-inf-sign.
7276         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
7277         * math/gen-libm-test.pl (generate_testfile): Handle
7278         ignore-zero-inf-sign.
7279         * math/auto-libm-test-in: Mark some cpow tests with
7280         ignore-zero-inf-sign and some with xfail-rounding.
7281         * math/auto-libm-test-out: Regenerated.
7282         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
7283         * sysdeps/i386/fpu/libm-test-ulps: Update.
7284         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7285
7286         [BZ #16315]
7287         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
7288         overflowing or underflowing operations take place with sign of
7289         result.
7290         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
7291         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
7292         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
7293         (__ieee754_pow): Recompute overflowing and underflowing results in
7294         original rounding mode.
7295         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
7296         (__powl_helper): Allow negative argument X and scale negated value
7297         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
7298         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
7299         overflowing or underflowing operations take place with sign of
7300         result.
7301         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
7302         Include <math.h>.
7303         * math/auto-libm-test-in: Add more tests of pow.
7304         * math/auto-libm-test-out: Regenerated.
7305         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
7306         (pow_tonearest_test_data): Remove.
7307         (pow_test_tonearest): Likewise.
7308         (pow_towardzero_test_data): Likewise.
7309         (pow_test_towardzero): Likewise.
7310         (pow_downward_test_data): Likewise.
7311         (pow_test_downward): Likewise.
7312         (pow_upward_test_data): Likewise.
7313         (pow_test_upward): Likewise.
7314         (main): Don't call removed functions.
7315         * sysdeps/i386/fpu/libm-test-ulps: Update.
7316         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7317
7318 2014-06-23  Roland McGrath  <roland@hack.frob.com>
7319
7320         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
7321         Moved ...
7322         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
7323         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
7324         Moved ...
7325         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
7326         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
7327         Moved ...
7328         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
7329         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
7330         Moved ...
7331         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
7332         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
7333         File removed.
7334         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
7335         File removed.
7336         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
7337         File removed.
7338         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
7339         File removed.
7340         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
7341         File removed.
7342         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
7343         File removed.
7344         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
7345         File removed.
7346         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
7347         File removed.
7348         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
7349         File removed.
7350         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
7351         File removed.
7352         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
7353         File removed.
7354         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
7355         File removed.
7356         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
7357         Moved ...
7358         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
7359         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
7360         Moved ...
7361         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
7362         ... here.
7363         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
7364         Moved ...
7365         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
7366         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
7367         Moved ...
7368         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
7369         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
7370         Moved ...
7371         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
7372         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
7373         Moved ...
7374         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
7375         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
7376         Moved ...
7377         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
7378         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
7379         Moved ...
7380         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
7381         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
7382         Moved ...
7383         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
7384         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
7385         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
7386         ... here.
7387         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
7388         Moved ...
7389         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
7390         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
7391         Moved ...
7392         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
7393         ... here.
7394         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
7395         Moved ...
7396         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
7397         ... here.
7398         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
7399         Moved ...
7400         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
7401         ... here.
7402         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
7403         Moved ...
7404         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
7405         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
7406         Moved ...
7407         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
7408         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
7409         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
7410         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
7411         Moved ...
7412         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
7413         ... here.
7414         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
7415         Moved ...
7416         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
7417         ... here.
7418         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
7419         Moved ...
7420         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
7421         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
7422         Moved ...
7423         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
7424         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
7425         Moved ...
7426         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
7427         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
7428         Moved ...
7429         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
7430         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
7431         Moved ...
7432         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
7433         ... here.
7434         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
7435         Moved ...
7436         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
7437         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
7438         Moved ...
7439         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
7440         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
7441         Moved ...
7442         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
7443         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
7444         Moved ...
7445         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
7446         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
7447         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
7448         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
7449         Moved ...
7450         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
7451         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
7452         Moved ...
7453         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
7454         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
7455         Moved ...
7456         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
7457         ... here.
7458         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
7459         Moved ...
7460         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
7461         ... here.
7462         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
7463         Moved ...
7464         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
7465         ... here.
7466         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
7467         Moved ...
7468         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
7469         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
7470         Moved ...
7471         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
7472         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
7473         Moved ...
7474         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
7475         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
7476         Moved ...
7477         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
7478         ... here.
7479         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
7480         Moved ...
7481         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
7482         ... here.
7483         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
7484         Moved ...
7485         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
7486         ... here.
7487         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
7488         Moved ...
7489         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
7490         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
7491         Moved ...
7492         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
7493
7494 2014-06-23  Will Newton  <will.newton@linaro.org>
7495             Wilco  <wdijkstr@arm.com>
7496
7497         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
7498         implementation.  Include get-rounding-mode.h.
7499         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
7500         [!libc_feholdsetround_noex_ctx]: Define
7501         libc_feholdsetround_noex_ctx.
7502         [!libc_feholdsetround_noexf_ctx]: Define
7503         libc_feholdsetround_noexf_ctx.
7504         [!libc_feholdsetround_noexl_ctx]: Define
7505         libc_feholdsetround_noexl_ctx.
7506         (libc_feholdsetround_ctx): New function.
7507         (libc_feresetround_ctx): New function.
7508         (libc_feholdsetround_noex_ctx): New function.
7509         (libc_feresetround_noex_ctx): New function.
7510
7511 2014-06-23  Roland McGrath  <roland@hack.frob.com>
7512
7513         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
7514         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
7515         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
7516         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
7517         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
7518         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
7519
7520         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
7521         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
7522         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
7523         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
7524         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
7525         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
7526         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
7527         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
7528         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
7529         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
7530         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
7531         Moved ...
7532         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
7533         ... here.
7534         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
7535         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
7536         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
7537         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
7538         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
7539         Moved ...
7540         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
7541         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
7542         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
7543         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
7544         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
7545         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
7546         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
7547         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
7548         Moved ...
7549         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
7550         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
7551         Moved ...
7552         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
7553         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
7554         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
7555         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
7556         Moved ...
7557         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
7558         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
7559         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
7560         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
7561         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
7562         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
7563         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
7564         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
7565         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
7566         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
7567         Moved ...
7568         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
7569         ... here.
7570         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
7571         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
7572         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
7573         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
7574         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
7575         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
7576         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
7577         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
7578         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
7579         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
7580         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
7581         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
7582         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
7583         Moved ...
7584         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
7585         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
7586         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
7587         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
7588         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
7589         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
7590         Moved ...
7591         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
7592         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
7593         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
7594         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
7595         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
7596
7597         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
7598         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
7599         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
7600         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
7601         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
7602         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
7603         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
7604         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
7605         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
7606         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
7607         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
7608         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
7609         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
7610         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
7611         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
7612         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
7613         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
7614         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
7615         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
7616         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
7617         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
7618         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
7619         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
7620         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
7621         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
7622         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
7623         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
7624         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
7625
7626 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
7627
7628         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
7629         (FALLOC_FL_COLLAPSE_RANGE): New macro.
7630         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
7631         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
7632         (IPV6_PMTUDISC_INTERFACE): Likewise.
7633         (IPV6_PMTUDISC_OMIT): Likewise.
7634
7635 2014-06-23  Andreas Schwab  <schwab@suse.de>
7636
7637         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
7638         Remove unused errout label.
7639
7640 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7641
7642         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
7643         macro: hardware supports Vector Crypto instructions.
7644
7645 2014-06-23  Will Newton  <will.newton@linaro.org>
7646
7647         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
7648         rather than __builtin_expect.
7649
7650         * elf/dl-lookup.c (undefined_msg): Remove variable.
7651         (_dl_lookup_symbol_x): Replace undefined_msg with string
7652         literal.
7653
7654         * elf/dl-lookup.c (do_lookup_unique): New function.
7655         (do_lookup_x): Move STB_GNU_UNIQUE handling code
7656         to a separate function.
7657
7658 2014-06-23  Andreas Schwab  <schwab@suse.de>
7659
7660         [BZ #17079]
7661         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
7662         before reading the next line.
7663
7664 2014-06-23  Will Newton  <will.newton@linaro.org>
7665
7666         * test-skeleton.c (signal_handler): Use printf and %m
7667         rather than perror.  Use printf rather than fprintf to
7668         stderr.  Use puts rather than fputs to stderr.
7669         (main): Likewise.
7670
7671 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
7672
7673         * nscd/nscd.c (thread_info_t): Remove typedef.
7674         (thread_info): Remove variable.
7675
7676 2014-06-21  Allan McRae  <allan@archlinux.org>
7677
7678         * NEWS: Mention CVE-2014-4043.
7679
7680 2014-06-20  Roland McGrath  <roland@hack.frob.com>
7681
7682         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
7683         * nptl/smp.h: ... here.
7684
7685         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
7686
7687         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
7688         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
7689         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
7690         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
7691
7692         * nptl/allocatestack.c: Include <stack-aliasing.h>.
7693         * nptl/stack-aliasing.h: New file.
7694         * sysdeps/i386/i686/stack-aliasing.h: New file.
7695         * sysdeps/i386/i686/nptl/Makefile: File removed.
7696         * sysdeps/x86_64/stack-aliasing.h: New file.
7697         * sysdeps/x86_64/nptl/Makefile
7698         (CFLAGS-pthread_create.c): Variable removed.
7699
7700         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
7701         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
7702         old file.
7703         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
7704         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
7705         old file.
7706
7707 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
7708
7709         * sysdeps/unix/sysv/linux/arm/kernel-features.h
7710         (__ASSUME_SIGFRAME_V2): Remove macro.
7711         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
7712         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
7713         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
7714         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
7715         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
7716         Declare as function.  Remove conditional macro definitions.
7717         (__default_rt_sa_restorer): Likewise.
7718         (__default_sa_restorer_v1): Remove declaration.
7719         (__default_sa_restorer_v2): Likewise.
7720         (__default_rt_sa_restorer_v1): Likewise.
7721         (__default_rt_sa_restorer_v2): Likewise.
7722         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
7723         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
7724         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
7725
7726 2014-06-20  Roland McGrath  <roland@hack.frob.com>
7727
7728         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
7729         (libpthread-routines): Add sysdep.
7730         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
7731         * sysdeps/unix/sysv/linux/sparc/Versions
7732         (libpthread: GLIBC_2.3.3): New version set.
7733         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
7734         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
7735         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
7736         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
7737         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
7738         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
7739         Moved ...
7740         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
7741         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
7742         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
7743         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
7744         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
7745         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
7746         * sysdeps/sparc/nptl/sem_init.c: ... here.
7747         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
7748         * sysdeps/sparc/nptl/sem_post.c: ... here.
7749         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
7750         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
7751         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
7752         * sysdeps/sparc/nptl/sem_wait.c: ... here.
7753         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
7754         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
7755         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
7756         (libpthread-routines): Add cpu_relax.
7757         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
7758         File removed.
7759         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
7760         (librt: GLIBC_2.3.3): New version set.
7761         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
7762         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
7763         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
7764         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
7765         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
7766         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
7767         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
7768         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
7769         Moved ...
7770         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
7771         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
7772         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
7773         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
7774         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
7775         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
7776         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
7777         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
7778         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
7779         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
7780         Moved ...
7781         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
7782         Update #include.
7783         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
7784         Moved ...
7785         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
7786         Update #include.
7787         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
7788         Moved ...
7789         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
7790         Update #include.
7791         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
7792         Moved ...
7793         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
7794         Update #include.
7795         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
7796         Moved ...
7797         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
7798         Update #include.
7799         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
7800         Moved ...
7801         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
7802         Update #include.
7803         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
7804         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
7805         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
7806         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
7807         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
7808         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
7809         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
7810         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
7811         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
7812         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
7813         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
7814         Moved ...
7815         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
7816         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
7817         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
7818         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
7819         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
7820
7821 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
7822
7823         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
7824         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
7825         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
7826         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
7827         * nscd/nscd.c: Likewise.
7828         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
7829         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
7830         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
7831         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
7832
7833         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
7834         <kernel-features.h>.
7835         (init_mq_netlink): Remove conditional have_sock_cloexec
7836         definitions.  Remove code conditional on have_sock_cloexec < 0.
7837         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
7838         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
7839         * sysdeps/unix/sysv/linux/opensock.c: Do not include
7840         <kernel-features.h>.
7841         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
7842         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
7843
7844 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
7845
7846         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
7847         Add tests for memset_chk and memset.
7848
7849         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
7850         with AVX2_Usable.
7851
7852 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
7853
7854         [BZ #16046]
7855         * elf/tst-dl-iter-static.c: New file.
7856         * elf/Makefile (tests-static): Add tst-dl-iter-static.
7857
7858         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
7859         error.
7860
7861 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
7862
7863         * sysdeps/unix/sysv/linux/kernel-features.h
7864         (__ASSUME_F_GETOWN_EX): Remove macro.
7865         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
7866         <kernel-features.h>.
7867         (miss_F_GETOWN_EX): Remove variable or macro.
7868         (do_fcntl): Do not check miss_F_GETOWN_EX.
7869         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
7870
7871         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
7872         Remove macro.
7873         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
7874         [!__ASSUME_AT_RANDOM]: Remove conditional code.
7875         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
7876
7877         * sysdeps/unix/sysv/linux/kernel-features.h
7878         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
7879         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
7880         [ADJ_OFFSET_SS_READ]: Make code unconditional.
7881         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
7882
7883 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
7884
7885         [BZ #17075]
7886         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
7887         Fix calculation of the symbol's value.
7888         * sysdeps/arm/tst-armtlsdescloc.c: New file.
7889         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
7890         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
7891         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
7892         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
7893         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
7894         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
7895         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
7896         (modules-names): Add `tst-armtlsdescmod',
7897         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
7898         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
7899         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
7900         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
7901         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
7902         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
7903         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
7904         ($(objpfx)tst-armtlsdescloc): New dependency.
7905         ($(objpfx)tst-armtlsdescextnow): Likewise.
7906         ($(objpfx)tst-armtlsdescextlazy): Likewise.
7907         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
7908         TLS scheme support.
7909         * sysdeps/arm/configure: Regenerate.
7910
7911 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
7912
7913         * include/fcntl.h (__atfct_seterrno): Remove prototype.
7914         (__atfct_seterrno_2): Likewise.
7915         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
7916         <kernel-features.h>.
7917         (__ASSUME_ATFCTS): Do not undefine and redefine.
7918         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
7919         (__have_atfcts): Remove conditional definition.
7920         (__fxstatat([__NR_fstatat64]: Make code unconditional.
7921         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
7922         unreachable if [__ASSUME_ATFCTS].
7923         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
7924         not undefine and redefine.
7925         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
7926         <kernel-features.h>.
7927         (faccessat) [__NR_faccessat]: Make code unconditional.
7928         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
7929         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
7930         <kernel-features.h>.
7931         (fchmodat) [__NR_fchmodat]: Make code unconditional.
7932         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
7933         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
7934         <kernel-features.h>.
7935         (fchownat) [__NR_fchownat]: Make code unconditional.
7936         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
7937         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
7938         <kernel-features.h>.
7939         (futimesat) [__NR_futimesat]: Make code unconditional.
7940         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
7941         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
7942         <kernel-features.h>.
7943         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
7944         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
7945         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
7946         <kernel-features.h>.
7947         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
7948         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
7949         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
7950         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
7951         <kernel-features.h>.
7952         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
7953         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
7954         * sysdeps/unix/sysv/linux/linkat.c: Do not include
7955         <kernel-features.h>.
7956         (linkat) [__NR_linkat]: Make code unconditional.
7957         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
7958         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
7959         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
7960         <kernel-features.h>.
7961         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
7962         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
7963         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
7964         <kernel-features.h>.
7965         (mkdirat) [__NR_mkdirat]: Make code unconditional.
7966         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
7967         * sysdeps/unix/sysv/linux/openat.c: Do not include
7968         <kernel-features.h>.
7969         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
7970         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
7971         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
7972         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
7973         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
7974         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
7975         <kernel-features.h>.
7976         (readlinkat) [__NR_readlinkat]: Make code unconditional.
7977         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
7978         result of INLINE_SYSCALL directly, not via int variable.
7979         * sysdeps/unix/sysv/linux/renameat.c: Do not include
7980         <kernel-features.h>.
7981         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
7982         (renameat) [__NR_renameat]: Make code unconditional.
7983         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
7984         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
7985         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
7986         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
7987         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
7988         (__ASSUME_ATFCTS): Do not undefine and redefine.
7989         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
7990         <kernel-features.h>.
7991         (symlinkat) [__NR_symlinkat]: Make code unconditional.
7992         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
7993         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
7994         <kernel-features.h>.
7995         (unlinkat) [__NR_unlinkat]: Make code unconditional.
7996         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
7997         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
7998         (__ASSUME_ATFCTS): Do not undefine and redefine.
7999         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
8000         <kernel-features.h>.
8001         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
8002         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
8003         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
8004         <kernel-features.h>.
8005         (__xmknodat) [__NR_mknodat]: Make code unconditional.
8006         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
8007
8008 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
8009
8010         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
8011
8012 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
8013
8014         [BZ #17069]
8015         * posix/regcomp.c (parse_reg_exp): Deallocate partially
8016         constructed tree before returning error.
8017         * posix/bug-regexp36.c: Expand test case.
8018
8019 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
8020
8021         [BZ #6803]
8022         * math/libm-test.inc (scalbln_test_date):
8023         Add errno expectations.
8024         * math/w_scalblnf.c: New File.
8025         Add wrapper which checks for setting errno to ERANGE.
8026         Add weak_alias for corresponding scalbln function.
8027         * math/w_scalbln.c: Likewise.
8028         * math/w_scalblnl.c: Likewise.
8029         * math/Makefile (libm-calls): Add w_scalbln.
8030         * sysdeps/ieee754/flt-32/s_scalblnf.c:
8031         Remove weak_alias for corresponding scalbln function.
8032         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
8033         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
8034         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
8035         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
8036         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
8037         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
8038         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
8039         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
8040         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
8041         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
8042         Remove long_double_symbol for scalblnl function in libm, libc.
8043         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
8044         Add wrapper which checks for setting errno to ERANGE.
8045         Add long_double_symbol for scalblnl function in libm, libc.
8046         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
8047         Remove long_double_symbol for scalblnl in libm.
8048         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
8049         Add wrapper which checks for setting errno to ERANGE.
8050         Add long_double_symbol for scalblnl function in libm.
8051         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
8052         Do not use wrapper because of own implementation.
8053
8054 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
8055
8056         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
8057         3 bytes for __pad1 for x32.
8058         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
8059
8060 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
8061             H.J. Lu  <hongjiu.lu@intel.com>
8062
8063         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
8064         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
8065         * sysdeps/x86_64/multiarch/memset.S: Likewise.
8066         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
8067         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
8068
8069 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
8070
8071         [BZ #17069]
8072         * posix/regcomp.c (parse_expression): Deallocate partially
8073         constructed tree before returning error.
8074         * posix/Makefile.c (tests): Add bug-regex36.
8075         (generated): Add bug-regex36.mtrace.
8076         (tests-special): Add $(objpfx)bug-regex36-mem.out
8077         (bug-regex36-ENV): New variable.
8078         ($(objpfx)bug-regex36-mem.out): New rule.
8079         * posix/bug-regex36.c: New file.
8080
8081 2014-06-19  Will Newton  <will.newton@linaro.org>
8082
8083         * malloc/malloc.c (systrim): If extra is zero then return
8084         early.
8085
8086 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
8087
8088         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
8089
8090 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
8091
8092         * sysdeps/aarch64/strchr.S: New file.
8093
8094 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
8095
8096         [BZ #17022]
8097         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
8098         from arguments -2 or below.
8099         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
8100         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
8101
8102 2014-06-18  Andreas Schwab  <schwab@suse.de>
8103
8104         [BZ #17062]
8105         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
8106         of a bracket expr not to run off the end of the string.
8107         * posix/Makefile (tests): Add tst-fnmatch3.
8108         * posix/tst-fnmatch3.c: New file.
8109
8110 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
8111
8112         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
8113         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
8114         [$(cross-compiling) = no]: Likewise.
8115         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
8116         [$(cross-compiling) = no]: Likewise.
8117
8118 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
8119
8120         [BZ #17031]
8121         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
8122         double, adjusted for any remainder from the high double.
8123         * math/libm-test.inc (nearbyint): Add tests.
8124         (rint): Likewise.
8125
8126 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8127
8128         * nptl/sysdeps/powerpc/Makefile: Moved ...
8129         * sysdeps/powerpc/nptl/Makefile: ... here.
8130         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
8131         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
8132         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
8133         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
8134         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
8135         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
8136         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
8137         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
8138         * nptl/sysdeps/powerpc/tls.h: Moved ...
8139         * sysdeps/powerpc/nptl/tls.h: ... here.
8140
8141 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
8142
8143         [BZ #16681]
8144         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
8145         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
8146         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
8147         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
8148         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
8149         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
8150         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
8151         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
8152         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
8153
8154 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
8155
8156         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
8157
8158 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
8159
8160         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
8161         defined operator.
8162
8163         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
8164         $TIMEOUTFACTOR.
8165
8166 2014-06-16  Florian Weimer  <fweimer@redhat.com>
8167
8168         [BZ #17058]
8169         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
8170         non-executed part of the test.
8171
8172 2014-06-16  Andreas Schwab  <schwab@suse.de>
8173
8174         * string/bits/string2.h (strdup, strndup): Update feature guard.
8175
8176 2014-06-14  David S. Miller  <davem@davemloft.net>
8177
8178         * sysdeps/sparc/fpu/libm-test-ulps: Update.
8179
8180 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
8181
8182         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
8183         that was previously under [RESET_PID].
8184         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
8185
8186         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
8187         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
8188         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
8189         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
8190         (__libc_vfork): New strong alias.
8191         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
8192
8193 2014-06-14 Andi Kleen  <ak@linux.intel.com>
8194
8195         * sysdeps/generic/elide.h: New file.
8196
8197 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
8198
8199         * Makefile (installed-headers): Adjust path of pthread.h header.
8200
8201 2014-06-13  Roland McGrath  <roland@hack.frob.com>
8202
8203         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
8204         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
8205         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
8206         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
8207
8208         * nptl/sysdeps/s390/Makefile: Moved ...
8209         * sysdeps/s390/nptl/Makefile: ... here.
8210         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
8211         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
8212         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
8213         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
8214         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
8215         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
8216         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
8217         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
8218         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
8219         * sysdeps/s390/nptl/pthreaddef.h: ... here.
8220         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
8221         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
8222         * nptl/sysdeps/s390/tls.h: Moved ...
8223         * sysdeps/s390/nptl/tls.h: ... here.
8224
8225         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
8226         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
8227
8228 2014-06-13  David S. Miller  <davem@davemloft.net>
8229
8230         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
8231         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
8232         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
8233         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
8234         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
8235         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
8236         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
8237         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
8238         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
8239         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
8240         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
8241         Remove RESET_PID cpp guards.
8242         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
8243         Remove RESET_PID cpp guards.
8244         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
8245
8246 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
8247
8248         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
8249         __sp to uintptr_t.
8250
8251 2014-06-13  Andi Kleen  <ak@linux.intel.com>
8252
8253         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
8254         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
8255         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
8256         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
8257         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
8258         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
8259         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
8260         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
8261         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
8262         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
8263         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
8264         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
8265         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
8266         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
8267         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
8268         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
8269         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
8270         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
8271         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
8272         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
8273
8274         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
8275         (pthread_rwlock_rdlock): Add elision.
8276         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
8277         (pthread_rwlock_wrlock): Add elision.
8278         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
8279         (pthread_rwlock_trywrlock): Add elision.
8280         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
8281         (pthread_rwlock_tryrdlock): Add elision.
8282         * nptl/pthread_rwlock_unlock.c: Include elide.h.
8283         (pthread_rwlock_tryrdlock): Add elision unlock.
8284         * nptl/sysdeps/pthread/pthread.h:
8285         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
8286         (PTHREAD_RWLOCK_INITIALIZER,
8287         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
8288         Handle new elision field.
8289         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
8290         * sysdeps/arm/nptl/bits/pthreadtypes.h
8291         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8292         * sysdeps/sh/nptl/bits/pthreadtypes.h
8293         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8294         * sysdeps/tile/nptl/bits/pthreadtypes.h
8295         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8296         * sysdeps/a/nptl/bits/pthreadtypes.h
8297         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8298         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
8299         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8300         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
8301         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8302         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
8303         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8304         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
8305         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8306         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
8307         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8308         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
8309         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8310         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
8311         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8312         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
8313         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8314         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
8315         (elision_init): Set try_xbegin to zero when no RTM.
8316         * sysdeps/x86/nptl/bits/pthreadtypes.h
8317         (pthread_rwlock_t): Change __pad1 to __rwelision.
8318         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8319
8320 2014-06-13  Andi Kleen  <ak@linux.intel.com>
8321
8322         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
8323         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
8324         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
8325         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
8326
8327 2014-06-13  Meador Inge  <meadori@codesourcery.com>
8328
8329         [BZ #16996]
8330         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
8331         that the cached result has been set before returning it.
8332
8333 2014-06-12  Roland McGrath  <roland@hack.frob.com>
8334
8335         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
8336         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
8337         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
8338         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
8339         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
8340         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
8341
8342         * nptl/sysdeps/sparc/Makefile: Moved ...
8343         * sysdeps/sparc/nptl/Makefile: ... here.
8344         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
8345         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
8346         * nptl/sysdeps/sparc/tls.h: Moved ...
8347         * sysdeps/sparc/nptl/tls.h: ... here.
8348         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
8349         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
8350         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
8351         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
8352         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
8353         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
8354         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
8355         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
8356         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
8357         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
8358         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
8359         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
8360         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
8361         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
8362         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
8363         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
8364         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
8365         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
8366         Update #include.
8367         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
8368         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
8369         Update #include.
8370         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
8371         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
8372         Update #include.
8373         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
8374         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
8375         Update #include.
8376
8377         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
8378
8379         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
8380         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
8381
8382         * sysdeps/pthread/posix-timer.h: Include <list.h>.
8383         (struct list_links): Type removed.
8384         (struct thread_node, struct timer_node): Replace struct list_links
8385         with struct list_head.
8386         (list_unlink_ip): Likewise.
8387         * sysdeps/pthread/timer_routines.c
8388         (timer_free_list, thread_free_list, thread_active_list): Likewise.
8389         (list_append, list_insbefore): Likewise.
8390         (list_init): Function removed.
8391         (thread_init, init_module): Use INIT_LIST_HEAD instead.
8392         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
8393         * sysdeps/pthread/Makefile: ... here, new file.
8394
8395         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
8396         * sysdeps/nptl/Implies: ... here.
8397         * sysdeps/unix/sysv/linux/Implies: Add nptl.
8398         * nptl/sysdeps/pthread/list.h: Moved ...
8399         * include/list.h: ... here.
8400         * nptl/sysdeps/pthread/createthread.c: Moved ...
8401         * nptl/createthread.c: ... here.
8402         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
8403         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
8404         * nptl/pt-longjmp.c: ... here.
8405         * nptl/sysdeps/pthread/Makefile: Moved ...
8406         * sysdeps/nptl/Makefile: ... here.
8407         * nptl/sysdeps/pthread/Subdirs: Moved ...
8408         * sysdeps/nptl/Subdirs: ... here.
8409         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
8410         * sysdeps/nptl/aio_misc.h: ... here.
8411         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
8412         * sysdeps/nptl/bits/libc-lock.h: ... here.
8413         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
8414         * sysdeps/nptl/bits/libc-lockP.h: ... here.
8415         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
8416         * sysdeps/nptl/bits/stdio-lock.h: ... here.
8417         * nptl/sysdeps/pthread/configure: Moved ...
8418         * sysdeps/nptl/configure: ... here.
8419         * nptl/sysdeps/pthread/configure.ac: Moved ...
8420         * sysdeps/nptl/configure.ac: ... here.
8421         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
8422         * sysdeps/nptl/gai_misc.h: ... here.
8423         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
8424         * sysdeps/nptl/librt-cancellation.c: ... here.
8425         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
8426         * sysdeps/nptl/malloc-machine.h: ... here.
8427         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
8428         * sysdeps/nptl/pthread-functions.h: ... here.
8429         * nptl/sysdeps/pthread/pthread.h: Moved ...
8430         * sysdeps/nptl/pthread.h: ... here.
8431         * nptl/sysdeps/pthread/setxid.h: Moved ...
8432         * sysdeps/nptl/setxid.h: ... here.
8433         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
8434         * sysdeps/nptl/sigfillset.c: ... here.
8435         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
8436         * sysdeps/nptl/tcb-offsets.h: ... here.
8437         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
8438         * sysdeps/nptl/tst-mqueue8x.c: ... here.
8439         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
8440         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
8441         * nptl/sysdeps/pthread/allocalim.h: Moved ...
8442         * sysdeps/pthread/allocalim.h: ... here.
8443         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
8444         * sysdeps/pthread/bits/sigthread.h: ... here.
8445         * nptl/sysdeps/pthread/flockfile.c: Moved ...
8446         * sysdeps/pthread/flockfile.c: ... here.
8447         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
8448         * sysdeps/pthread/ftrylockfile.c: ... here.
8449         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
8450         * sysdeps/pthread/funlockfile.c: ... here.
8451         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
8452         * sysdeps/pthread/posix-timer.h: ... here.
8453         * nptl/sysdeps/pthread/timer_create.c: Moved ...
8454         * sysdeps/pthread/timer_create.c: ... here.
8455         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
8456         * sysdeps/pthread/timer_delete.c: ... here.
8457         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
8458         * sysdeps/pthread/timer_getoverr.c: ... here.
8459         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
8460         * sysdeps/pthread/timer_gettime.c: ... here.
8461         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
8462         * sysdeps/pthread/timer_routines.c: ... here.
8463         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
8464         * sysdeps/pthread/timer_settime.c: ... here.
8465         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
8466         * sysdeps/pthread/tst-timer.c: ... here.
8467         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
8468         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
8469
8470         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
8471         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
8472
8473         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
8474         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
8475         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
8476         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
8477         Update #include target.
8478         * nptl/sysdeps/i386/i686/Makefile: Moved ...
8479         * sysdeps/i386/i686/nptl/Makefile: ... here.
8480         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
8481         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
8482         Update #include target.
8483         * nptl/sysdeps/i386/i686/tls.h: Moved ...
8484         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
8485         * nptl/sysdeps/i386/Makefile: Moved ...
8486         * sysdeps/i386/nptl/Makefile: ... here.
8487         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
8488         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
8489         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
8490         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
8491         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
8492         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
8493         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
8494         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
8495         * sysdeps/i386/nptl/pthreaddef.h: ... here.
8496         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
8497         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
8498         * nptl/sysdeps/i386/tls.h: Moved ...
8499         * sysdeps/i386/nptl/tls.h: ... here.
8500
8501         * sysdeps/sh/Makefile [$(subdir) = csu]
8502         (gen-as-const-headers): Add tcb-offsets.sym.
8503         * nptl/sysdeps/sh/Makefile: File removed.
8504         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
8505         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
8506         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
8507         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
8508         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
8509         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
8510         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
8511         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
8512         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
8513         * sysdeps/sh/nptl/pthreaddef.h: ... here.
8514         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
8515         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
8516         * nptl/sysdeps/sh/tls.h: Moved ...
8517         * sysdeps/sh/nptl/tls.h: ... here.
8518         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
8519         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
8520         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
8521         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
8522         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
8523         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
8524         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
8525         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
8526         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
8527         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
8528         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
8529         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
8530         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
8531         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
8532         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
8533         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
8534         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
8535         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
8536         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
8537         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
8538         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
8539         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
8540         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
8541         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
8542         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
8543         Moved ...
8544         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
8545         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
8546         Moved ...
8547         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
8548         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
8549         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
8550         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
8551         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
8552         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
8553         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
8554         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
8555         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
8556         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
8557         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
8558         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
8559         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
8560         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
8561         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
8562         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
8563         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
8564         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
8565         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
8566
8567 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
8568
8569         * posix/spawn_faction_addopen.c: Include string.h.
8570
8571 2014-06-11  Roland McGrath  <roland@hack.frob.com>
8572
8573         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
8574         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
8575         * nptl/sysdeps/x86_64/Makefile: Moved ...
8576         * sysdeps/x86_64/nptl/Makefile: ... here.
8577         * nptl/sysdeps/x86_64/configure: Moved ...
8578         * sysdeps/x86_64/nptl/configure: ... here.
8579         * nptl/sysdeps/x86_64/configure.ac: Moved ...
8580         * sysdeps/x86_64/nptl/configure.ac: ... here.
8581         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
8582         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
8583         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
8584         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
8585         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
8586         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
8587         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
8588         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
8589         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
8590         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
8591         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
8592         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
8593         * nptl/sysdeps/x86_64/tls.h: Moved ...
8594         * sysdeps/x86_64/nptl/tls.h: ... here.
8595         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
8596         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
8597         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
8598         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
8599
8600         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
8601
8602 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8603
8604         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8605
8606 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
8607
8608         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
8609         type.
8610         [POSIX] (off_t): Likewise.
8611         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
8612         [POSIX] (S_ISBLK): Require macro.
8613         [POSIX] (S_ISCHR): Likewise.
8614         [POSIX] (S_ISDIR): Likewise.
8615         [POSIX] (S_ISFIFO): Likewise.
8616         [POSIX] (S_ISREG): Likewise.
8617         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
8618         optional-macro.
8619         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
8620         type.
8621         [POSIX] (time_t): Likewise.
8622         [POSIX] (timer_t): Likewise.
8623
8624 2014-06-11  Florian Weimer  <fweimer@redhat.com>
8625
8626         [BZ #17048]
8627         * posix/spawn_int.h (struct __spawn_action): Make the path string
8628         non-const to support deallocation.
8629         * posix/spawn_faction_addopen.c
8630         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
8631         * posix/spawn_faction_destroy.c
8632         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
8633         path in all spawn_do_open actions.
8634         * posix/tst-spawn.c (do_test): Exercise the copy operation in
8635         posix_spawn_file_actions_addopen.
8636
8637 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
8638
8639         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
8640         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
8641         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
8642         conditional code always true.
8643         (__libc_vfork): New alias.
8644
8645 2014-06-11  Roland McGrath  <roland@hack.frob.com>
8646
8647         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8648         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
8649
8650         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
8651
8652         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8653         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
8654
8655         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
8656         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
8657
8658         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8659         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
8660
8661 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
8662
8663         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
8664         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
8665         multiarch strcmp for PPC64.
8666         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
8667         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
8668         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
8669         multiarch optimizations.
8670         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
8671         (__libc_ifunc_impl_list): Likewise.
8672
8673 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
8674
8675         * benchtests/scripts/validate_benchout.py: New script.
8676         * benchtests/Makefile (bench-func): Call it.
8677         * benchtests/scripts/benchout.schema.json: New file.
8678
8679 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
8680
8681         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
8682         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
8683         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
8684         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
8685         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
8686         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
8687         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
8688         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
8689         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
8690         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
8691         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
8692         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
8693         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
8694         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
8695         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
8696         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
8697         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
8698         Moved ...
8699         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
8700         ... here.
8701         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
8702         Moved ...
8703         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
8704         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
8705         Moved ...
8706         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
8707         ... here.
8708         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
8709         Moved ...
8710         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
8711         ... here.
8712         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
8713         Moved ...
8714         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
8715         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
8716         Moved ...
8717         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
8718         ... here.
8719         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
8720         Moved ...
8721         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
8722         ... here.
8723         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
8724         Moved ...
8725         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
8726         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
8727         Moved ...
8728         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
8729         ... here.
8730         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
8731         Moved ...
8732         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
8733         ... here.
8734         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
8735         Moved ...
8736         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
8737         ... here.
8738         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
8739         Moved ...
8740         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
8741         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
8742         Moved ...
8743         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
8744         ... here.
8745         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
8746         Moved ...
8747         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
8748         ... here.
8749         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
8750         Moved ...
8751         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
8752         ... here.
8753         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
8754         Moved ...
8755         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
8756         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
8757         Moved ...
8758         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
8759         ... here.
8760         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
8761         Moved ...
8762         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
8763         ... here.
8764         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
8765         Moved ...
8766         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
8767         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
8768         Moved ...
8769         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
8770         ... here.
8771         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
8772         Moved ...
8773         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
8774         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
8775         Moved ...
8776         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
8777         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
8778         Moved ...
8779         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
8780         ... here.
8781         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
8782         Moved ...
8783         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
8784         ... here.
8785         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
8786         Moved ...
8787         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
8788         ... here.
8789         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
8790         Moved ...
8791         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
8792         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
8793         Moved ...
8794         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
8795         ... here.
8796         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
8797         Moved ...
8798         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
8799         ... here.
8800         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
8801         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
8802         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
8803         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
8804         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
8805         Moved ...
8806         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
8807         ... here.
8808         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
8809         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
8810         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
8811         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
8812         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
8813         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
8814         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
8815         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
8816         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
8817         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
8818         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
8819         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
8820         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
8821         Moved ...
8822         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
8823         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
8824         Moved ...
8825         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
8826         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
8827         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
8828         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
8829         Moved ...
8830         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
8831         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
8832         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
8833         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
8834         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
8835         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
8836         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
8837
8838 2014-06-10  Wilco  <wdijkstr@arm.com>
8839
8840         * math/test-fenv-return.c: New file.
8841         * math/Makefile: Add new test test-fenv-return.
8842
8843 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
8844
8845         [BZ #17042]
8846         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
8847         when x - 1 is zero.
8848         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
8849         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
8850         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
8851         0.0L for an argument of 1.0L.
8852         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
8853         Likewise.
8854         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
8855         value when x - 1 is zero.
8856         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
8857         * sysdeps/i386/fpu/libm-test-ulps: Update.
8858         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8859
8860 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
8861
8862         [BZ #15119]
8863         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
8864
8865 2014-06-09  Roland McGrath  <roland@hack.frob.com>
8866
8867         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
8868         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
8869
8870 2014-06-09  Roland McGrath  <roland@hack.frob.com>
8871
8872         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8873         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
8874
8875         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8876         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
8877
8878         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8879         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
8880
8881         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8882         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
8883
8884         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
8885         if not already defined.
8886         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
8887         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
8888         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
8889         (TLS_INIT_TP): Use it.
8890         (TLS_DEFINE_INIT_TP): New macro.
8891         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
8892
8893 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
8894
8895         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
8896         constant.
8897         [POSIX] (IXANY): Likewise.
8898         [POSIX] (OLCUC): Likewise.
8899         [POSIX || POSIX2008] (CBAUD): Do not allow.
8900         [POSIX || POSIX2008] (DEFECHO): Likewise.
8901         [POSIX || POSIX2008] (ECHOCTL): Likewise.
8902         [POSIX || POSIX2008] (ECHOKE): Likewise.
8903         [POSIX || POSIX2008] (ECHOPRT): Likewise.
8904         [POSIX || POSIX2008] (EXTA): Likewise.
8905         [POSIX || POSIX2008] (EXTB): Likewise.
8906         [POSIX || POSIX2008] (FLUSHO): Likewise.
8907         [POSIX || POSIX2008] (LOBLK): Likewise.
8908         [POSIX || POSIX2008] (PENDIN): Likewise.
8909         [POSIX || POSIX2008] (SWTCH): Likewise.
8910         [POSIX || POSIX2008] (VDISCARD): Likewise.
8911         [POSIX || POSIX2008] (VDSUSP): Likewise.
8912         [POSIX || POSIX2008] (VLNEXT): Likewise.
8913         [POSIX || POSIX2008] (VREPRINT): Likewise.
8914         [POSIX || POSIX2008] (VSTATUS): Likewise.
8915         [POSIX || POSIX2008] (VWERASE): Likewise.
8916         (B*): Change to B[0123456789]*.
8917         * conform/data/time.h-data [POSIX || UNIX98]
8918         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
8919         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
8920         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
8921         [POSIX] (tm_*): Do not allow.
8922
8923 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
8924
8925         * Makefile (install): Don't set LANGUAGE.
8926         * Makefile.in (install): Likewise.
8927         * assert/Makefile (test-assert-ENV): Remove variable.
8928         (test-assert-perr-ENV): Likewise.
8929         * elf/Makefile (neededtest4-ENV): Likewise.
8930         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
8931         [$(cross-compiling) = no]: Don't set LANGUAGE.
8932         * io/ftwtest-sh (LANG): Remove variable.
8933         * libio/Makefile (tst-widetext-ENV): Likewise.
8934         * manual/install.texi (Running make install): Don't refer to
8935         environment settings for make install.
8936         * INSTALL: Regenerated.
8937         * nptl/tst-tls6.sh: Don't set LANG.
8938         * posix/globtest.sh (LANG): Remove variable.
8939         * string/Makefile (tester-ENV): Likewise.
8940         (inl-tester-ENV): Likewise.
8941         (noinl-tester-ENV): Likewise.
8942         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
8943         [$(cross-compiling) = no]: Don't set LANGUAGE.
8944         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
8945         without explicit environment settings.
8946
8947 2014-06-06  Roland McGrath  <roland@hack.frob.com>
8948
8949         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
8950         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
8951         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
8952         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
8953
8954 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
8955
8956         * crypt/crypt-private.h [DOS]: Add some includes taken from the
8957         other files in the crypt directory.
8958         * crypt/crypt.c: Remove duplicate includes.
8959         * crypt/crypt-entry.c: Likewise.
8960         * crypt/crypt_util.c: Likewise.
8961
8962 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
8963
8964         * Makeconfig (run-program-env): New variable.
8965         (run-program-prefix-before-env): Likewise.
8966         (run-program-prefix-after-env): Likewise.
8967         (run-program-prefix): Define in terms of new variables.
8968         (built-program-cmd-before-env): New variable.
8969         (built-program-cmd-after-env): Likewise.
8970         (built-program-cmd): Define in terms of new variables.
8971         (test-program-prefix-before-env): New variable.
8972         (test-program-prefix-after-env): Likewise.
8973         (test-program-prefix): Define in terms of new variables.
8974         (test-program-cmd-before-env): New variable.
8975         (test-program-cmd-after-env): Likewise.
8976         (test-program-cmd): Define in terms of new variables.
8977         * Rules (make-test-out): Use $(run-program-env).
8978         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
8979         (help): Do not mention environment variables.  Mention
8980         --timeoutfactor option.
8981         (timeoutfactor): New variable.
8982         (blacklist_exports): Remove function.
8983         (exports): Remove variable.
8984         (command): Do not include ${exports}.
8985         * manual/install.texi (Configuring and compiling): Do not mention
8986         test wrappers preserving environment variables.  Mention that last
8987         assignment to a variable must take precedence.
8988         * INSTALL: Regenerated.
8989         * benchtests/Makefile (run-bench): Use $(run-program-env).
8990         * catgets/Makefile ($(objpfx)test1.cat): Use
8991         $(built-program-cmd-before-env), $(run-program-env) and
8992         $(built-program-cmd-after-env).
8993         ($(objpfx)test2.cat): Do not specify environment variables
8994         explicitly.
8995         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
8996         $(run-program-env) and $(built-program-cmd-after-env).
8997         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
8998         $(run-program-env) and $(test-program-cmd-after-env).
8999         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
9000         explicitly.
9001         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
9002         run_program_env and test_program_cmd_after_env arguments.
9003         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
9004         * elf/tst-pathopt.sh: Use run_program_env argument.
9005         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
9006         $(test-wrapper-env) and $(run-program-env).
9007         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
9008         run_program_env arguments.
9009         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
9010         * intl/Makefile ($(objpfx)tst-gettext.out): Use
9011         $(test-program-prefix-before-env), $(run-program-env) and
9012         $(test-program-prefix-after-env).
9013         ($(objpfx)tst-gettext2.out): Likewise.
9014         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
9015         run_program_env and test_program_prefix_after_env arguments.
9016         * intl/tst-gettext2.sh: Likewise.
9017         * intl/tst-gettext4.sh: Do not set environment variables
9018         explicitly.
9019         * intl/tst-gettext6.sh: Likewise.
9020         * intl/tst-translit.sh: Likewise.
9021         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
9022         $(test-program-prefix-before-env), $(run-program-env) and
9023         $(test-program-prefix-after-env).
9024         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
9025         run_program_env and test_program_prefix_after_env arguments.
9026         * math/Makefile (run-regen-ulps): Use $(run-program-env).
9027         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
9028         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
9029         explicitly with each use of ${test_wrapper_env}.
9030         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
9031         $(test-program-prefix-before-env), $(run-program-env) and
9032         $(test-program-prefix-after-env).
9033         * posix/tst-getconf.sh: Do not set environment variables
9034         explicitly.
9035         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
9036         run_program_env and test_program_prefix_after_env arguments.
9037         * stdio-common/tst-printf.sh: Do not set environment variables
9038         explicitly.
9039         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
9040         $(test-program-prefix-before-env), $(run-program-env) and
9041         $(test-program-prefix-after-env).
9042         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
9043         run_program_env and test_program_prefix_after_env arguments.
9044         Split $test calls into $test_pre and $test.
9045         * timezone/Makefile (build-testdata): Use
9046         $(built-program-cmd-before-env), $(run-program-env) and
9047         $(built-program-cmd-after-env).
9048
9049 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9050
9051         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
9052         strlen for non SHARED builds.
9053
9054 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
9055
9056         * nptl/allocatestack.c (check_list): Inlined function...
9057         (__reclaim_stacks): ... here.
9058
9059 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
9060
9061         [BZ #15698]
9062         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
9063         memory overrun.
9064
9065 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
9066
9067         * Rules (make-test-out): Include
9068         LOCPATH=$(common-objpfx)localedata in default environment.
9069         * debug/Makefile (tst-chk1-ENV): Remove variable.
9070         (tst-chk2-ENV): Likewise.
9071         (tst-chk3-ENV): Likewise.
9072         (tst-chk4-ENV): Likewise.
9073         (tst-chk5-ENV): Likewise.
9074         (tst-chk6-ENV): Likewise.
9075         (tst-lfschk1-ENV): Likewise.
9076         (tst-lfschk2-ENV): Likewise.
9077         (tst-lfschk3-ENV): Likewise.
9078         (tst-lfschk4-ENV): Likewise.
9079         (tst-lfschk5-ENV): Likewise.
9080         (tst-lfschk6-ENV): Likewise.
9081         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
9082         (tst-iconv7-ENV): Likewise.
9083         * intl/Makefile (LOCPATH-ENV): Likewise.
9084         (tst-codeset-ENV): Likewise.
9085         (tst-gettext3-ENV): Likewise.
9086         (tst-gettext5-ENV): Likewise.
9087         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
9088         (tst-fopenloc-ENV): Likewise.
9089         (tst-fgetws-ENV): Remove variable.
9090         (tst-ungetwc1-ENV): Likewise.
9091         (tst-ungetwc2-ENV): Likewise.
9092         (bug-ungetwc2-ENV): Likewise.
9093         (tst-swscanf-ENV): Likewise.
9094         (bug-ftell-ENV): Likewise.
9095         (tst-fgetwc-ENV): Likewise.
9096         (tst-fseek-ENV): Likewise.
9097         (tst-ftell-partial-wide-ENV): Likewise.
9098         (tst-ftell-active-handler-ENV): Likewise.
9099         (tst-ftell-append-ENV): Likewise.
9100         * posix/Makefile (tst-fnmatch-ENV): Likewise.
9101         (tst-regexloc-ENV): Likewise.
9102         (bug-regex1-ENV): Likewise.
9103         (tst-regex-ENV): Likewise.
9104         (tst-regex2-ENV): Likewise.
9105         (bug-regex5-ENV): Likewise.
9106         (bug-regex6-ENV): Likewise.
9107         (bug-regex17-ENV): Likewise.
9108         (bug-regex18-ENV): Likewise.
9109         (bug-regex19-ENV): Likewise.
9110         (bug-regex20-ENV): Likewise.
9111         (bug-regex22-ENV): Likewise.
9112         (bug-regex23-ENV): Likewise.
9113         (bug-regex25-ENV): Likewise.
9114         (bug-regex26-ENV): Likewise.
9115         (bug-regex30-ENV): Likewise.
9116         (bug-regex32-ENV): Likewise.
9117         (bug-regex33-ENV): Likewise.
9118         (bug-regex34-ENV): Likewise.
9119         (bug-regex35-ENV): Likewise.
9120         (tst-rxspencer-ENV): Likewise.
9121         (tst-rxspencer-no-utf8-ENV): Likewise.
9122         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
9123         (tst-sscanf-ENV): Likewise.
9124         (tst-swprintf-ENV): Likewise.
9125         (tst-swscanf-ENV): Likewise.
9126         (test-vfprintf-ENV): Likewise.
9127         (scanf13-ENV): Likewise.
9128         (bug14-ENV): Likewise.
9129         (tst-grouping-ENV): Likewise.
9130         * stdlib/Makefile (tst-strtod-ENV): Likewise.
9131         (tst-strtod3-ENV): Likewise.
9132         (tst-strtod4-ENV): Likewise.
9133         (tst-strtod5-ENV): Likewise.
9134         (testmb2-ENV): Likewise./
9135         * string/Makefile (tst-strxfrm-ENV): Likewise.
9136         (tst-strxfrm2-ENV): Likewise.
9137         (bug-strcoll1-ENV): Likewise.
9138         (test-strcasecmp-ENV): Likewise.
9139         (test-strncasecmp-ENV): Likewise.
9140         * time/Makefile (tst-strptime-ENV): Likewise.
9141         (tst-ftime_l-ENV): Likewise.
9142         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
9143         (tst-mbrtowc-ENV): Likewise.
9144         (tst-wcrtomb-ENV): Likewise.
9145         (tst-mbrtowc2-ENV): Likewise.
9146         (tst-c16c32-1-ENV): Likewise.
9147         (tst-mbsnrtowcs-ENV): Likewise.
9148
9149 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
9150
9151         * manual/resource.texi (How to get information about the memory
9152         subsystem?): Fix typo.
9153         Reported by Peon de la Parra Ivan <peon@keba.com>
9154
9155 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
9156
9157         [BZ #16882]
9158         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
9159         (pthread_spin_lock): Branch out of spin loop to proper location.
9160         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
9161         (pthread_spin_lock): Likewise.
9162
9163         * nptl/tst-spin4.c: New test.
9164         * nptl/Makefile (tests): Add tst-spin4.
9165
9166 2014-06-03  Andreas Schwab  <schwab@suse.de>
9167
9168         [BZ #15946]
9169         * resolv/res_send.c (send_dg): Reload file descriptor after
9170         calling reopen.
9171
9172 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
9173
9174         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
9175
9176 2014-06-03  Richard Henderson  <rth@redhat.com>
9177
9178         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
9179         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
9180         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
9181         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
9182         in the SAVE_PID block.
9183         (__libc_vfork): New alias.
9184         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
9185
9186         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
9187         child in registers, not on the stack.  Remove RESET_PID conditionals.
9188         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
9189
9190 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
9191
9192         * sysdeps/aarch64/libm-test-ulps: Regenerate.
9193
9194 2014-06-03  Wilco  <wdijkstr@arm.com>
9195
9196         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
9197         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
9198         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
9199         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
9200         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
9201         Likewise.
9202
9203 2014-06-03  Wilco  <wdijkstr@arm.com>
9204
9205         * sysdeps/aarch64/fpu/math_private.h
9206         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
9207         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
9208         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
9209         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
9210         Fix declarations.
9211
9212 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
9213
9214         * crypt/crypt-private.h: Include ufc-crypt.h.
9215         (__b64_from_24bit): Declare extern.
9216         * crypt/crypt_util.c(__b64_from_24bit): New function.
9217         (b64t): New static const variable.
9218         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
9219         (b64t): Remove variable.
9220         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
9221         * crypt/sha256-crypt.c: Include crypt-private.h.
9222         (b64t): Remove variable.
9223         (__sha256_crypt_r): Remove b64_from_24bit and replace
9224         with __b64_from_24bit.
9225         * crypt/sha512-crypt.c: Likewise.
9226
9227 2014-06-02  Roland McGrath  <roland@hack.frob.com>
9228
9229         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
9230         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
9231         Label the code __libc_vfork rather than __vfork.
9232         [!NOT_IN_libc] (vfork): Define as weak alias.
9233         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
9234         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
9235         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
9236
9237 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
9238
9239         * malloc/malloc.c (malloc_info): Fix format specifier for
9240         n_mmaps.
9241
9242 2014-06-02  Wilco  <wdijkstr@arm.com>
9243
9244         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
9245         FPCR write.
9246
9247 2014-06-02  Wilco  <wdijkstr@arm.com>
9248
9249         [BZ #17009]
9250         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
9251         Rewrite to reduce FPCR/FPSR accesses.
9252
9253 2014-06-01  David S. Miller  <davem@davemloft.net>
9254
9255         * sysdeps/sparc/fpu/libm-test-ulps: Update.
9256
9257 2014-05-31  David S. Miller  <davem@davemloft.net>
9258
9259         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
9260         to occur in round to nearest mode when |x| >= 2.0
9261
9262 2014-05-30  Richard Henderson  <rth@twiddle.net>
9263
9264         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
9265         (PSEUDO_RET_NOERRNO): Remove.
9266         (ret): Don't redefine.
9267         (ret_NOERRNO): Define in terms of ret.
9268         (ret_ERRVAL): Likewise.
9269
9270         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
9271         use of PSEUDO_RET; perform the error check directly.
9272
9273 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
9274
9275         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
9276         with __int128_t.
9277
9278 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
9279
9280         * malloc/malloc (malloc_info): Fix formatting.
9281
9282 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
9283             Roland McGrath  <roland@hack.frob.com>
9284
9285         * malloc/malloc (malloc_info): Also print mmapped statistics.
9286
9287 2014-05-30  Roland McGrath  <roland@hack.frob.com>
9288
9289         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
9290         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
9291
9292 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
9293
9294         * malloc/malloc.c (malloc_info): Inline mi_arena.
9295
9296 2014-05-29  Richard Henderson  <rth@twiddle.net>
9297
9298         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
9299         Remove comma before expanding ASM_ARGS_##nr.
9300         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
9301         Make _x0 a strict output; make _x8 a strict input; adjust expansion
9302         of ASM_ARGS_##nr.
9303         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
9304         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
9305         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
9306         (ASM_ARGS_1): Add leading comma.
9307
9308         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
9309         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
9310         to __errno_location.
9311         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
9312         Remove the expected plt for __errno_location.
9313
9314         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9315         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
9316         call to __read_tp.
9317
9318         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9319         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
9320         it and break it down.
9321         (DOCARGS_0, DOCARGS_1): Do nothing.
9322         (DOCARGS_2): Update to store into the new stack frame.
9323         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
9324         (UNDOCARGS_1): Update to restore from the new stack frame.
9325         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
9326         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
9327
9328         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9329         (SINGLE_THREAD_P): New parameter for result regno.
9330         (PSEUDO): Update to match; use cbz instead of beq.
9331
9332         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9333         Use ENTRY to define the _nocancel entry point.  Share the syscall
9334         and syscall error check paths with the cancel path.
9335         (PSEUDO_END): New.
9336
9337         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
9338         whitespace; tabs before and after asm mnemonics.
9339
9340 2014-05-29  Eric Wong  <normalperson@yhbt.net>
9341
9342         [BZ #15132]
9343         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
9344         Call fstat64 or stat64 internally, depending on arguments passed.
9345         Replace stat buffer argument with file descriptor argument.
9346         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
9347         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
9348         Pass fd to __internal_statvfs instead of calling fstat64.
9349         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
9350         Pass fd to __internal_statvfs64 instead of calling fstat64.
9351         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
9352         Pass -1 to __internal_statvfs instead of calling stat64.
9353         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
9354         Pass -1 to __internal_statvfs64 instead of calling stat64.
9355
9356 2014-05-28  Roland McGrath  <roland@hack.frob.com>
9357
9358         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
9359         that was previously under [RESET_PID].
9360         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
9361
9362         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
9363         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
9364
9365 2014-05-27  Roland McGrath  <roland@hack.frob.com>
9366
9367         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
9368
9369         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
9370         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
9371
9372 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
9373
9374         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
9375
9376 2014-05-27  Andreas Schwab  <schwab@suse.de>
9377
9378         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
9379         TLS_INIT_TP macro.
9380         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
9381         * elf/rtld.c (init_tls, dl_main): Likewise.
9382         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
9383         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
9384         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
9385         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
9386         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
9387         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
9388         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
9389         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
9390         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
9391         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
9392         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
9393         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
9394         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
9395         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
9396         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
9397         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
9398         * sysdeps/generic/tls.h: Update description.
9399
9400 2014-05-27  Will Newton  <will.newton@linaro.org>
9401
9402         [BZ #16990]
9403         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
9404         and restore r2 rather than just restoring.
9405
9406 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
9407
9408         [BZ #16724]
9409         * libio/tst-ftell-append.c: New test case.
9410         * libio/Makefile (tests): Add test case.
9411         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
9412         append mode.
9413         * libio/wfileops.c (do_ftell_wide): Likewise.
9414
9415 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9416
9417         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9418
9419         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
9420         ...
9421         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
9422         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
9423         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
9424         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
9425         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
9426         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
9427         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
9428         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
9429         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
9430         Moved ...
9431         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
9432         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
9433         Moved ...
9434         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
9435         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
9436         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
9437         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
9438         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
9439         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
9440         ...
9441         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
9442         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
9443         Moved ...
9444         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
9445         here.
9446         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
9447         ...
9448         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
9449         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
9450         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
9451
9452         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
9453         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
9454         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
9455         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
9456
9457         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
9458         merge into ...
9459         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
9460         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
9461         ...
9462         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
9463         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
9464         ...
9465         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
9466         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
9467         Moved ...
9468         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
9469         here.
9470         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
9471         Moved ...
9472         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
9473         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
9474         Moved ...
9475         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
9476
9477         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
9478         conditional [RESET_PID].
9479         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
9480         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
9481         removed.
9482         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
9483         removed.
9484
9485         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
9486         <tcb-offsets.h>.
9487         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
9488         (__libc_vfork): New strong alias.
9489         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
9490         removed.
9491         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
9492         Removed.
9493
9494         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
9495         <tcb-offsets.h>.
9496         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
9497         (__libc_vfork): New strong alias.
9498         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
9499         removed.
9500         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
9501         removed.
9502
9503 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
9504
9505         * malloc/malloc.c (mi_arena): New function.
9506         (malloc_info): Remove nested function mi_arena. Call non-nosted
9507         function mi_arena.
9508
9509 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9510
9511         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
9512         by insrwi.
9513         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
9514         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
9515         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
9516         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
9517         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
9518         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
9519         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
9520
9521 2014-05-26  Andreas Schwab  <schwab@suse.de>
9522
9523         [BZ #16984]
9524         * locale/programs/repertoire.c (repertoire_read): Add slash
9525         between I18NPATH element and file name.
9526         * locale/programs/locfile.c (locfile_read): Likewise.
9527
9528 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
9529
9530         * nptl/pthread_mutexattr_settype.c
9531         (__pthread_mutexattr_settype):
9532         Disable lock elision for PTHREAD_MUTEX_NORMAL.
9533
9534 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
9535
9536         * nptl/tst-mutex5 (do_test):
9537         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
9538
9539 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
9540
9541         * benchtests/README: Document 'init' directive.
9542         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
9543         BENCH_INIT.
9544         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
9545         (parse_file): Recognize 'init' directive.
9546
9547 2014-05-26  Kyle McMartin  <kyle@redhat.com>
9548
9549         [BZ #16796]
9550         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
9551         alignment of struct pthread.
9552
9553 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
9554
9555         [BZ #16878]
9556         * nscd/netgroupcache.c (addgetnetgrentX): Look for
9557         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
9558         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
9559         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
9560
9561 2014-05-25  Richard Henderson  <rth@twiddle.net>
9562
9563         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9564         (SINGLE_THREAD_P_PIC): Remove.
9565         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
9566         (SINGLE_THREAD_P_PIC): Remove.
9567
9568         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
9569         branch to syscall error ...
9570         (PSEUDO): ... here.
9571         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
9572         from __local_syscall_error to .Lsyscall_error.
9573         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
9574         (SYSCALL_ERROR): Update label name.
9575
9576         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9577         Do not use DOARGS/UNDOARGS.
9578         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
9579         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
9580         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
9581         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
9582         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
9583
9584         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
9585         block comment.
9586
9587         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
9588         define if !NOT_IN_libc.
9589         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
9590         define with non-default symbol versions.
9591
9592 2014-05-23  Richard Henderson  <rth@twiddle.net>
9593
9594         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
9595         (vfork, __vfork): Define via compat_symbol.
9596
9597         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
9598         [!HAVE_IFUNC] (vfork_compat): Remove.
9599         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
9600
9601 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
9602
9603         [BZ #16978]
9604         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
9605         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
9606         variable.
9607
9608 2014-05-23  Richard Henderson  <rth@twiddle.net>
9609
9610         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
9611         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
9612         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
9613         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
9614
9615         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
9616         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
9617         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
9618         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
9619         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
9620         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
9621         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
9622         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
9623         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
9624         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
9625         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
9626         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
9627         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
9628         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
9629         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
9630         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
9631         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
9632         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
9633         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
9634         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
9635         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
9636         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
9637         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
9638         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
9639         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
9640         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
9641         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
9642         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
9643         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
9644         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
9645         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
9646         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
9647         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
9648         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
9649         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
9650         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
9651         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
9652         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
9653         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
9654         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
9655         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
9656         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
9657         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
9658         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
9659         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
9660         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
9661         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
9662         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
9663         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
9664         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
9665         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
9666         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
9667         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
9668         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
9669         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
9670         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
9671
9672         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
9673         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
9674         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
9675         before exiting on error.
9676         (__libc_vfork): New strong alias.
9677         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
9678         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
9679
9680         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
9681         that was previously under [RESET_PID].
9682         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
9683
9684         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
9685
9686 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
9687
9688         [BZ #16977]
9689         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
9690         value when x - 1 is zero.
9691         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
9692         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
9693         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
9694         0.0L for an argument of 1.0L.
9695         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
9696         Likewise.
9697         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
9698         value when x - 1 is zero.
9699         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
9700         * sysdeps/i386/fpu/libm-test-ulps: Update.
9701         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9702
9703 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
9704
9705         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
9706         alphasort and versionsort.
9707
9708 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9709
9710         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
9711         macro.
9712         [copysignf]: Likewise.
9713
9714 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
9715
9716         * crypt/md5-crypt.c: Fix formatting.
9717
9718 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
9719
9720         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
9721         (b64_from_24bit): New function.
9722
9723 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9724
9725         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
9726         libc_hidden_builtin_def to ifunc.
9727         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
9728         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
9729
9730 2014-05-21  Roland McGrath  <roland@hack.frob.com>
9731
9732         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
9733         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
9734
9735 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
9736
9737         * nscd/Depend (linuxthreads): Remove.
9738         (nptl): Add.
9739         * resolv/Depend (linuxthreads): Remove.
9740         * rt/Depend (linuxthreads): Remove.
9741
9742         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
9743         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
9744         $(common-objpfx)elf/.
9745         (link-libc-before-gnulib): Likewise.
9746         (elfobjdir): Remove variable.
9747         * Makefile (install): Use $(elf-objpfx) instead of
9748         $(common-objpfx)elf/.
9749         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
9750         $(elfobjdir)/.
9751         (link-libc-deps): Likewise.
9752         ($(common-objpfx)libc.so): Likewise.
9753         ($(common-objpfx)linkobj/libc.so): Likewise.
9754         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
9755         instead of $(common-objpfx)elf/.
9756         (symbolic-link-list): Likewise.
9757         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
9758         [$(cross-compiling) = no]: Likewise.
9759         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
9760         $(elfobjdir)/.
9761         (static-gnulib-arch): Likewise.
9762         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
9763         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
9764         $(common-objpfx)elf/.
9765
9766 2014-05-21  Richard Henderson  <rth@redhat.com>
9767
9768         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9769         (SINGLE_THREAD_P): Use the correct width load.  Fold
9770         into the ldr offset.
9771
9772         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
9773         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
9774
9775 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
9776
9777         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
9778         (libgcc_s_resume): Use __attribute_used__.
9779         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
9780         Likewise.
9781
9782 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9783
9784         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
9785         optimization when used with float constants.
9786
9787         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9788
9789 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
9790
9791         [BZ #16915]
9792         * locale/nl_langinfo_l.c: Make direct reference to every
9793         _nl_current_CATEGORY symbol.
9794         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
9795         (tests-static): Add tst-langinfo-static.
9796         (tests-special): Add tst-langinfo-static.out.
9797         ($(objpfx)tst-langinfo.out): Redirect output.
9798         ($(objpfx)tst-langinfo-static.out): New.
9799         * localedata/tst-langinfo.sh: Send output to stdout.
9800         * localedata/tst-langinfo-static.c: New file.
9801
9802         [BZ #16965]
9803         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
9804         when the shift amount is modulo the limb size.
9805
9806 2014-05-20  Richard Henderson  <rth@redhat.com>
9807
9808         [BZ #16967]
9809         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
9810         Change type of sa_flags from unsigned int to int.
9811
9812         [BZ #16966]
9813         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
9814
9815         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
9816
9817 2014-05-20  Will Newton  <will.newton@linaro.org>
9818
9819         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9820         Test the return value of the system call in the nocancel case.
9821
9822 2014-05-20  Will Newton  <will.newton@linaro.org>
9823             Yvan Roux  <yvan.roux@linaro.org>
9824
9825         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
9826         #include of asm/ptrace.h.
9827         (PTRACE_GET_THREAD_AREA): Remove #undef.
9828         (PTRACE_GETHBPREGS): Likewise.
9829         (PTRACE_SETHBPREGS): Likewise.
9830         (struct user_regs_struct): New structure.
9831         (struct user_fpsimd_struct): New structure.
9832         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
9833         #include of asm/ptrace.h and second #include of sys/user.h.
9834         (PTRACE_GET_THREAD_AREA): Remove #undef.
9835         (PTRACE_GETHBPREGS): Likewise.
9836         (PTRACE_SETHBPREGS): Likewise.
9837         (ELF_NGREG): Use new struct user_regs_struct.
9838         (elf_fpregset_t): Use new struct user_fpsimd_struct.
9839
9840 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9841
9842         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
9843         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
9844
9845 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
9846
9847         [BZ #16958]
9848         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
9849         membar to avoid block loads/stores to overlap previous stores.
9850
9851 2014-05-17  Richard Henderson  <rth@redhat.com>
9852
9853         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
9854         Create the __##syscall_name##_nocancel entry point.
9855         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
9856         Remove; let the sysdep-cancel.h code create it.
9857
9858 2014-05-17  David S. Miller  <davem@davemloft.net>
9859
9860         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
9861         Protect with __USE_GNU.
9862         (TIOCSET_TEMPT): Likewise.
9863         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
9864         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
9865         these are already provided in bits/ioctl-types.h
9866
9867 2014-05-16  Roland McGrath  <roland@hack.frob.com>
9868
9869         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
9870         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
9871
9872         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
9873         Use wait4 regardless of [__NR_waitpid].
9874
9875 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
9876
9877         PR libgcc/60166
9878         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
9879         (_FP_NANSIGN_Q): Set the quiet bit.
9880
9881 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
9882
9883         * benchtests/Makefile
9884         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
9885         not $(common-objpfx)math/libm.so.
9886         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
9887         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
9888         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
9889         $(common-objpfx)dlfcn/libdl.so.
9890         ($(objpfx)tst-audit8): Depend on $(libm), not
9891         $(common-objpfx)math/libm.so.
9892         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
9893         not $(common-objpfx)dlfcn/libdl.so.
9894         * math/Makefile
9895         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
9896         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
9897         [$(build-shared) = yes].
9898         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
9899         $(common-objpfx)nptl/libpthread.so.
9900         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
9901         $(common-objpfx)math/libm.so$(libm.so-version) or
9902         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
9903         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
9904         $(common-objpfx)dlfcn/libdl.so.
9905         * setjmp/Makefile (link-libm): Remove variable.
9906         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
9907         * stdio-common/Makefile (link-libm): Remove variable.
9908         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
9909         * stdlib/Makefile (link-libm): Remove variable.
9910         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
9911         ($(objpfx)tst-strtod-round): Likewise.
9912         ($(objpfx)tst-tininess): Likewise.
9913         ($(objpfx)tst-strtod-underflow): Likewise.
9914         ($(objpfx)tst-strtod6): Likewise.
9915         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
9916         $(libdl), not $(common-objpfx)nptl/libpthread.so and
9917         $(common-objpfx)dlfcn/libdl.so.
9918
9919 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9920
9921         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
9922         BSD terminal modes definitions.
9923
9924 2014-05-16  Roland McGrath  <roland@hack.frob.com>
9925
9926         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
9927         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
9928
9929         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
9930         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
9931         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
9932         Don't do #include_next.
9933         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
9934         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
9935         Don't do #include_next.
9936         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
9937         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
9938         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
9939         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
9940
9941 2014-05-16  Allan McRae  <allan@archlinux.org>
9942
9943         * po/sv.po: Update Swedish translation from translation project.
9944
9945         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
9946         in sed expression.
9947
9948 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
9949
9950         [BZ #16917]
9951         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
9952         errno if the TIOCGPTN ioctl fails with an error different than
9953         EINVAL.
9954         * login/tst-ptsname.c: New file.
9955         * login/Makefile (tests): Add tst-ptsname.
9956
9957         [BZ #16943]
9958         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
9959         and prlimit64.
9960
9961 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
9962
9963         [BZ #16849]
9964         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
9965         herrno to return EAI_AGAIN.
9966
9967 2014-05-14  Roland McGrath  <roland@hack.frob.com>
9968
9969         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
9970         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
9971         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
9972         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
9973         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
9974         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
9975         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
9976         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
9977         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
9978         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
9979         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
9980         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
9981         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
9982         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
9983         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
9984         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
9985         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
9986         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
9987         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
9988         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
9989         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
9990         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
9991         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
9992         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
9993         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
9994         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
9995         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
9996         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
9997         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
9998         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
9999         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
10000         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
10001         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
10002         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
10003         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
10004         Moved ...
10005         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
10006         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
10007         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
10008         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
10009         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
10010         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
10011         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
10012         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
10013         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
10014         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
10015         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
10016         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
10017         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
10018         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
10019         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
10020         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
10021         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
10022         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
10023         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
10024         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
10025         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
10026         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
10027         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
10028         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
10029         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
10030         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
10031         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
10032         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
10033         Moved ...
10034         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
10035         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
10036         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
10037         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
10038         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
10039         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
10040         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
10041         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
10042         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
10043         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
10044         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
10045         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
10046         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
10047         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
10048         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
10049         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
10050         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
10051         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
10052         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
10053         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
10054         Moved ...
10055         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
10056         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
10057         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
10058
10059         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
10060         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
10061         (libpthread-sysdep_routines): Add elision-related stuff here instead.
10062         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
10063         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
10064         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
10065         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
10066         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
10067         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
10068         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
10069         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
10070         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
10071         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
10072         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
10073         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
10074         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
10075         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
10076         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
10077         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
10078         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
10079         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
10080         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
10081         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
10082         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
10083         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
10084         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
10085         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
10086         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
10087         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
10088         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
10089         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
10090
10091         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
10092         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
10093
10094         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
10095         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
10096         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
10097         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
10098         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
10099         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
10100         Moved ...
10101         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
10102         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
10103         Moved ...
10104         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
10105         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
10106         Moved ...
10107         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
10108         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
10109         Moved ...
10110         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
10111         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
10112         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
10113         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
10114         Moved ...
10115         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
10116         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
10117         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
10118         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
10119         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
10120         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
10121         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
10122         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
10123         Moved ...
10124         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
10125         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
10126         Moved ...
10127         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
10128         ... here.
10129         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
10130         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
10131         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
10132         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
10133         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
10134         Moved ...
10135         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
10136         ... here.
10137         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
10138         Moved ...
10139         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
10140         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
10141         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
10142         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
10143         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
10144         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
10145         Moved ...
10146         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
10147         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
10148         Moved ...
10149         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
10150         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
10151         Moved ...
10152         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
10153         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
10154         Moved ...
10155         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
10156         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
10157         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
10158         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
10159         Moved ...
10160         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
10161         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
10162         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
10163         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
10164         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
10165         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
10166         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
10167         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
10168         Moved ...
10169         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
10170         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
10171         Moved ...
10172         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
10173         ... here.
10174         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
10175         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
10176         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
10177         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
10178         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
10179         Moved ...
10180         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
10181         ... here.
10182         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
10183         Moved ...
10184         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
10185         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
10186         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
10187         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
10188         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
10189         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
10190         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
10191         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
10192         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
10193         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
10194         Moved ...
10195         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
10196         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
10197         Moved ...
10198         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
10199         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
10200         Moved ...
10201         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
10202         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
10203         Moved ...
10204         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
10205         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
10206         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
10207         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
10208         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
10209         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
10210         Moved ...
10211         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
10212         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
10213         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
10214         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
10215         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
10216         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
10217         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
10218         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
10219         Moved ...
10220         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
10221         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
10222         Moved ...
10223         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
10224         ... here.
10225         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
10226         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
10227         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
10228         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
10229         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
10230         Moved ...
10231         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
10232         ... here.
10233         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
10234         Moved ...
10235         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
10236         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
10237         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
10238         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
10239         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
10240         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
10241         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
10242         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
10243         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
10244         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
10245         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
10246
10247         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
10248         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
10249
10250         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
10251         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
10252
10253         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
10254         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
10255         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
10256         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
10257         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
10258         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
10259         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
10260         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
10261         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
10262         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
10263         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
10264         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
10265         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
10266         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
10267         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
10268         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
10269         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
10270         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
10271         Moved ...
10272         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
10273         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
10274         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
10275         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
10276         Moved ...
10277         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
10278         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
10279         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
10280         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
10281         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
10282         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
10283         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
10284         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
10285         Moved ...
10286         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
10287         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
10288         Moved ...
10289         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
10290         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
10291         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
10292         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
10293         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
10294         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
10295         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
10296         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
10297         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
10298         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
10299         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
10300         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
10301         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
10302         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
10303         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
10304         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
10305         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
10306
10307         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
10308         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
10309         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
10310         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
10311         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
10312
10313         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
10314         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
10315         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
10316         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
10317         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
10318         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
10319         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
10320         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
10321         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
10322         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
10323
10324         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
10325         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
10326
10327         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
10328         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
10329         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
10330         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
10331         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
10332         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
10333         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
10334         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
10335         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
10336         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
10337         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
10338         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
10339         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
10340         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
10341         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
10342         Update #include.
10343         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
10344         Likewise.
10345         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
10346         Likewise.
10347         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
10348         Likewise.
10349         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
10350         Likewise.
10351         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
10352         Likewise.
10353         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
10354         Likewise.
10355         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
10356         Likewise.
10357         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
10358         Likewise.
10359         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
10360         Likewise.
10361         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
10362         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
10363         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
10364         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
10365         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
10366         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
10367         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
10368         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
10369         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
10370         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
10371         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
10372         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
10373         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
10374         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
10375         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
10376
10377         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
10378         that was previously under [RESET_PID].
10379         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
10380         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
10381         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
10382
10383         * sysdeps/i386/nptl/Implies: New file.
10384         * sysdeps/x86_64/nptl/Implies: New file.
10385         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
10386         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
10387         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
10388         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
10389
10390         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
10391         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10392         (__libc_vfork): New strong alias.
10393         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
10394         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
10395
10396         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
10397         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10398         (__libc_vfork): New strong alias.
10399         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
10400         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
10401
10402         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
10403         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10404         (__libc_vfork): New strong alias.
10405         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
10406         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
10407         * nptl/pt-vfork.c: New file.
10408         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
10409         (libpthread: GLIBC_2.20): New version set (empty).
10410
10411 2014-05-14  Will Newton  <will.newton@linaro.org>
10412
10413         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
10414         rather than #if.
10415
10416 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
10417
10418         [BZ #16564]
10419         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
10420         arguments with exponent 65 or above.
10421         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
10422         arguments 0x1p113L or above.
10423         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
10424         to arguments 0x1p107L or above.
10425         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
10426         positive arguments with exponent 65 or above.
10427         * math/auto-libm-test-in: Add more tests of log1p.
10428         * math/auto-libm-test-out: Regenerated.
10429
10430         [BZ #16928]
10431         * math/s_cacos.c (__cacos): Ensure zero real part of result from
10432         non-finite arguments is +0.
10433         * math/s_cacosf.c (__cacosf): Likewise.
10434         * math/s_cacosl.c (__cacosl): Likewise.
10435         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
10436         * sysdeps/i386/fpu/libm-test-ulps: Update.
10437         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10438
10439         [BZ #16927]
10440         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
10441         value.
10442         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
10443         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
10444         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
10445         for explicit high bit of mantissa when testing for argument equal
10446         to 1.
10447         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
10448         * sysdeps/i386/fpu/libm-test-ulps: Update.
10449         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10450
10451         [BZ #16516]
10452         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
10453         (__erf): Scale by 16 instead of 8 in potentially underflowing
10454         case.  Ensure exception if result actually underflows.
10455         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
10456         (__erff): Scale by 16 instead of 8 in potentially underflowing
10457         case.  Ensure exception if result actually underflows.
10458         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
10459         (efx8): Remove variable.
10460         (__erfl): Scale by 16 instead of 8 in potentially underflowing
10461         case.  Ensure exception if result actually underflows.
10462         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
10463         (efx8): Remove variable.
10464         (__erfl): Scale by 16 instead of 8 in potentially underflowing
10465         case.  Ensure exception if result actually underflows.
10466         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
10467         (efx8): Remove variable.
10468         (__erfl): Scale by 16 instead of 8 in potentially underflowing
10469         case.  Ensure exception if result actually underflows.
10470         * math/auto-libm-test-in: Add more tests of erf.
10471         * math/auto-libm-test-out: Regenerated.
10472
10473 2014-05-14  Andreas Schwab  <schwab@suse.de>
10474
10475         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
10476         Remove code conditionalized on USE___THREAD.
10477
10478         * config.h.in (HAVE_PT_CHOWN): Define as 0.
10479         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
10480         not definedness.
10481
10482 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
10483
10484         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
10485         Define unconditionally.
10486         (__ASSUME_O_CLOEXEC): Likewise.
10487         (__ASSUME_SOCK_CLOEXEC): Likewise.
10488         (__ASSUME_IN_NONBLOCK): Likewise.
10489         (__ASSUME_PIPE2): Likewise.
10490         (__ASSUME_EVENTFD2): Likewise.
10491         (__ASSUME_SIGNALFD4): Likewise.
10492         (__ASSUME_DUP3): Likewise.
10493         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
10494         (__ASSUME_DUP3): Do not define.
10495         (__ASSUME_EVENTFD2): Likewise.
10496         (__ASSUME_IN_NONBLOCK): Likewise.
10497         (__ASSUME_O_CLOEXEC): Likewise.
10498         (__ASSUME_PIPE2): Likewise.
10499         (__ASSUME_SIGNALFD4): Likewise.
10500         (__ASSUME_SOCK_CLOEXEC): Likewise.
10501         (__ASSUME_UTIMES): Undefine.
10502         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10503         (__ASSUME_UTIMES): Do not define.
10504         (__ASSUME_O_CLOEXEC): Likewise.
10505         (__ASSUME_SOCK_CLOEXEC): Likewise.
10506         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
10507         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
10508         0x020621].
10509         (__ASSUME_PIPE2): Likewise.
10510         (__ASSUME_EVENTFD2): Likewise.
10511         (__ASSUME_SIGNALFD4): Likewise.
10512         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
10513         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
10514         Do not define.
10515         (__ASSUME_EVENTFD2): Likewise.
10516         (__ASSUME_SIGNALFD4): Likewise.
10517         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
10518         (__ASSUME_32BITUIDS): Likewise.
10519         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
10520         (__ASSUME_IPC64): Likewise.
10521         (__ASSUME_ST_INO_64_BIT): Likewise.
10522         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
10523         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
10524         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10525         (__ASSUME_UTIMES): Do not define.
10526         (__ASSUME_PSELECT): Likewise.
10527         (__ASSUME_PPOLL): Likewise.
10528         (__ASSUME_O_CLOEXEC): Likewise.
10529         (__ASSUME_SOCK_CLOEXEC): Likewise.
10530         (__ASSUME_IN_NONBLOCK): Likewise.
10531         (__ASSUME_PIPE2): Likewise.
10532         (__ASSUME_EVENTFD2): Likewise.
10533         (__ASSUME_SIGNALFD4): Likewise.
10534         (__ASSUME_DUP3): Likewise.
10535         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
10536         (__ASSUME_UTIMES): Likewise.
10537         (__ASSUME_O_CLOEXEC): Likewise.
10538         (__ASSUME_SOCK_CLOEXEC): Likewise.
10539         (__ASSUME_IN_NONBLOCK): Likewise.
10540         (__ASSUME_PIPE2): Likewise.
10541         (__ASSUME_EVENTFD2): Likewise.
10542         (__ASSUME_SIGNALFD4): Likewise.
10543         (__ASSUME_DUP3): Likewise.
10544         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
10545         (__ASSUME_UTIMES): Likewise.
10546         (__ASSUME_O_CLOEXEC): Likewise.
10547         (__ASSUME_SOCK_CLOEXEC): Likewise.
10548         (__ASSUME_IN_NONBLOCK): Likewise.
10549         (__ASSUME_PIPE2): Likewise.
10550         (__ASSUME_EVENTFD2): Likewise.
10551         (__ASSUME_SIGNALFD4): Likewise.
10552         (__ASSUME_DUP3): Likewise.
10553         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
10554         Likewise.
10555         (__ASSUME_UTIMES): Likewise.
10556         (__ASSUME_EVENTFD2): Likewise.
10557         (__ASSUME_SIGNALFD4): Likewise.
10558         * sysdeps/unix/sysv/linux/tile/kernel-features.h
10559         (__ASSUME_O_CLOEXEC): Likewise.
10560         (__ASSUME_SOCK_CLOEXEC): Likewise.
10561         (__ASSUME_IN_NONBLOCK): Likewise.
10562         (__ASSUME_PIPE2): Likewise.
10563         (__ASSUME_EVENTFD2): Likewise.
10564         (__ASSUME_SIGNALFD4): Likewise.
10565         (__ASSUME_DUP3): Likewise.
10566         (__ASSUME_UTIMES): Undefine.
10567
10568         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
10569         feclearexcept.  Remove symbol versioning code.
10570         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
10571         symbol versioning code.
10572         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
10573         symbol versioning code.
10574         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
10575         feupdateenv.  Remove symbol versioning code.
10576         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
10577         fegetexceptflag.  Remove symbol versioning code.
10578         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
10579         fesetexceptflag.  Remove symbol versioning code.
10580         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
10581         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
10582         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
10583         (__posix_fadvise64_l32): Remove prototype.
10584         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
10585         code.
10586
10587 2014-05-13  Roland McGrath  <roland@hack.frob.com>
10588
10589         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
10590         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
10591         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
10592         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
10593
10594 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
10595
10596         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
10597         current working directory
10598
10599 2014-05-13  Roland McGrath  <roland@hack.frob.com>
10600
10601         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
10602         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
10603         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
10604         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
10605         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
10606         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
10607         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
10608         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
10609         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
10610         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
10611         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
10612         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
10613         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
10614         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
10615         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
10616         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
10617         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
10618         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
10619         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
10620         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
10621         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
10622         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
10623         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
10624         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
10625         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
10626         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
10627         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
10628         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
10629         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
10630         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
10631         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
10632         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
10633         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
10634         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
10635         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
10636         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
10637         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
10638         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
10639         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
10640         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
10641         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
10642         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
10643
10644         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
10645         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
10646
10647         * sysdeps/unix/sysv/linux/arm/Makefile
10648         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
10649         Add rt-aeabi_unwind_cpp_pr1.
10650         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
10651         Add nptl-aeabi_unwind_cpp_pr1.
10652         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
10653         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
10654         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
10655         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
10656         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
10657         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
10658
10659         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
10660         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
10661         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
10662         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
10663
10664         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
10665         Deconditionalize the code that was previously under [RESET_PID].
10666         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
10667
10668         * sysdeps/generic/exit-thread.h: New file.
10669         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
10670         * include/unistd.h (__exit_thread): Remove declaration.
10671         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
10672         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
10673         * csu/libc-start.c: Include <exit-thread.h>.
10674         (LIBC_START_MAIN): Pass no argument to __exit_thread.
10675         * nptl/pthread_create.c: Include <exit-thread.h>.
10676         (start_thread): Call __exit_thread in place of __exit_thread_inline.
10677         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
10678         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
10679         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
10680         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
10681         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
10682         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
10683         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
10684         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
10685         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
10686         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
10687         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
10688         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
10689         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
10690         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
10691         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
10692         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
10693
10694 2014-05-13  Andreas Schwab  <schwab@suse.de>
10695
10696         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
10697
10698 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
10699
10700         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
10701         (__ASSUME_UTIMES): Do not condition on kernel version.
10702         (__ASSUME_PSELECT): Define unconditionally.
10703         (__ASSUME_PPOLL): Likewise.
10704         (__ASSUME_ATFCTS): Likewise.
10705         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
10706         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
10707         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
10708         (__ASSUME_UTIMENSAT): Define unconditionally.
10709         (__ASSUME_PRIVATE_FUTEX): Likewise.
10710         (__ASSUME_FALLOCATE): Likewise.
10711         (__ASSUME_O_CLOEXEC): Likewise.
10712         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
10713         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
10714         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
10715         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
10716         (__ASSUME_IN_NONBLOCK): Likewise.
10717         (__ASSUME_PIPE2): Likewise.
10718         (__ASSUME_EVENTFD2): Likewise.
10719         (__ASSUME_SIGNALFD4): Likewise.
10720         (__ASSUME_DUP3): Likewise.
10721         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
10722         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
10723         (__ASSUME_AT_RANDOM): Likewise.
10724         (__ASSUME_PREADV): Likewise.
10725         (__ASSUME_PWRITEV): Likewise.
10726         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
10727         (__ASSUME_F_GETOWN_EX): Define unconditionally.
10728         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
10729         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
10730         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
10731         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10732         (__ASSUME_O_CLOEXEC): Define unconditionally.
10733         (__ASSUME_PSELECT): Do not undefine conditionally.
10734         (__ASSUME_PPOLL): Likewise.
10735         (__ASSUME_ATFCTS): Likewise.
10736         (__ASSUME_SET_ROBUST_LIST): Likewise.
10737         (__ASSUME_UTIMENSAT): Likewise.
10738         (__ASSUME_FDATASYNC): Define unconditionally.
10739         * sysdeps/unix/sysv/linux/arm/kernel-features.h
10740         (__ASSUME_SIGFRAME_V2): Likewise.
10741         )__ASSUME_EVENTFD2): Likewise.
10742         (__ASSUME_SIGNALFD4): Likewise.
10743         (__ASSUME_PSELECT): Do not undefine conditionally.
10744         (__ASSUME_PPOLL): Likewise.
10745         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10746         (__ASSUME_PSELECT): Define unconditionally.
10747         (__ASSUME_PPOLL): Likewise.
10748         (__ASSUME_O_CLOEXEC): Likewise.
10749         (__ASSUME_SOCK_CLOEXEC): Likewise.
10750         (__ASSUME_IN_NONBLOCK): Likewise.
10751         (__ASSUME_PIPE2): Likewise.
10752         (__ASSUME_EVENTFD2): Likewise.
10753         (__ASSUME_SIGNALFD4): Likewise.
10754         (__ASSUME_DUP3): Likewise.
10755         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
10756         (__ASSUME_O_CLOEXEC): Likewise.
10757         (__ASSUME_SOCK_CLOEXEC): Likewise.
10758         (__ASSUME_IN_NONBLOCK): Likewise.
10759         (__ASSUME_PIPE2): Likewise.
10760         (__ASSUME_EVENTFD2): Likewise.
10761         (__ASSUME_SIGNALFD4): Likewise.
10762         (__ASSUME_DUP3): Likewise.
10763         * sysdeps/unix/sysv/linux/mips/kernel-features.h
10764         (__ASSUME_EVENTFD2): Likewise.
10765         (__ASSUME_SIGNALFD4): Likewise.
10766         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
10767
10768 2014-05-12  Andreas Schwab  <schwab@suse.de>
10769
10770         [BZ #16932]
10771         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
10772         (_nss_nis_gethostbyname4_r): Return error if item length is larger
10773         than maximum RPC packet size.
10774         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
10775         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
10776         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
10777         (_nss_nis_getservbyport_r): Likewise.
10778
10779 2014-05-12  Will Newton  <will.newton@linaro.org>
10780
10781         * malloc/Makefile (tests): Add tst-mallopt.
10782         * malloc/tst-mallopt.c: New file.
10783
10784 2014-05-09  Roland McGrath  <roland@hack.frob.com>
10785
10786         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
10787         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
10788
10789 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10790
10791         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
10792         (tst-tlsmod6.so): Likewise.
10793
10794 2014-05-09  Roland McGrath  <roland@hack.frob.com>
10795
10796         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
10797
10798 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
10799
10800         [BZ #16064]
10801         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
10802         and <dl-procinfo.h>.
10803         (__fegetenv): Save SSE state in envp->__eip if supported.
10804         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
10805         envp->__eip if supported.
10806         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
10807         and <dl-procinfo.h>.
10808         (__fesetenv): Always set __eip, __cs_selector, __opcode,
10809         __data_offset and __data_selector in environment to 0.  Set SSE
10810         state if supported.
10811         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
10812         test-fenv-sse.
10813         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
10814         -mfpmath=sse.
10815         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
10816
10817 2014-05-09  Will Newton  <will.newton@linaro.org>
10818
10819         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
10820         and libc_relro_required for ARM.
10821         * sysdeps/arm/preconfigure: Regenerate.
10822
10823 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
10824             Stefan Liebler  <stli@linux.vnet.ibm.com>
10825
10826         * config.make.in (enable-lock-elision): New Makefile variable.
10827         * configure.ac: Likewise.
10828         * configure: Regenerate.
10829         * sysdeps/s390/configure.ac:
10830         Add check for gcc transactions support.
10831         * sysdeps/s390/configure: Regenerate.
10832         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
10833         Build elision files if enabled.
10834         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
10835         Add lock elision support for s390.
10836         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
10837         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
10838         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
10839         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
10840         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
10841         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
10842         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
10843         Likewise.
10844         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
10845         Likewise.
10846         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
10847         Likewise.
10848         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
10849         Likewise.
10850         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
10851         (__lll_timedlock_elision, __lll_lock_elision)
10852         (__lll_unlock_elision, __lll_trylock_elision)
10853         (lll_timedlock_elision, lll_lock_elision)
10854         (lll_unlock_elision, lll_trylock_elision): Add.
10855         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
10856         (pthread_mutex_t): Add lock elision support for s390.
10857
10858 2014-05-14  Wilco  <wdijkstr@arm.com>
10859
10860         * sysdeps/arm/fclrexcpt.c: Cleanup.
10861         * sysdeps/arm/fedisblxcpt.c: Cleanup.
10862         * sysdeps/arm/feenablxcpt.c: Cleanup.
10863         * sysdeps/arm/fegetenv.c: Cleanup.
10864         * sysdeps/arm/fegetexcept.c: Cleanup.
10865         * sysdeps/arm/fegetround.c: Cleanup.
10866         * sysdeps/arm/feholdexcpt.c: Cleanup.
10867         * sysdeps/arm/fesetenv.c: Cleanup.
10868         * sysdeps/arm/fesetround.c: Cleanup.
10869         * sysdeps/arm/feupdateenv.c: Cleanup.
10870         * sysdeps/arm/fgetexcptflg.c: Cleanup.
10871         * sysdeps/arm/fraiseexcpt.c: Cleanup.
10872         * sysdeps/arm/fsetexcptflg.c: Cleanup.
10873         * sysdeps/arm/ftestexcept.c: Cleanup.
10874         * sysdeps/arm/get-rounding-mode.h: Cleanup.
10875         * sysdeps/arm/setfpucw.c: Cleanup.
10876
10877 2014-05-09  Will Newton  <will.newton@linaro.org>
10878
10879         * sysdeps/arm/armv7/strcmp.S: New file.
10880         * NEWS: Mention addition of ARMv7 optimized strcmp.
10881
10882 2014-05-08  Roland McGrath  <roland@hack.frob.com>
10883
10884         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
10885         look for %.ac rather than %.in.
10886
10887         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
10888         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
10889         * sysdeps/mach/hurd/configure: Regenerated.
10890         * sysdeps/unix/sysv/linux/configure: Regenerated.
10891
10892         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
10893
10894 2014-05-07  Steve Ellcey  <sellcey@mips.com>
10895
10896         [BZ# 16922]
10897         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
10898         (LONG_SUB): Ditto.
10899         (PTR_SUB): Ditto.
10900
10901 2014-05-07  Andreas Schwab  <schwab@suse.de>
10902
10903         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
10904         when skipping over non-matching result from nscd.
10905
10906 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
10907
10908         [BZ #16876]
10909         * nptl/sockperf.c (client): Check socket return value.
10910
10911         [BZ #16877]
10912         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
10913         nscd security class.
10914
10915 2014-05-06  Roland McGrath  <roland@hack.frob.com>
10916
10917         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
10918         * sysdeps/arm/unwind.h: ... here.
10919
10920 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
10921
10922         [BZ# 16916]
10923         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
10924         Define.
10925
10926 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
10927
10928         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
10929         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
10930         multiarch strncpy for PPC64.
10931         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
10932         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
10933         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
10934         multiarch optimizations.
10935         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
10936         (__libc_ifunc_impl_list): Likewise.
10937         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
10938         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
10939         multiarch stpncpy for PPC64.
10940         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
10941         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
10942
10943 2014-05-06  Andreas Schwab  <schwab@suse.de>
10944
10945         [BZ #16912]
10946         * gmon/mcount.c (_MCOUNT_DECL): Use
10947         atomic_compare_and_exchange_bool_acq instead of
10948         catomic_compare_and_exchange_bool_acq.
10949
10950 2014-05-05  Roland McGrath  <roland@hack.frob.com>
10951
10952         * elf/Makefile (others, install-bin): Remove pldd.
10953         (pldd-modules): Variable removed.
10954         ($(objpfx)pldd): Target removed.
10955         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
10956         (others, install-bin): Append pldd here.
10957         ($(objpfx)pldd): New target.
10958
10959         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
10960         to 0, so the first #if test emitted later doesn't see it undefined.
10961         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
10962         * sysdeps/gnu/errlist.c: Regenerated.
10963
10964 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10965
10966         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
10967         [libc_hidden_builtin_def]: Define to empty value.
10968         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
10969         [libc_hidden_builtin_def]: Likewise.
10970         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
10971         [libc_hidden_builtin_def]: Likewise.
10972         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
10973         [libc_hidden_builtin_def]: Likewise.
10974         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
10975         __redirect_memcpy and define ifunc as default hidden symbol.
10976         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
10977         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
10978
10979 2014-05-04  Adam Conrad  <adconrad@0c3.net>
10980
10981         * locale/iso-4217.def: Reintroduce XDR currency.
10982
10983 2014-05-04  Allan McRae  <allan@archlinux.org>
10984
10985         * po/eo.po: Update Esperanto translation from translation project.
10986
10987 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
10988
10989         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
10990         and FEATURE_INDEX_MAX to 1.
10991         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
10992
10993 2014-05-01  Steve Ellcey  <sellcey@mips.com>
10994
10995         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
10996         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
10997         * iconvdata/big5.c (ONE_DIRECTION): Define.
10998         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
10999         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
11000         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
11001         * iconvdata/cp932.c (ONE_DIRECTION): Define.
11002         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
11003         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
11004         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
11005         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
11006         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
11007         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
11008         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
11009         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
11010         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
11011         * iconvdata/gbk.c (ONE_DIRECTION): Define.
11012         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
11013         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
11014         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
11015         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
11016         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
11017         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
11018         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
11019         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
11020         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
11021         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
11022         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
11023         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
11024         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
11025         * iconvdata/iso646.c (ONE_DIRECTION): Define.
11026         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
11027         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
11028         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
11029         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
11030         * iconvdata/johab.c (ONE_DIRECTION): Define.
11031         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
11032         * iconvdata/sjis.c (ONE_DIRECTION): Define.
11033         * iconvdata/t.61.c (ONE_DIRECTION): Define.
11034         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
11035         * iconvdata/tscii.c (ONE_DIRECTION): Define.
11036         * iconvdata/uhc.c (ONE_DIRECTION): Define.
11037         * iconvdata/unicode.c (ONE_DIRECTION): Define.
11038         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
11039         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
11040         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
11041
11042 2014-05-01  Roland McGrath  <roland@hack.frob.com>
11043
11044         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
11045         (_IO_JUMPS_OFFSET): Define to 0.
11046
11047         * nptl/sysdeps/pthread/bits/libc-lock.h
11048         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
11049         (__libc_lock_define_initialized_recursive): Always define using
11050         initializer.  Modern compilers treat uninitialized (implicit zero) and
11051         explicit zero initializers the same (i.e. put the datum in bss).
11052
11053 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
11054
11055         * nscd/nscd-client.h: Include <string.h>.
11056
11057 2014-05-01  David S. Miller  <davem@davemloft.net>
11058
11059         [BZ #16885]
11060         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
11061         multiple zero bytes exist at the end of a string.
11062         Reported by Aurelien Jarno <aurelien@aurel32.net>
11063
11064         * string/test-strcmp.c (check): Add explicit test for situations where
11065         there are multiple zero bytes after the first.
11066
11067 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
11068
11069         [BZ #16890]
11070         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
11071         when compiling wprintf.
11072         * stdio-common/tstdiomisc.c (t3): New function.
11073         (main): Call it.
11074
11075 2014-05-01  Steve Ellcey  <sellcey@mips.com>
11076
11077         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
11078         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
11079         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
11080         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
11081
11082 2014-05-01  Steve Ellcey  <sellcey@mips.com>
11083
11084         * stdlib/longlong.h: Updated from GCC.
11085
11086 2014-05-01  Will Newton  <will.newton@linaro.org>
11087             Bernard Ogden  <bernie.ogden@linaro.org>
11088
11089         * NEWS: Update fixed bug list.
11090
11091         [BZ #15119]
11092         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
11093
11094 2014-04-30  David S. Miller  <davem@davemloft.net>
11095
11096         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
11097         (libc_feholdexcept_setround_sparc_ctx): New function.
11098         (libc_fesetenv_sparc_ctx): Likewise.
11099         (libc_feupdateenv_sparc_ctx): Likewise.
11100         (libc_feholdsetround_sparc_ctx): Likewise.
11101         (libc_feholdexcept_setround_ctx): Define.
11102         (libc_feholdexcept_setroundf_ctx): Likewise.
11103         (libc_feholdexcept_setroundl_ctx): Likewise.
11104         (libc_fesetenv_ctx): Likewise.
11105         (libc_fesetenvf_ctx): Likewise.
11106         (libc_fesetenvl_ctx): Likewise.
11107         (libc_feupdateenv_ctx): Likewise.
11108         (libc_feupdateenvf_ctx): Likewise.
11109         (libc_feupdateenvl_ctx): Likewise.
11110         (libc_feresetround_ctx): Likewise.
11111         (libc_feresetroundf_ctx): Likewise.
11112         (libc_feresetroundl_ctx): Likewise.
11113         (libc_feholdsetround_ctx): Likewise.
11114         (libc_feholdsetroundf_ctx): Likewise.
11115         (libc_feholdsetroundl_ctx): Likewise.
11116
11117         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
11118         with __USE_GNU instead of XOPEN cpp guards.
11119
11120         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
11121         0.
11122
11123         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
11124         with XOPEN cpp guards.
11125
11126 2014-04-30  Julian Brown  <julian@codesourcery.com>
11127
11128         [BZ #16888]
11129         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
11130         handling.
11131
11132 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
11133
11134         [BZ #9894]
11135         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
11136         Change to 2.6.32.
11137         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
11138         * sysdeps/unix/sysv/linux/configure: Regenerated.
11139         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
11140         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
11141         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
11142         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
11143         * README: Update reference to required Linux kernel version.
11144         * manual/install.texi (Linux): Update reference to required Linux
11145         kernel headers version.
11146         * INSTALL: Regenerated.
11147
11148         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
11149         header inclusion.
11150         [POSIX] (limits.h): Likewise.
11151         [POSIX] (math.h): Likewise.
11152         [POSIX] (sys/wait.h): Likewise.
11153         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
11154         function.
11155         [POSIX] (stddef.h): Do not allow header inclusion.
11156
11157 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11158
11159         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
11160
11161 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
11162
11163         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
11164         Return immediately after lll_futex_wake.
11165
11166 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
11167
11168         [BZ #16791]
11169         * nscd/nscd-client.h (datahead_init_common): Initialize entire
11170         structure.
11171         (datahead_init_pos): Call datahead_init_common early.
11172         (datahead_init_neg): Likewise.
11173
11174         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
11175         datahead_init_neg): New functions.
11176         * nscd/aicache.c (addhstaiX): Use them.
11177         * nscd/grpcache.c (cache_addgr): Likewise.
11178         * nscd/hstcache.c (cache_addhst): Likewise.
11179         * nscd/initgrcache.c (addinitgroupsX): Likewise.
11180         * nscd/netgroupcache.c (do_notfound): Likewise.
11181         (addgetnetgrentX): Likewise.
11182         (addinnetgrX): Likewise.
11183         * nscd/pwdcache.c (cache_addpw): Likewise.
11184         * nscd/servicescache.c (cache_addserv): Likewise.
11185
11186 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
11187             Atsushi Onoe  <atsushi@onoe.org>
11188
11189         [BZ #14308]
11190         [BZ #12994]
11191         [BZ #13651]
11192         * resolv/res_query.c (__libc_res_nsearch): Return if at least
11193         one response is valid.
11194         * resolv/res_send.c (send_dg): Check for validity of other
11195         response if the current response is a referral.
11196
11197 2014-04-29  Steve Ellcey  <sellcey@mips.com>
11198
11199         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
11200
11201 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
11202
11203         [BZ #16823]
11204         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
11205         Always divide by positive zero when computing -Inf result.
11206         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
11207         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
11208
11209 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11210
11211         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
11212         FPSCR if value do not change.
11213         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
11214         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
11215         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
11216         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
11217         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
11218         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
11219         function.
11220
11221 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
11222
11223         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
11224         * sysdeps/unix/sysv/linux/hppa: Move directory from
11225         ports/systeps/unix/sysv/linux/hppa.
11226         * README: Update listing for hppa-*-linux-gnu.
11227
11228 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
11229
11230         [BZ #16754]
11231         * manual/stdio.texi (Hook functions): Fix types of stream hook
11232         functions.
11233         [BZ #16854]
11234         * socket/sys/socket.h: Fix typo in comment.
11235
11236 2014-04-28  Wilco  <wdijkstr@arm.com>
11237
11238         * sysdeps/arm/fenv_private.h: New file.
11239         * sysdeps/arm/math_private.h: New file.
11240         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
11241
11242 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
11243
11244         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
11245         with __int128_t.
11246         (La_x86_64_retval): Likewise.
11247
11248 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
11249
11250         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
11251         fpsr if value didn't change.
11252         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
11253         to fpcr if value didn't change.
11254         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
11255         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
11256         fpsr or fpcr if value didn't change.
11257         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
11258         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
11259         fpcr if value didn't change.
11260         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
11261         to fpsr if value didn't change.
11262
11263 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
11264
11265         * nptl/tst-sem3.c: Use test-skeleton.c
11266         (main): Rename to do_test.  Use return instead of
11267         exit.
11268         * nptl/tst-sem4.c: Use test-skeleton.c
11269         (main): Rename to do_test.
11270
11271 2014-04-22  David S. Miller  <davem@davemloft.net>
11272
11273         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
11274         (struct sigaction): New struct member __glibc_reserved0, change
11275         type of sa_flags to int.
11276
11277 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
11278
11279         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
11280         (COUNT_LEADING_ZEROS_0): Define for AArch64.
11281
11282 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
11283
11284         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
11285         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
11286
11287 2014-04-22  Will Newton  <will.newton@linaro.org>
11288             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
11289
11290         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
11291         (__longjmp): Add longjmp and longjmp_target SystemTap
11292         probes.
11293         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
11294         (__sigsetjmp): Add setjmp SystemTap probe.
11295
11296 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
11297
11298         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
11299         match manual order.
11300
11301 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11302
11303         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
11304
11305         * sysdeps/powerpc/fpu/fenv_private.h
11306         (libc_feholdexcept_setroundl_ctx): Define to
11307         libc_feholdexcept_setround_ppc_ctx.
11308         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
11309         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
11310         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
11311         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
11312
11313 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
11314
11315         * sysdeps/aarch64/math-tests.h: New file.
11316
11317 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
11318
11319         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
11320         New.
11321         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
11322         Check and set bit_AVX2_Usable.
11323         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
11324         macro.
11325         (bit_AVX2): Likewise.
11326         (index_AVX2_Usable): Likewise.
11327         (CPUID_AVX2): Likewise.
11328         (HAS_AVX2): Likewise.
11329
11330 2014-04-17  Will Newton  <will.newton@linaro.org>
11331
11332         * manual/setjmp.texi (System V contexts): Add note that
11333         calling setcontext on a context created by a call to a
11334         signal handler is undefined.  Update text to note that
11335         setcontext from a signal handler is possible but not
11336         recommended.
11337
11338         [BZ #16629]
11339         * stdlib/tst-setcontext.c: Include signal.h.
11340         (main): Check that the signal stack before and
11341         after swapcontext is the same.
11342
11343         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
11344         Re-implement to restore registers in user code and avoid
11345         rt_sigreturn system call.
11346
11347 2014-04-17  Wilco  <wdijkstr@arm.com>
11348
11349         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
11350         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
11351         * math/test-fenv.c: Skip exception trap tests on targets which only
11352         support non-stop mode.
11353
11354 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
11355             Wilco Dijkstra  <wilco.dijkstra@arm.com>
11356
11357         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
11358         (libc_feholdsetround_aarch64_ctx)
11359         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
11360         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
11361         (libc_feresetround_ctx, libc_feresetroundf_ctx)
11362         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
11363         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
11364         (libc_feresetround_noexl_ctx): Define.
11365
11366 2014-04-16  Richard Henderson  <rth@redhat.com>
11367
11368         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
11369
11370         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
11371         unwind tables.
11372
11373         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
11374         const from the non-libc, non-ldso copy.
11375
11376         * sysdeps/alpha/libm-test-ulps: Regenerate.
11377
11378 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
11379             Wilco Dijkstra  <wilco.dijkstra@arm.com>
11380
11381         * sysdeps/aarch64/fpu/math_private.h: New file.
11382
11383 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
11384
11385         * sysdeps/aarch64/libm-test-ulps: Regenerate.
11386
11387 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
11388
11389         [BZ #16275]
11390         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
11391         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
11392         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
11393         Intel MPX bound registers before _dl_profile_fixup.
11394         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
11395         registers after _dl_profile_fixup.  Save and restore bound
11396         registers bnd0/bnd1 when calling _dl_call_pltexit.
11397         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
11398         (LR_BND_OFFSET): Likewise.
11399         (LRV_BND0_OFFSET): Likewise.
11400         (LRV_BND1_OFFSET): Likewise.
11401
11402 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
11403
11404         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
11405         to...
11406         * sysdeps/mach/hurd/i386/tls.h: ... here.
11407         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
11408         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
11409         fields.
11410
11411 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
11412
11413         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
11414
11415 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
11416
11417         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
11418
11419 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
11420
11421         [BZ #14770]
11422         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
11423         * sysdeps/s390/configure: Regenerate.
11424
11425         [BZ #16824]
11426         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
11427         Set round-to-nearest internally to reduce error accumulation.
11428
11429 2014-04-16  Alan Modra  <amodra@gmail.com>
11430
11431         [BZ #16740]
11432         [BZ #16619]
11433         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
11434         * math/libm-test.inc (frexp_test_data): Add tests.
11435         * NEWS: Update fixed bug list.
11436
11437 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
11438
11439         * benchtests/Makefile: Depend on libraries in build directory.
11440         (bench-math): Separate out math tests.
11441         (bench-pthread): Separate out pthread tests.
11442         (bench): Include math and pthread tests.
11443
11444 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
11445
11446         [BZ #16831]
11447         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
11448         _dl_debug_initialize.
11449
11450         * configure.ac: Remove SELinux header check.
11451         * configure: Regenerate.
11452         * nscd/selinux.c (perms): Array of const char* to permission names.
11453         (nscd_request_avc_has_perm): Call security_deny_unknown to find
11454         default policy. Call string_to_security_class and string_to_av_perm to
11455         translate strings. Enforce default policy and call avs_has_perm with
11456         results of translated strings.
11457
11458 2014-04-13  David S. Miller  <davem@davemloft.net>
11459
11460         * sysdeps/sparc/fpu/libm-test-ulps: Update.
11461
11462 2014-04-12  Allan McRae  <allan@archlinux.org>
11463
11464         [BZ #16838]
11465         * manual/string.texi (Collation Functions): Fix qsort argument
11466         order in example.
11467         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
11468
11469 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
11470
11471         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
11472         Make the test a no-op if there are no exceptions defined.
11473
11474 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
11475
11476         * elf/Makefile (tests): make tst-dlopen-aout conditional on
11477         enable-hardcoded-path-in-tests
11478
11479 2014-04-11  Will Newton  <will.newton@linaro.org>
11480
11481         * benchtests/Makefile (extra-objs): Add json-lib.o.
11482         (bench-func): Tidy up JSON output.
11483         * benchtests/bench-skeleton.c: Include json-lib.h.
11484         (main): Use JSON library functions to do output of
11485         benchmark results.
11486         * benchtests/bench-timing-type.c (main): Output the
11487         timing type simply, leaving formatting to the user.
11488         * benchtests/json-lib.c: New file.
11489         * benchtests/json-lib.h: Likewise.
11490
11491 2014-04-11  Torvald Riegel  <triegel@redhat.com>
11492
11493         [BZ #15215]
11494         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
11495         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
11496         memory barriers.  Add comments.
11497         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
11498         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
11499         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
11500         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
11501         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
11502         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
11503
11504 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
11505
11506         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
11507         * sysdeps/s390/s390-64/configure.ac: ... this ...
11508         * sysdeps/s390/configure.ac: ... to here.
11509         * sysdeps/s390/s390-32/configure: Delete file.
11510         * sysdeps/s390/s390-64/configure: Delete file.
11511         * sysdeps/s390/configure: Regenerate.
11512
11513 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
11514
11515         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
11516
11517 2014-04-11  Will Newton  <will.newton@linaro.org>
11518
11519         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
11520         to zero if it is not defined elsewhere.  (mtrim): Test
11521         the value of MALLOC_DEBUG with #if rather than #ifdef.
11522
11523 2014-04-10 Torvald Riegel  <triegel@redhat.com>
11524
11525         * benchtests/pthread_once-inputs: New file.
11526         * benchtests/pthread_once-source.c: New file.
11527         * benchtests/README: Update documentation.
11528
11529 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
11530             H.J. Lu  <hongjiu.lu@intel.com>
11531
11532         [BZ #16275]
11533         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
11534         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
11535         * sysdeps/x86_64/configure: Regenerated.
11536         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
11537         macro.
11538         (REGISTER_SAVE_RAX): Likewise.
11539         (REGISTER_SAVE_RCX): Likewise.
11540         (REGISTER_SAVE_RDX): Likewise.
11541         (REGISTER_SAVE_RSI): Likewise.
11542         (REGISTER_SAVE_RDI): Likewise.
11543         (REGISTER_SAVE_R8): Likewise.
11544         (REGISTER_SAVE_R9): Likewise.
11545         (REGISTER_SAVE_BND0): Likewise.
11546         (REGISTER_SAVE_BND1): Likewise.
11547         (REGISTER_SAVE_BND2): Likewise.
11548         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
11549         bound registers when calling _dl_fixup.
11550
11551 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11552
11553         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
11554         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
11555         of its definition.
11556         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
11557         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
11558         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
11559         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
11560         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
11561         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
11562         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
11563
11564 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
11565
11566         [BZ #15514]
11567         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
11568         pathconf(_PC_NAME_MAX).
11569
11570 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11571
11572         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
11573         Remove macro usage.
11574         (__PTHREAD_SPINS): Move definition to ...
11575         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
11576         (__PTHREAD_SPINS): ... here.
11577         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
11578         (__PTHREAD_SPIN): Likewise.
11579         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
11580         (__PTHREAD_SPIN): Likewise.
11581         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
11582         (__PTHREAD_SPIN): Likewise.
11583         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
11584         (__PTHREAD_SPIN): Likewise.
11585         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
11586         (__PTHREAD_SPIN): Likewise.
11587         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
11588         (__PTHREAD_SPIN): Likewise.
11589         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
11590         (__PTHREAD_SPIN): Likewise.
11591         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
11592         (__PTHREAD_SPIN): Likewise.
11593         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
11594         (__PTHREAD_SPIN): Likewise.
11595         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
11596         (__PTHREAD_SPIN): Likewise.
11597         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
11598         (__PTHREAD_SPIN): Likewise.
11599         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
11600         (__PTHREAD_SPIN): Likewise.
11601
11602         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
11603         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
11604         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
11605         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
11606         imply folder.
11607         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
11608         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
11609         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
11610         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
11611         correct imply path.
11612         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
11613         strlen symbol for non multi-arch builds.
11614         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
11615         missing hidden_def and weak_alias.
11616
11617 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
11618
11619         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
11620
11621 2014-04-07  Will Newton  <will.newton@linaro.org>
11622
11623         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
11624         and contents.  [!_LIBC] Remove #ifndef and contents.
11625         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
11626         * string/memccpy.c (__memccpy): Use ANSI prototype.
11627         * string/memfrob.c (memfrob): Likewise.
11628         * string/strcoll.c (STRCOLL): Likewise.
11629         * string/strlen.c (strlen): Likewise.
11630         * string/strtok.c (STRTOK): Likewise.
11631         * string/strcat.c: Remove unused #include of memcopy.h.
11632         (strcat): Use ANSI prototype.
11633         * string/strchr.c: Remove unused #include of memcopy.h.
11634         (strchr): Use ANSI prototype.
11635         * string/strcmp.c: Remove unused #include of memcopy.h.
11636         (strcmp): Use ANSI prototype.
11637         * string/strcpy.c: Remove unused #include of memcopy.h.
11638         (strcpy): Use ANSI prototype.
11639
11640 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11641
11642         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
11643         * config.make.in (config-extra-cppflags): Set it from
11644         libc_extra_cppflags.
11645         * configure.ac (libc_extra_cflags): Make it accumulate over
11646         configure fragments.
11647         (libc_extra_cppflags): New flag.
11648         * configure. Regenerate.
11649         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
11650         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
11651         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
11652         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
11653
11654         [BZ #16815]
11655         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
11656         result for FE_DOWNWARD rounding mode.
11657         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
11658         Likewise.
11659         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11660
11661 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
11662
11663         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
11664         in function argument name.
11665
11666 2014-04-03  David Svoboda  <svoboda@cert.org>
11667
11668         [BZ #5666]
11669         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
11670         explicitly.
11671
11672 2014-04-03  Roland McGrath  <roland@hack.frob.com>
11673
11674         * elf/dl-unmap-segments.h: New file.
11675         * sysdeps/generic/ldsodefs.h
11676         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
11677         * elf/dl-close.c: Include <dl-unmap-segments.h>.
11678         * elf/dl-fptr.c: Likewise.
11679         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
11680         * sysdeps/aarch64/tlsdesc.c: Likewise.
11681         * sysdeps/arm/tlsdesc.c: Likewise.
11682         * sysdeps/i386/tlsdesc.c: Likewise.
11683         * sysdeps/tile/dl-runtime.c: Likewise.
11684         * sysdeps/x86_64/tlsdesc.c: Likewise.
11685         * elf/dl-load.h: New file.
11686         * elf/dl-load.c: Include it.
11687         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
11688         Macros moved to dl-load.h.
11689         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
11690         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
11691         Use _dl_unmap_segments in place of __munmap.
11692         Break out segment-mapping loop into ...
11693         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
11694
11695 2014-04-03  Will Newton  <will.newton@linaro.org>
11696
11697         * elf/dl-lookup.c (do_lookup_x): Remove comment
11698         referring to nested function and move variable
11699         declarations down to before first use.
11700
11701 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
11702
11703         [BZ #16799]
11704         [BZ #16800]
11705         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
11706         with 0 numerator.
11707         * math/s_catanf.c (__catanf): Likewise.
11708         * math/s_catanh.c (__catanh): Likewise.
11709         * math/s_catanhf.c (__catanhf): Likewise.
11710         * math/s_catanhl.c (__catanhl): Likewise.
11711         * math/s_catanl.c (__catanl): Likewise.
11712         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
11713         by positive zero when computing -Inf result.
11714         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
11715         (catanh_test): Likewise.
11716         * sysdeps/i386/fpu/libm-test-ulps: Update.
11717         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11718
11719         [BZ #16789]
11720         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
11721         instead of using underflowing value in computing result.
11722         * math/s_clog10.c (__clog10): Likewise.
11723         * math/s_clog10f.c (__clog10f): Likewise.
11724         * math/s_clog10l.c (__clog10l): Likewise.
11725         * math/s_clogf.c (__clogf): Likewise.
11726         * math/s_clogl.c (__clogl): Likewise.
11727         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
11728         (clog10_test): Likewise.
11729         * sysdeps/i386/fpu/libm-test-ulps: Update.
11730         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11731
11732 2014-04-02  Alan Modra  <amodra@gmail.com>
11733
11734         [BZ #16739]
11735         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
11736         output when value is near a power of two.  Use int64_t for lx and
11737         remove casts.  Use decimal rather than hex exponent constants.
11738         Don't use long double multiplication when double will suffice.
11739         * math/libm-test.inc (nextafter_test_data): Add tests.
11740         * NEWS: Add 16739 and 16786 to bug list.
11741
11742         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
11743
11744         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
11745
11746 2014-04-01  Will Newton  <will.newton@linaro.org>
11747
11748         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
11749         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
11750
11751 2014-04-01  Florian Weimer  <fweimer@redhat.com>
11752
11753         [BZ #13347]
11754         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
11755         * nptl/tst-setuid2.c: New file.
11756         * nptl/Makefile (xtests): Add tst-setuid2.
11757
11758 2014-04-01  Alan Modra  <amodra@gmail.com>
11759
11760         [BZ #16786]
11761         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
11762
11763 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
11764
11765         [BZ #6803]
11766         [BZ #6804]
11767         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
11768         set errno as appropriate.
11769         * math/w_scalbf.c (__scalbf): Likewise.
11770         * math/w_scalbl.c (__scalbl): Likewise.
11771         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
11772         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
11773         * math/libm-test.inc (scalb_test_data): Add errno expectations.
11774         Add more NaN tests.
11775
11776         [BZ #16349]
11777         * math/w_atan2.c: Include <errno.h>.
11778         (__atan2): Set errno for result underflowing to zero.
11779         * math/w_atan2f.c: Include <errno.h>.
11780         (__atan2f): Set errno for result underflowing to zero.
11781         * math/w_atan2l.c: Include <errno.h>.
11782         (__atan2l): Set errno for result underflowing to zero.
11783         * math/auto-libm-test-in: Don't allow missing errno for some atan2
11784         tests.
11785         * math/auto-libm-test-out: Regenerated.
11786
11787 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11788
11789         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
11790         Encode instruction correctly in little endian.
11791         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
11792         Likewise.
11793         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
11794         Likewise.
11795         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
11796         Likewise.
11797         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
11798         Likewise.
11799
11800 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
11801
11802         [BZ #9894]
11803         * sysdeps/unix/sysv/linux/kernel-features.h
11804         [__sparc__ && !__arch64__ && !__sparc_v9__]
11805         (__ASSUME_SET_ROBUST_LIST): Do not define.
11806         [__sparc__ && !__arch64__ && !__sparc_v9__]
11807         (__ASSUME_FUTEX_LOCK_PI): Likewise.
11808         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
11809         Likewise.
11810         * sysdeps/unix/sysv/linux/arm/kernel-features.h
11811         (__ASSUME_FUTEX_LOCK_PI): Undefine.
11812         (__ASSUME_REQUEUE_PI): Likewise.
11813         (__ASSUME_SET_ROBUST_LIST): Likewise.
11814         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
11815         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
11816         Undefine.
11817         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11818         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
11819         Likewise.
11820         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
11821         Likewise.
11822         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
11823         Likewise.
11824         * sysdeps/unix/sysv/linux/mips/kernel-features.h
11825         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
11826         Undefine.
11827         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
11828         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
11829         Likewise.
11830
11831         [BZ #16648]
11832         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11833         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
11834         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
11835
11836 2014-03-31  Will Newton  <will.newton@linaro.org>
11837
11838         * benchtests/Makefile (bench): Add ffs and ffsll to list
11839         of tests.
11840         * benchtests/ffs-inputs: New file.
11841         * benchtests/ffsll-inputs: Likewise.
11842
11843 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
11844
11845         [BZ #16770]
11846         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
11847         too large before casting to int.
11848         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
11849         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
11850         * math/libm-test.inc (scalb_test_data): Add more tests.
11851
11852 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
11853
11854         * benchtests/Makefile (DETAILED_OPT): New make option.
11855         (bench-func): Run benchmark program with -d if DETAILED_OPT is
11856         set.
11857         * benchtests/bench-skeleton.c: Include stdbool.h.
11858         (main): Store and print timings per input.
11859         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
11860         member to each argument value.
11861         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
11862         (_print_arg_data): Initialize per-input timing to 0.
11863
11864         * benchtests/Makefile (timing-type): New binary.
11865         (bench-clean): Also remove bench-timing-type.
11866         (bench): New target for timing-type.
11867         (bench-func): Print output in JSON format.
11868         * benchtests/bench-skeleton.c (main): Print output in JSON
11869         format.
11870         * benchtests/bench-timing-type.c: New file.
11871         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
11872         (TIMING_PRINT_STATS): Remove.
11873         * benchtests/scripts/bench.py (_print_arg_data): Store variant
11874         name separately.
11875
11876         * benchtests/bench-modf.c: Remove.
11877         * benchtests/modf-inputs: New inputs file.
11878
11879 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
11880
11881         [BZ #16362]
11882         * math/s_clog10.c (M_PI_LOG10E): New macro.
11883         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
11884         imaginary parts are 0.
11885         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
11886         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
11887         imaginary parts are 0.
11888         * math/s_clog10l.c (M_PI_LOG10El): New macro.
11889         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
11890         imaginary parts are 0.
11891         * math/libm-test.inc (clog10_test_data): Update expected results
11892         for when real and imaginary parts are 0.
11893
11894 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
11895
11896         * elf/dl-load.c: Finish conversion of __builtin_expect into
11897         __glibc_{un}likely.
11898
11899 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
11900
11901         [BZ #16348]
11902         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
11903         1+x for argument with exponent below -67.
11904         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
11905         Likewise.
11906         * math/auto-libm-test-in: Add more tests of exp.
11907         * math/auto-libm-test-out: Regenerated.
11908
11909 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
11910
11911         [BZ #16759]
11912         * inet/getnetgrent_r.c (get_nonempty_val): New function.
11913         (nscd_getnetgrent): Use it.
11914
11915         [BZ #16760]
11916         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
11917         of stpcpy.
11918
11919 2014-03-27  Andi Kleen  <ak@linux.intel.com>
11920
11921         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
11922         (lll_robust_lock, lll_cond_lock, lll_timedlock)
11923         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
11924         (lll_robust_unlock): Remove out of line section. Use cfi
11925         intrinsics.
11926         (LLL_STUB_UNWIND_INFO*): Remove.
11927         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
11928         (lll_robust_lock, lll_cond_lock, lll_timedlock)
11929         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
11930         (lll_robust_unlock): Remove out of line section. Use cfi
11931         intrinsics.
11932         (LLL_STUB_UNWIND_INFO*): Remove.
11933
11934 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
11935
11936         [BZ #16758]
11937         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
11938         blank values.
11939
11940 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
11941
11942         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
11943
11944 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
11945
11946         [BZ #16198]
11947         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
11948         fnstenv.
11949         * math/test-fenv-preserve.c: New file.
11950         * math/Makefile (tests): Add test-fenv-preserve.
11951
11952 2014-03-26  Will Newton <will.newton@linaro.org>
11953
11954         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
11955
11956 2014-03-25  Roland McGrath  <roland@hack.frob.com>
11957
11958         * scripts/versionlist.awk: Partition the version sets and emit all
11959         GLIBC_* (sorted) before all others (sorted).
11960
11961 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
11962
11963         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
11964         GLIBC_2.2.5 version.
11965
11966 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11967
11968         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
11969         calls.
11970
11971         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
11972         previous change.
11973
11974         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11975
11976 2014-03-25  Andreas Schwab  <schwab@suse.de>
11977
11978         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
11979         label to be used after in6ailist is initialized.
11980
11981 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11982
11983         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
11984         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
11985
11986 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
11987
11988         [BZ #16357]
11989         [BZ #16599]
11990         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
11991         min_plus_half.
11992         (fp_formats): Update initializers.
11993         (init_fp_formats): Initialize new field.
11994         (output_for_one_input_case): Allow underflow for results up to
11995         min_plus_half.
11996         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
11997         * math/auto-libm-test-in: Don't mark some underflows from asin and
11998         atanh as spurious.
11999         * math/auto-libm-test-out: Regenerated.
12000         * sysdeps/i386/fpu/libm-test-ulps: Update.
12001         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12002
12003 2014-03-25  Andreas Schwab  <schwab@suse.de>
12004
12005         * libio/Makefile (tst-ftell-partial-wide-ENV)
12006         (tst-ftell-active-handler-ENV): Define.
12007
12008 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
12009
12010         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
12011
12012 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
12013
12014         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
12015
12016 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
12017
12018         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
12019         * sysdeps/x86_64/fpu/multiarch/e_exp.c
12020         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
12021
12022 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
12023
12024         [BZ #16634]
12025         * elf/dl-load.c (open_verify): Add mode parameter.
12026         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
12027         (open_path): Change from boolean 'secure' to complete flag 'mode'
12028         (_dl_map_object): Adjust.
12029         * elf/Makefile (tests): Add tst-dlopen-aout.
12030         * elf/tst-dlopen-aout.c: New test.
12031
12032 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
12033
12034         [BZ #16714]
12035         * sysdeps/unix/sysv/linux/s390/bits/stat.h
12036         (struct stat): Rename member pad0 to __glibc_reserved0.
12037
12038         [BZ #16712]
12039         * sysdeps/s390/s390-32/bits/wordsize.h
12040         (__WORDSIZE32_SIZE_ULONG): New define.
12041         * sysdeps/s390/s390-64/bits/wordsize.h
12042         (__WORDSIZE32_SIZE_ULONG): Likewise.
12043         * sysdeps/generic/stdint.h (SIZE_MAX):
12044         Define as UL if __WORDSIZE32_SIZE_ULONG.
12045
12046         [BZ #16713]
12047         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
12048         (__glibc_reserved0): New variable.
12049         (sa_flags): Change type to int.
12050
12051         * posix/Makefile (before-compile): Use += before-compile instead
12052         of a :=.
12053
12054         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
12055         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
12056
12057 2014-03-20  Andreas Schwab  <schwab@suse.de>
12058
12059         [BZ #16743]
12060         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
12061         non-matching result from nscd.
12062
12063 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
12064
12065         * scripts/bench.py: Moved to ...
12066         * benchtests/scripts/bench.py: ... here.
12067         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
12068
12069 2014-03-24  Andreas Schwab  <schwab@suse.de>
12070
12071         [BZ #16002]
12072         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
12073         alloca_account and account alloca use for struct in6ailist.
12074
12075 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
12076
12077         [BZ #16284]
12078         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
12079         rounding mode to recompute results that overflow to infinity or
12080         underflow to zero.
12081         * math/auto-libm-test-in: Don't mark tests as expected to fail for
12082         bug 16284.
12083         * math/auto-libm-test-out: Regenerated.
12084         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
12085         (ccosh_test): Likewise.
12086         (csin_test_data): Use plus_oflow.
12087         (csin_test): Use ALL_RM_TEST.
12088         (csinh_test_data): Use plus_oflow.
12089         (csinh_test): Use ALL_RM_TEST.
12090         * sysdeps/i386/fpu/libm-test-ulps: Update.
12091         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12092
12093 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
12094
12095         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
12096         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
12097         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
12098
12099         [BZ #16731]
12100         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
12101         when x - 1 is zero.
12102         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
12103         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
12104         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
12105         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
12106         argument is 1.
12107         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
12108         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
12109         zero.
12110         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
12111         * sysdeps/i386/fpu/libm-test-ulps: Update.
12112         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12113
12114 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
12115
12116         * scripts/bench.pl: Remove file.
12117         * scripts/bench.py: New benchmark script.
12118         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
12119         * benchtests/README: Mention python dependency.
12120         * scripts/pylintrc: New file.
12121         * scripts/pylint: New file.
12122
12123         * bits/mathdef.h: Use #ifdef instead of #if.
12124         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
12125         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
12126         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
12127         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
12128         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
12129         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
12130
12131 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12132             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12133
12134         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
12135         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
12136         and strpbrk-ppc64 objects.
12137         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12138         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
12139         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
12140         multiarch strpbrk for POWER7.
12141         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
12142         multiarch strpbrk for PPC64.
12143         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
12144         ifunc selector.
12145         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
12146         strpbrk for POWER7.
12147
12148 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
12149
12150         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
12151         (atan_test): Likewise.
12152         (atanh_test_data): Use NO_TEST_INLINE for two tests.
12153         (atanh_test): Use ALL_RM_TEST.
12154         (atan2_test_data): Likewise.
12155         (cabs_test): Likewise.
12156         (cacosh_test): Likewise.
12157         (carg_test): Likewise.
12158         (casin_test): Likewise.
12159         (casinh_test): Likewise.
12160         (cbrt_test): Likewise.
12161         (csqrt_test): Likewise.
12162         (erf_test): Likewise.
12163         (erfc_test): Likewise.
12164         (pow10_test): Likewise.
12165         (exp2_test): Likewise.
12166         (hypot_test): Likewise.
12167         (j0_test): Likewise.
12168         (j1_test): Likewise.
12169         (lgamma_test): Likewise.
12170         (gamma_test): Likewise.
12171         (sincos_test): Likewise.
12172         (tanh_test): Likewise.
12173         (y0_test): Likewise.
12174         (y1_test): Likewise.
12175         * sysdeps/i386/fpu/libm-test-ulps: Update.
12176         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12177
12178 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12179
12180         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
12181         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
12182         and strcspn-ppc64 objects.
12183         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12184         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
12185         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
12186         multiarch strcspn for POWER7.
12187         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
12188         multiarch strcspn for PPC64.
12189         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
12190         ifunc selector.
12191         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
12192         strcspn for POWER7.
12193
12194 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
12195
12196         * math/gen-libm-test.pl (generate_testfile): Expect only function
12197         name as argument to AUTO_TESTS_* and pass results for all rounding
12198         modes to parse_args.
12199         (parse_auto_input): Separate inputs of automatic tests from
12200         outputs before storing in %auto_tests.
12201         * math/libm-test.inc (acos_test_data): Update call to
12202         AUTO_TESTS_f_f.
12203         (acos_test): Use ALL_RM_TEST.
12204         (acos_tonearest_test_data): Remove.
12205         (acos_test_tonearest): Likewise.
12206         (acos_towardzero_test_data): Likewise.
12207         (acos_test_towardzero): Likewise.
12208         (acos_downward_test_data): Likewise.
12209         (acos_test_downward): Likewise.
12210         (acos_upward_test_data): Likewise.
12211         (acos_test_upward): Likewise.
12212         (acosh_test_data): Update call to AUTO_TESTS_f_f.
12213         (asin_test_data): Likewise.
12214         (asin_test): Use ALL_RM_TEST.
12215         (asin_tonearest_test_data): Remove.
12216         (asin_test_tonearest): Likewise.
12217         (asin_towardzero_test_data): Likewise.
12218         (asin_test_towardzero): Likewise.
12219         (asin_downward_test_data): Likewise.
12220         (asin_test_downward): Likewise.
12221         (asin_upward_test_data): Likewise.
12222         (asin_test_upward): Likewise.
12223         (asinh_test_data): Update call to AUTO_TESTS_f_f.
12224         (atan_test_data): Likewise.
12225         (atanh_test_data): Likewise.
12226         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
12227         (cabs_test_data): Update call to AUTO_TESTS_c_f.
12228         (carg_test_data): Likewise.
12229         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
12230         (ccos_test_data): Update call to AUTO_TESTS_c_c.
12231         (ccosh_test_data): Likewise.
12232         (cexp_test_data): Likewise.
12233         (clog_test_data): Likewise.
12234         (clog10_test_data): Likewise.
12235         (cos_test_data): Update call to AUTO_TESTS_f_f.
12236         (cos_test): Use ALL_RM_TEST.
12237         (cos_tonearest_test_data): Remove.
12238         (cos_test_tonearest): Likewise.
12239         (cos_towardzero_test_data): Likewise.
12240         (cos_test_towardzero): Likewise.
12241         (cos_downward_test_data): Likewise.
12242         (cos_test_downward): Likewise.
12243         (cos_upward_test_data): Likewise.
12244         (cos_test_upward): Likewise.
12245         (cosh_test_data): Update call to AUTO_TESTS_f_f.
12246         (cosh_test): Use ALL_RM_TEST.
12247         (cosh_tonearest_test_data): Remove.
12248         (cosh_test_tonearest): Likewise.
12249         (cosh_towardzero_test_data): Likewise.
12250         (cosh_test_towardzero): Likewise.
12251         (cosh_downward_test_data): Likewise.
12252         (cosh_test_downward): Likewise.
12253         (cosh_upward_test_data): Likewise.
12254         (cosh_test_upward): Likewise.
12255         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
12256         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
12257         (ctan_test_data): Likewise.
12258         (ctan_test): Use ALL_RM_TEST.
12259         (ctan_tonearest_test_data): Remove.
12260         (ctan_test_tonearest): Likewise.
12261         (ctan_towardzero_test_data): Likewise.
12262         (ctan_test_towardzero): Likewise.
12263         (ctan_downward_test_data): Likewise.
12264         (ctan_test_downward): Likewise.
12265         (ctan_upward_test_data): Likewise.
12266         (ctan_test_upward): Likewise.
12267         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
12268         (ctanh_test): Use ALL_RM_TEST.
12269         (ctanh_tonearest_test_data): Remove.
12270         (ctanh_test_tonearest): Likewise.
12271         (ctanh_towardzero_test_data): Likewise.
12272         (ctanh_test_towardzero): Likewise.
12273         (ctanh_downward_test_data): Likewise.
12274         (ctanh_test_downward): Likewise.
12275         (ctanh_upward_test_data): Likewise.
12276         (ctanh_test_upward): Likewise.
12277         (erf_test_data): Update call to AUTO_TESTS_f_f.
12278         (erfc_test_data): Likewise.
12279         (exp_test_data): Likewise.
12280         (exp_test): Use ALL_RM_TEST.
12281         (exp_tonearest_test_data): Remove.
12282         (exp_test_tonearest): Likewise.
12283         (exp_towardzero_test_data): Likewise.
12284         (exp_test_towardzero): Likewise.
12285         (exp_downward_test_data): Likewise.
12286         (exp_test_downward): Likewise.
12287         (exp_upward_test_data): Likewise.
12288         (exp_test_upward): Likewise.
12289         (exp10_test_data): Update call to AUTO_TESTS_f_f.
12290         (exp10_test): Use ALL_RM_TEST.
12291         (exp10_tonearest_test_data): Remove.
12292         (exp10_test_tonearest): Likewise.
12293         (exp10_towardzero_test_data): Likewise.
12294         (exp10_test_towardzero): Likewise.
12295         (exp10_downward_test_data): Likewise.
12296         (exp10_test_downward): Likewise.
12297         (exp10_upward_test_data): Likewise.
12298         (exp10_test_upward): Likewise.
12299         (exp2_test_data): Update call to AUTO_TESTS_f_f.
12300         (expm1_test_data): Likewise.
12301         (expm1_test): Use ALL_RM_TEST.
12302         (expm1_tonearest_test_data): Remove.
12303         (expm1_test_tonearest): Likewise.
12304         (expm1_towardzero_test_data): Likewise.
12305         (expm1_test_towardzero): Likewise.
12306         (expm1_downward_test_data): Likewise.
12307         (expm1_test_downward): Likewise.
12308         (expm1_upward_test_data): Likewise.
12309         (expm1_test_upward): Likewise.
12310         (fma_test_data): Update call to AUTO_TESTS_fff_f.
12311         (fma_test): Use ALL_RM_TEST.
12312         (fma_towardzero_test_data): Remove.
12313         (fma_test_towardzero): Likewise.
12314         (fma_downward_test_data): Likewise.
12315         (fma_test_downward): Likewise.
12316         (fma_upward_test_data): Likewise.
12317         (fma_test_upward): Likewise.
12318         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
12319         (j0_test_data): Update call to AUTO_TESTS_f_f.
12320         (j1_test_data): Likewise.
12321         (jn_test_data): Update call to AUTO_TESTS_if_f.
12322         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
12323         (log_test_data): Update call to AUTO_TESTS_f_f.
12324         (log10_test_data): Likewise.
12325         (log1p_test_data): Likewise.
12326         (log2_test_data): Likewise.
12327         (pow_test_data): Update call to AUTO_TESTS_ff_f.
12328         (pow_tonearest_test_data): Likewise.
12329         (sin_test_data): Update call to AUTO_TESTS_f_f.
12330         (sin_test): Use ALL_RM_TEST.
12331         (sin_tonearest_test_data): Remove.
12332         (sin_test_tonearest): Likewise.
12333         (sin_towardzero_test_data): Likewise.
12334         (sin_test_towardzero): Likewise.
12335         (sin_downward_test_data): Likewise.
12336         (sin_test_downward): Likewise.
12337         (sin_upward_test_data): Likewise.
12338         (sin_test_upward): Likewise.
12339         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
12340         (sinh_test_data): Update call to AUTO_TESTS_f_f.
12341         (sinh_test): Use ALL_RM_TEST.
12342         (sinh_tonearest_test_data): Remove.
12343         (sinh_test_tonearest): Likewise.
12344         (sinh_towardzero_test_data): Likewise.
12345         (sinh_test_towardzero): Likewise.
12346         (sinh_downward_test_data): Likewise.
12347         (sinh_test_downward): Likewise.
12348         (sinh_upward_test_data): Likewise.
12349         (sinh_test_upward): Likewise.
12350         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
12351         (sqrt_test): Use ALL_RM_TEST.
12352         (sqrt_tonearest_test_data): Remove.
12353         (sqrt_test_tonearest): Likewise.
12354         (sqrt_towardzero_test_data): Likewise.
12355         (sqrt_test_towardzero): Likewise.
12356         (sqrt_downward_test_data): Likewise.
12357         (sqrt_test_downward): Likewise.
12358         (sqrt_upward_test_data): Likewise.
12359         (sqrt_test_upward): Likewise.
12360         (tan_test_data): Update call to AUTO_TESTS_f_f.
12361         (tan_test): Use ALL_RM_TEST.
12362         (tan_tonearest_test_data): Remove.
12363         (tan_test_tonearest): Likewise.
12364         (tan_towardzero_test_data): Likewise.
12365         (tan_test_towardzero): Likewise.
12366         (tan_downward_test_data): Likewise.
12367         (tan_test_downward): Likewise.
12368         (tan_upward_test_data): Likewise.
12369         (tan_test_upward): Likewise.
12370         (tanh_test_data): Update call to AUTO_TESTS_f_f.
12371         (tgamma_test_data): Likewise.
12372         (y0_test_data): Likewise.
12373         (y1_test_data): Likewise.
12374         (yn_test_data): Update call to AUTO_TESTS_if_f.
12375         (main): Do not call removed functions.
12376
12377 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
12378
12379         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
12380         (ldexp_test_data): Remove.
12381         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
12382         scalbn_test_data.
12383         (scalb_test): Use ALL_RM_TEST.
12384
12385 2014-03-19  Andreas Schwab  <schwab@suse.de>
12386
12387         * nscd/nscd.service: Also invalidate netgroup cache on reload.
12388
12389 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
12390
12391         [BZ #16649]
12392         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
12393         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
12394         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
12395         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
12396         (__ASSUME_PREADV): Undefine.
12397         (__ASSUME_PWRITEV): Likewise.
12398
12399 2014-03-18  Roland McGrath  <roland@hack.frob.com>
12400
12401         * bits/mman-linux.h: Add comment about non-Linux use.
12402         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
12403         bits/mman-linux.h resting place.
12404
12405         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
12406         * bits/mman-linux.h: ... here.
12407
12408 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12409
12410         * conform/conformtest.pl: Add standard definition when calling C
12411         preprocessor on data files.
12412         (checknamespace): Remove unused variable.
12413
12414 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
12415
12416         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
12417         minus_oflow, plus_uflow and minus_uflow in expected results.
12418         * math/libm-test.inc (scalbn_test_data): Add more tests of
12419         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
12420         minus_uflow.
12421         (scalbn_test): Use ALL_RM_TEST.
12422         (scalbln_test_data): Add more tests of negative arguments.  Use
12423         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
12424         (scalbln_test): Use ALL_RM_TEST.
12425
12426 2014-03-18  Roland McGrath  <roland@hack.frob.com>
12427
12428         * scripts/abilist.awk: Ignore symbols marked with .hidden.
12429
12430 2014-03-18  Will Newton  <will.newton@linaro.org>
12431
12432         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
12433         inaccurate comment.
12434
12435 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
12436
12437         * Makerules [!subdir] (check-abi): Exit with error status if a
12438         test failed.
12439
12440 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
12441
12442         * math/libm-test.inc (nearbyint_test_data): Include all tests used
12443         for rint.  Include results for all rounding modes.
12444         (nearbyint_test): Use ALL_RM_TEST.
12445         (rint_test_data): Include all tests used for nearbyint.
12446
12447 2014-03-17  Will Newton  <will.newton@linaro.org>
12448
12449         * nptl/sysdeps/pthread/pthread.h: Revert previous
12450         change.
12451
12452         * sysdeps/generic/ldsodefs.h: Revert previous
12453         change.
12454
12455         * libio/genops.c: Revert previous change.
12456         * libio/libioP.h: Likewise.
12457         * stdio-common/vfprintf.c: Likewise.
12458
12459         * sysdeps/generic/math_private.h: Revert previous
12460         change.
12461
12462         * sysdeps/generic/math_private.h: Check whether
12463         HAVE_RM_CTX is defined with #ifdef rather
12464         than #if.
12465
12466         * argp/argp-fmtstream.h: Check whether
12467         __STRICT_ANSI__ is defined with #ifdef rather
12468         than #if.
12469         * argp/argp.h: Likewise.
12470
12471         * libio/genops.c: Check whether
12472         _IO_JUMPS_OFFSET is defined with #ifdef rather
12473         than #if.
12474         * libio/libioP.h: Likewise.
12475         * stdio-common/vfprintf.c: Likewise.
12476
12477         * sysdeps/generic/ldsodefs.h: Check whether
12478         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
12479         than #if.
12480
12481         * nptl/sysdeps/pthread/pthread.h: Check
12482         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
12483         its value.
12484
12485 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
12486
12487         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
12488         setting O_APPEND.
12489         * libio/tst-ftell-active-handler.c (do_append_test): Add a
12490         test case.
12491
12492         [BZ #16680]
12493         * libio/fileops.c (_IO_file_open): Seek to end of file but
12494         don't cache the offset.
12495         (get_file_offset): Remove function.
12496         (do_ftell): Use cached offset when available.
12497         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
12498         don't cache the offset.
12499         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
12500         case.
12501         (do_one_test): Call it.
12502         (do_ftell_test): Fix up expected old offset for a+ mode.
12503         * libio/wfileops.c (do_ftell_wide): Used cached offset when
12504         available.
12505
12506         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
12507         up test status with function return status.
12508         (do_write_test): Likewise.
12509         (do_append_test): Likewise.
12510
12511         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
12512         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
12513         Remove.
12514
12515 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
12516
12517         * math/gen-libm-test.pl (parse_args): Handle results specified for
12518         each rounding mode separately.
12519         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
12520         tests and results from lrint_tonearest_test_data,
12521         lrint_towardzero_test_data, lrint_downward_test_data and
12522         lrint_upward_test_data.
12523         (lrint_test): Use ALL_RM_TEST.
12524         (lrint_tonearest_test_data): Remove.
12525         (lrint_test_tonearest): Likewise.
12526         (lrint_towardzero_test_data): Likewise.
12527         (lrint_test_towardzero): Likewise.
12528         (lrint_downward_test_data): Likewise.
12529         (lrint_test_downward): Likewise.
12530         (lrint_upward_test_data): Likewise.
12531         (lrint_test_upward): Likewise.
12532         (llrint_test_data): Merge in per-rounding-mode tests and results
12533         from llrint_tonearest_test_data, llrint_towardzero_test_data,
12534         llrint_downward_test_data and llrint_upward_test_data.
12535         (llrint_test): Use ALL_RM_TEST.
12536         (llrint_tonearest_test_data): Remove.
12537         (llrint_test_tonearest): Likewise.
12538         (llrint_towardzero_test_data): Likewise.
12539         (llrint_test_towardzero): Likewise.
12540         (llrint_downward_test_data): Likewise.
12541         (llrint_test_downward): Likewise.
12542         (llrint_upward_test_data): Likewise.
12543         (llrint_test_upward): Likewise.
12544         (rint_test_data): Merge in per-rounding-mode tests and results
12545         from rint_tonearest_test_data, rint_towardzero_test_data,
12546         rint_downward_test_data and rint_upward_test_data.  Add
12547         per-rounding-mode results for tests not in those arrays.
12548         (rint_test): Use ALL_RM_TEST.
12549         (rint_tonearest_test_data): Remove.
12550         (rint_test_tonearest): Likewise.
12551         (rint_towardzero_test_data): Likewise.
12552         (rint_test_towardzero): Likewise.
12553         (rint_downward_test_data): Likewise.
12554         (rint_test_downward): Likewise.
12555         (rint_upward_test_data): Likewise.
12556         (rint_test_upward): Likewise.
12557         (main): Don't call removed functions.
12558
12559 2014-03-14  Roland McGrath  <roland@hack.frob.com>
12560
12561         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
12562         "Compiled on ..." crapola.  It is anti-useful.
12563
12564 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
12565
12566         * scripts/evaluate-test.sh: Handle fourth argument to determine
12567         whether test run should stop on failure.
12568         * Makeconfig (stop-on-test-failure): New variable.
12569         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
12570         $(stop-on-test-failure).
12571         * Makefile (tests): Give a summary of results from testing and
12572         exit with failure status if they include an ERROR or FAIL.
12573         (xtests): Likewise.
12574         * manual/install.texi (Configuring and compiling): Mention
12575         stop-on-test-failure=y.
12576         * INSTALL: Regenerated.
12577
12578 2014-03-14  Roland McGrath  <roland@hack.frob.com>
12579
12580         * scripts/versionlist.awk: New file.
12581         * Makerules [$(build-shared) = yes]
12582         (postclean-generated): Add Versions.def, not Versions.def.v and
12583         Versions.def.v.i.
12584         ($(common-objpfx)Versions.def.v.i): Target removed.
12585         ($(common-objpfx)Versions.def): New target.
12586         ($(common-objpfx)Versions.all): Depend on that rather that
12587         $(common-objpfx)Versions.def.v.
12588         * Versions.def: File removed.
12589
12590         * Makeconfig (+gccwarn): Add -Wundef.
12591         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
12592         a dl-sysdep.h breaking its contract.
12593         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
12594         * include/stackinfo.h: New file.
12595         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
12596         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
12597         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
12598         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
12599         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
12600         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
12601         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12602         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12603         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12604         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12605         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12606         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
12607         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12608         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12609         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12610
12611 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12612
12613         [BZ #16707]
12614         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
12615         implementation.
12616         * math/libm-test.inc (round_test_data): Add more tests.
12617
12618         [BZ #16706]
12619         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
12620         implementation.
12621         * math/libm-test.inc (nearbyint_test_data): Add more tests.
12622
12623         [BZ #16701]
12624         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
12625         implementation.
12626         * math/libm-test.inc (ceil_test_data): Add more tests.
12627
12628         * math/libm-test.inc (trunc_test_data): Add more tests related to
12629         BZ#16414.
12630
12631 2014-03-14  Roland McGrath  <roland@hack.frob.com>
12632
12633         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
12634         with #if rather than #ifdef.
12635         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
12636
12637 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
12638
12639         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
12640         first.  Disable AVX-512 GCC support if assembler doesn't support
12641         it.
12642         * sysdeps/x86_64/configure: Regenerated.
12643
12644 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
12645
12646         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
12647         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
12648         (__old_pthread_attr_setstack): Likewise.
12649         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
12650         [!_STACK_GROWS_DOWN]: Likewise.
12651
12652 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
12653
12654         * config.make.in (have-bash2): Delete.
12655         * configure.ac (libc_cv_have_bash2): Delete.
12656         * configure: Regenerate.
12657         * elf/Makefile (common-ldd-rewrite): Rename to ...
12658         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
12659         (sh-ldd-rewrite): Delete.
12660         (bash-ldd-rewrite): Delete.
12661         (have-bash2): Delete checks.
12662         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
12663         ldd-rewrite.
12664
12665         * config.make.in (have-ksh): Delete.
12666         (KSH): Delete.
12667         * configure.ac (libc_cv_have_ksh): Delete.
12668         * configure: Regenerate.
12669
12670         * elf/Makefile: Delete $(have-ksh) check.
12671         ($(objpfx)sotruss): Change KSH to BASH.
12672         * elf/sotruss.ksh: Rename to ...
12673         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
12674         function style to match POSIX.  Drop ksh vim mode setting.
12675
12676         * manual/time.texi (Specifying the Time Zone with TZ): Change
12677         Tuesday to Thursday.
12678
12679         * debug/tst-longjmp_chk2.c: Update header comment.
12680         (stackoverflow_handler): Add comment.  Call assert on pass value.
12681
12682 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
12683
12684         [BZ #16194]
12685         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
12686         (HAVE_AVX512_ASM_SUPPORT): Likewise.
12687         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
12688         (La_x86_64_vector): Add zmm.
12689         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
12690         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
12691         ($(objpfx)tst-audit10): New target.
12692         ($(objpfx)tst-audit10.out): Likewise.
12693         (tst-audit10-ENV): New.
12694         (AVX512-CFLAGS): Likewise.
12695         (CFLAGS-tst-audit10.c): Likewise.
12696         (CFLAGS-tst-auditmod10a.c): Likewise.
12697         (CFLAGS-tst-auditmod10b.c): Likewise.
12698         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
12699         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
12700         * sysdeps/x86_64/configure: Regenerated.
12701         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
12702         AVX-512 zmm register support.
12703         (_dl_x86_64_save_sse): Likewise.
12704         (_dl_x86_64_restore_sse): Likewise.
12705         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
12706         size vector registers.
12707         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
12708         (ZMM_SIZE): Likewise.
12709         * sysdeps/x86_64/tst-audit10.c: New file.
12710         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
12711         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
12712
12713 2014-03-13  Roland McGrath  <roland@hack.frob.com>
12714
12715         * configure.ac (HAVE_EHDR_START): New check.
12716         * configure: Regenerated.
12717         * config.h.in (HAVE_EHDR_START): New #undef.
12718         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
12719         assuming the lowest-addressed segment maps the start of the file.
12720
12721 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
12722
12723         * INSTALL: Regenerated.
12724
12725 2014-03-13  Will Newton  <will.newton@linaro.org>
12726
12727         * manual/setjmp.texi (System V contexts): Improve
12728         clarity and grammar of documentation.
12729
12730 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
12731
12732         [BZ #16381]
12733         * elf/Makefile (tests): Add tst-pie2.
12734         (tests-pie): Add tst-pie2.
12735         * elf/tst-pie2.c: New file.
12736         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
12737         for ET_EXEC.
12738         * elf/rtld.c (map_doit): Load executable as lt_executable.
12739         (dl_main): Likewise.
12740
12741 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
12742
12743         [BZ #16642]
12744         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
12745         (__ASSUME_PSELECT): Undefine.
12746
12747 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12748
12749         [BZ #16689]
12750         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
12751         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
12752         static build.
12753         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
12754         selector for static builds.
12755
12756 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
12757
12758         [BZ #16695]
12759         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
12760         key in the buffer.
12761
12762 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12763
12764         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
12765         IFUNC selector for static builds.
12766
12767 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
12768
12769         * sysdeps/mips/math_private.h [__mips_hard_float]
12770         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
12771         libc_feresetround_mips_ctx.
12772         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
12773         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
12774         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
12775
12776         [BZ #16677]
12777         * math/s_nextafter.c (__nextafter): Do not return value from
12778         overflowing computation.
12779         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
12780         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
12781         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
12782         Likewise.
12783         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
12784         Likewise.
12785         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
12786         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
12787
12788 2014-03-11  Roland McGrath  <roland@hack.frob.com>
12789
12790         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
12791         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
12792         Move sfi_sp use from the load-multiple (that no longer sets sp) to
12793         the new mov targetting sp.
12794
12795 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12796
12797         [BZ #16683]
12798         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
12799         Define it for static builds as well.
12800         (NO_BZERO_IMPL): Likewise.
12801
12802 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12803
12804         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
12805         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
12806         multiarch strspn for PPC64.
12807         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
12808         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
12809         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12810         (__libc_ifunc_impl_list): Likewise.
12811         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
12812         multiarch optimizations
12813         * string/strspn.c (strspn): Using macro to redefine symbol name.
12814
12815 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12816             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12817
12818         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
12819         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
12820         multiarch strncat for PPC64.
12821         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
12822         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
12823         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12824         (__libc_ifunc_impl_list): Likewise.
12825         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
12826         multiarch optimizations
12827
12828 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
12829
12830         [BZ #16639]
12831         * nscd/nscd.service: Make service type forking.
12832
12833 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12834
12835         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
12836         sign in non default rounding modes.
12837         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
12838
12839 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
12840
12841         * math/libm-test.inc (ALL_RM_TEST): New macro.
12842         (ceil_test): Use ALL_RM_TEST.
12843         (cimag_test): Likewise.
12844         (conj_test): Likewise.
12845         (copysign_test): Likewise.
12846         (cproj_test): Likewise.
12847         (creal_test): Likewise.
12848         (fabs_test): Likewise.
12849         (floor_test): Likewise.
12850         (fmax_test): Likewise.
12851         (fmin_test): Likewise.
12852         (fmod_test): Likewise.
12853         (fpclassify_test): Likewise.
12854         (frexp_test): Likewise.
12855         (ilogb_test): Likewise.
12856         (isfinite_test): Likewise.
12857         (finite_test): Likewise.
12858         (isgreater_test): Likewise.
12859         (isgreaterequal_test): Likewise.
12860         (isinf_test): Likewise.
12861         (isless_test): Likewise.
12862         (islessequal_test): Likewise.
12863         (islessgreater_test): Likewise.
12864         (isnan_test): Likewise.
12865         (isnormal_test): Likewise.
12866         (issignaling_test): Likewise.
12867         (isunordered_test): Likewise.
12868         (logb_test): Likewise.
12869         (logb_downward_test_data): Remove.
12870         (logb_test_downward): Likewise.
12871         (lround_test): Use ALL_RM_TEST.
12872         (llround_test): Likewise.
12873         (modf_test): Likewise.
12874         (nexttoward_test): Likewise.
12875         (remainder_test): Likewise.
12876         (drem_test): Likewise.
12877         (remainder_tonearest_test_data): Likewise.
12878         (remainder_test_tonearest): Likewise.
12879         (drem_test_tonearest): Likewise.
12880         (remainder_towardzero_test_data): Likewise.
12881         (remainder_test_towardzero): Likewise.
12882         (drem_test_towardzero): Likewise.
12883         (remainder_downward_test_data): Likewise.
12884         (remainder_test_downward): Likewise.
12885         (drem_test_downward): Likewise.
12886         (remainder_upward_test_data): Likewise.
12887         (remainder_test_upward): Likewise.
12888         (drem_test_upward): Likewise.
12889         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
12890         (round_test): Use ALL_RM_TEST.
12891         (signbit_test): Likewise.
12892         (trunc_test): Likewise.
12893         (significand_test): Likewise.
12894         (main): Don't call removed functions.
12895
12896 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
12897
12898         [BZ #16674]
12899         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
12900         || __USE_XOPEN2K8].
12901         (ILL_ILLOPN): Likewise.
12902         (ILL_ILLADR): Likewise.
12903         (ILL_ILLTRP): Likewise.
12904         (ILL_PRVOPC): Likewise.
12905         (ILL_PRVREG): Likewise.
12906         (ILL_COPROC): Likewise.
12907         (ILL_BADSTK): Likewise.
12908         (FPE_INTDIV): Likewise.
12909         (FPE_INTOVF): Likewise.
12910         (FPE_FLTDIV): Likewise.
12911         (FPE_FLTOVF): Likewise.
12912         (FPE_FLTUND): Likewise.
12913         (FPE_FLTRES): Likewise.
12914         (FPE_FLTINV): Likewise.
12915         (FPE_FLTSUB): Likewise.
12916         (SEGV_MAPERR): Likewise.
12917         (SEGV_ACCERR): Likewise.
12918         (BUS_ADRALN): Likewise.
12919         (BUS_ADRERR): Likewise.
12920         (BUS_OBJERR): Likewise.
12921         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12922         (TRAP_TRACE): Likewise.
12923         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12924         __USE_XOPEN2K8].
12925         (CLD_KILLED): Likewise.
12926         (CLD_DUMPED): Likewise.
12927         (CLD_TRAPPED): Likewise.
12928         (CLD_STOPPED): Likewise.
12929         (CLD_CONTINUED): Likewise.
12930         (POLL_IN): Likewise.
12931         (POLL_OUT): Likewise.
12932         (POLL_MSG): Likewise.
12933         (POLL_ERR): Likewise.
12934         (POLL_PRI): Likewise.
12935         (POLL_HUP): Likewise.
12936         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
12937         Likewise.
12938         (ILL_ILLOPN): Likewise.
12939         (ILL_ILLADR): Likewise.
12940         (ILL_ILLTRP): Likewise.
12941         (ILL_PRVOPC): Likewise.
12942         (ILL_PRVREG): Likewise.
12943         (ILL_COPROC): Likewise.
12944         (ILL_BADSTK): Likewise.
12945         (FPE_INTDIV): Likewise.
12946         (FPE_INTOVF): Likewise.
12947         (FPE_FLTDIV): Likewise.
12948         (FPE_FLTOVF): Likewise.
12949         (FPE_FLTUND): Likewise.
12950         (FPE_FLTRES): Likewise.
12951         (FPE_FLTINV): Likewise.
12952         (FPE_FLTSUB): Likewise.
12953         (SEGV_MAPERR): Likewise.
12954         (SEGV_ACCERR): Likewise.
12955         (BUS_ADRALN): Likewise.
12956         (BUS_ADRERR): Likewise.
12957         (BUS_OBJERR): Likewise.
12958         (BUS_MCEERR_AR): Likewise.
12959         (BUS_MCEERR_AO): Likewise.
12960         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12961         (TRAP_TRACE): Likewise.
12962         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12963         __USE_XOPEN2K8].
12964         (CLD_KILLED): Likewise.
12965         (CLD_DUMPED): Likewise.
12966         (CLD_TRAPPED): Likewise.
12967         (CLD_STOPPED): Likewise.
12968         (CLD_CONTINUED): Likewise.
12969         (POLL_IN): Likewise.
12970         (POLL_OUT): Likewise.
12971         (POLL_MSG): Likewise.
12972         (POLL_ERR): Likewise.
12973         (POLL_PRI): Likewise.
12974         (POLL_HUP): Likewise.
12975         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
12976         (ILL_ILLOPN): Likewise.
12977         (ILL_ILLADR): Likewise.
12978         (ILL_ILLTRP): Likewise.
12979         (ILL_PRVOPC): Likewise.
12980         (ILL_PRVREG): Likewise.
12981         (ILL_COPROC): Likewise.
12982         (ILL_BADSTK): Likewise.
12983         (FPE_INTDIV): Likewise.
12984         (FPE_INTOVF): Likewise.
12985         (FPE_FLTDIV): Likewise.
12986         (FPE_FLTOVF): Likewise.
12987         (FPE_FLTUND): Likewise.
12988         (FPE_FLTRES): Likewise.
12989         (FPE_FLTINV): Likewise.
12990         (FPE_FLTSUB): Likewise.
12991         (SEGV_MAPERR): Likewise.
12992         (SEGV_ACCERR): Likewise.
12993         (BUS_ADRALN): Likewise.
12994         (BUS_ADRERR): Likewise.
12995         (BUS_OBJERR): Likewise.
12996         (BUS_MCEERR_AR): Likewise.
12997         (BUS_MCEERR_AO): Likewise.
12998         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12999         (TRAP_TRACE): Likewise.
13000         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13001         __USE_XOPEN2K8].
13002         (CLD_KILLED): Likewise.
13003         (CLD_DUMPED): Likewise.
13004         (CLD_TRAPPED): Likewise.
13005         (CLD_STOPPED): Likewise.
13006         (CLD_CONTINUED): Likewise.
13007         (POLL_IN): Likewise.
13008         (POLL_OUT): Likewise.
13009         (POLL_MSG): Likewise.
13010         (POLL_ERR): Likewise.
13011         (POLL_PRI): Likewise.
13012         (POLL_HUP): Likewise.
13013         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
13014         Likewise.
13015         (ILL_ILLOPN): Likewise.
13016         (ILL_ILLADR): Likewise.
13017         (ILL_ILLTRP): Likewise.
13018         (ILL_PRVOPC): Likewise.
13019         (ILL_PRVREG): Likewise.
13020         (ILL_COPROC): Likewise.
13021         (ILL_BADSTK): Likewise.
13022         (ILL_BADIADDR): Likewise.
13023         (ILL_BREAK): Likewise.
13024         (FPE_INTDIV): Likewise.
13025         (FPE_INTOVF): Likewise.
13026         (FPE_FLTDIV): Likewise.
13027         (FPE_FLTOVF): Likewise.
13028         (FPE_FLTUND): Likewise.
13029         (FPE_FLTRES): Likewise.
13030         (FPE_FLTINV): Likewise.
13031         (FPE_FLTSUB): Likewise.
13032         (FPE_DECOVF): Likewise.
13033         (FPE_DECDIV): Likewise.
13034         (FPE_DECERR): Likewise.
13035         (FPE_INVASC): Likewise.
13036         (FPE_INVDEC): Likewise.
13037         (SEGV_MAPERR): Likewise.
13038         (SEGV_ACCERR): Likewise.
13039         (SEGV_PSTKOVF): Likewise.
13040         (BUS_ADRALN): Likewise.
13041         (BUS_ADRERR): Likewise.
13042         (BUS_OBJERR): Likewise.
13043         (BUS_MCEERR_AR): Likewise.
13044         (BUS_MCEERR_AO): Likewise.
13045         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13046         (TRAP_TRACE): Likewise.
13047         (TRAP_BRANCH): Likewise.
13048         (TRAP_HWBKPT): Likewise.
13049         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13050         __USE_XOPEN2K8].
13051         (CLD_KILLED): Likewise.
13052         (CLD_DUMPED): Likewise.
13053         (CLD_TRAPPED): Likewise.
13054         (CLD_STOPPED): Likewise.
13055         (CLD_CONTINUED): Likewise.
13056         (POLL_IN): Likewise.
13057         (POLL_OUT): Likewise.
13058         (POLL_MSG): Likewise.
13059         (POLL_ERR): Likewise.
13060         (POLL_PRI): Likewise.
13061         (POLL_HUP): Likewise.
13062         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
13063         (ILL_ILLOPN): Likewise.
13064         (ILL_ILLADR): Likewise.
13065         (ILL_ILLTRP): Likewise.
13066         (ILL_PRVOPC): Likewise.
13067         (ILL_PRVREG): Likewise.
13068         (ILL_COPROC): Likewise.
13069         (ILL_BADSTK): Likewise.
13070         (FPE_INTDIV): Likewise.
13071         (FPE_INTOVF): Likewise.
13072         (FPE_FLTDIV): Likewise.
13073         (FPE_FLTOVF): Likewise.
13074         (FPE_FLTUND): Likewise.
13075         (FPE_FLTRES): Likewise.
13076         (FPE_FLTINV): Likewise.
13077         (FPE_FLTSUB): Likewise.
13078         (SEGV_MAPERR): Likewise.
13079         (SEGV_ACCERR): Likewise.
13080         (BUS_ADRALN): Likewise.
13081         (BUS_ADRERR): Likewise.
13082         (BUS_OBJERR): Likewise.
13083         (BUS_MCEERR_AR): Likewise.
13084         (BUS_MCEERR_AO): Likewise.
13085         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13086         (TRAP_TRACE): Likewise.
13087         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13088         __USE_XOPEN2K8].
13089         (CLD_KILLED): Likewise.
13090         (CLD_DUMPED): Likewise.
13091         (CLD_TRAPPED): Likewise.
13092         (CLD_STOPPED): Likewise.
13093         (CLD_CONTINUED): Likewise.
13094         (POLL_IN): Likewise.
13095         (POLL_OUT): Likewise.
13096         (POLL_MSG): Likewise.
13097         (POLL_ERR): Likewise.
13098         (POLL_PRI): Likewise.
13099         (POLL_HUP): Likewise.
13100         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
13101         (ILL_ILLOPN): Likewise.
13102         (ILL_ILLADR): Likewise.
13103         (ILL_ILLTRP): Likewise.
13104         (ILL_PRVOPC): Likewise.
13105         (ILL_PRVREG): Likewise.
13106         (ILL_COPROC): Likewise.
13107         (ILL_BADSTK): 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         (SEGV_MAPERR): Likewise.
13117         (SEGV_ACCERR): Likewise.
13118         (BUS_ADRALN): Likewise.
13119         (BUS_ADRERR): Likewise.
13120         (BUS_OBJERR): Likewise.
13121         (BUS_MCEERR_AR): Likewise.
13122         (BUS_MCEERR_AO): Likewise.
13123         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13124         (TRAP_TRACE): Likewise.
13125         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13126         __USE_XOPEN2K8].
13127         (CLD_KILLED): Likewise.
13128         (CLD_DUMPED): Likewise.
13129         (CLD_TRAPPED): Likewise.
13130         (CLD_STOPPED): Likewise.
13131         (CLD_CONTINUED): Likewise.
13132         (POLL_IN): Likewise.
13133         (POLL_OUT): Likewise.
13134         (POLL_MSG): Likewise.
13135         (POLL_ERR): Likewise.
13136         (POLL_PRI): Likewise.
13137         (POLL_HUP): Likewise.
13138         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
13139         (ILL_ILLOPN): Likewise.
13140         (ILL_ILLADR): Likewise.
13141         (ILL_ILLTRP): Likewise.
13142         (ILL_PRVOPC): Likewise.
13143         (ILL_PRVREG): Likewise.
13144         (ILL_COPROC): Likewise.
13145         (ILL_BADSTK): Likewise.
13146         (FPE_INTDIV): Likewise.
13147         (FPE_INTOVF): Likewise.
13148         (FPE_FLTDIV): Likewise.
13149         (FPE_FLTOVF): Likewise.
13150         (FPE_FLTUND): Likewise.
13151         (FPE_FLTRES): Likewise.
13152         (FPE_FLTINV): Likewise.
13153         (FPE_FLTSUB): Likewise.
13154         (SEGV_MAPERR): Likewise.
13155         (SEGV_ACCERR): Likewise.
13156         (BUS_ADRALN): Likewise.
13157         (BUS_ADRERR): Likewise.
13158         (BUS_OBJERR): Likewise.
13159         (BUS_MCEERR_AR): Likewise.
13160         (BUS_MCEERR_AO): Likewise.
13161         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13162         (TRAP_TRACE): Likewise.
13163         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13164         __USE_XOPEN2K8].
13165         (CLD_KILLED): Likewise.
13166         (CLD_DUMPED): Likewise.
13167         (CLD_TRAPPED): Likewise.
13168         (CLD_STOPPED): Likewise.
13169         (CLD_CONTINUED): Likewise.
13170         (POLL_IN): Likewise.
13171         (POLL_OUT): Likewise.
13172         (POLL_MSG): Likewise.
13173         (POLL_ERR): Likewise.
13174         (POLL_PRI): Likewise.
13175         (POLL_HUP): Likewise.
13176         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
13177         (ILL_ILLOPN): Likewise.
13178         (ILL_ILLADR): Likewise.
13179         (ILL_ILLTRP): Likewise.
13180         (ILL_PRVOPC): Likewise.
13181         (ILL_PRVREG): Likewise.
13182         (ILL_COPROC): Likewise.
13183         (ILL_BADSTK): Likewise.
13184         (ILL_DBLFLT): Likewise.
13185         (ILL_HARDWALL): Likewise.
13186         (FPE_INTDIV): Likewise.
13187         (FPE_INTOVF): Likewise.
13188         (FPE_FLTDIV): Likewise.
13189         (FPE_FLTOVF): Likewise.
13190         (FPE_FLTUND): Likewise.
13191         (FPE_FLTRES): Likewise.
13192         (FPE_FLTINV): Likewise.
13193         (FPE_FLTSUB): Likewise.
13194         (SEGV_MAPERR): Likewise.
13195         (SEGV_ACCERR): Likewise.
13196         (BUS_ADRALN): Likewise.
13197         (BUS_ADRERR): Likewise.
13198         (BUS_OBJERR): Likewise.
13199         (BUS_MCEERR_AR): Likewise.
13200         (BUS_MCEERR_AO): Likewise.
13201         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13202         (TRAP_TRACE): Likewise.
13203         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13204         __USE_XOPEN2K8].
13205         (CLD_KILLED): Likewise.
13206         (CLD_DUMPED): Likewise.
13207         (CLD_TRAPPED): Likewise.
13208         (CLD_STOPPED): Likewise.
13209         (CLD_CONTINUED): Likewise.
13210         (POLL_IN): Likewise.
13211         (POLL_OUT): Likewise.
13212         (POLL_MSG): Likewise.
13213         (POLL_ERR): Likewise.
13214         (POLL_PRI): Likewise.
13215         (POLL_HUP): Likewise.
13216         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
13217         (ILL_ILLOPN): Likewise.
13218         (ILL_ILLADR): Likewise.
13219         (ILL_ILLTRP): Likewise.
13220         (ILL_PRVOPC): Likewise.
13221         (ILL_PRVREG): Likewise.
13222         (ILL_COPROC): Likewise.
13223         (ILL_BADSTK): Likewise.
13224         (FPE_INTDIV): Likewise.
13225         (FPE_INTOVF): Likewise.
13226         (FPE_FLTDIV): Likewise.
13227         (FPE_FLTOVF): Likewise.
13228         (FPE_FLTUND): Likewise.
13229         (FPE_FLTRES): Likewise.
13230         (FPE_FLTINV): Likewise.
13231         (FPE_FLTSUB): Likewise.
13232         (SEGV_MAPERR): Likewise.
13233         (SEGV_ACCERR): Likewise.
13234         (BUS_ADRALN): Likewise.
13235         (BUS_ADRERR): Likewise.
13236         (BUS_OBJERR): Likewise.
13237         (BUS_MCEERR_AR): Likewise.
13238         (BUS_MCEERR_AO): Likewise.
13239         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13240         (TRAP_TRACE): Likewise.
13241         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13242         __USE_XOPEN2K8].
13243         (CLD_KILLED): Likewise.
13244         (CLD_DUMPED): Likewise.
13245         (CLD_TRAPPED): Likewise.
13246         (CLD_STOPPED): Likewise.
13247         (CLD_CONTINUED): Likewise.
13248         (POLL_IN): Likewise.
13249         (POLL_OUT): Likewise.
13250         (POLL_MSG): Likewise.
13251         (POLL_ERR): Likewise.
13252         (POLL_PRI): Likewise.
13253         (POLL_HUP): Likewise.
13254         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
13255         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
13256
13257         [BZ #16670]
13258         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
13259         before #include of <time.h>.
13260         [!__USE_XOPEN2K] (__need_timespec): Likewise.
13261         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
13262         (test-xfail-UNIX98/sched.h/conform): Likewise.
13263
13264 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
13265
13266         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
13267         error absence of trapping exception support.
13268         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
13269
13270 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
13271
13272         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
13273         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
13274         * timezone/Makefile (testdata): Move definition above include of
13275         Rules.
13276         (test-zones): New variable.
13277         (tests-special): Add zone files.
13278         (build-testdata): Use $(evaluate-test).
13279
13280         * elf/Makefile (tests-special): Rename tests to end with .out.
13281         ($(objpfx)noload-mem): Likewise.
13282         ($(objpfx)tst-leaks1-mem): Likewise.
13283         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
13284         * iconv/Makefile (xtests-special): Change test-iconvconfig to
13285         $(objpfx)test-iconvconfig.out.
13286         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
13287         set -e inside subshell and redirect output to file.
13288         * iconvdata/Makefile (generated): Rename tests to end with .out.
13289         Correct type.
13290         (tests-special): Rename tests to end with .out.
13291         ($(objpfx)mtrace-tst-loading): Likewise.
13292         * intl/Makefile (generated): Likewise.
13293         (tests-special): Likewise.
13294         ($(objpfx)mtrace-tst-gettext): Likewise.
13295         * misc/Makefile (generated): Likewise.
13296         (tests-special): Likewise.
13297         ($(objpfx)tst-error1-mem): Likewise.
13298         * nptl/Makefile (tests-special): Likewise.
13299         ($(objpfx)tst-stack3-mem): Likewise.
13300         (generated): Likewise.
13301         * posix/Makefile (generated): Likewise.
13302         (tests-special): Likewise.
13303         (xtests-special): Likewise.
13304         ($(objpfx)tst-fnmatch-mem): Likewise.
13305         ($(objpfx)bug-regex2-mem): Likewise.
13306         ($(objpfx)bug-regex14-mem): Likewise.
13307         ($(objpfx)bug-regex21-mem): Likewise.
13308         ($(objpfx)bug-regex31-mem): Likewise.
13309         ($(objpfx)tst-vfork3-mem): Likewise.
13310         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
13311         ($(objpfx)tst-pcre-mem): Likewise.
13312         ($(objpfx)tst-boost-mem): Likewise.
13313         ($(objpfx)bug-ga2-mem): Likewise.
13314         ($(objpfx)bug-glob2-mem): Likewise.
13315         * resolv/Makefile (generate): Likewise.
13316         (tests-special): Likewise.
13317         (xtests-special): Likewise.
13318         (generated): Likewise.
13319         ($(objpfx)mtrace-tst-leaks): Likewise.
13320         ($(objpfx)mtrace-tst-leaks2): Likewise.
13321
13322         * scripts/merge-test-results.sh: New file.
13323         * Makefile (tests-special-notdir): New variable.
13324         (tests): Run merge-test-results.sh.
13325         (xtests): Likewise.
13326         * Rules (tests-special-notdir): New variable.
13327         (xtests-special-notdir): Likewise.
13328         (tests): Run merge-test-results.sh
13329         (xtests): Likewise.
13330
13331         * Makeconfig (test-xfail-name): New variable.
13332         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
13333         compute variable name for expected failures.
13334         * conform/Makefile (conformtest-headers-data): New variable.
13335         (conformtest-standards): Likewise.
13336         (conformtest-headers-ISO): Likewise.
13337         (conformtest-headers-ISO99): Likewise.
13338         (conformtest-headers-ISO11): Likewise.
13339         (conformtest-headers-POSIX): Likewise.
13340         (conformtest-headers-XPG3): Likewise.
13341         (conformtest-headers-XPG4): Likewise.
13342         (conformtest-headers-UNIX98): Likewise.
13343         (conformtest-headers-XOPEN2K): Likewise.
13344         (conformtest-headers-POSIX2008): Likewise.
13345         (conformtest-headers-XOPEN2K8): Likewise.
13346         (conformtest-header-list-base): Likewise.
13347         (conformtest-header-list-tests): Likewise.
13348         (conformtest-header-base): Likewise.
13349         (conformtest-header-tests): Likewise.
13350         (tests-special): Add $(conformtest-header-list-tests).  If
13351         [$(fast-check) && !$(cross-compiling)], add
13352         $(conformtest-header-tests) instead of
13353         $(objpfx)run-conformtest.out.
13354         (generated): Add $(conformtest-header-list-base).  If
13355         [$(fast-check) && !$(cross-compiling)], add
13356         $(conformtest-header-base).  Remove previous setting.
13357         ($(conformtest-header-list-tests)): New target.
13358         (test-xfail-run-conformtest): Remove variable.
13359         ($(objpfx)run-conformtest.out): Remove target.
13360         (test-xfail-ISO11/complex.h/conform): New variable.
13361         (test-xfail-ISO11/stdalign.h/conform): Likewise.
13362         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
13363         (test-xfail-XPG3/varargs.h/conform): Likewise.
13364         (test-xfail-XPG4/varargs.h/conform): Likewise.
13365         (test-xfail-UNIX98/varargs.h/conform): Likewise.
13366         (test-xfail-XPG4/ndbm.h/conform): Likewise.
13367         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
13368         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
13369         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
13370         (test-xfail-XPG3/fcntl.h/conform): Likewise.
13371         (test-xfail-XPG3/ftw.h/conform): Likewise.
13372         (test-xfail-XPG3/grp.h/conform): Likewise.
13373         (test-xfail-XPG3/langinfo.h/conform): Likewise.
13374         (test-xfail-XPG3/limits.h/conform): Likewise.
13375         (test-xfail-XPG3/pwd.h/conform): Likewise.
13376         (test-xfail-XPG3/search.h/conform): Likewise.
13377         (test-xfail-XPG3/signal.h/conform): Likewise.
13378         (test-xfail-XPG3/stdio.h/conform): Likewise.
13379         (test-xfail-XPG3/stdlib.h/conform): Likewise.
13380         (test-xfail-XPG3/string.h/conform): Likewise.
13381         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
13382         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
13383         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
13384         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
13385         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
13386         (test-xfail-XPG3/sys/types.h/conform): Likewise.
13387         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
13388         (test-xfail-XPG3/termios.h/conform): Likewise.
13389         (test-xfail-XPG3/time.h/conform): Likewise.
13390         (test-xfail-XPG3/unistd.h/conform): Likewise.
13391         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
13392         (test-xfail-XPG4/fcntl.h/conform): Likewise.
13393         (test-xfail-XPG4/langinfo.h/conform): Likewise.
13394         (test-xfail-XPG4/netdb.h/conform): Likewise.
13395         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
13396         (test-xfail-XPG4/signal.h/conform): Likewise.
13397         (test-xfail-XPG4/stdio.h/conform): Likewise.
13398         (test-xfail-XPG4/stdlib.h/conform): Likewise.
13399         (test-xfail-XPG4/stropts.h/conform): Likewise.
13400         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
13401         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
13402         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
13403         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
13404         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
13405         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
13406         (test-xfail-XPG4/sys/time.h/conform): Likewise.
13407         (test-xfail-XPG4/sys/types.h/conform): Likewise.
13408         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
13409         (test-xfail-XPG4/termios.h/conform): Likewise.
13410         (test-xfail-XPG4/ucontext.h/conform): Likewise.
13411         (test-xfail-XPG4/unistd.h/conform): Likewise.
13412         (test-xfail-XPG4/utmpx.h/conform): Likewise.
13413         (test-xfail-POSIX/sched.h/conform): Likewise.
13414         (test-xfail-POSIX/signal.h/conform): Likewise.
13415         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
13416         (test-xfail-POSIX/tar.h/conform): Likewise.
13417         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
13418         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
13419         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
13420         (test-xfail-UNIX98/netdb.h/conform): Likewise.
13421         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
13422         (test-xfail-UNIX98/sched.h/conform): Likewise.
13423         (test-xfail-UNIX98/signal.h/conform): Likewise.
13424         (test-xfail-UNIX98/stdio.h/conform): Likewise.
13425         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
13426         (test-xfail-UNIX98/stropts.h/conform): Likewise.
13427         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
13428         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
13429         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
13430         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
13431         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
13432         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
13433         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
13434         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
13435         (test-xfail-UNIX98/unistd.h/conform): Likewise.
13436         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
13437         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
13438         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
13439         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
13440         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
13441         (test-xfail-XOPEN2K/math.h/conform): Likewise.
13442         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
13443         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
13444         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
13445         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
13446         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
13447         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
13448         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
13449         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
13450         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
13451         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
13452         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
13453         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
13454         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
13455         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
13456         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
13457         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
13458         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
13459         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
13460         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
13461         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
13462         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
13463         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
13464         (test-xfail-POSIX2008/signal.h/conform): Likewise.
13465         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
13466         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
13467         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
13468         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
13469         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
13470         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
13471         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
13472         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
13473         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
13474         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
13475         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
13476         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
13477         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
13478         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
13479         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
13480         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
13481         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
13482         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
13483         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
13484         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
13485         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
13486         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
13487         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
13488         (conformtest-cc-flags): Likewise.
13489         ($(conformtest-header-tests): New target.
13490         * conform/check-header-lists.sh: New file.
13491         * conform/run-conformtest.sh: Remove.
13492
13493         * conform/conformtest.pl: Allow ' and \ in values given for
13494         constants.
13495         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
13496         inclusion.
13497         [POSIX] (sys/types.h): Likewise.
13498         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
13499         inclusion.
13500         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
13501         inclusion.
13502         * conform/data/signal.h-data (SIGIO): Remove expectation.
13503         [XPG3] (SIGBUS): Do not expect.
13504         [POSIX || XPG3] (SIGPOLL): Likewise.
13505         [POSIX || XPG3] (SIGPROF): Likewise.
13506         [POSIX || XPG3] (SIGSYS): Likewise.
13507         [XPG3] (SIGTRAP): Likewise.
13508         [POSIX || XPG3] (SIGURG): Likewise.
13509         [POSIX || XPG3] (SIGVTALRM): Likewise.
13510         [POSIX || XPG3] (SIGXCPU): Likewise.
13511         [POSIX || XPG3] (SIGXFSZ): Likewise.
13512         [POSIX] (SA_SIGINFO): Expect.
13513         [XPG3] (siginfo_t): Do not expect type or contents.
13514         [POSIX] (si_pid): Do not expect element.
13515         [POSIX] (si_uid): Likewise.
13516         [POSIX] (si_addr): Likewise.
13517         [POSIX] (si_status): Likewise.
13518         [POSIX] (si_band): Likewise.
13519         [XPG4] (si_value): Likewise.
13520         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
13521         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
13522         [POSIX || XPG3] (ILL_ILLADR): Likewise.
13523         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
13524         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
13525         [POSIX || XPG3] (ILL_PRVREG): Likewise.
13526         [POSIX || XPG3] (ILL_COPROC): Likewise.
13527         [POSIX || XPG3] (ILL_BADSTK): Likewise.
13528         [POSIX || XPG3] (FPE_INTDIV): Likewise.
13529         [POSIX || XPG3] (FPE_INTOVF): Likewise.
13530         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
13531         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
13532         [POSIX || XPG3] (FPE_FLTUND): Likewise.
13533         [POSIX || XPG3] (FPE_FLTRES): Likewise.
13534         [POSIX || XPG3] (FPE_FLTINV): Likewise.
13535         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
13536         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
13537         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
13538         [POSIX || XPG3] (BUS_ADRALN): Likewise.
13539         [POSIX || XPG3] (BUS_ADRERR): Likewise.
13540         [POSIX || XPG3] (BUS_OBJERR): Likewise.
13541         [POSIX || XPG3] (CLD_EXITED): Likewise.
13542         [POSIX || XPG3] (CLD_KILLED): Likewise.
13543         [POSIX || XPG3] (CLD_DUMPED): Likewise.
13544         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
13545         [POSIX || XPG3] (CLD_STOPPED): Likewise.
13546         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
13547         [POSIX || XPG3] (POLL_IN): Likewise.
13548         [POSIX || XPG3] (POLL_OUT): Likewise.
13549         [POSIX || XPG3] (POLL_MSG): Likewise.
13550         [POSIX || XPG3] (POLL_ERR): Likewise.
13551         [POSIX || XPG3] (POLL_PRI): Likewise.
13552         [POSIX || XPG3] (POLL_HUP): Likewise.
13553         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
13554         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
13555         (SIG*): Do not allow.
13556         [XPG3] (si_*): Likewise.
13557         [XPG3] (SI_*): Likewise.
13558         [XPG3 || XPG4] (sigev_*): Likewise.
13559         [XPG3 || XPG4] (SIGEV_*): Likewise.
13560         [XPG3 || XPG4] (sival_*): Likewise.
13561         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
13562         [POSIX || XPG3] (BUS_*): Likewise.
13563         [POSIX || XPG3] (CLD_*): Likewise.
13564         [POSIX || XPG3] (FPE_*): Likewise.
13565         [POSIX || XPG3] (ILL_*): Likewise.
13566         [POSIX || XPG3] (POLL_*): Likewise.
13567         [POSIX || XPG3] (SEGV_*): Likewise.
13568         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
13569         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
13570         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
13571         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
13572         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
13573         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
13574         Specify type and value.
13575         (TVERSLEN): Likewise.
13576         (REGTYPE): Likewise.
13577         (AREGTYPE): Likewise.
13578         (LNKTYPE): Likewise.
13579         (SYMTYPE): Likewise.
13580         (CHRTYPE): Likewise.
13581         (BLKTYPE): Likewise.
13582         (DIRTYPE): Likewise.
13583         (FIFOTYPE): Likewise.
13584         (CONTTYPE): Likewise.
13585         (TSUID): Likewise.
13586         (TSGID): Likewise.
13587         (TSVTX): Likewise.
13588         (TUREAD): Likewise.
13589         (TUWRITE): Likewise.
13590         (TUEXEC): Likewise.
13591         (TGREAD): Likewise.
13592         (TGWRITE): Likewise.
13593         (TGEXEC): Likewise.
13594         (TOREAD): Likewise.
13595         (TOWRITE): Likewise.
13596         (TOEXEC): Likewise.
13597         [POSIX] (TSVTX): Expect constant.
13598
13599 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
13600
13601         * Makefile (tests): Change dependencies to ....
13602         (tests-special): ... additions to this variable.
13603         (tests): Depend on $(tests-special).
13604         * Makerules (check-abi-list): New variable.
13605         (check-abi): Depend on $(check-abi-list).
13606         [$(subdir) = elf] (tests-special): Add
13607         $(objpfx)check-abi-libc.out.
13608         [$(build-shared) = yes && subdir] (tests-special): Add
13609         $(check-abi-list).
13610         [$(build-shared) = yes && subdir] (tests): Do not depend on
13611         check-abi.
13612         * Rules (tests): Depend on $(tests-special).
13613         (xtests): Depend on $(xtests-special).
13614         * catgets/Makefile (tests): Change dependencies to ....
13615         (tests-special): ... additions to this variable.
13616         * conform/Makefile (tests): Change dependencies to ....
13617         (tests-special): ... additions to this variable.
13618         * elf/Makefile (tests): Change dependencies to ....
13619         (tests-special): ... additions to this variable.
13620         * grp/Makefile (tests): Change dependencies to ....
13621         (tests-special): ... additions to this variable.
13622         * iconv/Makefile (xtests): Change dependencies to ....
13623         (xtests-special): ... additions to this variable.
13624         * iconvdata/Makefile (tests): Change dependencies to ....
13625         (tests-special): ... additions to this variable.
13626         * intl/Makefile (tests): Change dependencies to ....
13627         (tests-special): ... additions to this variable.  Also add
13628         $(objpfx)tst-gettext.out.
13629         * io/Makefile (tests): Change dependencies to ....
13630         (tests-special): ... additions to this variable.
13631         * libio/Makefile (tests): Change dependencies to ....
13632         (tests-special): ... additions to this variable.
13633         * malloc/Makefile (tests): Change dependencies to ....
13634         (tests-special): ... additions to this variable.
13635         * misc/Makefile (tests): Change dependencies to ....
13636         (tests-special): ... additions to this variable.
13637         * nptl/Makefile (tests): Change dependencies to ....
13638         (tests-special): ... additions to this variable.
13639         * nptl_db/Makefile (tests): Change dependencies to ....
13640         (tests-special): ... additions to this variable.
13641         * posix/Makefile (tests): Change dependencies to ....
13642         (tests-special): ... additions to this variable.
13643         (xtests): Change dependencies to ....
13644         (xtests-special): ... additions to this variable.
13645         * resolv/Makefile (tests): Change dependencies to ....
13646         (tests-special): ... additions to this variable.
13647         (xtests): Change dependencies to ....
13648         (xtests-special): ... additions to this variable.
13649         * stdio-common/Makefile (tests): Change dependencies to ....
13650         (tests-special): ... additions to this variable.
13651         (do-tst-unbputc): Remove target.
13652         (do-tst-printf): Likewise.
13653         * stdlib/Makefile (tests): Change dependencies to ....
13654         (tests-special): ... additions to this variable.
13655         * string/Makefile (tests): Change dependencies to ....
13656         (tests-special): ... additions to this variable.
13657         * sysdeps/x86/Makefile (tests): Change dependencies to ....
13658         (tests-special): ... additions to this variable.
13659
13660         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
13661         whole file.
13662         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
13663         whole file.
13664         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
13665         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
13666
13667         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
13668         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
13669         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
13670         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
13671         * conform/data/libgen.h-data [XPG3]: Likewise.
13672         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
13673         * conform/data/ndbm.h-data [XPG3]: Likewise.
13674         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
13675         * conform/data/netdb.h-data [XPG3]: Likewise.
13676         * conform/data/netinet/in.h-data [XPG3]: Likewise.
13677         * conform/data/poll.h-data [XPG3]: Likewise.
13678         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
13679         * conform/data/strings.h-data [XPG3]: Likewise.
13680         * conform/data/stropts.h-data [XPG3]: Likewise.
13681         * conform/data/sys/mman.h-data [XPG3]: Likewise.
13682         * conform/data/sys/resource.h-data [XPG3]: Likewise.
13683         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
13684         Likewise.
13685         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
13686         * conform/data/sys/time.h-data [XPG3]: Likewise.
13687         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
13688         * conform/data/sys/uio.h-data [XPG3]: Likewise.
13689         * conform/data/sys/un.h-data [XPG3]: Likewise.
13690         * conform/data/syslog.h-data [XPG3]: Likewise.
13691         * conform/data/ucontext.h-data [XPG3]: Likewise.
13692         * conform/data/utmpx.h-data [XPG3]: Likewise.
13693         * conform/data/varargs.h-data [UNIX98]: Enable file.
13694
13695         * manual/Makefile (INSTALL_INFO): Remove variable setting.
13696
13697         * math/libm-test.inc (struct test_f_f_data): Move expected results
13698         into structure for each rounding mode.
13699         (struct test_ff_f_data): Likewise.
13700         (struct test_ff_f_data_nexttoward): Likewise.
13701         (struct test_fi_f_data): Likewise.
13702         (struct test_fl_f_data): Likewise.
13703         (struct test_if_f_data): Likewise.
13704         (struct test_fff_f_data): Likewise.
13705         (struct test_c_f_data): Likewise.
13706         (struct test_f_f1_data): Likewise.
13707         (struct test_fF_f1_data): Likewise.
13708         (struct test_ffI_f1_data): Likewise.
13709         (struct test_c_c_data): Likewise.
13710         (struct test_cc_c_data): Likewise.
13711         (struct test_f_i_data): Likewise.
13712         (struct test_ff_i_data): Likewise.
13713         (struct test_f_l_data): Likewise.
13714         (struct test_f_L_data): Likewise.
13715         (struct test_fFF_11_data): Likewise.
13716         (RM_): New macro.
13717         (RM_FE_DOWNWARD): Likewise.
13718         (RM_FE_TONEAREST): Likewise.
13719         (RM_FE_TOWARDZERO): Likewise.
13720         (RM_FE_UPWARD): Likewise.
13721         (RUN_TEST_LOOP_f_f): Update references to expected results.
13722         (RUN_TEST_LOOP_2_f): Likewise.
13723         (RUN_TEST_LOOP_fff_f): Likewise.
13724         (RUN_TEST_LOOP_c_f): Likewise.
13725         (RUN_TEST_LOOP_f_f1): Likewise.
13726         (RUN_TEST_LOOP_fF_f1): Likewise.
13727         (RUN_TEST_LOOP_fI_f1): Likewise.
13728         (RUN_TEST_LOOP_ffI_f1): Likewise.
13729         (RUN_TEST_LOOP_c_c): Likewise.
13730         (RUN_TEST_LOOP_cc_c): Likewise.
13731         (RUN_TEST_LOOP_f_i): Likewise.
13732         (RUN_TEST_LOOP_f_i_tg): Likewise.
13733         (RUN_TEST_LOOP_ff_i_tg): Likewise.
13734         (RUN_TEST_LOOP_f_b): Likewise.
13735         (RUN_TEST_LOOP_f_b_tg): Likewise.
13736         (RUN_TEST_LOOP_f_l): Likewise.
13737         (RUN_TEST_LOOP_f_L): Likewise.
13738         (RUN_TEST_LOOP_fFF_11): Likewise.
13739         * math/gen-libm-test.pl (parse_args): Output four copies of
13740         expected results for each test.
13741
13742         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
13743         (__ASSUME_UTIMES): Remove.
13744         * sysdeps/unix/sysv/linux/tile/kernel-features.h
13745         (__ASSUME_UTIMES): Likewise.
13746
13747         * math/gen-auto-libm-tests.c: Update comment on output format.
13748         (output_for_one_input_case): Generate before-rounding and
13749         after-rounding information as conditions on output flags not
13750         floating-point format.
13751         * math/auto-libm-test-out: Regenerated.
13752         * math/gen-libm-test.pl (cond_value): New function.
13753         (or_cond_value): Use cond_value.
13754         (generate_testfile): Handle conditional exceptions.
13755
13756 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
13757
13758         * math/libm-test.inc (max_valid_error): New variable.
13759         (init_max_error): Take new argument specifying whether function
13760         results are exactly determined.  Set max_valid_error and bound
13761         other variables for errors based on this argument.
13762         (set_max_error): Do not record results above max_valid_error.
13763         (check_float_internal): Only accept errors of up to 0.5ulps if
13764         also at most max_valid_error.
13765         (START): Take new argument EXACT and pass it to init_max_error.
13766         (acos_test): Update call to START.
13767         (acos_test_tonearest): Likewise.
13768         (acos_test_towardzero): Likewise.
13769         (acos_test_downward): Likewise.
13770         (acos_test_upward): Likewise.
13771         (acosh_test): Likewise.
13772         (asin_test): Likewise.
13773         (asin_test_tonearest): Likewise.
13774         (asin_test_towardzero): Likewise.
13775         (asin_test_downward): Likewise.
13776         (asin_test_upward): Likewise.
13777         (asinh_test): Likewise.
13778         (atan_test): Likewise.
13779         (atanh_test): Likewise.
13780         (atan2_test): Likewise.
13781         (cabs_test): Likewise.
13782         (cacos_test): Likewise.
13783         (cacosh_test): Likewise.
13784         (carg_test): Likewise.
13785         (casin_test): Likewise.
13786         (casinh_test): Likewise.
13787         (catan_test): Likewise.
13788         (catanh_test): Likewise.
13789         (cbrt_test): Likewise.
13790         (ccos_test): Likewise.
13791         (ccosh_test): Likewise.
13792         (ceil_test): Likewise.
13793         (cexp_test): Likewise.
13794         (cimag_test): Likewise.
13795         (clog_test): Likewise.
13796         (clog10_test): Likewise.
13797         (conj_test): Likewise.
13798         (copysign_test): Likewise.
13799         (cos_test): Likewise.
13800         (cos_test_tonearest): Likewise.
13801         (cos_test_towardzero): Likewise.
13802         (cos_test_downward): Likewise.
13803         (cos_test_upward): Likewise.
13804         (cosh_test): Likewise.
13805         (cosh_test_tonearest): Likewise.
13806         (cosh_test_towardzero): Likewise.
13807         (cosh_test_downward): Likewise.
13808         (cosh_test_upward): Likewise.
13809         (cpow_test): Likewise.
13810         (cproj_test): Likewise.
13811         (creal_test): Likewise.
13812         (csin_test): Likewise.
13813         (csinh_test): Likewise.
13814         (csqrt_test): Likewise.
13815         (ctan_test): Likewise.
13816         (ctan_test_tonearest): Likewise.
13817         (ctan_test_towardzero): Likewise.
13818         (ctan_test_downward): Likewise.
13819         (ctan_test_upward): Likewise.
13820         (ctanh_test): Likewise.
13821         (ctanh_test_tonearest): Likewise.
13822         (ctanh_test_towardzero): Likewise.
13823         (ctanh_test_downward): Likewise.
13824         (ctanh_test_upward): Likewise.
13825         (erf_test): Likewise.
13826         (erfc_test): Likewise.
13827         (exp_test): Likewise.
13828         (exp_test_tonearest): Likewise.
13829         (exp_test_towardzero): Likewise.
13830         (exp_test_downward): Likewise.
13831         (exp_test_upward): Likewise.
13832         (exp10_test): Likewise.
13833         (exp10_test_tonearest): Likewise.
13834         (exp10_test_towardzero): Likewise.
13835         (exp10_test_downward): Likewise.
13836         (exp10_test_upward): Likewise.
13837         (pow10_test): Likewise.
13838         (exp2_test): Likewise.
13839         (expm1_test): Likewise.
13840         (expm1_test_tonearest): Likewise.
13841         (expm1_test_towardzero): Likewise.
13842         (expm1_test_downward): Likewise.
13843         (expm1_test_upward): Likewise.
13844         (fabs_test): Likewise.
13845         (fdim_test): Likewise.
13846         (floor_test): Likewise.
13847         (fma_test): Likewise.
13848         (fma_test_towardzero): Likewise.
13849         (fma_test_downward): Likewise.
13850         (fma_test_upward): Likewise.
13851         (fmax_test): Likewise.
13852         (fmin_test): Likewise.
13853         (fmod_test): Likewise.
13854         (fpclassify_test): Likewise.
13855         (frexp_test): Likewise.
13856         (hypot_test): Likewise.
13857         (ilogb_test): Likewise.
13858         (isfinite_test): Likewise.
13859         (finite_test): Likewise.
13860         (isgreater_test): Likewise.
13861         (isgreaterequal_test): Likewise.
13862         (isinf_test): Likewise.
13863         (isless_test): Likewise.
13864         (islessequal_test): Likewise.
13865         (islessgreater_test): Likewise.
13866         (isnan_test): Likewise.
13867         (isnormal_test): Likewise.
13868         (issignaling_test): Likewise.
13869         (isunordered_test): Likewise.
13870         (j0_test): Likewise.
13871         (j1_test): Likewise.
13872         (jn_test): Likewise.
13873         (ldexp_test): Likewise.
13874         (lgamma_test): Likewise.
13875         (gamma_test): Likewise.
13876         (lrint_test): Likewise.
13877         (lrint_test_tonearest): Likewise.
13878         (lrint_test_towardzero): Likewise.
13879         (lrint_test_downward): Likewise.
13880         (lrint_test_upward): Likewise.
13881         (llrint_test): Likewise.
13882         (llrint_test_tonearest): Likewise.
13883         (llrint_test_towardzero): Likewise.
13884         (llrint_test_downward): Likewise.
13885         (llrint_test_upward): Likewise.
13886         (log_test): Likewise.
13887         (log10_test): Likewise.
13888         (log1p_test): Likewise.
13889         (log2_test): Likewise.
13890         (logb_test): Likewise.
13891         (logb_test_downward): Likewise.
13892         (lround_test): Likewise.
13893         (llround_test): Likewise.
13894         (modf_test): Likewise.
13895         (nearbyint_test): Likewise.
13896         (nextafter_test): Likewise.
13897         (nexttoward_test): Likewise.
13898         (pow_test): Likewise.
13899         (pow_test_tonearest): Likewise.
13900         (pow_test_towardzero): Likewise.
13901         (pow_test_downward): Likewise.
13902         (pow_test_upward): Likewise.
13903         (remainder_test): Likewise.
13904         (drem_test): Likewise.
13905         (remainder_test_tonearest): Likewise.
13906         (drem_test_tonearest): Likewise.
13907         (remainder_test_towardzero): Likewise.
13908         (drem_test_towardzero): Likewise.
13909         (remainder_test_downward): Likewise.
13910         (drem_test_downward): Likewise.
13911         (remainder_test_upward): Likewise.
13912         (drem_test_upward): Likewise.
13913         (remquo_test): Likewise.
13914         (rint_test): Likewise.
13915         (rint_test_tonearest): Likewise.
13916         (rint_test_towardzero): Likewise.
13917         (rint_test_downward): Likewise.
13918         (rint_test_upward): Likewise.
13919         (round_test): Likewise.
13920         (scalb_test): Likewise.
13921         (scalbn_test): Likewise.
13922         (scalbln_test): Likewise.
13923         (signbit_test): Likewise.
13924         (sin_test): Likewise.
13925         (sin_test_tonearest): Likewise.
13926         (sin_test_towardzero): Likewise.
13927         (sin_test_downward): Likewise.
13928         (sin_test_upward): Likewise.
13929         (sincos_test): Likewise.
13930         (sinh_test): Likewise.
13931         (sinh_test_tonearest): Likewise.
13932         (sinh_test_towardzero): Likewise.
13933         (sinh_test_downward): Likewise.
13934         (sinh_test_upward): Likewise.
13935         (sqrt_test): Likewise.
13936         (sqrt_test_tonearest): Likewise.
13937         (sqrt_test_towardzero): Likewise.
13938         (sqrt_test_downward): Likewise.
13939         (sqrt_test_upward): Likewise.
13940         (tan_test): Likewise.
13941         (tan_test_tonearest): Likewise.
13942         (tan_test_towardzero): Likewise.
13943         (tan_test_downward): Likewise.
13944         (tan_test_upward): Likewise.
13945         (tanh_test): Likewise.
13946         (tgamma_test): Likewise.
13947         (trunc_test): Likewise.
13948         (y0_test): Likewise.
13949         (y1_test): Likewise.
13950         (yn_test): Likewise.
13951         (significand_test): Likewise.
13952
13953         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
13954         individual tests in comment.
13955         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
13956         (prev_max_error): New variable.
13957         (prev_real_max_error): Likewise.
13958         (prev_imag_max_error): Likewise.
13959         (compare_ulp_data): Don't refer to test names in comment.
13960         (find_test_ulps): Remove function.
13961         (find_function_ulps): Likewise.
13962         (find_complex_function_ulps): Likewise.
13963         (init_max_error): Take function name as argument.  Look up ulps
13964         for that function.
13965         (print_ulps): Remove function.
13966         (print_max_error): Use prev_max_error instead of calling
13967         find_function_ulps.
13968         (print_complex_max_error): Use prev_real_max_error and
13969         prev_imag_max_error instead of calling find_complex_function_ulps.
13970         (check_float_internal): Take max_ulp parameter instead of calling
13971         find_test_ulps.  Don't call print_ulps.
13972         (check_float): Update call to check_float_internal.
13973         (check_complex): Update calls to check_float_internal.
13974         (START): Pass argument to init_max_error.
13975         * math/gen-libm-test.pl (%results): Don't include "kind"
13976         information.
13977         (parse_ulps): Don't handle ulps of individual tests.
13978         (print_ulps_file): Likewise.
13979         (output_ulps): Likewise.
13980         * math/README.libm-test: Update.
13981         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
13982         individual tests.
13983         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
13984         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
13985         * sysdeps/arm/libm-test-ulps: Likewise.
13986         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
13987         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
13988         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
13989         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
13990         * sysdeps/microblaze/libm-test-ulps: Likewise.
13991         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
13992         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
13993         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
13994         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
13995         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
13996         * sysdeps/sh/libm-test-ulps: Likewise.
13997         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
13998         * sysdeps/tile/libm-test-ulps: Likewise.
13999         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14000
14001 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
14002
14003         * math/libm-test.inc (print_complex_max_error): Check separately
14004         whether real and imaginary errors are within allowed range and
14005         pass 0 to print_complex_function_ulps instead of value within
14006         allowed range.
14007
14008 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
14009
14010         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
14011         formatting.
14012         (get_handles_fopen): Likewise.
14013         (do_write_test): Likewise.
14014
14015         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
14016
14017         * libio/fileops.c (do_ftell): Use cached offset when
14018         available.
14019         * libio/iofwide.c (do_ftell_wide): Likewise.
14020         * libio/iofdopen.c (_IO_new_fdopen): Don't use
14021         _IO_file_attach.
14022         * libio/wfileops.c (_IO_fwide): Don't cache offset.
14023
14024         [BZ #16532]
14025         * libio/libioP.h (get_file_offset): New function.
14026         * libio/fileops.c (get_file_offset): Likewise.
14027         (do_ftell): Likewise.
14028         (_IO_new_file_seekoff): Split out ftell logic.
14029         * libio/wfileops.c (do_ftell_wide): Likewise.
14030         (_IO_wfile_seekoff): Split out ftell logic.
14031         * libio/tst-ftell-active-handler.c: New test case.
14032         * libio/Makefile (tests): Add it.
14033
14034 2014-03-03  Roland McGrath  <roland@hack.frob.com>
14035
14036         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
14037         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
14038
14039 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
14040
14041         [BZ #16639]
14042         * nscd/connections.c (nscd_init): Call do_exit.
14043         (start_threads): Call do_exit and notify_parent.
14044         (begin_drop_privileges): Call do_exit.
14045         (finish_drop_privileges): Likewise.
14046         * nscd/selinux.c (preserve_capabilities): Likewise.
14047         (install_real_capabilities): Likewise.
14048         (nscd_selinux_enabled): Likewise.
14049         (avc_create_thread): Likewise.
14050         (avc_alloc_lock): Likewise.
14051         (nscd_avc_init): Likewise.
14052         * nscd/nscd.c (parent_fd): New static variable.
14053         (main): Create a pipe between parent and child processes.
14054         Skip closing parent_fd.
14055         (monitor_child): New function.
14056         (do_exit): Likewise.
14057         (notify_parent): Likewise.
14058         * nscd/nscd.h (notify_parent): Likewise.
14059         (do_exit): Likewise.
14060
14061 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
14062
14063         * malloc/malloc.c (__libc_calloc): Revert last change.
14064
14065 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14066
14067         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14068
14069 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
14070
14071         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
14072         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
14073         implementation.
14074         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
14075         (__libc_ifunc_impl_list): Likewise.
14076         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
14077         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
14078         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
14079         * string/strrchr.c: Define STRRCHR.
14080
14081 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
14082
14083         * benchtest/bench-strtok.c (simple_strtok): Delete.
14084         (strtok_string): Use as benchmark.
14085         * string/strtok (STRTOK): New macro.
14086
14087 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
14088
14089         * manual/threads.texi: Add header and standard comments to all
14090         functions.
14091
14092         * elf/dl-lookup.c (check_match): New function.
14093         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
14094         (do_lookup_x): Remove nested function check_match. Use non-nested
14095         function check_match.
14096
14097 2014-02-28  Roland McGrath  <roland@hack.frob.com>
14098
14099         * csu/Makefile (generated, before-compile): Use += rather than =.
14100         * catgets/Makefile (generated, generated-dirs): Likewise.
14101         * debug/Makefile (generated): Likewise.
14102         * dlfcn/Makefile (generated): Likewise.
14103         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
14104         * iconvdata/Makefile (before-compile, generated): Likewise.
14105         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
14106         * libio/Makefile (generated): Likewise.
14107         * malloc/Makefile (generated): Likewise.
14108         * manual/Makefile (generated, generated-dirs): Likewise.
14109         * misc/Makefile (generated): Likewise.
14110         * posix/Makefile (generated): Likewise.
14111         * resolv/Makefile (generated): Likewise.
14112         * sunrpc/Makefile (generated, generated-dirs): Likewise.
14113         * timezone/Makefile (generated, generated-dirs): Likewise.
14114
14115         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
14116
14117 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14118
14119         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
14120         power8 implementation.
14121         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
14122         file: POWER8 llround ifunc implementation.
14123         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
14124         (__lllround): Add POWER8 implementation.
14125         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
14126         POWER8 llround implementation.
14127
14128         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
14129         power8 implementation.
14130         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
14131         file: POWER8 llrint ifunc implementation.
14132         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
14133         Add POWER8 implementation.
14134         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
14135         POWER8 llrint implementation.
14136
14137         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
14138         power8 implementation.
14139         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
14140         file: POWER8 finite ifunc implementation.
14141         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
14142         Add POWER8 implementation.
14143         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
14144         Likewise.
14145         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
14146         POWER8 finite implementation.
14147         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
14148
14149         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
14150         power8 implementation.
14151         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
14152         file: POWER8 isinf ifunc implementation.
14153         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
14154         POWER8 implementation.
14155         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
14156         Likewise.
14157         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
14158         isinf implementation.
14159         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
14160
14161         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
14162         (INIT_ARCH): Add hwcap2 initialization.
14163         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
14164         power8 implementation.
14165         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
14166         file: POWER8 isnan ifunc implementation.
14167         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
14168         POWER8 implementation.
14169         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
14170         Likewise.
14171         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
14172         isnan implementation.
14173         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
14174
14175 2014-02-27  Joey Ye  <joey.ye@arm.com>
14176
14177         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
14178         (_FP_NANFRAC_Q): Set to zero.
14179
14180 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
14181
14182         [BZ #16623]
14183         * math/auto-libm-test-in: New test inputs.
14184         * math/auto-libm-test-out: Regenerate.
14185         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
14186         and DA.
14187         (__cos): Likewise.
14188         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
14189
14190 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
14191
14192         * scripts/evaluate-test.sh: Take new argument indicating whether
14193         failure is expected.
14194         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
14195         indicating whether failure is expected.
14196         * conform/Makefile (test-xfail-run-conformtest): New variable.
14197         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
14198         level.
14199         * posix/Makefile (test-xfail-annexc): New variable.
14200         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
14201
14202 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
14203
14204         * argp/Makefile: Include Makeconfig immediately after defining
14205         subdir.
14206         * assert/Makefile: Likewise.
14207         * benchtests/Makefile: Likewise.
14208         * catgets/Makefile: Likewise.
14209         * conform/Makefile: Likewise.
14210         * crypt/Makefile: Likewise.
14211         * csu/Makefile: Likewise.
14212         (all): Remove target.
14213         * ctype/Makefile: Include Makeconfig immediately after defining
14214         subdir.
14215         * debug/Makefile: Likewise.
14216         * dirent/Makefile: Likewise.
14217         * dlfcn/Makefile: Likewise.
14218         * gmon/Makefile: Likewise.
14219         * gnulib/Makefile: Likewise.
14220         * grp/Makefile: Likewise.
14221         * gshadow/Makefile: Likewise.
14222         * hesiod/Makefile: Likewise.
14223         * hurd/Makefile: Likewise.
14224         (all): Remove target.
14225         * iconvdata/Makefile: Include Makeconfig immediately after
14226         defining subdir.
14227         * inet/Makefile: Likewise.
14228         * intl/Makefile: Likewise.
14229         * io/Makefile: Likewise.
14230         * libio/Makefile: Likewise.
14231         (all): Remove target.
14232         * locale/Makefile: Include Makeconfig immediately after defining
14233         subdir.
14234         * login/Makefile: Likewise.
14235         * mach/Makefile: Likewise.
14236         (all): Remove target.
14237         * malloc/Makefile: Include Makeconfig immediately after defining
14238         subdir.
14239         (all): Remove target.
14240         * manual/Makefile: Include Makeconfig immediately after defining
14241         subdir.
14242         * math/Makefile: Likewise.
14243         * misc/Makefile: Likewise.
14244         * nis/Makefile: Likewise.
14245         * nss/Makefile: Likewise.
14246         * po/Makefile: Likewise.
14247         (all): Remove target.
14248         * posix/Makefile: Include Makeconfig immediately after defining
14249         subdir.
14250         * pwd/Makefile: Likewise.
14251         * resolv/Makefile: Likewise.
14252         * resource/Makefile: Likewise.
14253         * rt/Makefile: Likewise.
14254         * setjmp/Makefile: Likewise.
14255         * shadow/Makefile: Likewise.
14256         * signal/Makefile: Likewise.
14257         * socket/Makefile: Likewise.
14258         * soft-fp/Makefile: Likewise.
14259         * stdio-common/Makefile: Likewise.
14260         * stdlib/Makefile: Likewise.
14261         * streams/Makefile: Likewise.
14262         * string/Makefile: Likewise.
14263         * sunrpc/Makefile: Likewise.
14264         (all): Remove target.
14265         * sysvipc/Makefile: Include Makeconfig immediately after defining
14266         subdir.
14267         * termios/Makefile: Likewise.
14268         * time/Makefile: Likewise.
14269         * timezone/Makefile: Likewise.
14270         (all): Remove target.
14271         * wcsmbs/Makefile: Include Makeconfig immediately after defining
14272         subdir.
14273         * wctype/Makefile: Likewise.
14274
14275 2014-02-26  Steve Ellcey  <sellcey@mips.com>
14276
14277         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
14278         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
14279         (libc_feholdexcept_setround_mips): Ditto.
14280         (libc_feholdsetround): New.
14281         (libc_feholdsetroundf): New.
14282         (libc_feholdsetroundl): New.
14283         (libc_feupdateenv_test_mips): New.
14284         (libc_feupdateenv_test): New.
14285         (libc_feupdateenv_testf): New.
14286         (libc_feupdateenv_testl): New.
14287         (libc_feresetround): New.
14288         (libc_feresetroundf): New.
14289         (libc_feresetroundl): New.
14290         (libc_fetestexcept_mips): New.
14291         (libc_fetestexcept): New.
14292         (libc_fetestexceptf): New.
14293         (libc_fetestexceptl): New.
14294         (HAVE_RM_CTX): New.
14295         (libc_feholdexcept_setround_mips_ctx): New.
14296         (libc_feholdexcept_setround_ctx): New.
14297         (libc_feholdexcept_setroundf_ctx): New.
14298         (libc_feholdexcept_setroundl_ctx): New.
14299         (libc_fesetenv_mips_ctx): New.
14300         (libc_fesetenv_ctx): New.
14301         (libc_fesetenv_ctxf): New.
14302         (libc_fesetenv_ctxl): New.
14303         (libc_feupdateenv_mips_ctx): New.
14304         (libc_feupdateenv_ctx): New.
14305         (libc_feupdateenvf_ctx): New.
14306         (libc_feupdateenvl_ctx): New.
14307         (libc_feholdsetround_mips_ctx): New.
14308         (libc_feholdsetround_ctx): New.
14309         (libc_feholdsetroundf_ctx): New.
14310         (libc_feholdsetroundl_ctx): New.
14311         (libc_feresetround_mips_ctx): New.
14312         (libc_feresetround_ctx): New.
14313         (libc_feresetroundf_ctx): New.
14314         (libc_feresetroundl_ctx): New.
14315
14316 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
14317
14318         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
14319
14320         * manual/ipc.texi: New file.
14321         * manual/Makefile (chapters): Add ipc.
14322         * manual/job.texi: Add "Inter-Process Communication" to next.
14323         * manual/process.texi: Add "Inter-Process Communication" to prev.
14324
14325 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14326
14327         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14328
14329 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
14330
14331         * malloc/malloc.c (__libc_calloc): Simplify implementation.
14332
14333         * manual/arith.texi: Fix spaces after sentences.
14334         * manual/charset.texi: Likewise.
14335         * manual/errno.texi: Likewise.
14336         * manual/install.texi: Likewise.
14337         * manual/llio.texi: Likewise.
14338         * manual/locale.texi: Likewise.
14339         * manual/maint.texi: Likewise.
14340         * manual/math.texi: Likewise.
14341         * manual/memory.texi: Likewise.
14342         * manual/message.texi: Likewise.
14343         * manual/probes.texi: Likewise.
14344         * manual/resource.texi: Likewise.
14345         * manual/signal.texi: Likewise.
14346         * manual/socket.texi: Likewise.
14347         * manual/stdio.texi: Likewise.
14348         * manual/string.texi: Likewise.
14349         * manual/time.texi: Likewise.
14350         * manual/users.texi: Likewise.
14351
14352 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
14353
14354         [BZ #16632]
14355         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
14356         _DEFAULT_SOURCE is defined.
14357
14358 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
14359             Carlos O'Donell  <carlos@redhat.com>
14360
14361         [BZ #16613]
14362         * elf/dl-tls.c (_dl_count_modids): New function.
14363         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
14364         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
14365         audit library and increment generation counter.
14366         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
14367         * elf/tst-audit9.c: New file.
14368         * elf/tst-auditmod9a.c: New file.
14369         * elf/tst-auditmod9b.c: New file.
14370         * elf/Makefile: Add rules to build and run tst-audit9.
14371
14372 2014-02-25  Florian Weimer  <fweimer@redhat.com>
14373
14374         [BZ #15347]
14375         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
14376
14377 2014-02-25  Will Newton  <will.newton@linaro.org>
14378
14379         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
14380         (__longjmp): Restore sp and lr before restoring callee
14381         saved registers.  Add longjmp and longjmp_target
14382         SystemTap probe point.
14383         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
14384         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
14385         Define to zero to match jmpbuf layout.
14386         * sysdeps/arm/setjmp.S: Include stap-probe.h.
14387         (__sigsetjmp): Save sp and lr before saving callee
14388         saved registers.  Add setjmp SystemTap probe point.
14389
14390 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
14391
14392         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
14393
14394 2014-02-24  Andreas Schwab  <schwab@suse.de>
14395
14396         [BZ #15804]
14397         * elf/pldd.c (wait_for_ptrace_stop): New function.
14398         (main): Call it after attaching.
14399
14400 2014-02-22  Roland McGrath  <roland@hack.frob.com>
14401
14402         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
14403         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
14404         Versions files is now verboten.
14405         * hurd/Versions (libc: GLIBC_2.0):
14406         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
14407         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
14408         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
14409         * mach/Versions: Likewise.
14410
14411         * csu/Versions: Remove unused %include.
14412         * resolv/Versions: Likewise.
14413
14414 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
14415
14416         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
14417         ($(objpfx)check-local-headers.out): Likewise.
14418         ($(objpfx)begin-end-check.out): Likewise.
14419         * Makerules (check-abi-%.out): Likewise.
14420         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
14421         ($(objpfx)test2.cat): Likewise.
14422         ($(objpfx)de/libc.cat): Likewise.
14423         ($(objpfx)test-gencat.out): Likewise.
14424         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
14425         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
14426         ($(objpfx)noload-mem): Likewise.
14427         ($(objpfx)tst-pathopt.out): Likewise.
14428         ($(objpfx)tst-rtld-load-self.out): Likewise.
14429         ($(objpfx)tst-array1-cmp.out): Likewise.
14430         ($(objpfx)tst-array1-static-cmp.out): Likewise.
14431         ($(objpfx)tst-array2-cmp.out): Likewise.
14432         ($(objpfx)tst-array3-cmp.out): Likewise.
14433         ($(objpfx)tst-array4-cmp.out): Likewise.
14434         ($(objpfx)tst-array5-cmp.out): Likewise.
14435         ($(objpfx)tst-array5-static-cmp.out): Likewise.
14436         ($(objpfx)check-textrel.out): Likewise.
14437         ($(objpfx)check-execstack.out): Likewise.
14438         ($(objpfx)check-localplt.out): Likewise.
14439         ($(objpfx)order2-cmp.out): Likewise.
14440         ($(objpfx)tst-leaks1-mem): Likewise.
14441         ($(objpfx)tst-leaks1-static-mem): Likewise.
14442         ($(objpfx)tst-initorder-cmp.out): Likewise.
14443         ($(objpfx)tst-initorder2-cmp.out): Likewise.
14444         ($(objpfx)tst-unused-dep.out): Likewise.
14445         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
14446         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
14447         * iconv/Makefile (test-iconvconfig): Likewise.
14448         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
14449         ($(objpfx)iconv-test.out): Likewise.
14450         ($(objpfx)tst-tables.out): Likewise.
14451         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
14452         ($(objpfx)tst-gettext.out): Likewise.
14453         ($(objpfx)tst-translit.out): Likewise.
14454         ($(objpfx)tst-gettext2.out): Likewise.
14455         ($(objpfx)tst-gettext4.out): Likewise.
14456         ($(objpfx)tst-gettext6.out): Likewise.
14457         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
14458         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
14459         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
14460         ($(objpfx)tst-fopenloc-mem.out): Likewise.
14461         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
14462         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
14463         * posix/Makefile ($(objpfx)globtest.out): Likewise.
14464         ($(objpfx)wordexp-tst.out): Likewise.
14465         ($(objpfx)annexc.out): Likewise.
14466         ($(objpfx)tst-fnmatch-mem): Likewise.
14467         ($(objpfx)bug-regex2-mem): Likewise.
14468         ($(objpfx)bug-regex14-mem): Likewise.
14469         ($(objpfx)bug-regex21-mem): Likewise.
14470         ($(objpfx)bug-regex31-mem): Likewise.
14471         ($(objpfx)tst-vfork3-mem): Likewise.
14472         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
14473         ($(objpfx)tst-pcre-mem): Likewise.
14474         ($(objpfx)tst-boost-mem): Likewise.
14475         ($(objpfx)tst-getconf.out): Likewise.
14476         ($(objpfx)bug-ga2-mem): Likewise.
14477         ($(objpfx)bug-glob2-mem): Likewise.
14478         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
14479         ($(objpfx)mtrace-tst-leaks2): Likewise.
14480         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
14481         ($(objpfx)tst-printf.out): Likewise.
14482         ($(objpfx)tst-setvbuf1.out): Likewise.
14483         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
14484         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
14485         ($(objpfx)tst-fmtmsg.out): Likewise.
14486         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
14487         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
14488
14489         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
14490         * bits/sigaction.h [__USE_MISC]: Likewise.
14491         * bits/waitstatus.h: Update #endif comments.
14492         * ctype/ctype.h: Likewise.
14493         * dirent/dirent.h: Likewise.
14494         [__USE_MISC]: Remove redundant conditionals.
14495         * grp/grp.h: Update #endif comments.
14496         [__USE_GNU]: Remove redundant conditionals.
14497         [__USE_MISC]: Likewise.
14498         * inet/netinet/in.h [__USE_GNU]: Likewise.
14499         * io/sys/stat.h [__USE_MISC]: Likewise.
14500         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
14501         * libio/bits/stdio.h: Update #endif comments.
14502         [__USE_MISC]: Remove redundant conditionals.
14503         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
14504         * libio/stdio.h: Update #endif comments.
14505         [__USE_MISC]: Remove redundant conditionals.
14506         * math/bits/math-finite.h [__USE_MISC]: Likewise.
14507         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
14508         * math/math.h: Update #else and #endif comments.
14509         [__USE_MISC]: Remove redundant conditionals.
14510         * misc/sys/uio.h: Update #endif comments.
14511         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
14512         * posix/glob.h [__USE_MISC]: Likewise.
14513         * posix/sys/types.h: Update #endif comments.
14514         [__USE_MISC]: Remove redundant conditionals.
14515         * posix/sys/wait.h: Update #endif comments.
14516         [__USE_MISC]: Remove redundant conditionals.
14517         * posix/unistd.h: Update #endif comments.
14518         [__USE_MISC]: Remove redundant conditionals.
14519         * pwd/pwd.h [__USE_GNU]: Likewise.
14520         [__USE_MISC]: Likewise.
14521         * resolv/netdb.h [__USE_GNU]: Likewise.
14522         * signal/signal.h: Update #endif comments.
14523         [__USE_MISC]: Remove redundant conditionals.
14524         * stdlib/stdlib.h: Update #else and #endif comments.
14525         [__USE_MISC]: Remove redundant conditionals.
14526         [__USE_GNU]: Likewise.
14527         * string/bits/string2.h [__USE_MISC]: Likewise.
14528         * string/string.h: Update #endif comments.
14529         [__USE_MISC]: Remove redundant conditionals.
14530         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
14531         Likewise.
14532         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
14533         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
14534         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
14535         Likewise.
14536         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
14537         Likewise.
14538         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
14539         comments.
14540         [__USE_MISC]: Remove redundant conditionals.
14541         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
14542         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
14543         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
14544         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
14545         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
14546         Likewise.
14547         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
14548         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
14549         Likewise.
14550         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
14551         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
14552         Likewise.
14553         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
14554         Likewise.
14555         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
14556         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
14557         Likewise.
14558         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
14559         Likewise.
14560         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
14561         * sysdeps/x86/bits/string.h: Update #endif comments.
14562         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
14563         conditionals.
14564         * time/sys/time.h: Update #endif comments.
14565         * time/time.h: Likewise.
14566         [__USE_MISC]: Remove redundant conditionals.
14567
14568 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
14569
14570         [BZ #16600]
14571         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
14572
14573 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
14574
14575         * Versions.def (librt): Add GLIBC_2.17.
14576
14577 2014-02-21  Adam Conrad  <adconrad@0c3.net>
14578
14579         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
14580         synonym for _SYS_AUXV_H to allow direct inclusion.
14581         * sysdeps/sparc/bits/hwcap.h: Likewise.
14582         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
14583         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
14584         * sysdeps/sparc/sysdep.h: Likewise.
14585
14586 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
14587
14588         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
14589
14590 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
14591
14592         * benchtests/bench-strrchr.c: Print length instead of position.
14593
14594 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
14595
14596         [BZ #16611]
14597         * sysdeps/unix/sysv/linux/kernel-features.h
14598         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
14599         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
14600         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
14601         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
14602         Likewise.
14603         [__i386__ || __powerpc__ || __sh__ || __sparc__]
14604         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14605         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
14606         (__ASSUME_SENDMMSG): Define instead of using previous
14607         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
14608         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14609         (__ASSUME_SENDMMSG_SYSCALL): Define.
14610         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14611         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
14612         Likewise.
14613         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14614         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14615         Likewise.
14616         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14617         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14618         Likewise.
14619         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
14620         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
14621         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
14622         [__ASSUME_SENDMMSG]: Change conditionals to
14623         [__ASSUME_SENDMMSG_SOCKETCALL].
14624         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14625         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
14626         Define.
14627         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14628         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
14629         Likewise.
14630         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
14631         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
14632         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
14633         [!__ASSUME_SENDMMSG]: Change conditional to
14634         [!__ASSUME_SENDMMSG_SOCKETCALL].
14635         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14636         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14637         Define.
14638
14639         [BZ #16610]
14640         * sysdeps/unix/sysv/linux/kernel-features.h
14641         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
14642         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
14643         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
14644         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
14645         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
14646         [__i386__ || __sparc__]
14647         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14648         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
14649         (__ASSUME_RECVMMSG): Define instead of using previous
14650         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
14651         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14652         (__ASSUME_RECVMMSG_SYSCALL): Define.
14653         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14654         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14655         Likewise.
14656         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14657         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14658         Likewise.
14659         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14660         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14661         Likewise.
14662         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
14663         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
14664         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
14665         [__ASSUME_RECVMMSG]: Change condition to
14666         [__ASSUME_RECVMMSG_SOCKETCALL].
14667         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14668         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14669         Define.
14670         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14671         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14672         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14673         Likewise.
14674         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
14675         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
14676         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
14677         [!__ASSUME_RECVMMSG]: Change condition to
14678         [!__ASSUME_RECVMMSG_SOCKETCALL].
14679         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14680         (__ASSUME_RECVMMSG_SYSCALL): Define.
14681
14682         [BZ #16609]
14683         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
14684         __powerpc__ || __s390__ || __sh__ || __sparc__]
14685         (__ASSUME_SOCKETCALL): Define.
14686         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
14687         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
14688         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
14689         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
14690         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
14691         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
14692         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
14693         (__ASSUME_ACCEPT4): Define instead of using previous
14694         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
14695         __powerpc__ || __sparc__ || __s390__)] condition.
14696         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14697         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
14698         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
14699         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
14700         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
14701         [!__ASSUME_ACCEPT4]: Change condition to
14702         [!__ASSUME_ACCEPT4_SOCKETCALL].
14703         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14704         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
14705         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
14706         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14707         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
14708         __ASSUME_ACCEPT4_SYSCALL.
14709         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
14710         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
14711         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14712         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
14713         __ASSUME_ACCEPT4_SYSCALL.
14714         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
14715         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
14716         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
14717         [__ASSUME_ACCEPT4]: Change condition to
14718         [__ASSUME_ACCEPT4_SOCKETCALL].
14719         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
14720         (__ASSUME_SOCKETCALL): Define.
14721         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
14722         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14723         (__ASSUME_SOCKETCALL): Define.
14724         (__ASSUME_ACCEPT4): Remove.
14725         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
14726         Define.
14727         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14728         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
14729         Likewise.
14730         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14731         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
14732
14733         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
14734         macro.
14735         (HWCAP_ARM_LPAE): Likewise.
14736         (HWCAP_ARM_EVTSTRM): Likewise.
14737         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
14738         Add vpfd32, lpae and evtstrm.
14739         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
14740         Increase to 22.
14741
14742 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
14743
14744         * math/auto-libm-test-in: Add tests of clog10.
14745         * math/auto-libm-test-out: Regenerated.
14746         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
14747         * sysdeps/i386/fpu/libm-test-ulps: Update.
14748         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14749
14750 2014-02-18  Andreas Schwab  <schwab@suse.de>
14751
14752         [BZ #16574]
14753         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
14754         Store non-zero if the second buffer was newly allocated.
14755         (send_dg): Likewise.
14756         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
14757         to send_vc and send_dg.
14758         (res_nsend): Pass NULL for ansp2_malloced.
14759         * resolv/res_query.c (__libc_res_nquery): Add parameter
14760         answerp2_malloced and pass it down to __libc_res_nsend.
14761         (res_nquery): Pass additional NULL to __libc_res_nquery.
14762         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
14763         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
14764         second answer buffer if answerp2_malloced was set.
14765         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
14766         (__libc_res_nquerydomain): Add parameter
14767         answerp2_malloced and pass it down to __libc_res_nquery.
14768         (res_nquerydomain): Pass additional NULL to
14769         __libc_res_nquerydomain.
14770         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
14771         additional NULL to __libc_res_nsend and __libc_res_nquery.
14772         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
14773         additional NULL to __libc_res_nsearch.
14774         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
14775         parameter of __libc_res_nsearch to check for separately allocated
14776         second buffer.
14777         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
14778         __libc_res_nquery.
14779         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
14780         additional NULL to __libc_res_nquery.
14781         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
14782         __libc_res_nsearch.
14783         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
14784         * include/resolv.h: Update prototypes of __libc_res_nquery,
14785         __libc_res_nsearch, __libc_res_nsend.
14786
14787 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
14788
14789         * math/auto-libm-test-in: Add tests of fma.
14790         * math/auto-libm-test-out: Regenerated.
14791         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
14792         (fma_towardzero_test_data): Likewise.
14793         (fma_downward_test_data): Likewise.
14794         (fma_upward_test_data): Likewise.
14795         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
14796         mpc_mode.
14797         (rounding_modes): Add values for new field.
14798         (func_calc_method): Add value mpfr_fff_f.
14799         (func_calc_desc): Add mpfr_fff_f union field.
14800         (test_function): Add field exact_args.
14801         (FUNC): Add macro argument EXACT_ARGS.
14802         (FUNC_mpfr_f_f): Update call to FUNC.
14803         (FUNC_mpfr_f_f): Likewise.
14804         (FUNC_mpfr_ff_f): Likewise.
14805         (FUNC_mpfr_if_f): Likewise.
14806         (FUNC_mpc_c_f): Likewise.
14807         (FUNC_mpc_c_c): Likewise.
14808         (test_functions): Add fma.  Update calls to FUNC.
14809         (handle_input_arg): Add argument exact_args.
14810         (add_test): Update call to handle_input_arg.
14811         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
14812         (output_for_one_input_case): Update call to calc_generic_results.
14813         Recalculate exact zero results in each rounding mode.
14814
14815         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
14816         non-negative before setting low bit.
14817         * math/auto-libm-test-in: Mark one asin test possibly having
14818         spurious underflow.
14819         * math/auto-libm-test-out: Regenerated.
14820         * sysdeps/i386/fpu/libm-test-ulps: Update.
14821         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14822
14823 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
14824
14825         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
14826         * sysdeps/unix/sysv/linux/microblaze: Move directory from
14827         ports/sysdeps/unix/sysv/linux/microblaze.
14828         * README: Add missing listing for microblaze*-*-linux-gnu.
14829
14830 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
14831
14832         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
14833         duplicate code
14834
14835 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
14836
14837         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
14838         * sysdeps/unix/sysv/linux/ia64: Move directory from
14839         ports/sysdeps/unix/sysv/linux/ia64.
14840         * README: Update listing for ia64-*-linux-gnu.
14841
14842 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
14843             Joseph Myers  <joseph@codesourcery.com>
14844
14845         * Makeconfig (test-name): New variable.
14846         (evaluate-test): Likewise.
14847         * Makerules (do-test-clean): Remove .test-result files.
14848         (common-mostlyclean): Likewise.
14849         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
14850         * scripts/evaluate-test.sh: New file.
14851
14852 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
14853
14854         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
14855         separate $(objpfx)tst-fopenloc-cmp.out and
14856         $(objpfx)tst-fopenloc-mem.out targets.
14857         (tests): Update dependencies.
14858         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
14859         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
14860         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
14861         (tst-rxspencer-no-utf8-ARGS): New variable.
14862         (tst-rxspencer-no-utf8-ENV): Likewise.
14863         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
14864         instead of $(objpfx)tst-rxspencer-mem.
14865         ($(objpfx)tst-rxspencer-mem): Change target to
14866         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
14867         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
14868         * posix/tst-rxspencer-no-utf8.c: New file.
14869
14870         * elf/Makefile ($(objpfx)order.out): Remove rule.
14871         [$(run-built-tests) = yes] (tests): Depend on
14872         $(objpfx)order-cmp.out.
14873         ($(objpfx)order-cmp.out): New rule.
14874         [$(run-built-tests) = yes] (tests): Depend on
14875         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
14876         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
14877         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
14878         $(objpfx)tst-array5-static-cmp.out.
14879         ($(objpfx)tst-array1.out): Remove rule.
14880         ($(objpfx)tst-array1-cmp.out): New rule.
14881         ($(objpfx)tst-array1-static.out): Remove rule.
14882         ($(objpfx)tst-array1-static-cmp.out): New rule.
14883         ($(objpfx)tst-array2.out): Remove rule.
14884         ($(objpfx)tst-array2-cmp.out): New rule.
14885         ($(objpfx)tst-array3.out): Remove rule.
14886         ($(objpfx)tst-array3-cmp.out): New rule.
14887         ($(objpfx)tst-array4.out): Remove rule.
14888         ($(objpfx)tst-array4-cmp.out): New rule.
14889         ($(objpfx)tst-array5.out): Remove rule.
14890         ($(objpfx)tst-array5-cmp.out): New rule.
14891         ($(objpfx)tst-array5-static.out): Remove rule.
14892         ($(objpfx)tst-array5-static-cmp.out): New rule.
14893         [$(run-built-tests) = yes] (tests): Depend on
14894         $(objpfx)order2-cmp.out.
14895         ($(objpfx)order2.out): Remove rule.
14896         ($(objpfx)order2-cmp.out): New rule.
14897         ($(objpfx)tst-initorder.out): Remove rule.
14898         [$(run-built-tests) = yes] (tests): Depend on
14899         $(objpfx)tst-initorder-cmp.out.
14900         ($(objpfx)tst-initorder-cmp.out): New rule.
14901         ($(objpfx)tst-initorder2.out): Remove rule.
14902         [$(run-built-tests) = yes] (tests): Depend on
14903         $(objpfx)tst-initorder2-cmp.out.
14904         ($(objpfx)tst-initorder2-cmp.out): New rule.
14905         [$(run-built-tests) = yes] (tests): Depend on
14906         $(objpfx)tst-unused-dep-cmp.out.
14907         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
14908         ($(objpfx)tst-unused-dep-cmp.out): New rule.
14909         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
14910         on $(objpfx)tst-setvbuf1-cmp.out.
14911         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
14912         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
14913         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
14914         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
14915         ($(objpfx)tst-svc.out): Remove rule.
14916         ($(objpfx)tst-svc-cmp.out): New rule.
14917
14918 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
14919
14920         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
14921         * ctype/ctype.h [__USE_MISC]: Likewise.
14922         * dirent/dirent.h [__USE_MISC]: Likewise.
14923         * grp/grp.h [__USE_MISC]: Likewise.
14924         * io/fcntl.h [__USE_MISC]: Likewise.
14925         * io/sys/stat.h [__USE_MISC]: Likewise.
14926         * libio/stdio.h [__USE_MISC]: Likewise.
14927         * posix/unistd.h [__USE_MISC]: Likewise.
14928         * pwd/pwd.h [__USE_MISC]: Likewise.
14929         * stdlib.h [__USE_MISC]: Likewise.
14930         * string/bits/string2.h [__USE_MISC]: Likewise.
14931         * string/string.h [__USE_MISC]: Likewise.
14932         * time/time.h [__USE_MISC]: Likewise.
14933
14934 2014-02-13  Andreas Schwab  <schwab@suse.de>
14935
14936         [BZ #16574]
14937         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
14938         second answer buffer if it was separately allocated.
14939
14940 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
14941
14942         * sysdeps/mips/math-tests.h: Include <features.h>.
14943         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
14944         (ROUNDING_TESTS_long_double): Do not define.
14945         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
14946         (EXCEPTION_TESTS_long_double): Likewise.
14947         * sysdeps/mips/mips64/libm-test-ulps: Update.
14948
14949         * include/features.h (__USE_BSD): Remove macro definitions.
14950         (__USE_SVID): Likewise.
14951         (_BSD_SOURCE): Likewise.
14952         (_SVID_SOURCE): Likewise.
14953         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
14954         from definition of _DEFAULT_SOURCE.
14955         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
14956         [_DEFAULT_SOURCE].
14957         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
14958         * bits/mman.h [__USE_BSD]: Likewise.
14959         * bits/termios.h [__USE_BSD]: Likewise.
14960         * bits/waitstatus.h [__USE_BSD]: Likewise.
14961         * ctype/ctype.h [__USE_SVID]: Likewise.
14962         * dirent/dirent.h [__USE_BSD]: Likewise.
14963         * grp/grp.h [__USE_SVID]: Likewise.
14964         [__USE_BSD]: Likewise.
14965         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
14966         * io/fcntl.h [__USE_BSD]: Likewise.
14967         * io/ftw.h [__USE_BSD]: Likewise.
14968         * io/sys/stat.h [__USE_BSD]: Likewise.
14969         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
14970         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
14971         * libio/stdio.h [__USE_SVID]: Likewise.
14972         [__USE_BSD]: Likewise.
14973         * math/math.h [__USE_SVID]: Likewise.
14974         [__USE_BSD]: Likewise.
14975         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
14976         * misc/bits/syslog.h [__USE_BSD]: Likewise.
14977         * misc/search.h [__USE_SVID]: Likewise.
14978         * misc/sys/mman.h [__USE_BSD]: Likewise.
14979         * misc/sys/syslog.h [__USE_BSD]: Likewise.
14980         * misc/sys/uio.h [__USE_BSD]: Likewise.
14981         * posix/bits/unistd.h [__USE_BSD]: Likewise.
14982         * posix/glob.h [__USE_BSD]: Likewise.
14983         * posix/regex.h [__USE_BSD]: Likewise.
14984         * posix/sys/types.h [__USE_BSD]: Likewise.
14985         [__USE_SVID]: Likewise.
14986         * posix/sys/utsname.h [__USE_SVID]: Likewise.
14987         * posix/sys/wait.h [__USE_BSD]: Likewise.
14988         [__USE_SVID]: Likewise.
14989         * posix/unistd.h [__USE_BSD]: Likewise.
14990         [__USE_SVID]: Likewise.
14991         * pwd/pwd.h [__USE_SVID]: Likewise.
14992         * resolv/netdb.h [__USE_BSD]: Likewise.
14993         * setjmp/setjmp.h [__USE_BSD]: Likewise.
14994         * signal/signal.h [__USE_BSD]: Likewise.
14995         [__USE_SVID]: Likewise.
14996         * socket/sys/socket.h [__USE_BSD]: Likewise.
14997         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
14998         * stdlib/stdlib.h [__USE_BSD]: Likewise.
14999         [__USE_SVID]: Likewise.
15000         * string/bits/string2.h [__USE_BSD]: Likewise.
15001         [__USE_SVID]: Likewise.
15002         * string/bits/string3.h [__USE_BSD]: Likewise.
15003         * string/endian.h [__USE_BSD]: Likewise.
15004         * string/string.h [__USE_SVID]: Likewise.
15005         [__USE_BSD]: Likewise.
15006         * string/strings.h [__USE_BSD]: Likewise.
15007         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
15008         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
15009         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
15010         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
15011         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
15012         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
15013         Likewise.
15014         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
15015         Likewise.
15016         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
15017         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
15018         Likewise.
15019         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
15020         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
15021         Likewise.
15022         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
15023         Likewise.
15024         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
15025         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
15026         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
15027         Likewise.
15028         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
15029         Likewise.
15030         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
15031         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
15032         * termios/termios.h [__USE_BSD]: Likewise.
15033         * time/sys/time.h [__USE_BSD]: Likewise.
15034         * time/time.h [__USE_BSD]: Likewise.
15035         [__USE_SVID]: Likewise.
15036
15037         * Makefile (subdir_targets): Remove subdir_lint.out.
15038
15039         * stdio-common/Makefile (do-tst-unbputc): Remove target.
15040         (do-tst-printf): Likewise.
15041         (tests): Depend directly on $(objpfx)tst-unbputc.out and
15042         $(objpfx)tst-printf.out.
15043
15044         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
15045
15046         * Makerules (check-abi-%): Change target to
15047         $(objpfx)check-abi-%.out.
15048         (check-abi target): Update dependencies.
15049         (check-abi-pattern variable): Redirect output of diff to $@.
15050         (check-abi variable): Likewise.
15051         * elf/Makefile (check-abi): Update dependencies.
15052
15053         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
15054         unused.
15055         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
15056         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
15057         subnormal range.
15058         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
15059         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
15060         value has largest subnormal exponent.
15061         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
15062         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
15063         * sysdeps/aarch64/soft-fp/sfp-machine.h
15064         (_FP_TININESS_AFTER_ROUNDING): New macro.
15065         * sysdeps/alpha/soft-fp/sfp-machine.h
15066         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15067         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
15068         Likewise.
15069         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
15070         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15071         * sysdeps/mips/soft-fp/sfp-machine.h
15072         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15073         * sysdeps/powerpc/soft-fp/sfp-machine.h
15074         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15075         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
15076         Likewise.
15077         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
15078         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15079         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
15080         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15081         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
15082         Likewise.
15083
15084 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
15085
15086         [BZ #16545]
15087         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
15088         model 1.
15089
15090 2014-02-12  Richard Henderson  <rth@redhat.com>
15091
15092         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
15093         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
15094         * sysdeps/unix/sysv/linux/alpha: Move directory from
15095         ports/sysdeps/unix/sysv/linux/alpha.
15096         * README: Update listing for alpha-*-linux-gnu.
15097
15098 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
15099
15100         * include/features.h: Update comment documenting feature test
15101         macros.
15102         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
15103         _DEFAULT_SOURCE.
15104         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
15105         (_SVID_SOURCE): Likewise.
15106         (_DEFAULT_SOURCE): Update description of default features.
15107         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
15108         with _GNU_SOURCE.
15109         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
15110         (S_ISVTX): Likewise.
15111         * manual/math.texi (Mathematical Constants): Likewise.
15112         * manual/signal.texi (Interrupted Primitives): Likewise.
15113         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
15114         * math/test-matherr.c (_SVID_SOURCE): Do not define.
15115         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
15116         Don't refer to _SVID_SOURCE in warning text.
15117
15118         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
15119
15120         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
15121         already defined.
15122         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
15123         * sysdeps/mips/dl-lookup.c: Remove.
15124         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
15125
15126 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
15127
15128         [BZ #16447]
15129         * math/auto-libm-test-in: Add testcase for expl.
15130         * math/auto-libm-test-out: Regenerate.
15131         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
15132         calculation of unsafe.
15133         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
15134
15135 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
15136
15137         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
15138         * sysdeps/unix/sysv/linux/aarch64: Move directory from
15139         ports/sysdeps/unix/sysv/linux/aarch64.
15140         * README: Update listing for aarch64*-*-linux-gnu.
15141
15142 2014-02-11  Will Newton  <will.newton@linaro.org>
15143
15144         * manual/probes.texi (Mathematical Function Probes): Use
15145         "triggered" instead of "hit".
15146
15147         * manual/probes.texi (Internal Probes): Add documentation
15148         of setjmp, longjmp and longjmp_target probes.
15149
15150         * include/stap-probe.h: Add comment about probe argument
15151         format.
15152
15153         * malloc/mtrace.c (attribute_hidden): Remove unused macro
15154         definition.  (tr_where, tr_freehook, tr_mallochook,
15155         tr_reallochook, tr_memalignhook): Use ANSI protoype.
15156
15157 2014-02-11  David S. Miller  <davem@davemloft.net>
15158
15159         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
15160         processing int_tests.
15161
15162 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
15163
15164         * sysdeps/mips: Move directory from ports/sysdeps/mips.
15165         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
15166         * sysdeps/unix/sysv/linux/mips: Move directory from
15167         ports/sysdeps/unix/sysv/linux/mips.
15168         * README: Update listing for mips-*-linux-gnu and
15169         mips64-*-linux-gnu.
15170
15171 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
15172
15173         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
15174         * sysdeps/unix/sysv/linux/m68k: Move directory from
15175         ports/sysdeps/unix/sysv/linux/m68k.
15176         * README: Update listing for m68k-*-linux-gnu.
15177
15178 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
15179
15180         * sysdeps/tile: Move directory from ports/sysdeps/tile.
15181         * sysdeps/unix/sysv/linux/generic: Move directory from
15182         ports/sysdeps/unix/sysv/linux/generic.
15183         * sysdeps/unix/sysv/linux/tile: Move directory from
15184         ports/sysdeps/unix/sysv/linux/tile.
15185         * README: Update listing for tile*-*-linux-gnu.
15186
15187 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
15188
15189         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
15190         __builtin_expect.
15191         * benchtests/bench-memmem.c (simple_memmem): Likewise.
15192         * catgets/open_catalog.c (__open_catalog): Likewise.
15193         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
15194         * debug/confstr_chk.c: Likewise.
15195         * debug/fread_chk.c (__fread_chk): Likewise.
15196         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
15197         * debug/getgroups_chk.c: Likewise.
15198         * debug/mbsnrtowcs_chk.c: Likewise.
15199         * debug/mbsrtowcs_chk.c: Likewise.
15200         * debug/mbstowcs_chk.c: Likewise.
15201         * debug/memcpy_chk.c: Likewise.
15202         * debug/memmove_chk.c: Likewise.
15203         * debug/mempcpy_chk.c: Likewise.
15204         * debug/memset_chk.c: Likewise.
15205         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
15206         * debug/strcat_chk.c (__strcat_chk): Likewise.
15207         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
15208         * debug/strncat_chk.c (__strncat_chk): Likewise.
15209         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
15210         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
15211         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
15212         * debug/wcpncpy_chk.c: Likewise.
15213         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
15214         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
15215         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
15216         * debug/wcsncpy_chk.c: Likewise.
15217         * debug/wcsnrtombs_chk.c: Likewise.
15218         * debug/wcsrtombs_chk.c: Likewise.
15219         * debug/wcstombs_chk.c: Likewise.
15220         * debug/wmemcpy_chk.c: Likewise.
15221         * debug/wmemmove_chk.c: Likewise.
15222         * debug/wmempcpy_chk.c: Likewise.
15223         * debug/wmemset_chk.c: Likewise.
15224         * dirent/scandirat.c (SCANDIRAT): Likewise.
15225         * dlfcn/dladdr1.c (dladdr1): Likewise.
15226         * dlfcn/dladdr.c (dladdr): Likewise.
15227         * dlfcn/dlclose.c (dlclose_doit): Likewise.
15228         * dlfcn/dlerror.c (__dlerror): Likewise.
15229         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
15230         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
15231         * dlfcn/dlopen.c (dlopen_doit): Likewise.
15232         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
15233         * dlfcn/dlsym.c (dlsym_doit): Likewise.
15234         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
15235         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
15236         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
15237         Likewise.
15238         * elf/dl-conflict.c: Likewise.
15239         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
15240         * elf/dl-dst.h: Likewise.
15241         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
15242         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
15243         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
15244         * elf/dl-init.c (call_init, _dl_init): Likewise.
15245         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
15246         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
15247         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
15248         Likewise.
15249         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
15250         Likewise.
15251         * elf/dl-minimal.c (__libc_memalign): Likewise.
15252         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
15253         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
15254         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
15255         * elf/dl-sym.c (do_sym): Likewise.
15256         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
15257         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
15258         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
15259         * elf/dl-writev.h (_dl_writev): Likewise.
15260         * elf/ldconfig.c (search_dir): Likewise.
15261         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
15262         (dl_main): Likewise.
15263         * elf/setup-vdso.h (setup_vdso): Likewise.
15264         * grp/compat-initgroups.c (compat_call): Likewise.
15265         * grp/fgetgrent.c (fgetgrent): Likewise.
15266         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
15267         * grp/putgrent.c (putgrent): Likewise.
15268         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
15269         Likewise.
15270         * hurd/hurdinit.c: Likewise.
15271         * iconvdata/8bit-gap.c (struct): Likewise.
15272         * iconvdata/ansi_x3.110.c : Likewise.
15273         * iconvdata/big5.c : Likewise.
15274         * iconvdata/big5hkscs.c : Likewise.
15275         * iconvdata/cp1255.c: Likewise.
15276         * iconvdata/cp1258.c : Likewise.
15277         * iconvdata/cp932.c : Likewise.
15278         * iconvdata/euc-cn.c: Likewise.
15279         * iconvdata/euc-jisx0213.c : Likewise.
15280         * iconvdata/euc-jp.c: Likewise.
15281         * iconvdata/euc-jp-ms.c : Likewise.
15282         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
15283         * iconvdata/gb18030.c : Likewise.
15284         * iconvdata/gbbig5.c (const): Likewise.
15285         * iconvdata/gbgbk.c: Likewise.
15286         * iconvdata/gbk.c : Likewise.
15287         * iconvdata/ibm1364.c : Likewise.
15288         * iconvdata/ibm930.c : Likewise.
15289         * iconvdata/ibm932.c: Likewise.
15290         * iconvdata/ibm933.c : Likewise.
15291         * iconvdata/ibm935.c : Likewise.
15292         * iconvdata/ibm937.c : Likewise.
15293         * iconvdata/ibm939.c : Likewise.
15294         * iconvdata/ibm943.c: Likewise.
15295         * iconvdata/iso_11548-1.c: Likewise.
15296         * iconvdata/iso-2022-cn.c : Likewise.
15297         * iconvdata/iso-2022-cn-ext.c : Likewise.
15298         * iconvdata/iso-2022-jp-3.c: Likewise.
15299         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
15300         * iconvdata/iso-2022-kr.c : Likewise.
15301         * iconvdata/iso646.c (gconv_end): Likewise.
15302         * iconvdata/iso_6937-2.c : Likewise.
15303         * iconvdata/iso_6937.c : Likewise.
15304         * iconvdata/iso8859-1.c: Likewise.
15305         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
15306         * iconvdata/shift_jisx0213.c : Likewise.
15307         * iconvdata/sjis.c : Likewise.
15308         * iconvdata/t.61.c : Likewise.
15309         * iconvdata/tcvn5712-1.c : Likewise.
15310         * iconvdata/tscii.c: Likewise.
15311         * iconvdata/uhc.c : Likewise.
15312         * iconvdata/unicode.c (gconv_end): Likewise.
15313         * iconvdata/utf-16.c (gconv_end): Likewise.
15314         * iconvdata/utf-32.c (gconv_end): Likewise.
15315         * iconvdata/utf-7.c (base64): Likewise.
15316         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
15317         * iconv/gconv_close.c (__gconv_close): Likewise.
15318         * iconv/gconv_open.c (__gconv_open): Likewise.
15319         * iconv/gconv_simple.c (internal_ucs4_loop_single)
15320         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
15321         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
15322         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
15323         (ucs4le_internal_loop_single): Likewise.
15324         * iconv/iconv.c (iconv): Likewise.
15325         * iconv/iconv_close.c: Likewise.
15326         * iconv/loop.c (SINGLE): Likewise.
15327         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
15328         * include/atomic.h: Likewise.
15329         * inet/inet6_option.c (option_alloc): Likewise.
15330         * intl/bindtextdom.c (set_binding_values): Likewise.
15331         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
15332         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
15333         * intl/localealias.c (read_alias_file): Likewise.
15334         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
15335         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
15336         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
15337         * libio/fmemopen.c (fmemopen): Likewise.
15338         * libio/iofgets.c (_IO_fgets): Likewise.
15339         * libio/iofgets_u.c (fgets_unlocked): Likewise.
15340         * libio/iofgetws.c (fgetws): Likewise.
15341         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
15342         * libio/iogetdelim.c (_IO_getdelim): Likewise.
15343         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
15344         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
15345         * locale/findlocale.c (_nl_find_locale): Likewise.
15346         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
15347         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
15348         Likewise.
15349         * locale/setlocale.c (setlocale): Likewise.
15350         * login/programs/pt_chown.c (main): Likewise.
15351         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
15352         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
15353         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
15354         (mmap, mmap64, mremap, munmap): Likewise.
15355         * math/e_exp2l.c: Likewise.
15356         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
15357         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
15358         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
15359         * math/s_catan.c (__catan): Likewise.
15360         * math/s_catanf.c (__catanf): Likewise.
15361         * math/s_catanh.c (__catanh): Likewise.
15362         * math/s_catanhf.c (__catanhf): Likewise.
15363         * math/s_catanhl.c (__catanhl): Likewise.
15364         * math/s_catanl.c (__catanl): Likewise.
15365         * math/s_ccosh.c (__ccosh): Likewise.
15366         * math/s_ccoshf.c (__ccoshf): Likewise.
15367         * math/s_ccoshl.c (__ccoshl): Likewise.
15368         * math/s_cexp.c (__cexp): Likewise.
15369         * math/s_cexpf.c (__cexpf): Likewise.
15370         * math/s_cexpl.c (__cexpl): Likewise.
15371         * math/s_clog10.c (__clog10): Likewise.
15372         * math/s_clog10f.c (__clog10f): Likewise.
15373         * math/s_clog10l.c (__clog10l): Likewise.
15374         * math/s_clog.c (__clog): Likewise.
15375         * math/s_clogf.c (__clogf): Likewise.
15376         * math/s_clogl.c (__clogl): Likewise.
15377         * math/s_csin.c (__csin): Likewise.
15378         * math/s_csinf.c (__csinf): Likewise.
15379         * math/s_csinh.c (__csinh): Likewise.
15380         * math/s_csinhf.c (__csinhf): Likewise.
15381         * math/s_csinhl.c (__csinhl): Likewise.
15382         * math/s_csinl.c (__csinl): Likewise.
15383         * math/s_csqrt.c (__csqrt): Likewise.
15384         * math/s_csqrtf.c (__csqrtf): Likewise.
15385         * math/s_csqrtl.c (__csqrtl): Likewise.
15386         * math/s_ctan.c (__ctan): Likewise.
15387         * math/s_ctanf.c (__ctanf): Likewise.
15388         * math/s_ctanh.c (__ctanh): Likewise.
15389         * math/s_ctanhf.c (__ctanhf): Likewise.
15390         * math/s_ctanhl.c (__ctanhl): Likewise.
15391         * math/s_ctanl.c (__ctanl): Likewise.
15392         * math/w_pow.c: Likewise.
15393         * math/w_powf.c: Likewise.
15394         * math/w_powl.c: Likewise.
15395         * math/w_scalb.c (sysv_scalb): Likewise.
15396         * math/w_scalbf.c (sysv_scalbf): Likewise.
15397         * math/w_scalbl.c (sysv_scalbl): Likewise.
15398         * misc/error.c (error_tail): Likewise.
15399         * misc/pselect.c (__pselect): Likewise.
15400         * nis/nis_callback.c (__nis_create_callback): Likewise.
15401         * nis/nis_call.c (__nisfind_server): Likewise.
15402         * nis/nis_creategroup.c (nis_creategroup): Likewise.
15403         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
15404         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
15405         * nis/nis_getservlist.c (nis_getservlist): Likewise.
15406         * nis/nis_lookup.c (nis_lookup): Likewise.
15407         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
15408         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
15409         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
15410         * nis/nis_xdr.c (xdr_endpoint): Likewise.
15411         * nis/nss_compat/compat-grp.c (getgrent_next_file)
15412         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
15413         * nis/nss_compat/compat-initgroups.c (add_group)
15414         (internal_getgrent_r): Likewise.
15415         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
15416         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
15417         * nis/nss_compat/compat-spwd.c (getspent_next_file)
15418         (internal_getspnam_r): Likewise.
15419         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
15420         (_nss_nis_getaliasbyname_r): Likewise.
15421         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
15422         (_nss_nis_getntohost_r): Likewise.
15423         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
15424         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
15425         (_nss_nis_getgrgid_r): Likewise.
15426         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
15427         (internal_nis_gethostent_r, internal_gethostbyname2_r)
15428         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
15429         (_nss_nis_gethostbyname4_r): Likewise.
15430         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
15431         (initgroups_netid): Likewise.
15432         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
15433         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
15434         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
15435         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
15436         (_nss_nis_getprotobynumber_r): Likewise.
15437         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
15438         (_nss_nis_getsecretkey): Likewise.
15439         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
15440         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
15441         (_nss_nis_getpwuid_r): Likewise.
15442         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
15443         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
15444         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
15445         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
15446         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
15447         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
15448         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
15449         Likewise.
15450         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
15451         (_nss_nisplus_getntohost_r): Likewise.
15452         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
15453         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
15454         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
15455         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
15456         Likewise.
15457         * nis/nss_nisplus/nisplus-initgroups.c
15458         (_nss_nisplus_initgroups_dyn): Likewise.
15459         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
15460         (_nss_nisplus_getnetbyaddr_r): Likewise.
15461         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
15462         (_nss_nisplus_getprotobynumber_r): Likewise.
15463         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
15464         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
15465         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
15466         Likewise.
15467         * nis/nss_nisplus/nisplus-service.c
15468         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
15469         (_nss_nisplus_getservbyport_r): Likewise.
15470         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
15471         (_nss_nisplus_getspnam_r): Likewise.
15472         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
15473         Likewise.
15474         * nscd/aicache.c (addhstaiX): Likewise.
15475         * nscd/cache.c (cache_search, prune_cache): Likewise.
15476         * nscd/connections.c (register_traced_file, send_ro_fd)
15477         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
15478         (main_loop_epoll): Likewise.
15479         * nscd/grpcache.c (addgrbyX): Likewise.
15480         * nscd/hstcache.c (addhstbyX): Likewise.
15481         * nscd/initgrcache.c (addinitgroupsX): Likewise.
15482         * nscd/mem.c (gc, mempool_alloc): Likewise.
15483         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
15484         (addinnetgrX): Likewise.
15485         * nscd/nscd-client.h (__nscd_acquire_maplock)
15486         (__nscd_drop_map_ref): Likewise.
15487         * nscd/nscd_getai.c (__nscd_getai): Likewise.
15488         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
15489         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
15490         Likewise.
15491         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
15492         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
15493         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
15494         (__nscd_get_map_ref): Likewise.
15495         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
15496         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
15497         Likewise.
15498         * nscd/pwdcache.c (addpwbyX): Likewise.
15499         * nscd/selinux.c (preserve_capabilities): Likewise.
15500         * nscd/servicescache.c (addservbyX): Likewise.
15501         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
15502         * posix/fnmatch.c (fnmatch): Likewise.
15503         * posix/getopt.c (_getopt_internal_r): Likewise.
15504         * posix/glob.c (glob, glob_in_dir): Likewise.
15505         * posix/wordexp.c (exec_comm_child): Likewise.
15506         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
15507         (getanswer_r, gaih_getanswer_slice): Likewise.
15508         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
15509         * resolv/res_init.c: Likewise.
15510         * resolv/res_mkquery.c (res_nmkquery): Likewise.
15511         * resolv/res_query.c (__libc_res_nquery): Likewise.
15512         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
15513         Likewise.
15514         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
15515         * stdio-common/perror.c (perror): Likewise.
15516         * stdio-common/printf_fp.c (___printf_fp): Likewise.
15517         * stdio-common/tmpnam.c (tmpnam): Likewise.
15518         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
15519         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
15520         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
15521         Likewise.
15522         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
15523         * stdlib/putenv.c (putenv): Likewise.
15524         * stdlib/setenv.c (__add_to_environ): Likewise.
15525         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
15526         * stdlib/strtol_l.c (INTERNAL): Likewise.
15527         * string/memmem.c (memmem): Likewise.
15528         * string/strerror.c (strerror): Likewise.
15529         * string/strnlen.c (__strnlen): Likewise.
15530         * string/test-memmem.c (simple_memmem): Likewise.
15531         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
15532         * sunrpc/pm_getport.c (__get_socket): Likewise.
15533         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
15534         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
15535         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
15536         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
15537         Likewise.
15538         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
15539         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
15540         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
15541         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
15542         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
15543         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
15544         Likewise.
15545         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
15546         Likewise.
15547         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
15548         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
15549         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
15550         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
15551         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
15552         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
15553         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
15554         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
15555         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
15556         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
15557         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
15558         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
15559         Likewise.
15560         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
15561         Likewise.
15562         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
15563         Likewise.
15564         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
15565         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
15566         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
15567         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
15568         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
15569         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
15570         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
15571         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
15572         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
15573         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
15574         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
15575         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
15576         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
15577         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
15578         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
15579         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
15580         Likewise.
15581         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
15582         Likewise.
15583         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
15584         Likewise.
15585         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
15586         Likewise.
15587         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
15588         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
15589         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
15590         Likewise.
15591         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
15592         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
15593         * sysdeps/posix/opendir.c (__opendirat): Likewise.
15594         * sysdeps/posix/sleep.c: Likewise.
15595         * sysdeps/posix/tempname.c: Likewise.
15596         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
15597         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
15598         Likewise.
15599         * sysdeps/powerpc/powerpc32/dl-machine.h
15600         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
15601         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
15602         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
15603         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
15604         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
15605         Likewise.
15606         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
15607         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
15608         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
15609         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
15610         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
15611         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
15612         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
15613         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
15614         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
15615         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
15616         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
15617         (elf_machine_lazy_rel): Likewise.
15618         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
15619         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
15620         (elf_machine_lazy_rel): Likewise.
15621         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
15622         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
15623         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
15624         * sysdeps/unix/grantpt.c (grantpt): Likewise.
15625         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
15626         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
15627         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
15628         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
15629         Likewise.
15630         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
15631         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
15632         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
15633         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
15634         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
15635         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
15636         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
15637         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
15638         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
15639         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
15640         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
15641         Likewise.
15642         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
15643         (__posix_fallocate64_l64): Likewise.
15644         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
15645         (posix_fallocate): Likewise.
15646         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
15647         Likewise.
15648         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
15649         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
15650         (getifaddrs_internal): Likewise.
15651         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
15652         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
15653         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
15654         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
15655         * sysdeps/unix/sysv/linux/posix_fallocate64.c
15656         (__posix_fallocate64_l64): Likewise.
15657         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
15658         Likewise.
15659         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
15660         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
15661         (__get_clockfreq): Likewise.
15662         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
15663         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
15664         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
15665         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
15666         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
15667         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
15668         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
15669         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
15670         Likewise.
15671         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
15672         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
15673         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
15674         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
15675         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
15676         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
15677         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
15678         Likewise.
15679         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
15680         (posix_fallocate): Likewise.
15681         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
15682         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
15683         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
15684         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
15685         (elf_machine_rela, elf_machine_rela_relative)
15686         (elf_machine_lazy_rel): Likewise.
15687         * time/asctime.c (asctime_internal): Likewise.
15688         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
15689         * time/tzset.c (__tzset_parse_tz): Likewise.
15690         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
15691         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
15692         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
15693         * wcsmbs/wcsmbsload.h: Likewise.
15694
15695         [BZ #15894]
15696         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
15697
15698         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
15699         (arena_get2): Remove THREAD_STATS conditionals.
15700         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
15701         (__malloc_stats, int): Likewise.
15702
15703 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
15704
15705         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
15706         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
15707
15708         * manual/setjmp.texi: Fix typos/grammar errors.
15709
15710         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
15711         Only return early when n is <= 0.  Delete unused return statement.
15712
15713         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
15714         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
15715         * debug/tst-longjmp_chk3.c: New file.
15716
15717         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
15718         (test_main): Replace code with set_fortify_handler call.
15719         * debug/test-strcpy_chk.c: Likewise.
15720         * debug/tst-chk1.c: Likewise.
15721         * debug/tst-longjmp_chk.c: Likewise.
15722         * test-skeleton.c: Include fcntl.h & paths.h
15723         (set_fortify_handler): Define.
15724
15725         * debug/tst-longjmp_chk.c: Add header comment and include
15726         ../test-skeleton.c.
15727         (do_test): Mark static.
15728         (TEST_FUNCTION): Define.
15729
15730         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
15731         (IP_PMTUDISC_INTERFACE): Likewise.
15732         (IP_MULTICAST_IF): Likewise.
15733         (IP_MULTICAST_TTL): Likewise.
15734         (IP_MULTICAST_LOOP): Likewise.
15735         (IP_ADD_MEMBERSHIP): Likewise.
15736         (IP_DROP_MEMBERSHIP): Likewise.
15737         (IP_UNBLOCK_SOURCE): Likewise.
15738         (IP_BLOCK_SOURCE): Likewise.
15739         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
15740         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
15741         (IP_MSFILTER): Likewise.
15742         (MCAST_JOIN_GROUP): Likewise.
15743         (MCAST_BLOCK_SOURCE): Likewise.
15744         (MCAST_UNBLOCK_SOURCE): Likewise.
15745         (MCAST_LEAVE_GROUP): Likewise.
15746         (MCAST_JOIN_SOURCE_GROUP): Likewise.
15747         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
15748         (MCAST_MSFILTER): Likewise.
15749         (IP_MULTICAST_ALL): Likewise.
15750         (IP_UNICAST_IF): Likewise.
15751
15752         * timezone/Makefile: Delete $(have-ksh) check.
15753         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
15754         * timezone/tzselect.ksh: Add +x mode bits.
15755
15756         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
15757         (ANON_INODE_FS_MAGIC): Likewise.
15758         (BDEVFS_MAGIC): Likewise.
15759         (BINFMTFS_MAGIC): Likewise.
15760         (BTRFS_TEST_MAGIC): Likewise.
15761         (CRAMFS_MAGIC_WEND): Likewise.
15762         (DEBUGFS_MAGIC): Likewise.
15763         (ECRYPTFS_SUPER_MAGIC): Likewise.
15764         (EXT3_SUPER_MAGIC): Likewise.
15765         (EXT4_SUPER_MAGIC): Likewise.
15766         (FUTEXFS_SUPER_MAGIC): Likewise.
15767         (HOSTFS_SUPER_MAGIC): Likewise.
15768         (HUGETLBFS_MAGIC): Likewise.
15769         (MINIX3_SUPER_MAGIC): Likewise.
15770         (MTD_INODE_FS_MAGIC): Likewise.
15771         (NILFS_SUPER_MAGIC): Likewise.
15772         (OPENPROM_SUPER_MAGIC): Likewise.
15773         (PIPEFS_MAGIC): Likewise.
15774         (PSTOREFS_MAGIC): Likewise.
15775         (QNX6_SUPER_MAGIC): Likewise.
15776         (RAMFS_MAGIC): Likewise.
15777         (REISERFS_SUPER_MAGIC_STRING): Likewise.
15778         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
15779         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
15780         (SECURITYFS_MAGIC): Likewise.
15781         (SELINUX_MAGIC): Likewise.
15782         (SMACK_MAGIC): Likewise.
15783         (SOCKFS_MAGIC): Likewise.
15784         (SQUASHFS_MAGIC): Likewise.
15785         (STACK_END_MAGIC): Likewise.
15786         (TMPFS_MAGIC): Likewise.
15787         (USBDEVICE_SUPER_MAGIC): Likewise.
15788         (V9FS_MAGIC): Likewise.
15789         (XENFS_SUPER_MAGIC): Likewise.
15790         (CRAMFS_MAGIC): Fix typo in comment.
15791         (EXT2_SUPER_MAGIC): Update comment.
15792         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
15793
15794 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
15795
15796         * sysdeps/arm: Move directory from ports/sysdeps/arm.
15797         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
15798         * sysdeps/unix/sysv/linux/arm: Move directory from
15799         ports/sysdeps/unix/sysv/linux/arm.
15800         * README: Update listing for arm-*-linux-gnueabi.
15801
15802         * README: Remove mention of am33.
15803
15804 2014-02-07  Roland McGrath  <roland@hack.frob.com>
15805
15806         * bits/sigset.h (__sigemptyset): Use a statement expression rather
15807         than the comma operator, to avoid "rhs of comma has no effect"
15808         compiler warnings.
15809         (__sigfillset, __sigandset, __sigorset): Likewise.
15810         * include/signal.h (__sigemptyset): Likewise.
15811         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
15812
15813 2014-02-07  Allan McRae  <allan@archlinux.org>
15814
15815         * version.h (RELEASE): Set to "development".
15816         (VERSION): Set to "2.19.90"
15817         * NEWS: Add 2.20 section.
15818
15819 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
15820
15821         [BZ #16529]
15822         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
15823
15824 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
15825
15826         * manual/contrib.texi: Update entry for Carlos O'Donell,
15827         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
15828
15829 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
15830
15831         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
15832
15833         * sysdeps/unix/sysv/linux/kernel-features.h
15834         [__LINUX_KERNEL_VERSION >= 0x020621]
15835         (__ASSUME_PROC_PID_TASK_COMM): Define.
15836
15837 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
15838
15839         [BZ #16398]
15840         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
15841         conversion when destination buffer does not have enough space.
15842         * libio/tst-ftell-partial-wide.c: New test case.
15843         * libio/Makefile (tests): Add tst-ftell-partial-wide.
15844
15845         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
15846         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
15847         Leonard and Allan McRae.
15848
15849 2014-02-04  David S. Miller  <davem@davemloft.net>
15850
15851         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
15852         32-bit.
15853
15854 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15855
15856         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
15857         New file
15858         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
15859         New file
15860         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
15861         New file.
15862         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
15863         New file.
15864         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
15865         New file.
15866         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
15867         New file.
15868         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
15869         New file.
15870         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
15871         New file.
15872         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
15873         New file.
15874         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
15875         New file.
15876         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
15877         New file.
15878         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
15879         New file.
15880         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
15881         New file.
15882
15883 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15884
15885         * nptl/shlib-versions: Change powerpc*le start to 2.17.
15886         * shlib-versions: Likewise.
15887
15888 2014-02-04  Roland McGrath  <roland@hack.frob.com>
15889             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15890
15891         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
15892         (abilist-pattern): New variable, set to %-le.abilist.
15893
15894         * Makerules (abilist-pattern): New variable.
15895         (vpath): Use $(abilist-pattern) in place of %.abilist.
15896         (check-abi-% pattern rule): Likewise.
15897         (check-abi, update-abi): Likewise.
15898
15899 2014-02-04  Eric Wong  <normalperson@yhbt.net>
15900
15901         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
15902
15903 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
15904
15905         * manual/startup.texi: Add next, previous, and top entries for
15906         the `Program Arguments' and `Environment Variables' nodes.
15907
15908 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
15909
15910         * manual/macros.texi: Add comments before MTASC-safety macros.
15911
15912         * manual/users.texi: Document MTASC-safety properties.
15913
15914         * manual/threads.texi (pthread_key_create, pthread_key_delete)
15915         (pthread_getspecific, pthread_setspecific): Format with
15916         @deftypefun, and add @safety note.
15917         * manual/signal.texi: Move comments that analyze the above
15918         functions to their home place.
15919
15920 2014-02-03  Allan McRae  <allan@archlinux.org>
15921
15922         * po/sl.po: Update Slovenian translation from translation project.
15923
15924 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
15925
15926         * manual/time.texi (timegm): Add missing blank after @c.
15927         Reported by Joseph Myers <joseph@codesourcery.com>.
15928
15929 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
15930
15931         * manual/check-safety.sh: New.
15932         * manual/Makefile ($(objpfx)stamp-summary): Run it.
15933
15934         * manual/terminal.texi: Document MTASC-safety properties.
15935
15936         * manual/filesys.texi: Document MTASC-safety properties.
15937
15938         * manual/errno.texi: Document MTASC-safety properties.
15939
15940         * manual/intro.texi: Document safety identifiers and
15941         conditionals.
15942
15943         * manual/string.texi (wcstok): Fix prototype.
15944         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
15945
15946         * manual/time.texi: Document MTASC-safety properties.
15947
15948         * manual/string.texi: Document MTASC-safety properties.
15949
15950         * manual/threads.texi: Document MTASC-safety properties.
15951
15952         * manual/stdio.texi: Document MTASC-safety properties.
15953
15954         * manual/syslog.texi: Document MTASC-safety properties.
15955
15956         * manual/sysinfo.texi: Document MTASC-safety properties.
15957
15958         * manual/startup.texi: Document MTASC-safety properties.
15959
15960         * manual/socket.texi: Document MTASC-safety properties.
15961
15962         * manual/signal.texi: Document MTASC-safety properties.
15963
15964 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
15965
15966         * manual/setjmp.texi: Document MTASC-safety properties.
15967
15968         * manual/search.texi: Document MTASC-safety properties.
15969
15970         * manual/resource.texi: Document MTASC-safety properties.
15971
15972         * manual/process.texi: Document MTASC-safety properties.
15973
15974         * manual/platform.texi: Document MTASC-safety properties.
15975
15976         * manual/pipe.texi: Document MTASC-safety properties.
15977
15978         * manual/pattern.texi: Document MTASC-safety properties.
15979
15980         * manual/message.texi: Document MTASC-safety properties.
15981
15982         [BZ #12751]
15983         * manual/memory.texi: Document MTASC-safety properties.
15984
15985         * manual/math.texi: Document MTASC-safety properties.
15986
15987         * manual/locale.texi: Document MTASC-safety properties.
15988
15989         * manual/llio.texi: Document MTASC-safety properties.
15990
15991         * manual/libdl.texi: New.
15992
15993         * manual/lang.texi: Document MTASC-safety properties.
15994
15995         * manual/job.texi: Document MTASC-safety properties.
15996
15997         * manual/getopt.texi: Document MTASC-safety properties.
15998
15999         * manual/ctype.texi: Document MTASC-safety properties.
16000
16001 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
16002
16003         [BZ #16046]
16004         * csu/libc-tls.c (static_map): Remove variable.
16005         (__libc_setup_tls): Use main executable's link map for TLS data.
16006         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
16007         casing for LM_ID_BASE and GL(dl_nns).
16008         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
16009         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
16010         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
16011         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
16012         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
16013         member.
16014         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
16015         l_phnum members.
16016
16017 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
16018
16019         * manual/debug.texi: Document MTASC-safety properties.
16020
16021 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
16022
16023         [BZ #16510]
16024         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
16025         of __x86_64__ when disabling x87 inline functions.
16026
16027 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
16028
16029         * manual/charset.texi: Document MTASC-safety properties.
16030
16031         * manual/crypt.texi: Document MTASC-safety properties.
16032
16033         * manual/conf.texi: Document MTASC-safety properties.
16034
16035         * manual/arith.texi: Document MTASC-safety properties.
16036
16037         * manual/argp.texi: Document MTASC-safety properties.
16038
16039         * manual/macros.texi: Introduce macros to document multi
16040         thread, asynchronous signal and asynchronous cancellation
16041         safety properties.
16042         * manual/intro.texi: Introduce the properties themselves.
16043
16044 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16045
16046         * sysdeps/sh/sh4/Makefile: New file.
16047
16048 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
16049
16050         * math/gen-libm-test.pl ($srcdir): New variable.
16051         ($auto_input): Use it.
16052
16053 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
16054
16055         [BZ #16506]
16056         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
16057         access beyond array bounds when parsing netgroups file.
16058
16059         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
16060         the old buffer before realloc.
16061
16062 2014-01-27  Allan McRae  <allan@archlinux.org>
16063
16064         * po/fr.po: Update French translation from translation project.
16065
16066 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16067
16068         * sysdeps/sh/libm-test-ulps: Regenerate.
16069
16070 2014-01-24  David S. Miller  <davem@davemloft.net>
16071
16072         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
16073
16074 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16075
16076         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
16077         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
16078
16079 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
16080
16081         [BZ #16474]
16082         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
16083         string pointers after reallocation.
16084
16085 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16086
16087         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
16088         __SH4A__ instead of __SH_FPU_ANY__.
16089
16090 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16091
16092         * sysdeps/sh/fpu_control.h: New file.
16093         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
16094         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
16095         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
16096         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
16097         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
16098         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
16099         * sysdeps/sh/sys/ucontext.h: Remove.
16100         * sysdeps/sh/sys: Remove directory.
16101
16102 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16103
16104         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
16105         s390/sys/ucontext.h.
16106         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
16107         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
16108
16109 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
16110
16111         [BZ #15605]
16112         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
16113
16114 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16115
16116         [BZ#16431]
16117         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
16118         Adjust the vDSO correctly for internal calls.
16119         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
16120
16121 2014-01-20  Allan McRae  <allan@archlinux.org>
16122
16123         * po/ca.po: Update Catalan translation from translation project.
16124
16125 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
16126
16127         * sysdeps/s390/sotruss-lib.c: New file.
16128
16129 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16130
16131         [BZ#16430]
16132         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
16133         (__GI___gettimeofday): Alias for a different internal symbol to avoid
16134         local calls issues by not having a PLT stub required for IFUNC calls.
16135         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
16136
16137 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
16138
16139         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
16140         * math/test-fpucw-static.c: Likewise.
16141
16142 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
16143
16144         [BZ #16453]
16145         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
16146
16147 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16148
16149         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
16150         implementation for powerpc.
16151
16152 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
16153
16154         [BZ #14782]
16155         * sysdeps/posix/system.c (__libc_system): Do not enable
16156         asynchronous cancellation.
16157
16158 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16159
16160         [BZ #16427]
16161         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
16162         handling only for numbers special also in the IEEE case.
16163
16164 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16165
16166         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
16167
16168 2014-01-11  Allan McRae  <allan@archlinux.org>
16169
16170         * po/bg.po: Update Bulgarian translation from translation project.
16171
16172         * po/de.po: Update German translation from translation project.
16173
16174 2014-01-10  Roland McGrath  <roland@hack.frob.com>
16175
16176         * sysdeps/generic/gcc-compat.h: New file.
16177
16178 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
16179
16180         * benchtests/asin-inputs: Correct slow inputs.
16181         * benchtests/acos-inputs: Likewise.
16182
16183 2014-01-10  Allan McRae  <allan@archlinux.org>
16184
16185         * po:sv.po: Update Swedish translation from translation project.
16186
16187         * po/vi.po: Update Vietnamese translation from translation project.
16188
16189         * po/eo.po: Update Esperanto translation from translation project.
16190
16191         * po/cs.po: Update Czech translation from translation project.
16192
16193         * po/nl.po: Update Dutch translation from translation project.
16194
16195         * po/pl.po: Update Polish translation from translation project.
16196
16197         * po/ru.po: Update Russian translation from translation project.
16198
16199         * po/uk.po: Update Ukrainian translation from translation project.
16200
16201 2014-01-08  Brooks Moses  <bmoses@google.com>
16202
16203         * elf/dl-load.c: Fix comment typo.
16204
16205 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
16206
16207         * po/header.pot: Rename to...
16208         * po/pot.header: ... this.
16209         * po/Makefile: Use pot.header.
16210
16211 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
16212             Maxim Kuvyrkov  <maxim@kugelworks.com>
16213
16214         [BZ #16394]
16215         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
16216         SRC and DEST against LEN.
16217
16218 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16219
16220         [BZ #16414]
16221         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
16222         implementation.
16223         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
16224
16225 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16226
16227         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16228
16229 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
16230
16231         [BZ #16408]
16232         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
16233         for large positive arguments.
16234
16235 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
16236
16237         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
16238
16239         * math/auto-libm-test-in: Mark various tests with
16240         xfail-rounding:ldbl-128ibm.
16241         * math/auto-libm-test-out: Regenerated.
16242
16243         [BZ #16407]
16244         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
16245         Increase overflow threshold.
16246
16247 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
16248
16249         [BZ #14286]
16250         * stdio-common/vfprintf.c: Check for integer overflow.
16251
16252 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16253
16254         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
16255         the first argument and return value of __tls_get_addr_internal.
16256
16257 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16258
16259         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
16260         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
16261
16262 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16263
16264         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
16265         * sysdeps/s390/rtld-global-offsets.sym: New file.
16266         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
16267         GLIBC_2.19 symbol.
16268         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
16269         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
16270         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
16271         ... this.
16272         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
16273         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
16274         ... this.
16275         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
16276         Regenerate.
16277         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
16278         Regenerate.
16279         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
16280         halfs of GPRs for high_gprs contexts.
16281         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
16282         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
16283         field.
16284         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
16285         uc_flags field.
16286         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
16287         64 bit versions:
16288         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
16289         for high GPRs (uc_high_gprs) and for future extensions
16290         (__reserved).
16291         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
16292         for future extensions (__reserved).
16293         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
16294         64 bit versions:
16295         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
16296         SC_HIGHGPRS offset definition.
16297         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
16298         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
16299
16300         * Versions.def: Add GLIBC_2.19 for libpthread.
16301         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
16302         siglongjmp for libpthread with GLIBC_2.19 symver.
16303         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
16304         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
16305         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
16306         * sysdeps/s390/__longjmp.c: New file.
16307         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
16308         * sysdeps/s390/longjmp.c: New file.
16309         * sysdeps/s390/setjmp.S: New file.
16310         * sysdeps/s390/sigjmp.S: New file.
16311         * sysdeps/s390/v1-longjmp.c: New file.
16312         * sysdeps/s390/v1-setjmp.h: New file.
16313         * sysdeps/s390/v1-sigjmp.c: New file.
16314         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
16315         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
16316         GLIBC_2.19 version.
16317         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
16318         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
16319         versioned symbols for ____longjmp_chk.
16320         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
16321         Likewise.
16322         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
16323         Regenerate.
16324         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
16325         Regenerate.
16326         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
16327         Regenerate.
16328         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
16329         Regenerate.
16330         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
16331         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
16332         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
16333         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
16334         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
16335         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
16336         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
16337         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
16338         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
16339         * sysdeps/s390/rtld-__longjmp.c: New file.
16340         * sysdeps/s390/rtld-setjmp.S: New file.
16341
16342 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
16343
16344         [BZ #16400]
16345         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
16346         Return -__logl (x) for small positive arguments without evaluating
16347         a polynomial.
16348
16349 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
16350
16351         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
16352         Rename to ...
16353         (__ptrace_peeksiginfo_args): ... this.
16354         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
16355         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
16356         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
16357
16358 2014-01-06  Allan McRae  <allan@archlinux.org>
16359
16360         * inet/netinet/in.h: Fix typo in comment.
16361
16362 2014-01-05  Andreas Jaeger  <aj@suse.de>
16363
16364         * sysdeps/i386/fpu/libm-test-ulps: Update.
16365
16366 2014-01-05  Allan McRae  <allan@archlinux.org>
16367
16368         * po/libc.pot: Regenerated.
16369
16370         * malloc/memusagestat.c: Fix gettext call formatting.
16371
16372 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
16373
16374         * nscd/nscd.c: Improve usage() output.
16375
16376 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
16377
16378         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
16379         * sysdeps/unix/sysv/linux/configure: Regenerated.
16380         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
16381         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
16382
16383 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
16384
16385         [BZ #16390]
16386         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
16387         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
16388
16389 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16390
16391         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
16392         extra tokens at end of #undef directive.
16393         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
16394         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
16395         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
16396
16397 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
16398
16399         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
16400
16401         * math/auto-libm-test-in: Mark various tests with
16402         xfail-rounding:ldbl-128ibm.
16403         * math/auto-libm-test-out: Regenerated.
16404
16405 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
16406
16407         [BZ #16386]
16408         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
16409         numbers with subnormal high part when calculating exponent.
16410
16411         [BZ #16385]
16412         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
16413         fabs.
16414
16415         [BZ #16384]
16416         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
16417         M_LN2l.
16418         (__ieee754_acoshl): Use __log1pl not __log1p.
16419
16420 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
16421
16422         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
16423         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
16424         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
16425         (grow_heap, heap_trim, _int_new_arena, get_free_list)
16426         (reused_arena, arena_get2): Convert to GNU style.
16427         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
16428         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
16429         (memalign_check, __malloc_set_state): Likewise.
16430         * malloc/mallocbug.c (main): Likewise.
16431         * malloc/malloc.c (__malloc_assert, malloc_init_state)
16432         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
16433         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
16434         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
16435         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
16436         (__posix_memalign, malloc_info): Likewise.
16437         * malloc/malloc.h: Likewise.
16438         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
16439         (mallochook, memalignhook, reallochook, mabort): Likewise.
16440         * malloc/mcheck.h: Likewise.
16441         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
16442         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
16443         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
16444         * malloc/morecore.c (__default_morecore): Likewise.
16445         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
16446         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
16447         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
16448         (print_and_abort): Likewise.
16449         * malloc/obstack.h: Likewise.
16450         * malloc/set-freeres.c (__libc_freeres): Likewise.
16451         * malloc/tst-mallocstate.c (main): Likewise.
16452         * malloc/tst-mtrace.c (main): Likewise.
16453         * malloc/tst-realloc.c (do_test): Likewise.
16454
16455 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
16456
16457         [BZ #16366]
16458         * nscd/netgroupcache.c (do_notfound): New function.
16459         (addgetnetgrentX): Use it.
16460
16461         [BZ # 16365]
16462         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
16463         NSS_STATUS_NOTFOUND.
16464
16465 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
16466
16467         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
16468         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16469
16470 2014-01-01  Allan McRae  <allan@archlinux.org>
16471
16472         * scripts/update-copyrights: Update configure input file suffix.
16473
16474         * NEWS: Update copyright year.
16475         * catgets/gencat.c: Likewise.
16476         * csu/version.c: Likewise.
16477         * debug/catchsegv.sh: Likewise.
16478         * debug/pcprofiledump.c: Likewise.
16479         * debug/xtrace.sh: Likewise.
16480         * elf/ldconfig.c: Likewise.
16481         * elf/ldd.bash.in: Likewise.
16482         * elf/pldd.c: Likewise.
16483         * elf/sotruss.ksh: Likewise.
16484         * elf/sprof.c: Likewise.
16485         * iconv/iconv_prog.c: Likewise.
16486         * iconv/iconvconfig.c: Likewise.
16487         * locale/programs/locale.c: Likewise.
16488         * locale/programs/localedef.c: Likewise.
16489         * login/programs/pt_chown.c: Likewise.
16490         * malloc/memusage.sh: Likewise.
16491         * malloc/memusagestat.c: Likewise.
16492         * malloc/mtrace.pl: Likewise.
16493         * manual/libc.texinfo: Likewise.
16494         * nscd/nscd.c: Likewise.
16495         * nss/getent.c: Likewise.
16496         * nss/makedb.c: Likewise.
16497         * posix/getconf.c: Likewise.
16498         * scripts/test-installation.pl: Likewise.
16499
16500         * All files with FSF copyright notices: Update copyright dates
16501         using scripts/update-copyrights.
16502         * intl/plural.c: Regenerated.
16503         * locale/programs/charmap-kw.h: Likewise.
16504         * locale/programs/locfile-kw.h: Likewise.
16505
16506 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
16507
16508         * sysdeps/unix/sysv/linux/configure: Regenerated.
16509         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
16510         the linux/fanotify.h header.
16511         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
16512         HAVE_LINUX_FANOTIFY_H is defined.
16513
16514 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
16515
16516         * benchtests/cos-inputs: New inputs.
16517         * benchtests/sin-inputs: Likewise.
16518
16519         * benchtests/atan-inputs: New inputs. Fix name of multiple
16520         precision fallback inputs.
16521
16522         * benchtests/atanh-inputs: New inputs.
16523         * benchtests/tanh-inputs: Likewise.
16524
16525         * benchtests/acosh-inputs: New inputs.
16526         * benchtests/asinh-inputs: Likewise.
16527
16528         * benchtests/cosh-inputs: New inputs.
16529         * benchtests/sinh-inputs: Likewise.
16530
16531         * benchtests/acos-inputs: Add more inputs.
16532         * benchtests/asin-inputs: Likewise.
16533
16534 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
16535
16536         [BZ #16375]
16537         * manual/arith.texi: Fix spelling.
16538         * manual/charset.texi: Likewise.
16539         * manual/errno.texi: Likewise.
16540         * manual/filesys.texi: Likewise.
16541         * manual/lang.texi: Likewise.
16542         * manual/llio.texi: Likewise.
16543         * manual/locale.texi: Likewise.
16544         * manual/message.texi: Likewise.
16545         * manual/resource.texi: Likewise.
16546         * manual/search.texi: Likewise.
16547         * manual/setjmp.texi: Likewise.
16548         * manual/stdio.texi: Likewise.
16549         * manual/string.texi: Likewise.
16550         * manual/sysinfo.texi: Likewise.
16551         * manual/time.texi: Likewise.
16552
16553 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
16554
16555         * po/sl.po: New file.
16556
16557 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
16558
16559         * .gitignore: Add core/.gdbinit/.gdb_history.
16560
16561 2013-12-27  Allan McRae  <allan@archlinux.org>
16562
16563         [BZ #16369]
16564         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
16565         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
16566
16567 2013-12-24  Brooks Moses  <bmoses@google.com>
16568
16569         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
16570         all compilers that claim C++98 compliance, not just GCC.
16571         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
16572         Likewise.
16573
16574 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
16575
16576         * NEWS: Restore accidentally deleted bug-fix entries.
16577
16578 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
16579             Ondřej Bílka  <neleai@seznam.cz>
16580
16581         [BZ #15073]
16582         * malloc/malloc.c (_int_free): Perform sanity check only if we
16583         have_lock.
16584
16585 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
16586
16587         [BZ #12986]
16588         * manual/stdio.texi (String Input Conversions): Clarify that character
16589         classes are not supported.
16590
16591 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16592
16593         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16594
16595 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
16596
16597         [BZ #16337]
16598         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
16599         Calculate results for small negative arguments directly rather
16600         than using reflection formula with special underflow handling.
16601
16602         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
16603         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
16604         sysdeps/unix/bsd/bsd4.4/syscalls.list.
16605         (fchflags): Likewise.
16606         (revoke): Likewise.
16607         (setlogin): Likewise.
16608         (sigaltstack): Likewise.
16609         (wait4): Likewise.
16610         (sigblock): Remove.
16611         (sigsetmask): Likewise.
16612         (wait3): Likewise.
16613         (waitpid): Likewise.
16614         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
16615         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
16616         file.
16617         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
16618         * sysdeps/unix/bsd/Makefile: ... here.
16619         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
16620         * sysdeps/unix/bsd/Versions: ... here.
16621         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
16622         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
16623         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
16624         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
16625         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
16626         * sysdeps/unix/bsd/sigblock.c: ... here.
16627         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
16628         * sysdeps/unix/bsd/sigsetmask.c: ... here.
16629         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
16630         * sysdeps/unix/bsd/sigvec.c: ... here.
16631         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
16632         * sysdeps/unix/bsd/tcdrain.c: ... here.
16633         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
16634         * sysdeps/unix/bsd/tcgetattr.c: ... here.
16635         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
16636         * sysdeps/unix/bsd/tcsetattr.c: ... here.
16637         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
16638         * sysdeps/unix/bsd/wait.c: ... here.
16639         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
16640         * sysdeps/unix/bsd/wait3.c: ... here.
16641         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
16642         * sysdeps/unix/bsd/waitpid.c: ... here.
16643
16644 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
16645
16646         [BZ #16356]
16647         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
16648         round-to-nearest for [!USE_AS_EXPM1L].
16649         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
16650         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
16651         more tests of exp and exp10.  Expect some exp10 tests to miss
16652         exceptions or fail in directed rounding modes.
16653         * math/auto-libm-test-out: Regenerated.
16654         * math/libm-test.inc (exp10_tonearest_test_data): New array.
16655         (exp10_test_tonearest): New function.
16656         (exp10_towardzero_test_data): New array.
16657         (exp10_test_towardzero): New function.
16658         (exp10_downward_test_data): New array.
16659         (exp10_test_downward): New function.
16660         (exp10_upward_test_data): New array.
16661         (exp10_test_upward): New function.
16662         (main): Call the new functions.
16663         * sysdeps/i386/fpu/libm-test-ulps: Update.
16664         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16665
16666 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
16667
16668         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
16669         asinh, atan, atan2, atanh, cbrt, cos and cosh.
16670         * math/auto-libm-test-out: Regenerated.
16671         * math/libm-test.inc (acosh_test_data): Add more tests.
16672         (atanh_test_data): Likewise.
16673         (ceil_test_data): Likewise.
16674         (copysign_test_data): Likewise.
16675         * sysdeps/i386/fpu/libm-test-ulps: Update.
16676         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16677
16678         * timezone/checktab.awk: Update from tzcode 2013i.
16679         * timezone/private.h: Likewise.
16680         * timezone/scheck.c: Likewise.
16681         * timezone/tzfile.h: Likewise.
16682         * timezone/tzselect.ksh: Likewise.
16683         * timezone/zdump.c: Likewise.
16684         * timezone/zic.c: Likewise.
16685
16686         * math/auto-libm-test-in: Add tests of cpow.
16687         * math/auto-libm-test-out: Regenerated.
16688         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
16689         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16690         mpc_cc_c.
16691         (func_calc_desc): Add mpc_cc_c union field.
16692         (test_functions): Add cpow.
16693         (special_fill_2pi): New function.
16694         (special_real_inputs): Add 2pi.
16695         (calc_generic_results): Handle mpc_cc_c.
16696         * sysdeps/i386/fpu/libm-test-ulps: Update.
16697         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16698
16699         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
16700         csqrt, ctan and ctanh.
16701         * math/auto-libm-test-out: Regenerated.
16702         * math/libm-test.inc (TEST_COND_x86_64): New macro.
16703         (TEST_COND_x86): Likewise.
16704         (ccos_test_data): Use AUTO_TESTS_c_c.
16705         (ccosh_test_data): Likewise.
16706         (cexp_test_data): Likewise.
16707         (clog_test_data): Likewise.
16708         (csqrt_test_data): Likewise.
16709         (ctan_test_data): Likewise.
16710         (ctan_tonearest_test_data): Likewise.
16711         (ctan_towardzero_test_data): Likewise.
16712         (ctan_downward_test_data): Likewise.
16713         (ctan_upward_test_data): Likewise.
16714         (ctanh_test_data): Likewise.
16715         (ctanh_tonearest_test_data): Likewise.
16716         (ctanh_towardzero_test_data): Likewise.
16717         (ctanh_downward_test_data): Likewise.
16718         (ctanh_upward_test_data): Likewise.
16719         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16720         mpc_c_c.
16721         (func_calc_desc): Add mpc_c_c union field.
16722         (FUNC_mpc_c_c): New macro.
16723         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
16724         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
16725         ctanh.
16726         (special_fill_min_subnorm_p120): New function.
16727         (special_real_inputs): Add min_subnorm_p120.
16728         (calc_generic_results): Handle mpc_c_c.
16729         * sysdeps/i386/fpu/libm-test-ulps: Update.
16730         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16731
16732 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
16733
16734         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
16735         (do_sin_slow): New functions.
16736         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
16737         (cslow2, csloww1, csloww2): Use the new functions.
16738
16739         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
16740         Use M to change sign of result instead of X.  Assume X is
16741         positive.
16742         (csloww1): Likewise.
16743         (__sin): Adjust.
16744         (__cos): Adjust.
16745
16746         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
16747         arguments A and DA.
16748         (__sin): Adjust.
16749         (__cos): Likewise.
16750
16751         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
16752         (__cos): Likewise.
16753         (sloww1): Don't adjust sign of DX.
16754         (csloww1): Likewise.
16755         (sloww2): Use X directly and don't adjust sign of DX.
16756         (csloww2): Likewise.
16757
16758 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
16759
16760         * math/auto-libm-test-in: Add tests of cabs and carg.
16761         * math/auto-libm-test-out: Regenerated.
16762         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
16763         (carg_test_data): Likewise.
16764         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16765         mpc_c_f.
16766         (func_calc_desc): Add mpc_c_f union field.
16767         (test_functions): Add cabs and carg.
16768         (calc_generic_results): Handle mpc_c_f.
16769
16770         * sysdeps/powerpc/powerpc32/libgcc-compat.S
16771         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
16772         as a macro and a compat symbol.
16773         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
16774         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
16775         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
16776         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
16777         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
16778         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
16779         not use .hidden.
16780         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
16781         Likewise.
16782         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
16783         Likewise.
16784         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
16785         Likewise.
16786         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
16787         Likewise.
16788         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
16789         Likewise.
16790         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
16791         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
16792         from GLIBC_2.3.2.
16793
16794 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16795
16796         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16797
16798 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
16799
16800         * manual/texinfo.tex: Update to version 2013-11-26.10 with
16801         trailing whitespace removed.
16802         * scripts/config.guess: Update to version 2013-11-29.
16803         * scripts/config.sub: Update to version 2013-10-01.
16804
16805         * math/auto-libm-test-in: Add tests of sincos.
16806         * math/auto-libm-test-out: Regenerated.
16807         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
16808         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16809         mpfr_f_11.
16810         (func_calc_desc): Add mpfr_f_11 union field.
16811         (test_functions): Add sincos.
16812         (calc_generic_results): Handle mpfr_f_11.
16813         * sysdeps/i386/fpu/libm-test-ulps: Update.
16814         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16815
16816 2013-12-19  Andreas Schwab  <schwab@suse.de>
16817
16818         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
16819         CALL_MCOUNT.
16820         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
16821         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
16822         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
16823
16824 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
16825
16826         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
16827         * sysdeps/i386/fpu/libm-test-ulps: Update.
16828         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16829
16830         [BZ #16293]
16831         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
16832         round-to-nearest mode when using frndint.
16833         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
16834         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
16835         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
16836         Likewise.
16837         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
16838         sinh test to fail.
16839         * math/auto-libm-test-out: Regenerated.
16840         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
16841         (TEST_COND_x86): Likewise.
16842         (expm1_tonearest_test_data): New array.
16843         (expm1_test_tonearest): New function.
16844         (expm1_towardzero_test_data): New array.
16845         (expm1_test_towardzero): New function.
16846         (expm1_downward_test_data): New array.
16847         (expm1_test_downward): New function.
16848         (expm1_upward_test_data): New array.
16849         (expm1_test_upward): New function.
16850         (main): Run the new test functions.
16851         * sysdeps/i386/fpu/libm-test-ulps: Update.
16852         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16853
16854         * include/features.h: Update comment documenting feature test
16855         macros.  Mention _DEFAULT_SOURCE in comment.
16856         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
16857         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
16858         _BSD_SOURCE and _SVID_SOURCE.
16859         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
16860         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
16861         !_SVID_SOURCE]: Likewise.
16862         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16863         (__USE_POSIX_IMPLICITLY): Define.
16864         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16865         (_POSIX_SOURCE): Undefine and redefine.
16866         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16867         (_POSIX_C_SOURCE): Likewise.
16868         * manual/creature.texi (_DEFAULT_SOURCE): Document.
16869         (Feature Test Macros): Update documentation of default features.
16870
16871 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
16872
16873         * benchtests/Makefile: Add bench-strtok.
16874         * benchtests/bench-strtok.c: New file: strtok benchtest.
16875
16876 2013-12-19  Allan McRae  <allan@archlinux.org>
16877
16878         * manual/install.texi: Suppress menu for plain text output.
16879         * INSTALL: Regenerated.
16880
16881 2013-12-18  Brooks Moses  <bmoses@google.com>
16882
16883         [BZ #15846]
16884         * misc/getauxval.c: Include errno.h.
16885         (__getauxval): Set errno to ENOENT if the requested type is not
16886         found.
16887         * misc/sys/auxv.h (getauxval): Document that it may set errno;
16888         don't declare with __attribute_const__.
16889         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
16890         * manual/startup.texi: Document that getauxval sets errno.
16891
16892 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
16893
16894         * math/auto-libm-test-in: Add tests of jn and yn.
16895         * math/auto-libm-test-out: Regenerated.
16896         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
16897         (yn_test_data): Likewise.
16898         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16899         mpfr_if_f.
16900         (func_calc_desc): Add mpfr_if_f union field.
16901         (FUNC_mpfr_if_f): New macro.
16902         (test_functions): Add jn and yn.
16903         (calc_generic_results): Assert type of second input for
16904         mpfr_ff_f.  Handle mpfr_if_f.
16905         (output_for_one_input_case): Disable all checking for arguments
16906         fitting floating-point types in case of an integer argument.
16907         * sysdeps/i386/fpu/libm-test-ulps: Update.
16908         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16909
16910         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
16911         Don't expect fegetround reference in libm.so.
16912
16913 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
16914
16915         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
16916         $(config-cflags-nofma).
16917
16918 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
16919
16920         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
16921         * math/auto-libm-test-out: Regenerated.
16922
16923         [BZ #16338]
16924         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
16925         to determine exponent and adjust argument to have exponent of -1.
16926         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
16927         log2.
16928         * math/auto-libm-test-out: Regenerated.
16929         * sysdeps/i386/fpu/libm-test-ulps: Update.
16930         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16931
16932 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
16933
16934         * manual/probes.texi: Remove cases when per-thread arenas are
16935         disabled.
16936
16937 2013-12-18  Andreas Schwab  <schwab@suse.de>
16938
16939         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
16940         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
16941         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
16942         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
16943         * sysdeps/i386/i686/multiarch/Makefile: Update.
16944         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
16945
16946 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
16947
16948         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
16949         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
16950
16951 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
16952
16953         [BZ #15968]
16954         Support TZ transition times < 00:00:00.
16955         This is needed for version-3 tz-format files; it supports time
16956         stamps past 2037 for America/Godthab (the only entry in the tz
16957         database for which this change is relevant).
16958         * manual/time.texi (TZ Variable): Document transition times
16959         from -167:59:59 through -00:00:01.
16960         * time/tzset.c (tz_rule): Time of day is now signed.
16961         (__tzset_parse_tz): Parse negative time of day.
16962
16963         Document TZ transition times >= 25:00:00.
16964         * manual/time.texi (TZ Variable): Document transition times from
16965         25:00:00 through 167:59:59.  These are already supported, and this
16966         support will help with version-3 tz-format files.
16967
16968         * manual/time.texi (TZ Variable): Modernize North America example
16969         to reflect current (i.e., 2007-and-later) daylight saving rules.
16970
16971         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
16972
16973 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
16974
16975         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
16976         * sysdeps/unix/bsd/bits/stat.h: Likewise.
16977         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
16978         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
16979         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
16980         * sysdeps/unix/bsd/bsdstat.h: Likewise.
16981         * sysdeps/unix/bsd/clock.c: Likewise.
16982         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
16983         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
16984         * sysdeps/unix/bsd/init-posix.c: Likewise.
16985         * sysdeps/unix/bsd/poll.c: Likewise.
16986         * sysdeps/unix/bsd/ptsname.c: Likewise.
16987         * sysdeps/unix/bsd/seekdir.c: Likewise.
16988         * sysdeps/unix/bsd/setegid.c: Likewise.
16989         * sysdeps/unix/bsd/seteuid.c: Likewise.
16990         * sysdeps/unix/bsd/setgid.c: Likewise.
16991         * sysdeps/unix/bsd/setrgid.c: Likewise.
16992         * sysdeps/unix/bsd/setruid.c: Likewise.
16993         * sysdeps/unix/bsd/setsid.c: Likewise.
16994         * sysdeps/unix/bsd/setuid.c: Likewise.
16995         * sysdeps/unix/bsd/sigaction.c: Likewise.
16996         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
16997         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
16998         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
16999         * sysdeps/unix/bsd/telldir.c: Likewise.
17000         * sysdeps/unix/bsd/times.c: Likewise.
17001         * sysdeps/unix/bsd/usleep.c: Likewise.
17002
17003         * misc/Makefile (install-lib): Remove libbsd-compat.a.
17004         ($(objpfx)libbsd-compat.a): Remove rule.
17005
17006         * include/features.h (__FAVOR_BSD): Do not define.
17007         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
17008         features conflicting with POSIX.
17009         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
17010         (_BSD_SOURCE): Remove description of not being a subset of other
17011         feature test macros.
17012         * manual/job.texi (getpgrp): Do not document BSD version.
17013         (getpgid): Do not document by reference to BSD getpgrp.
17014         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
17015         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
17016         * signal/signal.h [__FAVOR_BSD]: Likewise.
17017         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
17018         instead of making contents conditional on [__FAVOR_BSD].
17019         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
17020
17021 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17022
17023         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17024
17025 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
17026
17027         [BZ #16314]
17028         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
17029         values below 2**-450, not 2**-500.
17030         * math/auto-libm-test-in: Don't allow spurious underflow from
17031         hypot.
17032         * math/auto-libm-test-out: Regenerated.
17033
17034         [BZ #16316]
17035         [BZ #16330]
17036         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
17037         values of ha and hb and sort them after adjusting subnormal
17038         arguments.
17039         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
17040         Likewise.
17041         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
17042         values of ea and eb and sort them after adjusting subnormal
17043         arguments.
17044         * math/auto-libm-test-in: Do not expect some hypot tests of
17045         subnormals to fail.  Add more hypot tests.
17046         * math/auto-libm-test-out: Regenerated.
17047
17048 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17049
17050         [BZ #13304]
17051         * sysdeps/sh/s_fma.c: New file.
17052         * sysdeps/sh/s_fmaf.c: New file.
17053         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
17054         version.
17055         * sysdeps/sh/Implies: Add sh/soft-fp.
17056
17057 2013-12-16  Roland McGrath  <roland@hack.frob.com>
17058
17059         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
17060         level of indirection to members `objname', `errstring', `malloced'.
17061         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
17062         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
17063         it as the __longjmp argument (just pass 1 instead).
17064         (_dl_catch_error): Initialize C with argument pointers and address of
17065         volatile local ERRCODE rather than copying values out of C at return.
17066
17067 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
17068
17069         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
17070         * math/auto-libm-test-out: Regenerated.
17071         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
17072         (hypot_test_data): Likewise.
17073         (pow_test_data): Likewise.
17074         (pow_tonearest_test_data): Likewise.
17075         * math/gen-auto-libm-tests.c (func_calc_method): Add value
17076         mpfr_ff_f.
17077         (func_calc_desc): Add mpfr_ff_f union field.
17078         (FUNC_mpfr_ff_f): New macro.
17079         (test_functions): Add atan2, hypot and pow.
17080         (special_fill_min): New function.
17081         (special_fill_minus_min): Likewise.
17082         (special_fill_min_subnorm): Likewise.
17083         (special_fill_minus_min_subnorm): Likewise.
17084         (special_real_inputs): Add min, -min, min_subnorm and
17085         -min_subnorm.
17086         (calc_generic_results): Handle mpfr_ff_f.
17087         * sysdeps/i386/fpu/libm-test-ulps: Update.
17088         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17089
17090 2013-12-16  Will Newton  <will.newton@linaro.org>
17091
17092         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
17093         (Aligned Memory Blocks): Add documentation for aligned_alloc
17094         and suggest it as an alternative to posix_memalign.
17095         (Hooks for Malloc): Document __memalign_hook is also called
17096         for aligned_alloc.  (Summary of Malloc): Add summary for
17097         aligned alloc.  Document __memalign_hook is also called
17098         for aligned_alloc.
17099
17100 2013-12-16  Will Newton  <will.newton@linaro.org>
17101
17102         * manual/memory.texi (Malloc Examples): Clarify default
17103         alignment documentation.  Suggest posix_memalign rather
17104         than memalign or valloc.
17105         (Aligned Memory Blocks): Remove suggestion to use memalign
17106         or valloc.  Remove obsolete comment about BSD.
17107         Document memalign errno values and mark the function obsolete.
17108         Document posix_memalign returned error codes.  Mark valloc
17109         as obsolete.  (Hooks for Malloc): __memalign_hook is also
17110         called for posix_memalign and valloc.
17111         (Summary of Malloc): Add posix_memalign to function summary.
17112         __memalign_hook is also called for posix_memalign and valloc.
17113
17114 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
17115
17116         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
17117         TAYLOR_SIN.
17118         (__sin): Adjust.
17119         (__cos): Likewise.
17120         (sloww): Use mynumber union.  Expand ternary operator into
17121         if-else statements.
17122         (cslow): use mynumber union.
17123
17124 2013-12-16  Allan McRae  <allan@archlinux.org>
17125
17126         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
17127         * configure: Regenerated.
17128
17129         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
17130
17131         [BZ #14120]
17132         * configure.ac: Added --enable-maintainer-mode. Check for
17133         autoconf when enabled.
17134         * configure: Regenerated.
17135
17136         * nscd/nscd.service: New file.
17137         * nscd/nscd.tmpfiles: New file.
17138
17139 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
17140
17141         [BZ #12100]
17142         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
17143         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
17144         * sysdeps/x86_64/multiarch/strstr.c: ... here.
17145         (strstr): Add __strstr_sse2_unaligned ifunc.
17146         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
17147         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
17148         (strcasestr): Remove __strcasestr_sse42 ifunc.
17149         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
17150         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
17151         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
17152
17153 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17154
17155         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
17156         * sysdeps/sh/bits/fenv.h: ... here.
17157         * sysdeps/sh/sh4/fpu/bits: Remove directory.
17158
17159 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17160
17161         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
17162
17163         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
17164         hypotf multiarch implementations.
17165         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
17166         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
17167         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
17168         multiarch hypot for PPC64.
17169         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
17170         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
17171         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
17172         multiarch hypotf for PPC64.
17173
17174         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
17175         modff multiarch implementations.
17176         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
17177         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
17178         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
17179         multiarch modf for PPC64.
17180         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
17181         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
17182         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
17183         multiarch modff for PPC64.
17184
17185         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
17186         and logl multiarch implementations.
17187         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
17188         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
17189         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
17190         multiarch logb for PPC64.
17191         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
17192         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
17193         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
17194         multiarch logb for PPC64.
17195         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
17196         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
17197         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
17198         multiarch logb for PPC64.
17199
17200         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
17201         isinff multiarch implementation.
17202         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
17203         file.
17204         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
17205         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
17206         multiarch isinf for PPC64.
17207         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
17208         file.
17209         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
17210         multiarch isinff for PPC64.
17211
17212         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
17213         finitef multiarch implementation.
17214         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
17215         file.
17216         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
17217         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
17218         multiarch finite for PPC64.
17219         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
17220         file.
17221         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
17222         multiarch finitef for PPC64.
17223
17224         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
17225         lrint multiarch implementation.
17226         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
17227         file.
17228         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
17229         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
17230         multiarch llrint for PPC64.
17231         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
17232         multiarch lrint for PPC64.
17233
17234         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
17235         copysignf multiarch implementation.
17236         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
17237         file.
17238         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
17239         file.
17240         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
17241         multiarch copysign for PPC64.
17242         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
17243         multiarch copysignf for PPC64.
17244
17245         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
17246         multiarch implementation.
17247         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
17248         file.
17249         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
17250         file.
17251         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
17252         file.
17253         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
17254         file.
17255         multiarch llround for PPC64.
17256         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
17257         multiarch trunc for PPC64.
17258         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
17259         multiarch truncf for PPC64.
17260
17261         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
17262         multiarch implementation.
17263         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
17264         file.
17265         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
17266         file.
17267         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
17268         file.
17269         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
17270         file.
17271         multiarch llround for PPC64.
17272         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
17273         multiarch round for PPC64.
17274         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
17275         multiarch roundf for PPC64.
17276
17277         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
17278         multiarch implementation.
17279         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
17280         file.
17281         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
17282         file.
17283         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
17284         file.
17285         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
17286         file.
17287         multiarch llround for PPC64.
17288         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
17289         multiarch floor for PPC64.
17290         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
17291         multiarch floorf for PPC64.
17292
17293         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
17294         multiarch implementation.
17295         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
17296         file.
17297         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
17298         file.
17299         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
17300         file.
17301         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
17302         file.
17303         multiarch llround for PPC64.
17304         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
17305         multiarch ceil for PPC64.
17306         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
17307         multiarch ceilf for PPC64.
17308
17309         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
17310         multiarch implementation.
17311         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
17312         file.
17313         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
17314         file.
17315         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
17316         file.
17317         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
17318         multiarch llround for PPC64.
17319         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
17320         multiarch lround for PPC64.
17321
17322         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
17323         multiarch implementation.
17324         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
17325         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
17326         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
17327         file.
17328         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
17329         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
17330         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
17331         multiarch isnan for PPC64.
17332         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
17333         multiarch isnanf for PPC64.
17334
17335         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
17336         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
17337         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
17338         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
17339         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
17340         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
17341
17342         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
17343         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
17344         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
17345         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
17346
17347         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
17348         multiarch implementations.
17349         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17350         (__libc_ifunc_impl_list): Likewise.
17351         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
17352         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
17353         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
17354         multiarch stpcpy for PPC64.
17355
17356         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
17357         multiarch implementations.
17358         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17359         (__libc_ifunc_impl_list): Likewise.
17360         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
17361         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
17362         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
17363         multiarch strcpy for PPC64.
17364
17365         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
17366         redefine function name.
17367         (_wordcopy_fwd_dest_aligned): Likewise.
17368         (_wordcopy_bwd_aligned): Likewise.
17369         (_wordcopy_bwd_dest_aligned): Likewise.
17370         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
17371         multiarch implementations.
17372         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17373         (__libc_ifunc_impl_list): Likewise.
17374         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
17375         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
17376         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
17377         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
17378         multiarch wcscpy for PPC64.
17379
17380         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
17381         multiarch implementations.
17382         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17383         (__libc_ifunc_impl_list): Likewise.
17384         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
17385         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
17386         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
17387         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
17388         multiarch wcscpy for PPC64.
17389
17390         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
17391         multiarch implementations.
17392         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17393         (__libc_ifunc_impl_list): Likewise.
17394         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
17395         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
17396         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
17397         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
17398         multiarch wcsrchr for PPC64.
17399
17400         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
17401         multiarch implementations.
17402         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17403         (__libc_ifunc_impl_list): Likewise.
17404         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
17405         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
17406         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
17407         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
17408         multiarch wcschr for PPC64.
17409
17410         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
17411         multiarch implementations.
17412         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17413         (__libc_ifunc_impl_list): Likewise.
17414         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
17415         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
17416         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
17417         multiarch strchrnul for PPC64.
17418
17419         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
17420         implementations.
17421         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17422         (__libc_ifunc_impl_list): Likewise.
17423         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
17424         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
17425         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
17426         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
17427         strchr for PPC64.
17428
17429         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
17430         implementations.
17431         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17432         (__libc_ifunc_impl_list): Likewise.
17433         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
17434         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
17435         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
17436         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
17437         strncmp for PPC64.
17438
17439         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
17440         multiarch implementations.
17441         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17442         (__libc_ifunc_impl_list): Likewise.
17443         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
17444         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
17445         strncasecmp for PPC64.
17446         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
17447         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
17448         multiarch strncasecmp_l for PPC64.
17449
17450         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
17451         multiarch implementations.
17452         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
17453         (__libc_ifunc_impl_list): Likewise.
17454         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
17455         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
17456         multiarch strcasecmp for PPC64.
17457         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
17458         file.
17459         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
17460         multiarch strcasecmp_l for PPC64.
17461
17462         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
17463         implementations.
17464         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17465         (__libc_ifunc_impl_list): Likewise.
17466         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
17467         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
17468         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
17469         strnlen for PPC64.
17470
17471         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
17472         implementations.
17473         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17474         (__libc_ifunc_impl_list): Likewise.
17475         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
17476         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
17477         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
17478         strlen for PPC64.
17479
17480         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
17481         implementations.
17482         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17483         (__libc_ifunc_impl_list): Likewise.
17484         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
17485         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
17486         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
17487         rawmemrchr for PPC64.
17488
17489         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
17490         implementation.
17491         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17492         (__libc_ifunc_impl_list): Likewise.
17493         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
17494         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
17495         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
17496         memrchr for PPC64.
17497
17498         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
17499         implementation.
17500         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17501         (__libc_ifunc_impl_list): Likewise.
17502         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
17503         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
17504         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
17505         memchr for PPC64.
17506
17507         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
17508         implementation.
17509         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17510         (__libc_ifunc_impl_list): Likewise.
17511         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
17512         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
17513         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
17514         mempcpy for PPC64.
17515
17516         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
17517         avoid cretion of __bzero symbol.
17518         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
17519         Likewise.
17520         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
17521         Likewise.
17522         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
17523         Likewise.
17524         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
17525         multiarch implementations.
17526         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17527         (__libc_ifunc_impl_list): Likewise.
17528         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
17529         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
17530         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
17531         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
17532         bzero for PPC32.
17533         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
17534         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
17535         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
17536         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
17537         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
17538         memset for PPC64.
17539         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
17540
17541         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
17542         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
17543         implementations.
17544         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17545         (__libc_ifunc_impl_list): Likewise.
17546         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
17547         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
17548         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
17549         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
17550         memcmp for PPC64.
17551
17552         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
17553         multiarch for POWER/PPC64.
17554         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
17555         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
17556         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
17557         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
17558         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
17559         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
17560         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
17561         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
17562         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
17563         memcpy for PPC64.
17564
17565         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
17566         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
17567         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
17568         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
17569         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
17570         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
17571         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
17572         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
17573         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
17574         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
17575         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
17576         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
17577         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
17578         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
17579         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
17580         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
17581         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
17582         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
17583         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
17584         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
17585         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
17586         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
17587
17588 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17589
17590         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
17591
17592 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
17593
17594         * benchtests/Makefile (bench): Add exp2 and log2.
17595         (LDLIBS-bench-exp2): Add -lm.
17596         (LDLIBS-bench-log2): Likewise.
17597         * benchtests/exp2-inputs: New inputs file.
17598         * benchtests/log2-inputs: New inputs file.
17599         * benchtests/log-inputs: Add new inputs.
17600         * benchtests/tan-inputs: Likewise.
17601
17602 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
17603
17604         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
17605         definition...
17606         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
17607         (csloww2): ... from here.
17608
17609         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
17610         instead of structures.
17611         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
17612         (POLYNOMIAL): Likewise.
17613         (TAYLOR_SLOW): Likewise.
17614         (__sin): Likewise.
17615         (__cos): Likewise.
17616         (slow1): Likewise.
17617         (slow2): Likewise.
17618         (sloww): Likewise.
17619         (sloww1); Likewise.
17620         (sloww2): Likewise.
17621         (bsloww1): Likewise.
17622         (bsloww2): Likewise.
17623         (cslow2): Likewise.
17624         (csloww): Likewise.
17625         (csloww1): Likewise.
17626         (csloww2): Likewise.
17627
17628 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
17629
17630         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
17631         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
17632         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
17633         * malloc/hooks.c (realloc_check): Likewise.
17634
17635         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
17636         * malloc/arena.c: Remove PER_THREAD conditional.
17637         [!PER_THREAD]: Remove code.
17638         (ptmalloc_unlock_all2): Likewise.
17639         (ptmalloc_init): Likewise.
17640         (_int_new_arena): Likewise.
17641         (arena_get2): Likewise.
17642         * malloc/hooks.c (__malloc_get_state): Likewise.
17643         (__malloc_set_state): Likewise.
17644         * malloc/malloc.c: Likewise.
17645         (struct malloc_state): Likewise.
17646         (struct malloc_par): Likewise.
17647         (__libc_realloc): Likewise.
17648         (__libc_mallopt): Likewise.
17649
17650 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17651
17652         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
17653
17654 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
17655
17656         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
17657         macro to a function.  Check for zero perturb_byte.
17658         (_int_malloc, _int_free): Remove zero perturb_byte checks.
17659
17660         * malloc/malloc.c: (force_reg): Remove.
17661         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
17662         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
17663         force_reg by atomic_forced_read.
17664         * malloc/arena.c (ptmalloc_init): Likewise.
17665         * malloc/hooks.c (top_check): Likewise.
17666
17667 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17668
17669         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17670
17671 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
17672
17673         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
17674
17675 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
17676
17677         * math/auto-libm-test-in: Add tests of lgamma.
17678         * math/auto-libm-test-out: Regenerated.
17679         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
17680         (M_LOG_2_SQRT_PIl): Likewise.
17681         (lgamma_test_data): Use AUTO_TESTS_f_f1.
17682         * math/gen-auto-libm-tests.c (func_calc_method): Add value
17683         mpfr_f_f1.
17684         (func_calc_desc): Add mpfr_f_f1 union field.
17685         (ARGS1): New macro.
17686         (ARGS2): Likewise.
17687         (ARGS3): Likewise.
17688         (ARGS4): Likewise.
17689         (RET1): Likewise.
17690         (RET2): Likewise.
17691         (CALC): Likewise.
17692         (FUNC): Likewise.
17693         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
17694         (test_functions): Add lgamma.
17695         (calc_generic_results): Handle mpfr_f_f1.
17696         * sysdeps/i386/fpu/libm-test-ulps: Update.
17697         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17698
17699 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17700
17701         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
17702         __mpn_add_n for PowerPC64/POWER7.
17703         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
17704         __mpn_sub_n for PowerPC64/POWER7.
17705
17706         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
17707         __mpn_addmul_1 for PowerPC64.
17708         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
17709         __mpn_submul_1 for PowerPC64.
17710         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
17711         for PowerPC64.
17712         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
17713         for PowerPC64.
17714
17715 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
17716
17717         [BZ #15089]
17718         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
17719
17720 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17721
17722         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
17723
17724         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
17725         add multiarch folders.
17726         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
17727         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
17728         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
17729         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
17730         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
17731         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
17732         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
17733         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
17734         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
17735         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
17736         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
17737         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
17738         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
17739         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
17740         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
17741         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
17742         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
17743
17744         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
17745         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
17746         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
17747         New file.
17748         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
17749         New file.
17750         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
17751         multiarch __ieee754_hypot for PowerPC32.
17752         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
17753         New file.
17754         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
17755         New file.
17756         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
17757         multiarch __ieee754_hypotf for PowerPC32.
17758
17759         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
17760         long_double_symbol only if __logbl is defined.
17761         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
17762         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
17763         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
17764         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
17765         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
17766         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
17767         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
17768         path for implementation.
17769         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
17770         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
17771         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
17772         logb, and logbl multiarch implementations for PowerPC32.
17773         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
17774         file.
17775         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
17776         file.
17777         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
17778         multiarch logb for PowerPC32.
17779         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
17780         file.
17781         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
17782         file.
17783         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
17784         multiarch logbf for PowerPC32.
17785         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
17786         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
17787         file.
17788         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
17789         multiarch logbl implementation for PowerPC32.
17790
17791         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
17792         and modff multiarch implementations.
17793         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
17794         New file.
17795         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
17796         New file.
17797         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
17798         multiarch modf for PowerPC32.
17799         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
17800         New file.
17801         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
17802         New file.
17803         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
17804         multiarch modff for PowerPC32.
17805
17806         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
17807         and lrintf multiarch implementations.
17808         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
17809         New file.
17810         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
17811         New file.
17812         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
17813         multiarch lrint for PowerPC32.
17814         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
17815         file: multiarch lrintf for PowerPC32.
17816
17817         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
17818         and lroundf multiarch implementations.
17819         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
17820         New file.
17821         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
17822         New file.
17823         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
17824         New file.
17825         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
17826         multiarch lround for PowerPC32.
17827         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
17828         file: multiarch lroundf for PowerPC32.
17829
17830         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
17831         copysign and copysignf multiarch implementations.
17832         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
17833         New file.
17834         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
17835         New file.
17836         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
17837         file: multiarch copysign for PowerPC32.
17838         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
17839         file: multiarch copysignf for PowerPC32.
17840
17841         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
17842         and truncf multiarch implementations.
17843         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
17844         New file.
17845         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
17846         file.
17847         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
17848         multiarch trunc for PowerPC32.
17849         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
17850         New file.
17851         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
17852         New file.
17853         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
17854         multiarch truncf for PowerPC32.
17855
17856         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
17857         and roundf multiarch implementations.
17858         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
17859         New file.
17860         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
17861         file.
17862         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
17863         multiarch round for PowerPC32.
17864         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
17865         New file.
17866         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
17867         New file.
17868         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
17869         multiarch roundf for PowerPC32.
17870
17871         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
17872         and floorf multiarch implementations.
17873         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
17874         New file.
17875         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
17876         file.
17877         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
17878         multiarch floor for PowerPC32.
17879         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
17880         New file.
17881         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
17882         New file.
17883         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
17884         multiarch floorf for PowerPC32.
17885
17886         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
17887         and ceilf multiarch implementations.
17888         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
17889         New file.
17890         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
17891         file.
17892         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
17893         multiarch ceil for PowerPC32.
17894         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
17895         New file.
17896         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
17897         file.
17898         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
17899         multiarch ceilf for PowerPC32.
17900
17901         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
17902         is defined.
17903         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
17904         FINITEF is defined.
17905         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
17906         and finitef multiarch implementations.
17907         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
17908         New file.
17909         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
17910         file.
17911         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
17912         multiarch finite for PowerPC32.
17913         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
17914         New file.
17915         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
17916         file: multiarch finitef for PowerPC32.
17917
17918         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
17919         and isinff multiarch implementations.
17920         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
17921         file.
17922         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
17923         file.
17924         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
17925         multiarch isinf for PowerPC32.
17926         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
17927         New file.
17928         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
17929         multiarch isinff for PowerPC32.
17930
17931         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
17932         alias when __isnan is defined.
17933         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
17934         and isnanf multiarch implementations.
17935         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
17936         file.
17937         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
17938         file.
17939         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
17940         file.
17941         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
17942         file.
17943         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
17944         multiarch isnan for PowerPC32.
17945         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
17946         New file.
17947         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
17948         New file.
17949         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
17950         multiarch isnanf for PowerPC32.
17951
17952         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
17953         and sqrtf multiarch implementations.
17954         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
17955         file.
17956         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
17957         file.
17958         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
17959         multiarch sqrt for PowerPC32.
17960         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
17961         file.
17962         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
17963         file.
17964         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
17965         multiarch sqrtf for PowerPC32.
17966
17967         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
17968         and llroundf multiarch implementations.
17969         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
17970         New file.
17971         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
17972         New file.
17973         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
17974         New file.
17975         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
17976         file: multiarch llround for PowerPC32.
17977         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
17978         file: multiarch llroundf for PowerPC32.
17979
17980         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
17981         multiarch PowerPC32 fpu implementations.
17982         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
17983         New file.
17984         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
17985         New file.
17986         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
17987         multiarch llrint for PowerPC32.
17988         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
17989         New file.
17990         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
17991         New file.
17992         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
17993         file.
17994
17995         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
17996
17997         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
17998         file.
17999         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
18000         file.
18001         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
18002         file.
18003         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
18004         multiarch wordcopy for PPC32.
18005         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
18006         wordcopy objects.
18007         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18008         (__libc_ifunc_impl_list): Likewise.
18009         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
18010         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
18011         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
18012         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
18013         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
18014         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
18015
18016         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
18017         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
18018         file.
18019         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
18020         file.
18021         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
18022         file.
18023         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
18024         multiarch wcscpy for PPC32.
18025         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
18026         multiarch objects.
18027         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18028         (__libc_ifunc_impl_list): Likewise.
18029         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
18030         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
18031         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
18032         sysdeps/powerpc/power6/wcscpy.c.
18033
18034         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
18035         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
18036         file.
18037         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
18038         file.
18039         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
18040         file.
18041         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
18042         multiarch wcsrchr for PPC32.
18043         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
18044         multiarch objects.
18045         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18046         (__libc_ifunc_impl_list): Likewise.
18047         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
18048         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
18049         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
18050         sysdeps/powerpc/power6/wcsrchr.c.
18051
18052         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
18053         file.
18054         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
18055         file.
18056         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
18057         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
18058         multiarch wcschr for PPc32.
18059         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
18060         multiarch objects.
18061         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18062         (__libc_ifunc_impl_list): Likewise.
18063         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
18064         * sysdeps/powerpc/power6/wcschr.c: ... to here.
18065         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
18066         sysdeps/powerpc/power6/wcschr.c.
18067
18068         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
18069         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
18070         file.
18071         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
18072         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
18073         file: multiarch strchr for PPC32.
18074         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
18075         multiarch objects.
18076         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18077         (__libc_ifunc_impl_list): Likewise.
18078
18079         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
18080         name.
18081         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
18082         file.
18083         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
18084         file.
18085         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
18086         multiarch strchrnul for PPC32.
18087         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
18088         multiarch objects.
18089         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18090         (__libc_ifunc_impl_list): Likewise.
18091
18092         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
18093         file.
18094         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
18095         multiarch strncasecmp for PPC32.
18096         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
18097         file.
18098         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
18099         multiarch strncasecmp_l for PPC32.
18100         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
18101         strncasecmp multiarch objects.
18102         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18103         (__libc_ifunc_impl_list): Likewise.
18104
18105         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
18106         file.
18107         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
18108         multiarch strncasecmp for PPC32.
18109         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
18110         New file.
18111         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
18112         multiarch strcasecmp_l for PPC32.
18113         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
18114         multiarch objects.
18115         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18116         (__libc_ifunc_impl_list): Likewise.
18117
18118         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
18119         file.
18120         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
18121         file.
18122         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
18123         multiarch strncmp for PPC32.
18124         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
18125         multiarch objects.
18126         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18127         (__libc_ifunc_impl_list): Likewise.
18128
18129         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
18130         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
18131         file.
18132         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
18133         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
18134         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
18135         multiarch objects.
18136         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18137         (__libc_ifunc_impl_list): Likewise.
18138
18139         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
18140         file.
18141         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
18142         file.
18143         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
18144         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
18145         multiarch objects.
18146         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18147         (__libc_ifunc_impl_list): Likewise.
18148
18149         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
18150         file.
18151         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
18152         file.
18153         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
18154         multiarch rawmemchr for PPC32.
18155         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
18156         multiarch objects.
18157         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18158         (__libc_ifunc_impl_list): Likewise.
18159
18160         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
18161         file.
18162         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
18163         file.
18164         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
18165         file: memrchr multiarch for PPC32.
18166         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
18167         multiarch objects.
18168         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18169         (__libc_ifunc_impl_list): Likewise.
18170
18171         * string/memchr.c (__memchr): Using macro to redefine symbol name.
18172         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
18173         file.
18174         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
18175         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
18176         multiarch memchr for PPC32.
18177         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
18178         multiarch objects.
18179         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18180         (__libc_ifunc_impl_list): Likewise.
18181
18182         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
18183         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
18184         file.
18185         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
18186         file.
18187         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
18188         file: multiarch mempcpy for PPC32.
18189         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
18190         multiarch objects.
18191         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18192         (__libc_ifunc_impl_list): Likewise.
18193
18194         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
18195         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
18196         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
18197         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
18198         multiarch bzero for PPC32.
18199         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
18200         file.
18201         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
18202         file.
18203         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
18204         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
18205         file: multiarch memset for PPC32.
18206         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
18207         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
18208         memset multiarch objects.
18209         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18210         (__libc_ifunc_impl_list): Likewise.
18211
18212         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
18213         file.
18214         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
18215         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
18216         memcmp for PPC32.
18217         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
18218         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
18219         multiarch objects.
18220         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18221         (__libc_ifunc_impl_list): Likewise.
18222
18223         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
18224         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
18225         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
18226         file.
18227         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
18228         file.
18229         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
18230         file.
18231         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
18232         multiarch memcpy for PPC32.
18233         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
18234         multiarch objects.
18235         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18236         (__libc_ifunc_impl_list): Likewise.
18237
18238         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
18239         support multiarch for POWER/PPC32.
18240         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
18241         Likewise.
18242         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
18243         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
18244         Implies file to make multiarch folder appers before the fpu and
18245         default folder for power4 configuration.
18246
18247 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
18248
18249         * scripts/bench.pl: Append volatile keyword to type.
18250
18251 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18252
18253         * sysdeps/sh/sotruss-lib.c: New file.
18254         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
18255
18256 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18257
18258         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18259
18260 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
18261
18262         [BZ #6810]
18263         * math/w_tgamma.c: Include <errno.h>.
18264         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
18265         * math/w_tgammaf.c: Include <errno.h>.
18266         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
18267         * math/w_tgammal.c: Include <errno.h>.
18268         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
18269         * math/auto-libm-test-in: Do not allow missing errno on tgamma
18270         underflow.  Add more tgamma tests.
18271         * math/auto-libm-test-out: Regenerated.
18272         * sysdeps/i386/fpu/libm-test-ulps: Update.
18273         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18274
18275         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
18276         sin, sinh, tan, tanh, tgamma, y0 and y1.
18277         * math/auto-libm-test-out: Regenerated.
18278         * math/libm-test.inc (TEST_COND_x86_64): New macro.
18279         (TEST_COND_x86): Likewise.
18280         (M_E2l): Remove macro.
18281         (M_E3l): Likewise.
18282         (M_2_SQRT_PIl): Likewise.
18283         (M_SQRT_PIl): Likewise.
18284         (M_1_DIV_El): Likewise.
18285         (log_test_data): Use AUTO_TESTS_f_f.
18286         (log10_test_data): Likewise.
18287         (log1p_test_data): Likewise.
18288         (log2_test_data): Likewise.
18289         (sin_test_data): Likewise.
18290         (sin_tonearest_test_data): Likewise.
18291         (sin_towardzero_test_data): Likewise.
18292         (sin_downward_test_data): Likewise.
18293         (sin_upward_test_data): Likewise.
18294         (sinh_test_data): Likewise.
18295         (sinh_tonearest_test_data): Likewise.
18296         (sinh_towardzero_test_data): Likewise.
18297         (sinh_downward_test_data): Likewise.
18298         (sinh_upward_test_data): Likewise.
18299         (tan_test_data): Likewise.
18300         (tan_tonearest_test_data): Likewise.
18301         (tan_towardzero_test_data): Likewise.
18302         (tan_downward_test_data): Likewise.
18303         (tan_upward_test_data): Likewise.
18304         (tanh_test_data): Likewise.
18305         (tgamma_test_data): Likewise.
18306         (y0_test_data): Likewise.
18307         (y1_test_data): Likewise.
18308         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
18309         (special_real_inputs): Add pi/4.
18310         * sysdeps/i386/fpu/libm-test-ulps: Update.
18311         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18312
18313 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18314
18315         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
18316         "longjmp_target" static probes.
18317         (__longjmp): Rename to __longjmp_symbol.
18318         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
18319         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
18320         on which longjmp to generate.
18321         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
18322         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
18323         probe.
18324         (__sigsetjmp): Rename to __sigsetjmp_symbol.
18325         (__sigjmp_save): Rename to __sigjmp_save_symbol.
18326         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
18327         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
18328         and __sigjmp_save_symbol based on which sigsetjmp to generated.
18329         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
18330         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
18331         __longjmp_symbol based on which __longjmp to generate.
18332         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
18333         probe.
18334         (setjmp): Rename to setjmp_symbol.
18335         (__sigsetjmp): Rename to __sigsetjmp_symbol.
18336         (_setjmp): Rename to _setjmp_symbol.
18337         (__sigsetjmp): Rename to __sigsetjmp_symbol.
18338         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
18339         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
18340         which setjmp to generate.
18341         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
18342         "longjmp_target" static probes.
18343
18344 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
18345
18346         * benchtests/README: Add note about output arguments.
18347         * benchtests/bench-sincos.c: Remove file.
18348         * benchtests/sincos-inputs: New file.
18349         * scripts/bench.pl: Identify output arguments and define
18350         static variables for them.
18351
18352         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
18353
18354         [BZ #15941]
18355         * Makefile (INSTALL): Add install-plain.texi as the primary
18356         dependency.
18357         * manual/install-plain.texi: New file.
18358         * manual/install.texi: Include node directive only for
18359         non-plaintext output.
18360
18361 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
18362
18363         * stdlib/longlong.h: Update from GCC.
18364
18365         [BZ #6807]
18366         [BZ #15901]
18367         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
18368         * math/w_j0f.c (y0f): Likewise.
18369         * math/w_j0l.c (__y0l): Likewise.
18370         * math/w_j1.c (y1): Likewise.
18371         * math/w_j1f.c (y1f): Likewise.
18372         * math/w_j1l.c (__y1l): Likewise
18373         * math/w_jn.c (yn): Likewise.
18374         * math/w_jnf.c (ynf): Likewise.
18375         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
18376         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
18377         value for Bessel function domain errors outside _SVID_ mode.
18378         Adjust sign of return value for yn (negative integer, 0).
18379         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
18380         by zero in return for negative x and set sign appropriately for
18381         negative n.
18382         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
18383         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
18384         * math/libm-test.inc (y0_test_data): Add more tests and adjust
18385         expectations in error cases.
18386         (y1_test_data): Likewise.
18387         (yn_test_data): Likewise.
18388         * sysdeps/i386/fpu/libm-test-ulps: Update.
18389         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18390
18391 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18392
18393         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
18394         "64" to "64-v1".  Add "64-v2".
18395         (abi-64-options): Rename to ...
18396         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
18397         (abi-64-condition): Rename to ...
18398         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
18399         (abi-64-ld-soname): Rename to ...
18400         (abi-64-v1-ld-soname): ... this.
18401         (abi-64-v2-options): Define.
18402         (abi-64-v2-condition): Likewise.
18403         (abi-64-v2-ld-soname): Likewise.
18404         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
18405         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
18406         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
18407         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
18408         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
18409
18410 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18411             Alan Modra  <amodra@gmail.com>
18412
18413         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
18414         New versions for use with the ELFv2 ABI.
18415         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
18416         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
18417         declaration.
18418         (struct La_ppc64v2_retval): Likewise.
18419         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
18420         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
18421         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
18422         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
18423         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
18424         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
18425         Do not save or restore CR.
18426         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
18427         (_dl_profile_resolve): Do no save or restore CR.  Support extended
18428         return values for ELFv2 ABI.  Fix location of FPR return registers.
18429         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
18430         updated values for _CALL_ELF == 2.
18431         (La_regs, La_retval, int_retval): Likewise.
18432
18433 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18434
18435         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
18436         (FRAME_MIN_SIZE_PARM): Likewise.
18437         (FRAME_BACKCHAIN): Likewise.
18438         (FRAME_CR_SAVE): Likewise.
18439         (FRAME_LR_SAVE): Likewise.
18440         (FRAME_TOC_SAVE): Likewise.
18441         (FRAME_PARM_SAVE): Likewise.
18442         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
18443         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
18444         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
18445         (call_mcount_parm_offset): New macro.
18446         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
18447         (PROF): Use symbolic stack frame offsets.
18448         (TAIL_CALL_SYSCALL_ERROR): Likewise.
18449         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
18450         Redefine in terms of FRAME_MIN_SIZE.
18451         (_dl_runtime_resolve): Use symbolic stack frame offsets.
18452         (_dl_profile_resolve): Likewise.  Update comment.
18453         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
18454         symbols stack frame offsets.
18455         (__sigsetjmp): Likewise.
18456         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
18457         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
18458         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
18459         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
18460
18461         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
18462         (FRAME_BACKCHAIN): Remove.
18463         (FRAME_CR_SAVE): Likewise.
18464         (FRAME_LR_SAVE): Likewise.
18465         (FRAME_COMPILER_DW): Likewise.
18466         (FRAME_LINKER_DW): Likewise.
18467         (FRAME_TOC_SAVE): Likewise.
18468         (FRAME_PARM_SAVE): Likewise.
18469         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
18470         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
18471         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
18472         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
18473         (CHECK_SP): Use symbolic stack frame offsets.
18474         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
18475         zone" instead of caller's parameter save area for temp storage.
18476         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
18477         Likewise.  Also, use symbolic stack frame offsets.
18478         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
18479         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
18480         our own stack frame instead of the caller's.
18481         (__socket): Use symbolic stack frame offsets.
18482
18483 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18484             Alan Modra  <amodra@gmail.com>
18485
18486         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
18487         Define.
18488         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
18489         (PPC64_LOCAL_ENTRY_OFFSET): Define.
18490         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
18491         New function.
18492         (elf_machine_fixup_plt): Call it.
18493         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
18494         reloc arguments.
18495         (elf_machine_rela): Update call to elf_machine_plt_conflict.
18496         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
18497         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
18498         r2 before calling target.
18499
18500 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18501             Alan Modra  <amodra@gmail.com>
18502
18503         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
18504         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
18505         versions of macros to support ELFv2 ABI.
18506         (LOCALENTRY): New macro.
18507         (ENTRY, EALIGN): Use it.
18508         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
18509         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
18510         fall through into ENTRY entry point.
18511         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
18512         Only define if _CALL_ELF != 2.
18513
18514         (elf_machine_matches_host): Verify ABI version matches.
18515         (RTLD_START): Use LOCALENTRY.
18516         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
18517         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
18518         (PLT_ENTRY_WORDS): New macro.
18519         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
18520         (elf_machine_runtime_setup): Support ELFv2 ABI.
18521         (elf_machine_fixup_plt): Likewise.
18522         (elf_machine_plt_conflict): Likewise.
18523         (resolve_ifunc): Likewise.
18524         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
18525         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
18526         Likewise.
18527         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
18528         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
18529         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
18530         (makecontext): Support ELFv2 ABI.
18531         * elf/elf.h (EF_PPC64_ABI): Define.
18532
18533 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18534
18535         * sysdeps/powerpc/powerpc64/sysdep.h
18536         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
18537         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
18538         (ENTRY) [ASSEMBLER]: ... but instead here ...
18539         (EALIGN) [ASSEMBLER]: ... and here.
18540         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
18541         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
18542         (ENTRY_2) [!ASSEMBLER]: Use it.
18543         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
18544         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
18545         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
18546         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
18547         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
18548         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
18549         Use PPC64_LOAD_FUNCPTR.
18550
18551         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
18552
18553 2013-12-04  Alan Modra  <amodra@gmail.com>
18554
18555         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
18556         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
18557         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
18558         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
18559
18560         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
18561         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
18562         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
18563         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
18564         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
18565         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
18566
18567 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18568
18569         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
18570         (__makecontext): Fix incorrect CFI when backtracing out of
18571         context created via makecontext.
18572         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
18573         (__setcontext): Fix incorrect CFI during switch to new context.
18574         (__novec_setcontext): Likewise.
18575
18576 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
18577
18578         [BZ #4772]
18579         * time/strptime_l.c (__strptime_internal): Allow modifiers
18580         in strptime.
18581         * time/tst-strptime.c (day_tests): Add testcase.
18582
18583 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
18584
18585         * scripts/bench.pl: Skip over blank lines.
18586
18587 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
18588
18589         [BZ #926]
18590         * manual/time.texi (Calendar Time): Clarify what timezone functions
18591         use.
18592
18593 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18594
18595         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18596
18597 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
18598
18599         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
18600         implementation.
18601         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
18602         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
18603         * debug/memset_chk.c (__memset_chk): Likewise.
18604         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
18605         * debug/strncpy_chk.c: Likewise.
18606
18607 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
18608
18609         [BZ #15268]
18610         [BZ #15425]
18611         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
18612         (__ieee754_exp): For possibly underflowing results, check size of
18613         result and force underflow exception if required.
18614         * math/auto-libm-test-in: Add more tests of exp.
18615         * math/auto-libm-test-out: Regenerated.
18616         * sysdeps/i386/fpu/libm-test-ulps: Update.
18617         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18618
18619         [BZ #16283]
18620         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
18621         * math/w_exp2f.c (__exp2f): Likewise.
18622         * math/w_exp2l.c (__exp2l): Likewise.
18623         * math/auto-libm-test-in: Do not allow missing errno on exp2
18624         underflow.
18625         * math/auto-libm-test-out: Regenerated.
18626
18627 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
18628
18629         [BZ #16274]
18630         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
18631         handle filename validation.
18632         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
18633         (do_open): Delete.
18634
18635 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
18636
18637         [BZ #6786]
18638         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
18639         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
18640         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
18641         <float.h>.
18642         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
18643         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
18644         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18645         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
18646         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18647         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
18648         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18649         * math/auto-libm-test-in: Don't allow missing errno from erfc.
18650         Add more erfc tests.
18651         * math/auto-libm-test-out: Regenerated.
18652         * sysdeps/i386/fpu/libm-test-ulps: Update.
18653         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18654
18655         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
18656         exp2, expm1, j0 and j1.
18657         * math/auto-libm-test-out: Regenerated.
18658         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
18659         (erfc_test_data): Likewise.
18660         (exp_test_data): Likewise.
18661         (exp_tonearest_test_data): Likewise.
18662         (exp_towardzero_test_data): Likewise.
18663         (exp_downward_test_data): Likewise.
18664         (exp_upward_test_data): Likewise.
18665         (exp10_test_data): Likewise.
18666         (exp2_test_data): Likewise.
18667         (expm1_test_data): Likewise.
18668         (j0_test_data): Likewise.
18669         (j1_test_data): Likewise.
18670         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
18671         (input_flag_type): Add flag_xfail_rounding.
18672         (input_flags): Add xfail-rounding.
18673         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
18674         (output_for_one_input_case): Handle flag_xfail_rounding.
18675         * sysdeps/i386/fpu/libm-test-ulps: Update.
18676         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18677
18678 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
18679
18680         [BZ #16289]
18681         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
18682         division by 0.
18683
18684 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
18685
18686         [BZ #16195]
18687         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
18688         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
18689         (STAP_PROBE0): New macro.
18690         (STAP_PROBE1): Likewise.
18691         (STAP_PROBE2): Likewise.
18692         (STAP_PROBE3): Likewise.
18693         (STAP_PROBE4): Likewise.
18694
18695 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
18696
18697         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
18698
18699 2013-12-02  Steve Ellcey  <sellcey@mips.com>
18700
18701         * benchtests/Makefile (bench): Add sqrt.
18702         (LDLIBS-bench-sqrt): New.
18703         * benchtests/sqrt-input: New.
18704
18705 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
18706
18707         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
18708         (GAIH_EAI): Likewise.
18709         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
18710         (gaih_inet): Likewise.
18711         (getaddrinfo): Don't use GAIH_EAI.
18712
18713         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
18714         (struct gaih): Remove definition.
18715
18716 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
18717
18718         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
18719         Use HERRNOP directly.
18720
18721 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18722
18723         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18724
18725 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
18726
18727         * math/gen-auto-libm-tests.c (test_functions): Add more
18728         single-argument functions.
18729         (special_fill_pi_2): New function.
18730         (special_fill_minus_pi_2): Likewise.
18731         (special_fill_pi_6): Likewise.
18732         (special_fill_minus_pi_6): Likewise.
18733         (special_fill_pi_3): Likewise.
18734         (special_fill_2pi_3): Likewise.
18735         (special_fill_e): Likewise.
18736         (special_fill_1_e): Likewise.
18737         (special_fill_e_minus_1): Likewise.
18738         (special_real_inputs): Add more special inputs.
18739         (output_for_one_input_case): Do not require ERANGE on underflow to
18740         zero if round-to-nearest result does not underflow to zero, unless
18741         exact results required.
18742         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
18743         atan, atanh, cbrt, cos and cosh.
18744         * math/auto-libm-test-out: Regenerated.
18745         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
18746         (acos_tonearest_test_data): Likewise.
18747         (acos_towardzero_test_data): Likewise.
18748         (acos_downward_test_data): Likewise.
18749         (acos_upward_test_data): Likewise.
18750         (acosh_test_data): Likewise.
18751         (asin_test_data): Likewise.
18752         (asin_tonearest_test_data): Likewise.
18753         (asin_towardzero_test_data): Likewise.
18754         (asin_upward_test_data): Likewise.
18755         (asinh_test_data): Likewise.
18756         (atan_test_data): Likewise.
18757         (atanh_test_data): Likewise.
18758         (cbrt_test_data): Likewise.
18759         (cos_test_data): Likewise.
18760         (cos_tonearest_test_data): Likewise.
18761         (cos_towardzero_test_data): Likewise.
18762         (cos_downward_test_data): Likewise.
18763         (cos_upward_test_data): Likewise.
18764         (cosh_test_data): Likewise.
18765         (cosh_tonearest_test_data): Likewise.
18766         (cosh_towardzero_test_data): Likewise.
18767         (cosh_downward_test_data): Likewise.
18768         (cosh_upward_test_data): Likewise.
18769         * sysdeps/i386/fpu/libm-test-ulps: Update.
18770         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18771
18772 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
18773
18774         [BZ #6787]
18775         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
18776         * math/w_exp10f.c (__exp10f): Likewise.
18777         * math/w_exp10l.c (__exp10l): Likewise.
18778         * math/libm-test.inc (exp10_test_data): Add more tests and expect
18779         errno settings in existing tests.
18780
18781         [BZ #14032]
18782         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
18783         precision control set to double precision.
18784         * sysdeps/i386/fpu/w_sqrt.c: New file.
18785         * math/auto-libm-test-in: Add more tests.
18786         * math/auto-libm-test-out: Update.
18787
18788         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
18789         (sqrt_test_tonearest): New function.
18790         (sqrt_towardzero_test_data): New variable.
18791         (sqrt_test_towardzero): New function.
18792         (sqrt_downward_test_data): New variable.
18793         (sqrt_test_downward): New function.
18794         (sqrt_upward_test_data): New variable.
18795         (sqrt_test_upward): New function.
18796         (main): Call the new functions.
18797
18798         * math/gen-auto-libm-tests.c: New file.
18799         * math/auto-libm-test-in: Likewise.
18800         * math/auto-libm-test-out: New generated file.
18801         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
18802         variables.
18803         (%beautify): Add generated representations of zero.
18804         (top level): Set $auto_input and call parse_auto_input.
18805         (beautify): Remove trailing "f" from hex float constants.
18806         (parse_args): Handle XFAIL_TEST.
18807         (convert_condition): New function.
18808         (or_value): Likewise.
18809         (or_cond_value): Likewise.
18810         (generate_testfile): Handle AUTO_TESTS_* lines.
18811         (parse_auto_input): New function.
18812         * math/libm-test.inc (XFAIL_TEST): New macro.
18813         (ERRNO_UNCHANGED): Update value.
18814         (ERRNO_EDOM): Likewise.
18815         (ERRNO_ERANGE): Likewise.
18816         (IGNORE_RESULT): Likewise.
18817         (TEST_COND_flt_32): New macro.
18818         (TEST_COND_dbl_64): Likewise.
18819         (TEST_COND_ldbl_96_intel): Likewise.
18820         (TEST_COND_ldbl_96_m68k): Likewise.
18821         (TEST_COND_ldbl_128): Likewise.
18822         (TEST_COND_ldbl_128ibm): Likewise.
18823         (TEST_COND_long32): Likewise.
18824         (TEST_COND_long64): Likewise.
18825         (TEST_COND_before_rounding): Likewise.
18826         (TEST_COND_after_rounding): Likewise.
18827         (enable_test): Handle XFAIL_TEST flag.
18828         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
18829         with finite results.
18830         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
18831         auto-libm-test-out.
18832
18833 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
18834             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18835
18836         [BZ #16214]
18837         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
18838         __tls_get_addr_internal instead of __tls_get_offset in order to
18839         avoid GOT pointer dependency.  Make rtld export
18840         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
18841         __tls_get_addr since we are a __tls_get_offset platform.
18842         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
18843         GOT pointer being set up before.
18844         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
18845
18846 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
18847
18848         * manual/math.texi (Errors in Math Functions): Document accuracy
18849         goals.
18850
18851         [BZ #15004]
18852         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
18853         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
18854         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
18855         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
18856         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
18857         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
18858         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
18859         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
18860         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
18861         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
18862         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
18863         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
18864         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
18865         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
18866         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
18867         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
18868
18869         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
18870         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
18871         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
18872         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
18873         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
18874         Likewise.
18875         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
18876         Likewise.
18877         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
18878         Likewise.
18879         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
18880         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
18881         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
18882         atomic-feupdateenv and flt-rounds.
18883         * sysdeps/powerpc/nofpu/Versions (libc): Add
18884         __atomic_feholdexcept, __atomic_feclearexcept,
18885         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
18886         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
18887         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
18888         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
18889         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
18890         here.
18891         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
18892         Update.
18893
18894         * manual/arith.texi (FP Exceptions): Document that exceptions may
18895         not be raised when matherr is used.
18896         (Math Error Reporting): Document overflow in directed rounding
18897         modes.  Document that errno may not be set when finite values are
18898         returned on overflow.  Document intent to set errno on underflow
18899         only for underflow to zero.
18900
18901         [BZ #16271]
18902         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
18903         round-to-nearest then adjust result for other rounding modes.
18904         * include/fenv.h (fegetround): Use libm_hidden_proto.
18905         * math/fegetround.c (fegetround): Use libm_hidden_def.
18906         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
18907         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
18908         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
18909         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
18910         Likewise.
18911         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
18912         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
18913         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
18914         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
18915
18916 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
18917
18918         [BZ #16077]
18919         * nss/Versions (libnss_files): Add
18920         _nss_files_gethostbyname3_r.
18921         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
18922         New function.
18923         (HOST_DB_LOOKUP): Remove macro.
18924         (_nss_files_gethostbyname_r): Implement function without the
18925         HOST_DB_LOOKUP macro.
18926         (_nss_files_gethostbyname2_r): Likewise.
18927
18928 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
18929
18930         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
18931
18932 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
18933
18934         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
18935         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
18936         warning.
18937
18938 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18939
18940         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
18941         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
18942         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
18943         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
18944         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
18945         __fe_nomask_env_priv and attribute_hidden.
18946         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
18947         (libc_feupdateenv_test_ppc): Likewise.
18948         (libc_feresetround_ppc): Likewise.
18949         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
18950         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
18951         compat_symbol macro.
18952         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
18953         (__fe_nomask_env): Likewise.
18954         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
18955
18956 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
18957
18958         * string/Makefile: Remove ifunc tests.
18959         * string/test-string.h: Define TEST_IFUNC.
18960         * string/test-bcopy-ifunc.c: Remove.
18961         * string/test-bzero-ifunc.c: Likewise.
18962         * string/test-memccpy-ifunc.c: Likewise.
18963         * string/test-memchr-ifunc.c: Likewise.
18964         * string/test-memcmp-ifunc.c: Likewise.
18965         * string/test-memcpy-ifunc.c: Likewise.
18966         * string/test-memmem-ifunc.c: Likewise.
18967         * string/test-memmove-ifunc.c: Likewise.
18968         * string/test-mempcpy-ifunc.c: Likewise.
18969         * string/test-memrchr-ifunc.c: Likewise.
18970         * string/test-memset-ifunc.c: Likewise.
18971         * string/test-rawmemchr-ifunc.c: Likewise.
18972         * string/test-stpcpy-ifunc.c: Likewise.
18973         * string/test-stpncpy-ifunc.c: Likewise.
18974         * string/test-strcasecmp-ifunc.c: Likewise.
18975         * string/test-strcasestr-ifunc.c: Likewise.
18976         * string/test-strcat-ifunc.c: Likewise.
18977         * string/test-strchr-ifunc.c: Likewise.
18978         * string/test-strchrnul-ifunc.c: Likewise.
18979         * string/test-strcmp-ifunc.c: Likewise.
18980         * string/test-strcpy-ifunc.c: Likewise.
18981         * string/test-strcspn-ifunc.c: Likewise.
18982         * string/test-strlen-ifunc.c: Likewise.
18983         * string/test-strncasecmp-ifunc.c: Likewise.
18984         * string/test-strncat-ifunc.c: Likewise.
18985         * string/test-strncmp-ifunc.c: Likewise.
18986         * string/test-strncpy-ifunc.c: Likewise.
18987         * string/test-strnlen-ifunc.c: Likewise.
18988         * string/test-strpbrk-ifunc.c: Likewise.
18989         * string/test-strrchr-ifunc.c: Likewise.
18990         * string/test-strspn-ifunc.c: Likewise.
18991         * string/test-strstr-ifunc.c: Likewise.
18992
18993 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
18994
18995         * benchtests/Makefile: Remove ifunc tests.
18996         * benchtests/bench-string.h: Define TEST_IFUNC.
18997         * benchtests/bench-bcopy-ifunc.c: Remove.
18998         * benchtests/bench-bzero-ifunc.c: Likewise.
18999         * benchtests/bench-memccpy-ifunc.c: Likewise.
19000         * benchtests/bench-memchr-ifunc.c: Likewise.
19001         * benchtests/bench-memcmp-ifunc.c: Likewise.
19002         * benchtests/bench-memcpy-ifunc.c: Likewise.
19003         * benchtests/bench-memmem-ifunc.c: Likewise.
19004         * benchtests/bench-memmove-ifunc.c: Likewise.
19005         * benchtests/bench-mempcpy-ifunc.c: Likewise.
19006         * benchtests/bench-memrchr-ifunc.c: Likewise.
19007         * benchtests/bench-memset-ifunc.c: Likewise.
19008         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
19009         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
19010         * benchtests/bench-stpcpy-ifunc.c: Likewise.
19011         * benchtests/bench-stpncpy-ifunc.c: Likewise.
19012         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
19013         * benchtests/bench-strcasestr-ifunc.c: Likewise.
19014         * benchtests/bench-strcat-ifunc.c: Likewise.
19015         * benchtests/bench-strchr-ifunc.c: Likewise.
19016         * benchtests/bench-strchrnul-ifunc.c: Likewise.
19017         * benchtests/bench-strcmp-ifunc.c: Likewise.
19018         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
19019         * benchtests/bench-strcpy-ifunc.c: Likewise.
19020         * benchtests/bench-strcspn-ifunc.c: Likewise.
19021         * benchtests/bench-strlen-ifunc.c: Likewise.
19022         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
19023         * benchtests/bench-strncat-ifunc.c: Likewise.
19024         * benchtests/bench-strncmp-ifunc.c: Likewise.
19025         * benchtests/bench-strncpy-ifunc.c: Likewise.
19026         * benchtests/bench-strnlen-ifunc.c: Likewise.
19027         * benchtests/bench-strpbrk-ifunc.c: Likewise.
19028         * benchtests/bench-strrchr-ifunc.c: Likewise.
19029         * benchtests/bench-strsep-ifunc.c: Likewise.
19030         * benchtests/bench-strspn-ifunc.c: Likewise.
19031         * benchtests/bench-strstr-ifunc.c: Likewise.
19032
19033 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
19034
19035         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
19036
19037 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
19038
19039         * resolv/netdb.h: Use __glibc_reserved instead __unused.
19040         * rt/aio.h: Likewise.
19041         * sysdeps/gnu/bits/utmp.h: Likewise.
19042         * sysdeps/gnu/bits/utmpx.h: Likewise.
19043         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
19044         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
19045         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
19046         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
19047         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
19048         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
19049         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
19050         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
19051         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
19052         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
19053         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
19054         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
19055         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
19056         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
19057         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
19058         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
19059         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
19060         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
19061         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
19062         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
19063         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
19064         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
19065         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
19066         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
19067         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
19068         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
19069         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
19070         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
19071         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
19072         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
19073         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
19074         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
19075         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
19076         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
19077         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
19078         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
19079         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
19080         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
19081         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
19082         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
19083         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
19084         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
19085
19086 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
19087
19088         [BZ #16245]
19089         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
19090         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
19091
19092 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
19093
19094         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
19095         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
19096         Likewise.
19097
19098 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19099
19100         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
19101         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
19102         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
19103         (__fesetround): Remove define.
19104         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
19105         rounding and exceptions handling.
19106         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
19107         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
19108         (__fe_nomask_env): Likewise.
19109         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
19110         __fegetround instead of fegetround.
19111         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
19112         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
19113
19114 2013-11-21  Roland McGrath  <roland@hack.frob.com>
19115
19116         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
19117         it's there.
19118
19119         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
19120
19121 2013-11-21  Meador Inge  <meadori@codesourcery.com>
19122
19123         [BZ #11157]
19124         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
19125         (encrypt_r): Likewise.
19126         * malloc/obstack.h (obstack_free): Likewise.
19127         * posix/unistd.h (encrypt): Likewise.
19128
19129 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
19130
19131         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
19132         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
19133         DL_CALL_DT_FINI() that call the functions directly.
19134         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
19135         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
19136         * elf/dl-fini.c: Likewise.
19137
19138 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
19139
19140         * malloc/hooks.c (memalign_check): Add alignment rounding.
19141         * malloc/malloc.c (_mid_memalign): New function.
19142         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
19143         Implement by calling _mid_memalign.
19144         * manual/probes.texi (Memory Allocation Probes): Remove
19145         memory_valloc_retry and memory_pvalloc_retry.
19146
19147 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
19148
19149         * locale/programs/locarchive.c (open_archive): Add const
19150         qualifier to ARCHIVEFNAME and copy default fname to
19151         DEFAULT_FNAME.
19152
19153         [BZ #15601]
19154         * libio/tst-widetext.input: Rename Oriya to Odia.
19155         * locale/iso-639.def: Likewise.
19156
19157         * manual/probes.texi (Mathematical Function Probes): Add
19158         documentation for sin, cos, asin and acos probes.
19159         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
19160         (__sin32): Add slowasin probe.
19161         (__cos32): Add slowacos probe.
19162         (__mpsin): Add slowsin probe.
19163         (__mpcos): Add slowcos probe.
19164
19165 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
19166
19167         [BZ #15483]
19168         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
19169         thread-local __sim_exceptions_thread and global
19170         __sim_exceptions_global.
19171         (__sim_disabled_exceptions): Change to thread-local
19172         __sim_disabled_exceptions_thread and global
19173         __sim_disabled_exceptions_global.
19174         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
19175         and global __sim_round_mode_global.
19176         (__simulate_exceptions): Use thread-local floating-point state and
19177         set global state from it as needed.
19178         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
19179         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
19180         __sim_round_mode_thread.
19181         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
19182         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
19183         and global __sim_exceptions_global.
19184         (__sim_disabled_exceptions): Change to thread-local
19185         __sim_disabled_exceptions_thread and global
19186         __sim_disabled_exceptions_global.
19187         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
19188         and global __sim_round_mode_global.
19189         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
19190         (SIM_SET_GLOBAL): Likewise.
19191         * sysdeps/powerpc/soft-fp/sfp-machine.h
19192         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
19193         __sim_round_mode_thread.
19194         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
19195         __sim_disabled_exceptions_thread.
19196         (__sim_exceptions): Change to __sim_exceptions_thread.
19197         (__sim_disabled_exceptions): Change to
19198         __sim_disabled_exceptions_thread.
19199         (__sim_round_mode): Change to __sim_round_mode_thread.
19200         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
19201         thread-local floating-point state and set global state from it as
19202         needed.
19203         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
19204         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
19205         (__sim_disabled_exceptions): Remove extern declaration.
19206         (feenableexcept): Use thread-local floating-point state and set
19207         global state from it as needed.
19208         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
19209         extern declaration.
19210         (__sim_disabled_exceptions): Likewise.
19211         (__sim_round_mode): Likewise.
19212         (__fegetenv): Use thread-local floating-point state.
19213         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
19214         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
19215         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
19216         floating-point state and set global state from it as needed.
19217         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
19218         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
19219         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
19220         Likewise.
19221         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
19222         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
19223         Likewise.
19224         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
19225         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
19226         Use __sim_round_mode_thread.
19227         * math/test-fenv-tls.c: New file.
19228         * math/Makefile (tests): Add test-fenv-tls.
19229         ($(objpfx)test-fenv-tls): Depend on
19230         $(common-objpfx)nptl/libpthread.so.
19231
19232 2013-11-19  Andreas Schwab  <schwab@suse.de>
19233
19234         * locale/programs/locale.c (show_info): Decode wordarray elements.
19235         * locale/categories.def (LC_MONETARY): Add element for
19236         _NL_MONETARY_CRNCYSTR.
19237         * locale/C-monetary.c (conversion_rate): New variable.
19238         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
19239         element.
19240
19241 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
19242
19243         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
19244         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
19245
19246 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
19247
19248         * elf/Makefile (tst-auxv): New test.
19249         * elf/tst-auxv.c: New
19250         * elf/rtld.c (dl_main): Adjust AT_EXECFN
19251
19252 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
19253
19254         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
19255         (hidden_proto): Caller changed.
19256         (hidden_tls_proto): New macro.
19257         (libc_hidden_tls_proto): Likewise.
19258         (rtld_hidden_tls_proto): Likewise.
19259         (libm_hidden_tls_proto): Likewise.
19260         (libresolv_hidden_tls_proto): Likewise.
19261         (librt_hidden_tls_proto): Likewise.
19262         (libdl_hidden_tls_proto): Likewise.
19263         (libnss_files_hidden_tls_proto): Likewise.
19264         (libnsl_hidden_tls_proto): Likewise.
19265         (libnss_nisplus_hidden_tls_proto): Likewise.
19266         (libutil_hidden_tls_proto): Likewise.
19267
19268 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
19269
19270         [BZ #10253]
19271         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
19272         (decompose_rpath): Defer expansion to fillin_rpath.
19273         (_dl_init_paths): Pass linkmap to fillin_rpath.
19274
19275 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
19276
19277         * benchtests/Makefile: Add strsep.
19278         * benchtests/bench-strsep.c: New file: strsep benchtest.
19279         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
19280
19281 2013-11-18  Andreas Schwab  <schwab@suse.de>
19282
19283         * locale/programs/locale.c (show_info) [case byte]: Check for
19284         '\377' instead of '\177'.
19285         * locale/C-monetary.c (not_available): Always use "\377".
19286         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
19287         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
19288         detect unavailable sign_posn locale elements.
19289         * locale/localeconv.c (__localeconv): For grouping and
19290         mon_grouping handle "\177" and "\377" like no grouping.
19291         (INT_ELEM): New macro.  Use it to set all numeric members.
19292         * locale/programs/ld-monetary.c (monetary_read)
19293         <tok_mon_grouping>: Normalize single -1 to the empty string.
19294         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
19295         Likewise.
19296
19297 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
19298
19299         [BZ #16055]
19300         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
19301         when we match (nil).
19302         * stdio-common/tst-sscanf.c (struct test): Add testcase.
19303
19304 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
19305
19306         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
19307         (NO_TEST_INLINE): Update value.
19308         (ERRNO_UNCHANGED): Likewise.
19309         (ERRNO_EDOM): Likewise.
19310         (ERRNO_ERANGE): Likewise.
19311         (IGNORE_RESULT): Likewise.
19312         (check_float_internal): Check signs of NaN results if
19313         TEST_NAN_SIGN used.
19314         (check_complex): Pass TEST_NAN_SIGN flag through to second
19315         check_float_internal call.
19316         (copysign_test_data): Add tests with quiet NaNs as second
19317         argument.  Use TEST_NAN_SIGN.
19318         (fabs_test_data): Add test of negative quiet NaN argument.  Use
19319         TEST_NAN_SIGN.
19320         (signbit_test_data): Add tests of quiet NaN argument.
19321         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
19322
19323         * math/gen-libm-test.pl (show_exceptions): Take extra argument
19324         $ignore_result.
19325         (parse_args): Handle function results specified as IGNORE.
19326         * math/libm-test.inc (IGNORE_RESULT): New macro.
19327         (check_float_internal): Do not check numerical result if flag
19328         IGNORE_RESULT set.
19329         (check_complex): Pass through IGNORE_RESULT to second
19330         check_float_internal call.
19331         (check_int): Do not check numerical result if flag IGNORE_RESULT
19332         set.
19333         (check_long): Likewise.
19334         (check_bool): Likewise.
19335         (check_longlong): Likewise.
19336         (lrint_test_data): Add tests of infinite and NaN arguments.
19337         (lrint_tonearest_test_data): Likewise.
19338         (lrint_towardzero_test_data): Likewise.
19339         (lrint_downward_test_data): Likewise.
19340         (lrint_upward_test_data): Likewise.
19341         (llrint_test_data): Likewise.
19342         (llrint_tonearest_test_data): Likewise.
19343         (llrint_towardzero_test_data): Likewise.
19344         (llrint_downward_test_data): Likewise.
19345         (llrint_upward_test_data): Likewise.
19346         (lround_test_data): Likewise.
19347         (llround_test_data): Likewise.
19348
19349         * math/libm-test.inc (NO_TEST_INLINE): New macro.
19350         (ERRNO_UNCHANGED): Update value.
19351         (ERRNO_EDOM): Likewise.
19352         (ERRNO_ERANGE): Likewise.
19353         (NO_TEST_INLINE_FLOAT): New macro.
19354         (NO_TEST_INLINE_DOUBLE): Likewise.
19355         (enable_test): New function.
19356         (RUN_TEST_f_f): Check enable_test before running test.
19357         (RUN_TEST_2_f): Likewise.
19358         (RUN_TEST_fff_f): Likewise.
19359         (RUN_TEST_c_f): Likewise.
19360         (RUN_TEST_f_f1): Likewise.
19361         (RUN_TEST_fF_f1): Likewise.
19362         (RUN_TEST_fI_f1): Likewise.
19363         (RUN_TEST_ffI_f1): Likewise.
19364         (RUN_TEST_c_c): Likewise.
19365         (RUN_TEST_cc_c): Likewise.
19366         (RUN_TEST_f_i): Likewise.
19367         (RUN_TEST_f_i_tg): Likewise.
19368         (RUN_TEST_ff_i_tg): Likewise.
19369         (RUN_TEST_f_b): Likewise.
19370         (RUN_TEST_f_b_tg): Likewise.
19371         (RUN_TEST_f_l): Likewise.
19372         (RUN_TEST_f_L): Likewise.
19373         (RUN_TEST_fFF_11): Likewise.
19374         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
19375         conditionals.
19376         (cosh_test_data): Likewise.
19377         (exp_test_data): Likewise.
19378         (expm1_test_data): Likewise.
19379         (hypot_test_data): Likewise.
19380         (pow_test_data): Likewise.
19381         (sinh_test_data): Likewise.
19382         (tanh_test_data): Likewise.
19383         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
19384         flags argument.
19385
19386         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
19387         tests with quiet NaN input and output.
19388         (acosh_test_data): Likewise.
19389         (asin_test_data): Likewise.
19390         (asinh_test_data): Likewise.
19391         (atan_test_data): Likewise.
19392         (atanh_test_data): Likewise.
19393         (atan2_test_data): Likewise.
19394         (cbrt_test_data): Likewise.
19395         (cos_test_data): Likewise.
19396         (cosh_test_data): Likewise.
19397         (erf_test_data): Likewise.
19398         (erfc_test_data): Likewise.
19399         (exp_test_data): Likewise.
19400         (exp10_test_data): Likewise.
19401         (exp2_test_data): Likewise.
19402         (expm1_test_data): Likewise.
19403         (hypot_test_data): Likewise.
19404         (j0_test_data): Likewise.
19405         (j1_test_data): Likewise.
19406         (jn_test_data): Likewise.
19407         (lgamma_test_data): Likewise.
19408         (log_test_data): Likewise.
19409         (log10_test_data): Likewise.
19410         (log1p_test_data): Likewise.
19411         (log2_test_data): Likewise.
19412         (pow_test_data): Likewise.
19413         (scalb_test_data): Likewise.
19414         (sin_test_data): Likewise.
19415         (sincos_test_data): Likewise.
19416         (sinh_test_data): Likewise.
19417         (tan_test_data): Likewise.
19418         (tanh_test_data): Likewise.
19419         (tgamma_test_data): Likewise.
19420         (y0_test_data): Likewise.
19421         (y1_test_data): Likewise.
19422         (yn_test_data): Likewise.
19423
19424         [BZ #16167]
19425         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
19426         argument being NaN and avoid computations with second argument in
19427         that case.
19428         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
19429         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
19430         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
19431
19432 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
19433
19434         * locale/iso-639.def: Add Chitwani Tharu (the).
19435
19436 2013-11-14  Andreas Schwab  <schwab@suse.de>
19437
19438         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
19439         word instead of empty string.
19440
19441 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19442
19443         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
19444         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
19445         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
19446         (__fe_nomask_env): Likewise.
19447
19448 2013-11-13  Steve Ellcey  <sellcey@mips.com>
19449
19450         * benchtests/bench-timing.h: Include time.h.
19451
19452 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
19453
19454         [BZ #15997]
19455         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
19456         to 3.4.0 for x32.
19457         * sysdeps/unix/sysv/linux/configure: Regenerated.
19458
19459 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
19460
19461         [BZ #16151]
19462         * stdlib/strtod_l.c (round_and_return): Do not consider
19463         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
19464         exponent one less than half the least subnormal exponent.
19465         * stdlib/test-strtod-round-data: Add more tests.
19466         * stdlib/tst-strtod-round.c (tests): Regenerated.
19467
19468 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19469
19470         [BZ #14143]
19471         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
19472         (__fe_mask_env): Likewise.
19473         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
19474         libm_hidden_proto and add function prototype.
19475         (__fe_mask_env): Add function prototype.
19476         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
19477         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
19478         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
19479         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
19480         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
19481         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
19482
19483 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
19484
19485         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
19486         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
19487
19488 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
19489
19490         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
19491         of htab_find_slot().
19492
19493 2013-11-11  David S. Miller  <davem@davemloft.net>
19494
19495         [BZ #16150]
19496         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
19497         symbol in the non-vis3 case in static builds.
19498         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
19499         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
19500         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
19501         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
19502
19503 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
19504
19505         [BZ #387]
19506         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
19507         it is empty.
19508
19509 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19510
19511         * benchtests/Makefile: Add bench-strtod.
19512         * benchtests/bench-strtod.c: New file: strtod benchtest
19513
19514 2013-11-11  Andreas Schwab  <schwab@suse.de>
19515
19516         [BZ #16153]
19517         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
19518         terminating NUL in key length.
19519
19520 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19521
19522         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
19523         Add artificial ODP entry for vDSO symbol for PPC64.
19524         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
19525         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
19526
19527 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
19528
19529         [BZ #15374]
19530         * nss/getent.c (services_keys): Recognize services starting with digit.
19531
19532 2013-11-06  David S. Miller  <davem@davemloft.net>
19533
19534         [BZ #15985]
19535         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
19536         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
19537
19538 2013-11-06  Will Newton  <will.newton@linaro.org>
19539
19540         * manual/memory.texi (Malloc Examples): Remove register
19541         keyword from examples.
19542
19543 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
19544
19545         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
19546
19547 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
19548
19549         [BZ #6981]
19550         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
19551         depending on [__GCC_IEC_559 > 0].
19552         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
19553         depending on [__GCC_IEC_559_COMPLEX > 0].
19554
19555 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
19556
19557         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
19558         to iso-639.def.
19559
19560 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
19561
19562         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
19563
19564 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
19565
19566         [BZ #16112]
19567         * malloc/malloc (malloc_info): Do not handle first bin as
19568         special case.
19569
19570 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
19571
19572         * locale/iso-639.def: Add Central Nahuatl (nhn).
19573
19574 2013-11-01  Bruno Haible  <bruno@clisp.org>
19575
19576         [BZ #7003]
19577         * manual/math.texi (BSD Random): Specify range upper bound as
19578         in POSIX.
19579
19580 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
19581
19582         * locale/iso-639.def: Add Meadow Mari (mhr).
19583
19584 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
19585
19586         [BZ #14752], [BZ #15763]
19587         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
19588         Validate name.
19589         * rt/tst_shm.c: Add test for escaping directory.
19590
19591 2013-10-31  Andreas Schwab  <schwab@suse.de>
19592
19593         [BZ #15917]
19594         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
19595         followed by 'x' as part of digit sequence.
19596         * stdio-common/tst-sscanf.c (double_tests2): New tests.
19597
19598 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
19599
19600         [BZ #16037]
19601         * configure.ac: allow GNU Make 4.0 and greater.
19602         * configure: Regenerated.
19603
19604 2013-10-30  Will Newton  <will.newton@linaro.org>
19605
19606         [BZ #16038]
19607         * malloc/hooks.c (memalign_check): Limit alignment to the
19608         maximum representable power of two.
19609         * malloc/malloc.c (__libc_memalign): Likewise.
19610         * malloc/tst-memalign.c (do_test): Add test for very
19611         large alignment values.
19612         * malloc/tst-posix_memalign.c (do_test): Likewise.
19613
19614 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
19615
19616         [BZ #11087]
19617         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
19618         (munmap_chunk): Likewise.
19619         (mremap_chunk): Likewise.
19620
19621 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
19622
19623         [BZ #15799]
19624         * stdlib/div.c (div): Remove obsolete code.
19625         * stdlib/ldiv.c (ldiv): Likewise.
19626         * stdlib/lldiv.c (lldiv): Likewise.
19627
19628 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
19629
19630         [BZ #16071]
19631         * nss/nss_files/files-XXX.c (get_contents_ret): New
19632         enumerator.
19633         (get_contents): New function.
19634         (internal_getent): Use it.  Expand size of LINEBUFLEN.
19635
19636 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
19637
19638         * configure.in: Moved to ...
19639         * configure.ac: ... here. Change reference to configure.in
19640         to configure.ac.
19641         * sysdeps/arm/preconfigure.ac: ... here.
19642         configure.in to configure.ac.
19643         * sysdeps/gnu/configure.in: Moved to ...
19644         * sysdeps/gnu/configure.ac: ... here.
19645         * sysdeps/i386/configure.in: Moved to ...
19646         * sysdeps/i386/configure.ac: ... here.
19647         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
19648         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
19649         * sysdeps/mach/configure.in: Moved to ...
19650         * sysdeps/mach/configure.ac: ... here.
19651         * sysdeps/mach/hurd/configure.in: Moved to ...
19652         * sysdeps/mach/hurd/configure.ac: ... here.
19653         * sysdeps/powerpc/configure.in: Moved to ...
19654         * sysdeps/powerpc/configure.ac: ... here.
19655         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
19656         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
19657         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
19658         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
19659         * sysdeps/s390/s390-32/configure.in: Moved to ...
19660         * sysdeps/s390/s390-32/configure.ac: ... here.
19661         * sysdeps/s390/s390-64/configure.in: Moved to ...
19662         * sysdeps/s390/s390-64/configure.ac: ... here.
19663         * sysdeps/sh/configure.in: Moved to ...
19664         * sysdeps/sh/configure.ac: ... here.
19665         * sysdeps/sparc/configure.in: Moved to ...
19666         * sysdeps/sparc/configure.ac: ... here.
19667         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
19668         * sysdeps/unix/sysv/linux/configure.ac: ... here.
19669         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
19670         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
19671         * sysdeps/x86_64/configure.in: Moved to ...
19672         * sysdeps/x86_64/configure.ac: ... here.
19673         * sysdeps/x86_64/preconfigure.in: Moved to ...
19674         * sysdeps/x86_64/preconfigure.ac: ... here.
19675         * aclocal.m4: Change reference to configure.in to configure.ac.
19676         * config.h.in: Likewise.
19677         * manual/install.texi: Likewise.
19678         * manual/maint.texi: Likewise.
19679         * Makefile: Likewise.
19680         * malloc/Makefile: Likewise.
19681         * nscd/Makefile: Likewise.
19682         * Makeconfig: Change reference to configure.in and
19683         preconfigure.in to configure.ac and preconfigure.ac
19684         respectively.
19685         * INSTALL: Regenerated.
19686         * configure: Likewise.
19687         * sysdeps/gnu/configure: Likewise.
19688         * sysdeps/i386/configure: Likewise.
19689         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
19690         * sysdeps/mach/configure: Likewise.
19691         * sysdeps/mach/hurd/configure: Likewise.
19692         * sysdeps/powerpc/configure: Likewise.
19693         * sysdeps/powerpc/powerpc32/configure: Likewise.
19694         * sysdeps/powerpc/powerpc64/configure: Likewise.
19695         * sysdeps/s390/s390-32/configure: Likewise.
19696         * sysdeps/s390/s390-64/configure: Likewise.
19697         * sysdeps/sh/configure: Likewise.
19698         * sysdeps/sparc/configure: Likewise.
19699         * sysdeps/unix/sysv/linux/configure: Likewise.
19700         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
19701         * sysdeps/x86_64/configure: Likewise.
19702         * sysdeps/x86_64/preconfigure: Likewise.
19703
19704 2013-10-29  Andreas Schwab  <schwab@suse.de>
19705
19706         * stdio-common/Makefile (tst-swscanf-ENV): Define.
19707
19708 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
19709
19710         * benchtests/pow-inputs: Add new inputs.
19711
19712         * benchtests/exp-inputs: Add new inputs.
19713
19714         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
19715         conditional check for return value.
19716         (__cos32): Likewise.
19717
19718 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19719
19720         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
19721         to provide a boost for large inputs with word alignment.
19722         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
19723         implementation based on optimized PPC64 strcpy.
19724         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
19725         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
19726         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
19727         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
19728
19729 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
19730
19731         [BZ #2801]
19732         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
19733
19734 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
19735
19736         [BZ #14876]
19737         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
19738         * time/tst-strptime.c (day_tests): Add testcase.
19739
19740 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
19741
19742         [BZ #14029]
19743         * manual/pattern.texi: Acknowledge that fnmatch can fail.
19744
19745 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
19746
19747         [BZ #16074]
19748         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
19749         MAP_FAILED on error.
19750
19751 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
19752
19753         [BZ #16072]
19754         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
19755         heap for large requests.
19756
19757 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
19758
19759         [BZ #9954]
19760         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
19761         result if the result has no associated interface.
19762         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
19763         interface for all 127.X.Y.Z addresses.
19764
19765 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
19766
19767         * locale/iso-639.def: Add Ligurian (lij)
19768
19769 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
19770
19771         [BZ #15825]
19772         * sunrpc/rpc_main.c: Document rpcgen -5.
19773
19774 2013-10-19  Michael Stahl  <mstahl@redhat.com>
19775
19776         * elf/rtld.c (do_preload): Print the reason why preloading failed.
19777
19778 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
19779
19780         [BZ #10278]
19781         * posix/glob.c: Match only directories when trailing slash is present.
19782         * posix/tst-gnuglob.c (my_opendir): Do not open files.
19783         (main): Add testcase.
19784
19785 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
19786
19787         [BZ #15670]
19788         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
19789
19790 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
19791
19792         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
19793         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
19794         AUTH_DES and cindex for FIPS 140-2.
19795         (DES Encryption): Add cindex FIPS 46-3.
19796
19797         * locale/locarchive.h (struct locarhandle): Add fname.
19798         * locale/programs/localedef.c (main): Pass ARGV[remaining]
19799         if an optional argument was specified to --list-archive,
19800         otherwise NULL.
19801         * locale/programs/locarchive.c (show_archive_content): Take new
19802         argument fname and pass it via ah.fname to open_archive.
19803         * locale/programs/localedef.h: Update decl.
19804         (open_archive): If AH->fname is non-null, open that file
19805         rather than the default file name, and don't ignore ENOENT.
19806         (create_archive): Set AH.fname to NULL.
19807         (delete_locales_from_archive): Likewise.
19808         (add_locales_to_archive): Likewise.
19809         * locale/programs/locfile.c (write_all_categories): Likewise.
19810
19811 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
19812             Aldy Hernandez  <aldyh@redhat.com>
19813
19814         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
19815         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
19816         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
19817         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
19818         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
19819         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
19820         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
19821         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
19822         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
19823         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
19824         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
19825         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
19826         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
19827         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
19828         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
19829         Likewise.
19830         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
19831         Likewise.
19832         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
19833         Likewise.
19834         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
19835         Likewise.
19836         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
19837         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
19838         Likewise.
19839         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
19840         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
19841         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
19842         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
19843         Likewise.
19844         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
19845         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
19846         * sysdeps/powerpc/preconfigure: Likewise.
19847         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
19848         Likewise.
19849         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
19850         Replace contents of file by #include of <fenv_libc.h>.
19851         * sysdeps/powerpc/soft-fp/sfp-machine.h
19852         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
19853         and <sys/prctl.h>.
19854         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
19855         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
19856         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
19857         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
19858         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
19859         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
19860         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
19861         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
19862         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
19863         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
19864         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
19865         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
19866         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
19867         Allow copysignl PLT reference to be missing.
19868
19869 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
19870             Joseph Myers  <joseph@codesourcery.com
19871
19872         [BZ #15948]
19873         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
19874         single character.
19875         (add_to_tablewc): Assert sequence of wide characters is nonempty.
19876
19877 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
19878
19879         * elf/tst-tls-dlinfo.c: Don't include tls.h.
19880         * elf/tst-tls1.c: Likewise.
19881         * elf/tst-tls10.h: Likewise.
19882         * elf/tst-tls14.c: Likewise.
19883         * elf/tst-tls2.c: Likewise.
19884         * elf/tst-tls3.c: Likewise.
19885         * elf/tst-tls4.c: Likewise.
19886         * elf/tst-tls5.c: Likewise.
19887         * elf/tst-tls6.c: Likewise.
19888         * elf/tst-tls7.c: Likewise.
19889         * elf/tst-tls8.c: Likewise.
19890         * elf/tst-tls9.c: Likewise.
19891         * elf/tst-tlsmod1.c: Likewise.
19892         * elf/tst-tlsmod13.c: Likewise.
19893         * elf/tst-tlsmod13a.c: Likewise.
19894         * elf/tst-tlsmod14a.c: Likewise.
19895         * elf/tst-tlsmod16a.c: Likewise.
19896         * elf/tst-tlsmod16b.c: Likewise.
19897         * elf/tst-tlsmod2.c: Likewise.
19898         * elf/tst-tlsmod3.c: Likewise.
19899         * elf/tst-tlsmod4.c: Likewise.
19900         * elf/tst-tlsmod5.c: Likewise.
19901         * elf/tst-tlsmod6.c: Likewise.
19902
19903 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
19904
19905         [BZ #12486]
19906         * malloc/malloc.c: remove checks for statistics.
19907
19908 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
19909
19910         [BZ #15277]
19911         * inet/inet_net.c (inet_network): Detect additional invalid strings.
19912         * inet/tst-network.c: Add testcase.
19913
19914 2013-10-17  Andreas Schwab  <schwab@suse.de>
19915
19916         [BZ #15218]
19917         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
19918         to determine canonical name.
19919
19920 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
19921
19922         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
19923         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
19924         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
19925         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
19926         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
19927         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
19928         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
19929         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
19930         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
19931         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
19932         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
19933         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
19934         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
19935         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
19936         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
19937         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
19938         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
19939         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
19940         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
19941         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
19942         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
19943         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
19944         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
19945         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
19946         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
19947         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
19948         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
19949         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
19950         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
19951         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
19952         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
19953         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
19954         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
19955         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
19956         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
19957         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
19958         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
19959         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
19960         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
19961         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
19962         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
19963         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
19964         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
19965         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
19966         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
19967         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
19968         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
19969         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
19970         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
19971         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
19972         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
19973         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
19974         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
19975         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
19976         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
19977         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
19978         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
19979         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
19980
19981 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
19982
19983         [BZ #16041]
19984         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
19985         make result into a quiet NaN.
19986
19987 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
19988
19989         * soft-fp/adddf3.c: Fix horizontal whitespace.
19990         * soft-fp/addsf3.c: Likewise.
19991         * soft-fp/addtf3.c: Likewise.
19992         * soft-fp/divdf3.c: Likewise.
19993         * soft-fp/divsf3.c: Likewise.
19994         * soft-fp/divtf3.c: Likewise.
19995         * soft-fp/double.h: Likewise.
19996         * soft-fp/eqdf2.c: Likewise.
19997         * soft-fp/eqsf2.c: Likewise.
19998         * soft-fp/eqtf2.c: Likewise.
19999         * soft-fp/extenddftf2.c: Likewise.
20000         * soft-fp/extended.h: Likewise.
20001         * soft-fp/extendsfdf2.c: Likewise.
20002         * soft-fp/extendsftf2.c: Likewise.
20003         * soft-fp/extendxftf2.c: Likewise.
20004         * soft-fp/fixdfdi.c: Likewise.
20005         * soft-fp/fixdfsi.c: Likewise.
20006         * soft-fp/fixdfti.c: Likewise.
20007         * soft-fp/fixsfdi.c: Likewise.
20008         * soft-fp/fixsfsi.c: Likewise.
20009         * soft-fp/fixsfti.c: Likewise.
20010         * soft-fp/fixtfdi.c: Likewise.
20011         * soft-fp/fixtfsi.c: Likewise.
20012         * soft-fp/fixtfti.c: Likewise.
20013         * soft-fp/fixunsdfdi.c: Likewise.
20014         * soft-fp/fixunsdfsi.c: Likewise.
20015         * soft-fp/fixunsdfti.c: Likewise.
20016         * soft-fp/fixunssfdi.c: Likewise.
20017         * soft-fp/fixunssfsi.c: Likewise.
20018         * soft-fp/fixunssfti.c: Likewise.
20019         * soft-fp/fixunstfdi.c: Likewise.
20020         * soft-fp/fixunstfsi.c: Likewise.
20021         * soft-fp/fixunstfti.c: Likewise.
20022         * soft-fp/floatdidf.c: Likewise.
20023         * soft-fp/floatdisf.c: Likewise.
20024         * soft-fp/floatditf.c: Likewise.
20025         * soft-fp/floatsidf.c: Likewise.
20026         * soft-fp/floatsisf.c: Likewise.
20027         * soft-fp/floatsitf.c: Likewise.
20028         * soft-fp/floattidf.c: Likewise.
20029         * soft-fp/floattisf.c: Likewise.
20030         * soft-fp/floattitf.c: Likewise.
20031         * soft-fp/floatundidf.c: Likewise.
20032         * soft-fp/floatundisf.c: Likewise.
20033         * soft-fp/floatunditf.c: Likewise.
20034         * soft-fp/floatunsidf.c: Likewise.
20035         * soft-fp/floatunsisf.c: Likewise.
20036         * soft-fp/floatunsitf.c: Likewise.
20037         * soft-fp/floatuntidf.c: Likewise.
20038         * soft-fp/floatuntisf.c: Likewise.
20039         * soft-fp/floatuntitf.c: Likewise.
20040         * soft-fp/fmadf4.c: Likewise.
20041         * soft-fp/fmasf4.c: Likewise.
20042         * soft-fp/fmatf4.c: Likewise.
20043         * soft-fp/gedf2.c: Likewise.
20044         * soft-fp/gesf2.c: Likewise.
20045         * soft-fp/getf2.c: Likewise.
20046         * soft-fp/ledf2.c: Likewise.
20047         * soft-fp/lesf2.c: Likewise.
20048         * soft-fp/letf2.c: Likewise.
20049         * soft-fp/muldf3.c: Likewise.
20050         * soft-fp/mulsf3.c: Likewise.
20051         * soft-fp/multf3.c: Likewise.
20052         * soft-fp/negdf2.c: Likewise.
20053         * soft-fp/negsf2.c: Likewise.
20054         * soft-fp/negtf2.c: Likewise.
20055         * soft-fp/op-1.h: Likewise.
20056         * soft-fp/op-2.h: Likewise.
20057         * soft-fp/op-4.h: Likewise.
20058         * soft-fp/op-8.h: Likewise.
20059         * soft-fp/op-common.h: Likewise.
20060         * soft-fp/quad.h: Likewise.
20061         * soft-fp/single.h: Likewise.
20062         * soft-fp/soft-fp.h: Likewise.
20063         * soft-fp/sqrtdf2.c: Likewise.
20064         * soft-fp/sqrtsf2.c: Likewise.
20065         * soft-fp/sqrttf2.c: Likewise.
20066         * soft-fp/subdf3.c: Likewise.
20067         * soft-fp/subsf3.c: Likewise.
20068         * soft-fp/subtf3.c: Likewise.
20069         * soft-fp/truncdfsf2.c: Likewise.
20070         * soft-fp/trunctfdf2.c: Likewise.
20071         * soft-fp/trunctfsf2.c: Likewise.
20072         * soft-fp/trunctfxf2.c: Likewise.
20073         * soft-fp/unorddf2.c: Likewise.
20074         * soft-fp/unordsf2.c: Likewise.
20075         * soft-fp/unordtf2.c: Likewise.
20076
20077 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
20078
20079         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
20080         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
20081
20082 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
20083
20084         * elf/dl-libc.c: Clear initfini list after freeing.
20085
20086 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
20087
20088         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
20089         * soft-fp/addsf3.c: Likewise.
20090         * soft-fp/addtf3.c: Likewise.
20091         * soft-fp/divdf3.c: Likewise.
20092         * soft-fp/divsf3.c: Likewise.
20093         * soft-fp/divtf3.c: Likewise.
20094         * soft-fp/double.h: Likewise.
20095         * soft-fp/eqdf2.c: Likewise.
20096         * soft-fp/eqsf2.c: Likewise.
20097         * soft-fp/eqtf2.c: Likewise.
20098         * soft-fp/extenddftf2.c: Likewise.
20099         * soft-fp/extended.h: Likewise.
20100         * soft-fp/extendsfdf2.c: Likewise.
20101         * soft-fp/extendsftf2.c: Likewise.
20102         * soft-fp/extendxftf2.c: Likewise.
20103         * soft-fp/fixdfdi.c: Likewise.
20104         * soft-fp/fixdfsi.c: Likewise.
20105         * soft-fp/fixdfti.c: Likewise.
20106         * soft-fp/fixsfdi.c: Likewise.
20107         * soft-fp/fixsfsi.c: Likewise.
20108         * soft-fp/fixsfti.c: Likewise.
20109         * soft-fp/fixtfdi.c: Likewise.
20110         * soft-fp/fixtfsi.c: Likewise.
20111         * soft-fp/fixtfti.c: Likewise.
20112         * soft-fp/fixunsdfdi.c: Likewise.
20113         * soft-fp/fixunsdfsi.c: Likewise.
20114         * soft-fp/fixunsdfti.c: Likewise.
20115         * soft-fp/fixunssfdi.c: Likewise.
20116         * soft-fp/fixunssfsi.c: Likewise.
20117         * soft-fp/fixunssfti.c: Likewise.
20118         * soft-fp/fixunstfdi.c: Likewise.
20119         * soft-fp/fixunstfsi.c: Likewise.
20120         * soft-fp/fixunstfti.c: Likewise.
20121         * soft-fp/floatdidf.c: Likewise.
20122         * soft-fp/floatdisf.c: Likewise.
20123         * soft-fp/floatditf.c: Likewise.
20124         * soft-fp/floatsidf.c: Likewise.
20125         * soft-fp/floatsisf.c: Likewise.
20126         * soft-fp/floatsitf.c: Likewise.
20127         * soft-fp/floattidf.c: Likewise.
20128         * soft-fp/floattisf.c: Likewise.
20129         * soft-fp/floattitf.c: Likewise.
20130         * soft-fp/floatundidf.c: Likewise.
20131         * soft-fp/floatundisf.c: Likewise.
20132         * soft-fp/floatunsidf.c: Likewise.
20133         * soft-fp/floatunsisf.c: Likewise.
20134         * soft-fp/floatuntidf.c: Likewise.
20135         * soft-fp/floatuntisf.c: Likewise.
20136         * soft-fp/floatuntitf.c: Likewise.
20137         * soft-fp/fmadf4.c: Likewise.
20138         * soft-fp/fmasf4.c: Likewise.
20139         * soft-fp/fmatf4.c: Likewise.
20140         * soft-fp/gedf2.c: Likewise.
20141         * soft-fp/gesf2.c: Likewise.
20142         * soft-fp/getf2.c: Likewise.
20143         * soft-fp/ledf2.c: Likewise.
20144         * soft-fp/lesf2.c: Likewise.
20145         * soft-fp/letf2.c: Likewise.
20146         * soft-fp/muldf3.c: Likewise.
20147         * soft-fp/mulsf3.c: Likewise.
20148         * soft-fp/multf3.c: Likewise.
20149         * soft-fp/negdf2.c: Likewise.
20150         * soft-fp/negsf2.c: Likewise.
20151         * soft-fp/negtf2.c: Likewise.
20152         * soft-fp/op-1.h: Likewise.
20153         * soft-fp/op-2.h: Likewise.
20154         * soft-fp/op-4.h: Likewise.
20155         * soft-fp/op-8.h: Likewise.
20156         * soft-fp/op-common.h: Likewise.
20157         * soft-fp/quad.h: Likewise.
20158         * soft-fp/single.h: Likewise.
20159         * soft-fp/soft-fp.h: Likewise.
20160         * soft-fp/sqrtdf2.c: Likewise.
20161         * soft-fp/sqrtsf2.c: Likewise.
20162         * soft-fp/sqrttf2.c: Likewise.
20163         * soft-fp/subdf3.c: Likewise.
20164         * soft-fp/subsf3.c: Likewise.
20165         * soft-fp/subtf3.c: Likewise.
20166         * soft-fp/truncdfsf2.c: Likewise.
20167         * soft-fp/trunctfdf2.c: Likewise.
20168         * soft-fp/trunctfsf2.c: Likewise.
20169         * soft-fp/trunctfxf2.c: Likewise.
20170         * soft-fp/unorddf2.c: Likewise.
20171         * soft-fp/unordsf2.c: Likewise.
20172         * soft-fp/unordtf2.c: Likewise.
20173
20174 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
20175
20176         [BZ #15672]
20177         * misc/error.c (error_tail): Fix possible buffer overflow.
20178
20179 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
20180
20181         [BZ #13028]
20182         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
20183         address.
20184
20185 2013-10-14  P. J. McDermott  <pj@pehjota.net>
20186
20187         [BZ #832]
20188         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
20189         testing pipefail option.
20190
20191 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
20192
20193         * soft-fp/double.h: Indent preprocessor directives inside #if.
20194         * soft-fp/extended.h: Likewise.
20195         * soft-fp/op-2.h: Likewise.
20196         * soft-fp/op-4.h: Likewise.
20197         * soft-fp/op-common.h: Likewise.
20198         * soft-fp/quad.h: Likewise.
20199         * soft-fp/single.h: Likewise.
20200         * soft-fp/soft-fp.h: Likewise.
20201
20202 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
20203
20204         * iconv/iconv_prog.c: Fix typos.
20205         * stdio-common/psiginfo-data.h: Likewise.
20206
20207 2013-10-12   Reuben Thomas <rrt@sc3d.org>
20208
20209         [BZ #15764]
20210         * locale/setlocale.c: Fix typo.
20211
20212 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
20213
20214         [BZ #16036]
20215         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
20216         signaling NaN arguments.
20217         * soft-fp/unordsf2.c (__unordsf2): Likewise.
20218         * soft-fp/unordtf2.c (__unordtf2): Likewise.
20219
20220         [BZ #14910]
20221         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
20222         unordered operands.
20223         * soft-fp/gesf2.c (__gesf2): Likewise.
20224         * soft-fp/getf2.c (__getf2): Likewise.
20225         * soft-fp/ledf2.c (__ledf2): Likewise.
20226         * soft-fp/lesf2.c (__lesf2): Likewise.
20227         * soft-fp/letf2.c (__letf2): Likewise.
20228
20229         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
20230         * soft-fp/eqsf2.c (__eqsf2): Likewise.
20231         * soft-fp/eqtf2.c (__eqtf2): Likewise.
20232         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
20233         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
20234         * soft-fp/fixdfti.c (__fixdfti): Likewise.
20235         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
20236         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
20237         * soft-fp/fixsfti.c (__fixsfti): Likewise.
20238         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
20239         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
20240         * soft-fp/fixtfti.c (__fixtfti): Likewise.
20241         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
20242         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
20243         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
20244         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
20245         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
20246         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
20247         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
20248         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
20249         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
20250         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
20251         * soft-fp/floatdisf.c (__floatdisf): Likewise.
20252         * soft-fp/floatsisf.c (__floatsisf): Likewise.
20253         * soft-fp/floattidf.c (__floattidf): Likewise.
20254         * soft-fp/floattisf.c (__floattisf): Likewise.
20255         * soft-fp/floattitf.c (__floattitf): Likewise.
20256         * soft-fp/floatundidf.c (__floatundidf): Likewise.
20257         * soft-fp/floatundisf.c (__floatundisf): Likewise.
20258         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
20259         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
20260         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
20261         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
20262         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
20263         * soft-fp/gesf2.c (__gesf2): Likewise.
20264         * soft-fp/getf2.c (__getf2): Likewise.
20265         * soft-fp/ledf2.c (__ledf2): Likewise.
20266         * soft-fp/lesf2.c (__lesf2): Likewise.
20267         * soft-fp/letf2.c (__letf2): Likewise.
20268
20269         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
20270         Undefine and redefine.
20271         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
20272         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
20273         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
20274         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
20275         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20276         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
20277         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20278         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
20279         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20280         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
20281         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20282         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
20283         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20284         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
20285         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20286
20287         [BZ #16032]
20288         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
20289         without decrementing exponent if mantissa >= that for the
20290         denominator, not >.
20291         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
20292         denominator, not >.  Decrement exponent in < case instead of
20293         incrementing in >= case.
20294         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
20295         without decrementing exponent if mantissa >= that for the
20296         denominator, not >.
20297
20298         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
20299         computing saturated result for unsigned overflow.
20300
20301 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
20302             Jeff Law  <law@redhat.com>
20303
20304         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
20305         (atan2Mp): Add systemtap probe marker.
20306         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
20307         (__ieee754_log): Add systemtap probe marker.
20308         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
20309         (atanMp): Add systemtap probe marker.
20310         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
20311         (tanMp): Add systemtap probe marker.
20312         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
20313         (__slowexp): Add systemtap probe marker.
20314         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
20315         (__slowpow): Add systemtap probe marker.
20316         * manual/probes.texi: Document probes.
20317
20318 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
20319
20320         [BZ #15362]
20321         * libio/fileops.c (_IO_new_file_write): Return count of bytes
20322         written.
20323         (_IO_new_file_xsputn): Don't return EOF if nothing has been
20324         written.
20325         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
20326         written to buffer but not flushed.
20327         * libio/iofwrite_u.c:  Likewise.
20328         * libio/iopadn.c:  Return bytes returned even if EOF was
20329         encountered.
20330         * libio/iowpadn.c:  Likewise.
20331         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
20332         if _IO_padn does not write the whole buffer.
20333         [!COMPILE_WPRINTF] (PAD): Likewise.
20334
20335 2013-10-10  David S. Miller  <davem@davemloft.net>
20336
20337         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
20338         directory block.
20339
20340 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
20341
20342         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
20343         instead of FSF address.
20344         * soft-fp/fixdfti.c: Likewise.
20345         * soft-fp/fixsfti.c: Likewise.
20346         * soft-fp/fixtfti.c: Likewise.
20347         * soft-fp/fixunsdfti.c: Likewise.
20348         * soft-fp/fixunssfti.c: Likewise.
20349         * soft-fp/fixunstfti.c: Likewise.
20350         * soft-fp/floattidf.c: Likewise.
20351         * soft-fp/floattisf.c: Likewise.
20352         * soft-fp/floattitf.c: Likewise.
20353         * soft-fp/floatuntidf.c: Likewise.
20354         * soft-fp/floatuntisf.c: Likewise.
20355         * soft-fp/floatuntitf.c: Likewise.
20356         * soft-fp/trunctfxf2.c: Likewise.
20357
20358         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
20359         * soft-fp/fixdfti.c: Likewise.
20360         * soft-fp/fixsfti.c: Likewise.
20361         * soft-fp/fixtfti.c: Likewise.
20362         * soft-fp/fixunsdfti.c: Likewise.
20363         * soft-fp/fixunssfti.c: Likewise.
20364         * soft-fp/fixunstfti.c: Likewise.
20365         * soft-fp/floattidf.c: Likewise.
20366         * soft-fp/floattisf.c: Likewise.
20367         * soft-fp/floattitf.c: Likewise.
20368         * soft-fp/floatuntidf.c: Likewise.
20369         * soft-fp/floatuntisf.c: Likewise.
20370         * soft-fp/floatuntitf.c: Likewise.
20371         * soft-fp/trunctfxf2.c: Likewise.
20372
20373 2013-10-10  David S. Miller  <davem@davemloft.net>
20374
20375         * sysdeps/sparc/fpu/libm-test-ulps: Update.
20376
20377 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
20378
20379         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
20380         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
20381         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
20382         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
20383         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
20384         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
20385         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
20386
20387         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
20388         for NaNs before doing comparisons on argument.
20389         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
20390         Likewise.
20391
20392 2013-10-10  Will Newton  <will.newton@linaro.org>
20393
20394         * malloc/hooks.c (memalign_check): Ensure the value of bytes
20395         passed to _int_memalign does not overflow.
20396
20397 2013-10-10  Torvald Riegel  <triegel@redhat.com>
20398
20399         * scripts/bench.pl: Add include-sources directive.
20400         * benchtests/README: Update documentation.
20401
20402 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
20403
20404         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
20405         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
20406         instead of FP_INIT_ROUNDMODE.
20407         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
20408         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
20409
20410         [BZ #16034]
20411         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
20412         copy class of input value.
20413         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
20414         not handle exceptions.
20415         * soft-fp/negsf2.c (__negsf2): Likewise.
20416         * soft-fp/negtf2.c (__negtf2): Likewise.
20417         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
20418
20419 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
20420
20421         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
20422         semicolon.  From Linux kernel.
20423
20424 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
20425
20426         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
20427
20428 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
20429
20430         [BZ #156]
20431         * manual/socket.texi: Added statement about buffer
20432         for gethostbyname2_r.
20433
20434 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
20435
20436         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
20437         Use .p2align directive instead, throughout.
20438         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
20439         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
20440         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
20441         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
20442         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
20443         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
20444         * sysdeps/x86_64/strchr.S: Likewise.
20445         * sysdeps/x86_64/strrchr.S: Likewise.
20446
20447 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
20448
20449         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
20450
20451         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
20452
20453         * sysdeps/generic/math_private.h (__mpsin1): Remove
20454         declaration.
20455         (__mpcos1): Likewise.
20456         (__mpsin): New argument __range_reduce.
20457         (__mpcos): Likewise.
20458         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
20459         (slow): Use __mpsin and __mpcos.
20460         (slow1): Likewise.
20461         (slow2): Likewise.
20462         (sloww): Likewise.
20463         (sloww1): Likewise.
20464         (sloww2): Likewise.
20465         (bsloww): Likewise.
20466         (bsloww1): Likewise.
20467         (bsloww2): Likewise.
20468         (cslow2): Likewise.
20469         (csloww): Likewise.
20470         (csloww1): Likewise.
20471         (csloww2): Likewise.
20472         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
20473         range_reduce.  Merge in __mpsin1.
20474         (__mpcos): Likewise.
20475         (__mpsin1): Remove.
20476         (__mpcos1): Likewise.
20477
20478 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
20479
20480         * locale/loadlocale.c (_nl_intern_locale_data): Use
20481         LOCFILE_ALIGNED_P.
20482         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
20483         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
20484         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
20485         obstack data is appropriately aligned.
20486         (obstack_int32_grow_fast): Likewise.
20487         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
20488         * locale/programs/locfile.c (add_locale_uint32): Likewise.
20489         (add_locale_uint32_array): Likewise.
20490
20491 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
20492
20493         * benchtests/Makefile: Remove ARGLIST and RET variables.
20494         ($(objpfx)bench-%.c): Pass only function name to the script.
20495         * benchtests/README: Update documentation.
20496         * benchtests/acos-inputs: Add new directives.
20497         * benchtests/acosh-inputs: Likewise.
20498         * benchtests/asin-inputs: Likewise.
20499         * benchtests/asinh-inputs: Likewise.
20500         * benchtests/atan-inputs: Likewise.
20501         * benchtests/atanh-inputs: Likewise.
20502         * benchtests/cos-inputs: Likewise.
20503         * benchtests/cosh-inputs: Likewise.
20504         * benchtests/exp-inputs: Likewise.
20505         * benchtests/log-inputs: Likewise.
20506         * benchtests/pow-inputs: Likewise.
20507         * benchtests/rint-inputs: Likewise.
20508         * benchtests/sin-inputs: Likewise.
20509         * benchtests/sinh-inputs: Likewise.
20510         * benchtests/tan-inputs: Likewise.
20511         * benchtests/tanh-inputs: Likewise.
20512         * scripts/bench.pl: Add support for new directives.
20513
20514 2013-10-07  Alan Modra  <amodra@gmail.com>
20515
20516         * README: Fix careless merge.
20517
20518 2013-10-05  Alan Modra  <amodra@gmail.com>
20519
20520         * NEWS: Mention powerpc64le support and bugs fixed.
20521         * README: Both big-endian and little-endian powerpc64 supported.
20522
20523 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
20524
20525         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
20526         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
20527         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
20528         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
20529
20530 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
20531
20532         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
20533         match prototype.
20534
20535 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
20536
20537         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
20538         Move -mhard-float appending from
20539         ports/sysdeps/powerpc/powerpc32/Makefile.
20540         [$(with-fp) = yes] (ASFLAGS): Likewise.
20541         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
20542         * sysdeps/powerpc/nofpu: Move directory from
20543         ports/sysdeps/powerpc/nofpu.
20544         * sysdeps/powerpc/soft-fp: Move directory from
20545         ports/sysdeps/powerpc/soft-fp.
20546         * sysdeps/powerpc/powerpc32/405: Move directory from
20547         ports/sysdeps/powerpc/powerpc32/405.
20548         * sysdeps/powerpc/powerpc32/440: Move directory from
20549         ports/sysdeps/powerpc/powerpc32/440.
20550         * sysdeps/powerpc/powerpc32/464: Move directory from
20551         ports/sysdeps/powerpc/powerpc32/464.
20552         * sysdeps/powerpc/powerpc32/476: Move directory from
20553         ports/sysdeps/powerpc/powerpc32/476.
20554         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
20555         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
20556         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
20557         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
20558         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
20559         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
20560         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
20561         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
20562         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
20563         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
20564         * README: Update for powerpc-*-linux-gnu software floating point
20565         support in libc.
20566
20567         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
20568         case to powerpc/powerpc32*.
20569         * sysdeps/unix/sysv/linux/configure: Regenerated.
20570
20571         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
20572         (_FPU_MASK_OM): Define as 0x04.
20573         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
20574         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
20575         0x00c10080.
20576         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
20577         0x0000003c.
20578         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
20579
20580         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
20581         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
20582         getcontext_e500.
20583         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
20584         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
20585         setcontext_e500.
20586         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
20587         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
20588         and setcontext_e500.
20589
20590 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
20591
20592         * locale/iso-3166.def: Update iso-1366.def and related occurrences
20593
20594 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
20595
20596         * manual/threads.texi (Default Thread Attributes): Fix typo.
20597
20598 2013-10-04  Will Newton  <will.newton@linaro.org>
20599
20600         * malloc/Makefile: Add tst-memalign.
20601         * malloc/tst-memalign.c: New file.
20602
20603         * malloc/tst-posix_memalign.c: Add comments.
20604         (do_test): Add comments and call free on all potentially
20605         allocated pointers. Add space after cast.
20606
20607         * malloc/tst-pvalloc.c: Add comments.
20608         (do_test): Add comments and call free on all potentially
20609         allocated pointers. Remove duplicate check for NULL pointer.
20610         Add space after cast.
20611
20612         * malloc/tst-valloc.c: Add comments.
20613         (do_test): Add comments and call free on all potentially
20614         allocated pointers. Remove duplicate check for NULL pointer.
20615         Add space after cast.
20616
20617 2013-10-04  Alan Modra  <amodra@gmail.com>
20618
20619         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
20620         Use stdint types in rather than __attribute__((mode())).
20621         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
20622
20623 2013-10-04  Alan Modra  <amodra@gmail.com>
20624
20625         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
20626         Correct handling of unaligned relocs for little-endian.
20627         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
20628
20629 2013-10-04  Alan Modra  <amodra@gmail.com>
20630
20631         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
20632         * configure: Regenerate.
20633         * nptl/shlib-versions: Powerpc*le starts at 2.18.
20634         * shlib-versions: Likewise.
20635
20636 2013-10-04  Alan Modra  <amodra@gmail.com>
20637
20638         * string/tester.c (test_memrchr): Increment reported test cycle.
20639
20640 2013-10-04  Alan Modra  <amodra@gmail.com>
20641
20642         * string/test-memcpy.c (do_one_test): When reporting errors, print
20643         string address and don't overrun end of string.
20644
20645 2013-10-04  Alan Modra  <amodra@gmail.com>
20646
20647         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
20648         insrdi.  Make better use of reg selection to speed exit slightly.
20649         Schedule entry path a little better.  Remove useless "are we done"
20650         checks on entry to main loop.  Handle wrapping around zero address.
20651         Correct main loop count.  Handle single left-over word from main
20652         loop inline rather than by using loop_small.  Remove extra word
20653         case in loop_small caused by wrong loop count.  Add little-endian
20654         support.
20655         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
20656         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
20657         cache hint.
20658         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
20659         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
20660         support.  Avoid rlwimi.
20661         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
20662
20663 2013-10-04  Alan Modra  <amodra@gmail.com>
20664
20665         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
20666         insrdi.  Formatting.
20667         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
20668         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
20669         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
20670         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
20671         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
20672         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
20673
20674 2013-10-04  Alan Modra  <amodra@gmail.com>
20675
20676         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
20677         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
20678         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
20679         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
20680         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
20681         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
20682         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
20683         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
20684         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
20685         use of regs.  Use power7 mtocrf.  Tidy function tails.
20686
20687 2013-10-04  Alan Modra  <amodra@gmail.com>
20688
20689         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
20690         Formatting.  Consistently use rXXX register defines or rN defines.
20691         Use early exit labels that avoid restoring unused non-volatile regs.
20692         Make cr field use more consistent with rWORDn compares.  Rename
20693         regs used as shift registers for unaligned loop, using rN defines
20694         for short lifetime/multiple use regs.
20695         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
20696         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
20697         addi 1,1,64 to pop stack frame.  Simplify return value code.
20698         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
20699
20700 2013-10-04  Alan Modra  <amodra@gmail.com>
20701
20702         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
20703         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
20704         rather than rlwimi.
20705         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
20706         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
20707         little-endian support.  Correct typos.
20708         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
20709         rather than rlwimi.
20710         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
20711         in loop and entry code to keep "and." results.
20712         (strchr): Add little-endian support.  Comment.  Move cntlzd
20713         earlier in tail.
20714         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
20715
20716 2013-10-04  Alan Modra  <amodra@gmail.com>
20717
20718         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
20719         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
20720         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
20721         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
20722
20723 2013-10-04  Alan Modra  <amodra@gmail.com>
20724
20725         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
20726         (rTMP): Define as r11.
20727         (strcmp): Add little-endian support.  Optimise tail.
20728         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
20729         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
20730         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
20731         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
20732         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
20733         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
20734         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
20735
20736 2013-10-04  Alan Modra  <amodra@gmail.com>
20737
20738         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
20739         little-endian support.  Remove unnecessary "are we done" tests.
20740         Handle "s" wrapping around zero and extremely large "size".
20741         Correct main loop count.  Handle single left-over word from main
20742         loop inline rather than by using small_loop.  Correct comments.
20743         Delete "zero" tail, use "end_max" instead.
20744         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
20745
20746 2013-10-04  Alan Modra  <amodra@gmail.com>
20747
20748         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
20749         support.  Don't branch over align.
20750         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
20751         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
20752         support.  Rearrange tmp reg use to suit.  Comment.
20753         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
20754
20755 2013-10-04  Alan Modra  <amodra@gmail.com>
20756
20757         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
20758
20759 2013-10-04  Alan Modra  <amodra@gmail.com>
20760
20761         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
20762         conditional form of branch and link when obtaining pc.
20763         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
20764
20765 2013-10-04  Alan Modra  <amodra@gmail.com>
20766
20767         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
20768         HIWORD/LOWORD.
20769         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
20770         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
20771
20772 2013-10-04  Alan Modra  <amodra@gmail.com>
20773
20774         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
20775         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
20776         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
20777         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
20778         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
20779         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
20780         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
20781         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
20782         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
20783         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
20784
20785 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20786             Alistair Popple <alistair@ozlabs.au.ibm.com>
20787             Alan Modra <amodra@gmail.com>
20788
20789         [BZ #15723]
20790         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
20791         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
20792         _dl_hwcap access for little-endian.
20793         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
20794         destroy vmx regs when saving unaligned.
20795         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
20796         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
20797         destroy vmx regs when saving unaligned.
20798
20799 2013-10-04  Alan Modra  <amodra@gmail.com>
20800
20801         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
20802         Don't use a union to pack hi/low value.
20803
20804 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20805
20806         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
20807         for little-endian.
20808         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
20809         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
20810         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
20811         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
20812         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
20813
20814 2013-10-04  Alan Modra  <amodra@gmail.com>
20815
20816         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
20817         constants to usual value for .cst8 section, and remove redundant
20818         high address load.
20819         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
20820         constant for 0x1p52.  Load little-endian words of double from
20821         correct stack offsets.
20822
20823 2013-10-04  Alan Modra  <amodra@gmail.com>
20824
20825         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
20826         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
20827         words of double from correct stack offsets.
20828         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
20829         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
20830         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
20831         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
20832         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
20833         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
20834         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
20835         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
20836         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
20837         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
20838         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
20839         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
20840         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
20841         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
20842         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
20843         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
20844         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
20845
20846 2013-10-04  Alan Modra  <amodra@gmail.com>
20847
20848         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
20849         64-bit int/double union.
20850         (_FPU_SETCW): Likewise.
20851         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
20852         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
20853
20854 2013-10-04  Alan Modra  <amodra@gmail.com>
20855
20856         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
20857         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
20858
20859 2013-10-04  Alan Modra  <amodra@gmail.com>
20860
20861         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
20862         use vector int constants.
20863         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
20864
20865 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20866
20867         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
20868         array with long long.
20869         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
20870         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
20871         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
20872         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
20873         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
20874         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
20875         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
20876         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
20877         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
20878         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
20879         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
20880         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
20881         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
20882
20883 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20884
20885         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
20886         (__signbit): Likewise.  Correct for little-endian.
20887         (__signbitl): Call __signbit.
20888         (lrint): Correct for little-endian.
20889         (lrintf): Call lrint.
20890
20891 2013-10-04  Alan Modra  <amodra@gmail.com>
20892
20893         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
20894         union 32-bit int array member with 64-bit int array.
20895         (t515, tm256): Double rather than long double.
20896         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
20897
20898 2013-10-04  Alan Modra  <amodra@gmail.com>
20899
20900         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
20901         Delete.
20902         (IEEE854_LONG_DOUBLE_BIAS): Delete.
20903         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
20904         version of math_ldbl.h.
20905
20906 2013-10-04  Alan Modra  <amodra@gmail.com>
20907
20908         [BZ #15734], [BZ #15735]
20909         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
20910         all uses of ieee875 long double macros and unions.  Simplify test
20911         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
20912         ldbl_extract_mantissa value for ix,iy exponents.  Properly
20913         normalize after ldbl_extract_mantissa, and don't add hidden bit
20914         already handled.  Don't treat low word of ieee854 mantissa like
20915         low word of IBM long double and mask off bit when testing for
20916         zero.
20917         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
20918         all uses of ieee875 long double macros and unions.  Simplify tests
20919         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
20920         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
20921         two1022, instead use their values.  Recognise that tests for large
20922         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
20923         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
20924         Rewrite all uses of ieee875 long double macros and unions.  Simplify
20925         test for 0.0L and nan.  Correct negation.
20926         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
20927         ieee875 long double macros and unions.  Correct output for large
20928         magnitude x.  Correct absolute value calculation.
20929         (__erfcl): Likewise.
20930         * math/libm-test.inc: Add tests for errors discovered in IBM long
20931         double versions of fmodl, remainderl, erfl and erfcl.
20932
20933 2013-10-04  Alan Modra  <amodra@gmail.com>
20934
20935         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
20936         all uses of ieee854 long double macros and unions.  Simplify tests
20937         for long doubles that are fully specified by the high double.
20938         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
20939         Likewise.
20940         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
20941         Remove dead code too.
20942         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
20943         (__ieee754_ynl): Likewise.
20944         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
20945         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
20946         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
20947         Remove dead code too.
20948         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
20949         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
20950         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
20951         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
20952         Simplify.
20953         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
20954         Simplify.
20955         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
20956         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
20957         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
20958         Comment on variable precision.
20959         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
20960         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
20961         Likewise.
20962         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
20963         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
20964         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
20965         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
20966         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
20967
20968 2013-10-04  Alan Modra  <amodra@gmail.com>
20969
20970         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
20971         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
20972         all uses of ieee854 long double macros and unions.
20973         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
20974         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
20975         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
20976         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
20977         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
20978         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
20979         Likewise.
20980         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
20981         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
20982         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
20983         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
20984         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
20985         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
20986         Simplify sign and nan test too.
20987         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
20988         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
20989         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
20990         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
20991         Likewise.
20992         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
20993         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
20994         Likewise.
20995         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
20996         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
20997         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
20998         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
20999         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
21000         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
21001
21002 2013-10-04  Alan Modra  <amodra@gmail.com>
21003
21004         * stdio-common/printf_size.c (__printf_size): Don't use
21005         union ieee854_long_double in fpnum union.
21006         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
21007         signbit macro to retrieve sign from long double.
21008         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
21009         retrieve sign from long double.
21010         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
21011         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
21012         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
21013         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
21014         * math/test-misc.c (main): Don't use union ieee854_long_double.
21015
21016 2013-10-04  Alan Modra  <amodra@gmail.com>
21017
21018         [BZ #15680]
21019         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
21020         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
21021         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
21022         calculation.  Remove unnecessary test for denormal exponent.
21023         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
21024         Correct handling of denormals.  Avoid undefined shift behaviour.
21025         Correct normalisation of low mantissa when low double is denormal.
21026         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
21027         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
21028         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
21029         Correct normalisation of low mantissa.  Test for overflow of high
21030         mantissa and normalise.
21031         (ldbl_nearbyint): Use more readable constant for two52.
21032         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
21033         (__mpn_construct_long_double): Fix test for overflow of high
21034         mantissa and correct normalisation.  Avoid undefined shift.
21035
21036 2013-10-04  Alan Modra  <amodra@gmail.com>
21037
21038         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
21039         (union ibm_extended_long_double): Define as an array of ieee754_double.
21040         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
21041         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
21042         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
21043         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
21044         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
21045         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
21046         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
21047         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
21048         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
21049         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
21050         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
21051
21052 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
21053
21054         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
21055         page size instead of calling getpagesize.
21056
21057         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
21058         (LOCFILE_ALIGN_MASK): Likewise.
21059         (LOCFILE_ALIGN_UP): Likewise.
21060         (LOCFILE_ALIGNED_P): Likewise.
21061         * locale/programs/ld-collate.c (collate_output): Use the new
21062         macros instead of __alignof__ (int32_t).
21063         * locale/weight.h (findidx): Likewise.
21064
21065 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
21066
21067         [BZ #431]
21068         * manual/string.texi: Fix strncat and wcsncat.
21069
21070 2013-10-03  Brooks Moses  <bmoses@google.com>
21071
21072         [BZ #15915]
21073         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
21074         * Makerules: ...here, and adjust associated comments.
21075
21076 2013-10-02  Will Newton  <will.newton@linaro.org>
21077
21078         * malloc/Makefile: Add tst-pvalloc.
21079         * malloc/tst-pvalloc.c: New file.
21080
21081 2013-10-02  Will Newton  <will.newton@linaro.org>
21082
21083         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
21084         improve test coverage.
21085
21086 2013-10-02  Will Newton  <will.newton@linaro.org>
21087
21088         * malloc/Makefile: Add tst-posix_memalign.
21089         * malloc/tst-posix_memalign.c: New file.
21090
21091 2013-10-01  Eric Blake  <eblake@redhat.com>
21092
21093         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
21094         Use __THROWNL rather than __THROW on static functions.
21095
21096 2013-09-30  Petr Machata  <pmachata@redhat.com>
21097
21098         * elf/elf.h (R_AARCH64_ABS16): New macro.
21099         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
21100         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
21101         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
21102         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
21103         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
21104         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
21105         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
21106         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
21107         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
21108         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
21109         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
21110         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
21111         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
21112         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
21113         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
21114         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
21115         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
21116         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
21117         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
21118         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
21119         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
21120         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
21121         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
21122         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
21123         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
21124         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
21125         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
21126         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
21127         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
21128         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
21129         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
21130         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
21131         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
21132         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
21133         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
21134         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
21135         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
21136         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
21137         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
21138         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
21139         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
21140         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
21141         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
21142         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
21143         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
21144         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
21145         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
21146         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
21147         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
21148         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
21149         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
21150         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
21151         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
21152         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
21153         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
21154         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
21155         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
21156         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
21157         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
21158         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
21159         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
21160         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
21161         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
21162         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
21163         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
21164         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
21165         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
21166         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
21167         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
21168         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
21169         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
21170         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
21171         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
21172         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
21173         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
21174         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
21175         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
21176         (R_AARCH64_TLSDESC_LDR): Likewise.
21177         (R_AARCH64_TLSDESC_ADD): Likewise.
21178         (R_AARCH64_TLSDESC_CALL): Likewise.
21179
21180 2013-09-30  Andreas Schwab  <schwab@suse.de>
21181
21182         [BZ #15048]
21183         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
21184         the nss database lookup.
21185         * nscd/initgrcache.c (addinitgroupsX): Likewise.
21186         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
21187
21188 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
21189
21190         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
21191
21192 2013-09-28  P. J. McDermott  <pj@pehjota.net>
21193
21194         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
21195         ${Bash-specific parameter/pattern/string} parameter expansion.
21196         * sysdeps/unix/make-syscalls.sh: Likewise.
21197
21198 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
21199
21200         * sysdeps/sh/stackguard-macros.h: New file.
21201
21202 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
21203
21204         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
21205         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
21206         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
21207         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
21208         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
21209         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
21210
21211 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21212
21213         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
21214         Fix thread ID register.
21215
21216 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
21217
21218         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
21219         [POSIX || UNIX98]: Require rather than permitting all symbols from
21220         <time.h>.
21221         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
21222         element of struct sched_param.
21223         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
21224         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
21225         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
21226         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
21227         constant.
21228
21229 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
21230
21231         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
21232         argument calculation.
21233
21234 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
21235
21236         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
21237         Expect macro.
21238         [POSIX] (pthread_attr_t): Do not require type.
21239         [POSIX] (pthread_cond_t): Likewise.
21240         [POSIX] (pthread_condattr_t): Likewise.
21241         [POSIX] (pthread_key_t): Likewise.
21242         [POSIX] (pthread_mutex_t): Likewise.
21243         [POSIX] (pthread_mutexattr_t): Likewise.
21244         [POSIX] (pthread_once_t): Likewise.
21245         [POSIX] (pthread_t): Likewise.
21246         [POSIX-based standards] (pthread_atfork): Expect function.
21247
21248 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
21249             Richard Sandiford  <richard@codesourcery.com>
21250
21251         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
21252         (swap_endianness_p): New extern variable.
21253         (set_big_endian): New inline function.
21254         (maybe_swap_uint32): Likewise.
21255         (maybe_swap_uint32_array): Likewise.
21256         (maybe_swap_uint32_obstack): Likewise.
21257         * locale/programs/locfile.c: Include <stdbool.h>.
21258         (swap_endianness_p): New variable.
21259         (add_locale_uint32): Call maybe_swap_uint32.
21260         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
21261         (write_locale_data): Call maybe_swap_uint32_array.
21262         * locale/programs/ld-collate.c (obstack_int32_grow): Call
21263         maybe_swap_uint32.
21264         (obstack_int32_grow_fast): Likewise.
21265         (output_weightwc): Call maybe_swap_uint32_obstack.
21266         (collate_output): Likewise.
21267         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
21268         (OPT_LITTLE_ENDIAN): Likewise.
21269         (options): Add --little-endian and --big-endian options.
21270         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
21271         * locale/programs/locarchive.c: Include "locfile.h".
21272         (GET): New macro.
21273         (SET): Likewise.
21274         (INC): Likewise.
21275         (create_archive): Use the new macros to access fields of
21276         structures directly mapped from or written to locale archives.
21277         (oldlocrecentcmp): Likewise.
21278         (enlarge_archive): Likewise.
21279         (insert_name): Likewise.
21280         (add_alias): Likewise.
21281         (add_locale): Likewise.
21282         (delete_locales_from_archive): Likewise.
21283         (show_archive_content): Likewise.
21284         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
21285         locale data.
21286
21287 2013-09-24  Roland McGrath  <roland@hack.frob.com>
21288
21289         * manual/freemanuals.texi: Updated from (newly) canonical copy at
21290         http://www.gnu.org/doc/freemanuals.texi.
21291         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
21292
21293 2013-09-24  Will Newton  <will.newton@linaro.org>
21294
21295         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
21296         macro.
21297
21298 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
21299
21300         * locale/hashval.h (compute_hashval): Interpret bytes of key as
21301         unsigned char.
21302
21303 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
21304
21305         * manual/threads.texi (POSIX Threads): Fix a typo.
21306
21307 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
21308
21309         [BZ #14547]
21310         * string/tst-strcoll-overflow.c: New test case.
21311         * string/Makefile (xtests): Add tst-strcoll-overflow.
21312         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
21313         cache if string sizes may cause integer overflow.
21314
21315         [BZ #14547]
21316         * string/strcoll_l.c (coll_seq): New members rule, idx,
21317         save_idx and back_us.
21318         (get_next_seq_nocache): New function.
21319         (do_compare_nocache): New function.
21320         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
21321         when malloc fails.
21322
21323 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
21324
21325         [BZ #15754]
21326         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
21327         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
21328         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
21329
21330         [BZ #15754]
21331         * elf/Makefile (tests): Add tst-ptrguard1.
21332         (tests-static): Add tst-ptrguard1-static.
21333         (tst-ptrguard1-ARGS): Define.
21334         (tst-ptrguard1-static-ARGS): Define.
21335         * elf/tst-ptrguard1.c: New file.
21336         * elf/tst-ptrguard1-static.c: New file.
21337         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
21338         * sysdeps/i386/stackguard-macros.h: Likewise.
21339         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
21340         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
21341         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
21342         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
21343         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
21344         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
21345
21346 2013-09-23  Hector Marco  <hecmargi@upv.es>
21347             Ismael Ripoll  <iripoll@disca.upv.es>
21348             Carlos O'Donell  <carlos@redhat.com>
21349
21350         [BZ #15754]
21351         * sysdeps/generic/stackguard-macros.h: Define
21352         __pointer_chk_guard_local and POINTER_CHK_GUARD.
21353         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
21354         Define __pointer_chk_guard_local.
21355         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
21356         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
21357
21358 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
21359
21360         [BZ #15859]
21361         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
21362
21363 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
21364
21365         * include/string.h (__ffs): Declare as hidden.
21366         * string/ffs.c (__ffs): Define as hidden.
21367         * sysdeps/i386/ffs.c (__ffs): Likewise.
21368         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
21369         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
21370         * sysdeps/s390/ffs.c (__ffs): Likewise.
21371         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
21372
21373 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
21374
21375         * NEWS: Mention malloc probes.
21376
21377         * malloc/arena.c (new_heap): New memory_heap_new probe.
21378         (grow_heap): New memory_heap_more probe.
21379         (shrink_heap): New memory_heap_less probe.
21380         (heap_trim): New memory_heap_free probe.
21381         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
21382         (systrim): New memory_sbrk_less probe.
21383         * manual/probes.texi: Document them.
21384
21385         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
21386         * manual/probes.texi: Document it.
21387
21388         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
21389         (__libc_realloc): Add memory_realloc_retry probe.
21390         (__libc_memalign): Add memory_memalign_retry probe.
21391         (__libc_valloc): Add memory_valloc_retry probe.
21392         (__libc_pvalloc): Add memory_pvalloc_retry probe.
21393         (__libc_calloc): Add memory_calloc_retry probe.
21394         * manual/probes.texi: Document them.
21395
21396         * malloc/arena.c (get_free_list): Add probe
21397         memory_arena_reuse_free_list.
21398         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
21399         and memory_arena_reuse.
21400         (arena_get2) [!PER_THREAD]: Likewise.
21401         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
21402         memory_arena_reuse_realloc.
21403         * manual/probes.texi: Document them.
21404
21405         * malloc/malloc.c (__libc_free): Add
21406         memory_mallopt_free_dyn_thresholds probe.
21407         (__libc_mallopt): Add multiple memory_mallopt probes.
21408         * manual/probes.texi: Document them.
21409
21410         * malloc/malloc.c: Include stap-probe.h.
21411         (__libc_mallopt): Add memory_mallopt probe.
21412         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
21413         * manual/probes.texi: New.
21414         * manual/Makefile (chapters): Add probes.
21415         * manual/threads.texi: Set next node.
21416
21417 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
21418
21419         [BZ #15963, #13985]
21420         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
21421         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
21422         Add `Chinese' to `nan' entry name.
21423
21424 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
21425
21426         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
21427         (POLYNOMIAL): Likewise.
21428         (TAYLOR_SINCOS): Likewise.
21429         (TAYLOR_SLOW): Likewise.
21430         (__sin): Use TAYLOR_SINCOS.
21431         (__cos): Likewise.
21432         (slow): Use TAYLOR_SLOW.
21433         (sloww): Likewise.
21434         (bsloww): Likewise.
21435         (csloww): Likewise.
21436
21437 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
21438
21439         * stdlib/strtod_l.c: Fix buffer overrun.
21440
21441 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
21442
21443         * benchtests/Makefile (bench): Add sincos.
21444         * benchtests/bench-sincos.c: New file.
21445
21446         * math/libm-test.inc (cos_test_data): New test inputs.
21447         (sin_test_data): Likewise.
21448
21449         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
21450         macro.
21451         (__sin): Use it.
21452         (__cos): Likewise.
21453         (slow1): Likewise.
21454         (slow2): Likewise.
21455         (sloww1): Likewise.
21456         (sloww2): Likewise.
21457         (bsloww1): Likewise.
21458         (bsloww2): Likewise.
21459         (cslow2): Likewise.
21460         (csloww1): Likewise.
21461         (csloww2): Likewise.
21462
21463         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
21464         function.
21465         (__sin): Use it.
21466         (__cos): Likewise.
21467
21468         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
21469         gotos.
21470         (__cos): Likewise.
21471
21472 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
21473
21474         * config.h.in (HAVE_MIPS_NAN2008): New macro.
21475         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
21476         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
21477         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
21478         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
21479         * elf/cache.c (print_entry): Handle the new cache flags.
21480
21481 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
21482             Aldy Hernandez  <aldyh@redhat.com>
21483
21484         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
21485         Change condition to [_SOFT_FLOAT].
21486         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
21487         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
21488         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
21489         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
21490         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
21491         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
21492         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
21493         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
21494         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
21495         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
21496         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
21497         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
21498         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
21499         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
21500         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
21501         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
21502         declaration.
21503
21504 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
21505
21506         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
21507         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
21508         (__longjmp): Use LOAD_GP to load saved GPRs.
21509         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
21510         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
21511         (__sigsetjmp): Use SAVE_GP to save GPRs.
21512
21513         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
21514         Do not append -msoft-float.
21515         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
21516
21517 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
21518
21519         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
21520
21521 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
21522
21523         [BZ #15966]
21524         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
21525         (_FPU_GETCW): Use initial "__" on variable and field names but not
21526         on macro parameter name.
21527         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
21528         parentheses around reference to macro parameter.
21529
21530 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
21531
21532         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
21533         prototype.
21534         (ctype_startup): Use uint32_t in cast and sizeof for
21535         ctype->charnames.
21536
21537 2013-09-11  Jia Liu  <proljc@gmail.com>
21538
21539         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
21540         __daddr_t_defined.
21541         [__FreeBSD__]: Likewise.
21542
21543 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
21544
21545         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
21546         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
21547         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
21548         (strchr): Remove __strchr_sse42 ifunc selection.
21549         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
21550         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
21551
21552 2013-09-11  Will Newton  <will.newton@linaro.org>
21553
21554         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
21555         parameter to RES. Remove hardcoded 1000 value.
21556         * benchtests/bench-skeleton.c (main): Pass RES parameter
21557         to TIMING_INIT and multiply result by 1000.
21558
21559 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21560
21561         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21562
21563 2013-09-11  Andreas Schwab  <schwab@suse.de>
21564
21565         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
21566         if not defined.
21567         (O_TMPFILE) [__USE_GNU]: Define.
21568         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
21569         Define.
21570
21571 2013-09-11  Will Newton  <will.newton@linaro.org>
21572
21573         [BZ #15857]
21574         * malloc/malloc.c (__libc_memalign): Check the value of bytes
21575         does not overflow.
21576
21577 2013-09-11  Will Newton  <will.newton@linaro.org>
21578
21579         [BZ #15856]
21580         * malloc/malloc.c (__libc_valloc): Check the value of bytes
21581         does not overflow.
21582
21583 2013-09-11  Will Newton  <will.newton@linaro.org>
21584
21585         [BZ #15855]
21586         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
21587         does not overflow.
21588
21589 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
21590
21591         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
21592         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
21593         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
21594         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
21595         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
21596
21597 2013-09-10  Allan McRae  <allan@archlinux.org>
21598
21599         [BZ #15748]
21600         * manual/arith.texi (Parsing of Floats): Clarify
21601         cross-reference.
21602
21603         [BZ #15849]
21604         * manual/install.texi (Running make install): Mention
21605         --enable-pt-chown.
21606         * INSTALL: Regenerated.
21607
21608 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
21609
21610         * csu/init-first.c (_init): Remove the !SHARED condition around
21611         FPU control word initialization.
21612         * elf/dl-support.c (_dl_fpu_control): New variable.
21613         (_dl_aux_init) <AT_FPUCW>: Initialize it.
21614         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
21615         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
21616         * math/test-fpucw-static.c: New file.
21617         * math/test-fpucw-ieee.c: New file.
21618         * math/test-fpucw-ieee-static.c: New file.
21619         * math/Makefile (tests): Add `test-fpucw-ieee' and
21620         `$(tests-static)'.
21621         (tests-static): New variable.
21622         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
21623         dependency to...
21624         [($(build-shared),yes)]
21625         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
21626         ... this.
21627         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
21628         New dependency.
21629
21630 2013-09-09  Allan McRae  <allan@archlinux.org>
21631
21632         [BZ #15939]
21633         * manual/string.texi (Collation Functions): Fix typo in
21634         strcoll example.
21635         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
21636
21637         [BZ #15893]
21638         * stdlib/isomac.c (get_null_defines): Fix memory leak.
21639
21640         [BZ #15892]
21641         * libio/memstream.c (open_memstream): Fix memory leak.
21642         * libio/wmemstream.c (open_wmemstream): Likewise.
21643
21644         [BZ #15895]
21645         * nscd/netgroupcache.c: Fix nesting of ifdefs.
21646
21647 2013-09-09  Will Newton  <will.newton@linaro.org>
21648
21649         * malloc/Makefile: Add tst-realloc to tests.
21650         * malloc/tst-realloc.c: New file.
21651
21652 2013-09-09  Allan McRae  <allan@archlinux.org>
21653
21654         [BZ #15844]
21655         * COPYING: Update from GNU website to fix FSF address.
21656         * COPYING.LIB: Likewise.
21657
21658 2013-09-06  David S. Miller  <davem@davemloft.net>
21659
21660         * po/zh_TW.po: Update Chinese (traditional) translation from
21661         translation project.
21662
21663 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
21664             Joseph Myers  <joseph@codesourcery.com>
21665
21666         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
21667         "localeinfo.h".
21668         (obstack_chunk_alloc): New macro.
21669         (obstack_chunk_free): Likewise.
21670         (record_offset): New function.
21671         (init_locale_data): Likewise.
21672         (align_locale_data): Likewise.
21673         (add_locale_empty): Likewise.
21674         (add_locale_raw_data): Likewise.
21675         (add_locale_raw_obstack): Likewise.
21676         (add_locale_string): Likewise.
21677         (add_locale_wstring): Likewise.
21678         (add_locale_uint32): Likewise.
21679         (add_locale_uint32_array): Likewise.
21680         (add_locale_char): Likewise.
21681         (start_locale_structure): Likewise.
21682         (end_locale_structure): Likewise.
21683         (start_locale_prelude): Likewise.
21684         (end_locale_prelude): Likewise.
21685         (write_locale_data): Take locale_file structure rather than an
21686         iovec.
21687         * locale/programs/locfile.h: Include "obstack.h".
21688         (struct locale_file): Change to store locale file contents instead
21689         of header.
21690         (init_locale_data): New prototype.
21691         (align_locale_data): Likewise.
21692         (add_locale_empty): Likewise.
21693         (add_locale_raw_data): Likewise.
21694         (add_locale_raw_obstack): Likewise.
21695         (add_locale_string): Likewise.
21696         (add_locale_wstring): Likewise.
21697         (add_locale_uint32): Likewise.
21698         (add_locale_uint32_array): Likewise.
21699         (add_locale_char): Likewise.
21700         (start_locale_structure): Likewise.
21701         (end_locale_structure): Likewise.
21702         (start_locale_prelude): Likewise.
21703         (end_locale_prelude): Likewise.
21704         (write_locale_data): Update prototype.
21705         * locale/programs/3level.h (struct TABLE): Remove result field.
21706         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
21707         Use new locale_file interface.
21708         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
21709         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
21710         * locale/programs/ld-address.c (address_output): Use new
21711         locale_file interface.
21712         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
21713         NO_ADD_LOCALE.
21714         (collate_finish): Don't call collseq_table_finalize.
21715         (collate_output): Use new locale_file interface.
21716         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
21717         in file.
21718         (NO_FINALIZE): Change to NO_ADD_LOCALE.
21719         (TABLE): Move defines earlier in file.
21720         (ELEMENT): Likewise.
21721         (DEFAULT): Likewise.
21722         (wctrans_table_add): Move macro and inline function earlier in
21723         file.
21724         (struct wctype_table): Move type earlier in file.
21725         (add_locale_wctype_table): New static prototype.
21726         (struct locale_ctype_t): Use logical types instead of struct iovec
21727         pointers for members.
21728         (ctype_output): Use new locale_file interface.
21729         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
21730         new locale_file interface.
21731         (allocate_arrays): Update for use of new locale_file interface.
21732         * locale/programs/ld-identification.c (identification_output): Use
21733         new locale_file interface.
21734         * locale/programs/ld-measurement.c (measurement_output): Likewise.
21735         * locale/programs/ld-messages.c (messages_output): Likewise.
21736         * locale/programs/ld-monetary.c (monetary_output): Likewise.
21737         * locale/programs/ld-name.c (name_output): Likewise.
21738         * locale/programs/ld-numeric.c (numeric_output): Likewise.
21739         * locale/programs/ld-paper.c (paper_output): Likewise.
21740         * locale/programs/ld-telephone.c (telephone_output): Likewise.
21741         * locale/programs/ld-time.c (time_output): Likewise.
21742
21743 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21744
21745         * benchtests/Makefile: Add memrchr benchmark.
21746         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
21747         benchmark as memrchr.
21748         * benchtests/bench-memrchr-ifunc.c: New file.
21749         * benchtests/bench-memrchr.c: New file.
21750
21751 2013-09-06   Will Newton  <will.newton@linaro.org>
21752
21753         * benchtests/Makefile (string-bench): Add memcpy.
21754
21755 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
21756             Cong Wang  <amwang@redhat.com>
21757
21758         [BZ #15850]
21759         * sysdeps/unix/sysv/linux/bits/in.h
21760         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
21761         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
21762         before __USE_KERNEL_IPV6_DEFS uses.
21763         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
21764         IPPROTO_BEETPH.
21765         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
21766         sockaddr_in6, or ipv6_mreq.
21767
21768 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21769
21770         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
21771         memory access for final bytes in some large inputs.
21772         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
21773
21774 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21775
21776         * string/test-memrchr.c: New file.
21777         * string/test-memrchr-ifunc.c: New file.
21778         * string/Makefile: Add new memrchr testcase.
21779
21780 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
21781
21782         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
21783         fanotify_init returns EPERM.
21784
21785 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
21786
21787         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
21788         errors.
21789         (top level): Treat second token from macro or constant entries for
21790         allowed headers as allowed.
21791         * include/complex.h: Condition internal declarations on
21792         [!_ISOMAC].
21793         * include/fenv.h: Condition include of <stdbool.h> and internal
21794         declarations on [!_ISOMAC].
21795
21796 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
21797
21798         [BZ #15923]
21799         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
21800
21801 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
21802
21803         * configure.in (--enable-versioning): Remove configure option.
21804         (libc_cv_asm_symver_directive): Remove configure test.
21805         (libc_cv_ld_version_script_option): Likewise.
21806         (VERSIONING): Remove variable and AC_SUBST.
21807         (DO_VERSIONING): Remove AC_DEFINE.
21808         * configure: Regenerated.
21809         * config.h.in (DO_VERSIONING): Remove macro.
21810         * Makerules [$(versioning) = yes]: Change conditionals to
21811         [$(build-shared) = yes].
21812         * config.make.in (versioning): Remove variable.
21813         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
21814         [$(build-shared) = yes].
21815         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
21816         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
21817         * elf/Makefile [$(versioning) = yes]: Change conditionals to
21818         [$(build-shared) = yes].
21819         * extra-lib.mk [$(versioning) = yes]: Likewise.
21820         * hurd/Makefile [$(versioning) = yes]: Likewise.
21821         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
21822         [SHARED].
21823         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
21824         [SHARED].
21825         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
21826         [SHARED && !NO_HIDDEN].
21827         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
21828         [SHARED].
21829         [SHARED && DO_VERSIONING]: Likewise..
21830         * libio/Makefile [$(versioning) = yes]: Change conditionals to
21831         [$(build-shared) = yes].
21832         * manual/install.texi (--disable-versioning): Remove
21833         documentation.
21834         * INSTALL: Regenerated.
21835         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
21836         to [SHARED].
21837         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
21838         [$(build-shared) = yes].
21839         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
21840         * sysdeps/i386/i686/multiarch/strstr-c.c
21841         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
21842         [SHARED && !NO_HIDDEN].
21843         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
21844         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
21845         * sysdeps/powerpc/powerpc32/dl-machine.c
21846         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
21847         * sysdeps/powerpc/powerpc32/sysdep.h
21848         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
21849         to [SHARED && PIC && !NO_HIDDEN].
21850         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
21851         conditional to [SHARED].
21852
21853 2013-09-04   Will Newton  <will.newton@linaro.org>
21854
21855         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
21856         * benchtests/bench-string.h: Include bench-timing.h instead
21857         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
21858         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
21859         call to HP_TIMING_DIFF_INIT.
21860         * benchtests/bench-memccpy.c: Use bench-timing.h macros
21861         instead of hp-timing.h macros.
21862         * benchtests/bench-memchr.c: Likewise.
21863         * benchtests/bench-memcmp.c: Likewise.
21864         * benchtests/bench-memcpy.c: Likewise.
21865         * benchtests/bench-memmem.c: Likewise.
21866         * benchtests/bench-memmove.c: Likewise.
21867         * benchtests/bench-memset.c: Likewise.
21868         * benchtests/bench-rawmemchr.c: Likewise.
21869         * benchtests/bench-strcasecmp.c: Likewise.
21870         * benchtests/bench-strcasestr.c: Likewise.
21871         * benchtests/bench-strcat.c: Likewise.
21872         * benchtests/bench-strchr.c: Likewise.
21873         * benchtests/bench-strcmp.c: Likewise.
21874         * benchtests/bench-strcpy.c: Likewise.
21875         * benchtests/bench-strcpy_chk.c: Likewise.
21876         * benchtests/bench-strlen.c: Likewise.
21877         * benchtests/bench-strncasecmp.c: Likewise.
21878         * benchtests/bench-strncat.c: Likewise.
21879         * benchtests/bench-strncmp.c: Likewise.
21880         * benchtests/bench-strncpy.c: Likewise.
21881         * benchtests/bench-strnlen.c: Likewise.
21882         * benchtests/bench-strpbrk.c: Likewise.
21883         * benchtests/bench-strrchr.c: Likewise.
21884         * benchtests/bench-strspn.c: Likewise.
21885         * benchtests/bench-strstr.c: Likewise.
21886
21887 2013-09-04  Will Newton  <will.newton@linaro.org>
21888
21889         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
21890
21891 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
21892
21893         [BZ #15427]
21894         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
21895         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
21896         * math/libm-test.inc (lgamma_test_data): Add more tests.
21897         * sysdeps/i386/fpu/libm-test-ulps: Update.
21898         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21899
21900 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
21901
21902         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
21903         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
21904         Add ifunc.
21905         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
21906         Add strcmp-sse2-unaligned
21907         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
21908
21909 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
21910
21911         * Versions.def (libc): Add GLIBC_2.19.
21912
21913 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
21914
21915         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
21916         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
21917
21918 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
21919
21920         [BZ #14155]
21921         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
21922         intermediate calculations in recurrence.
21923         (__ieee754_ynf): Likewise.
21924         * math/libm-test.inc (jn_test_data): Do not allow spurious
21925         underflow exception.  Add more tests.
21926         (yn_test_data): Add more tests.
21927         * sysdeps/i386/fpu/libm-test-ulps: Update.
21928         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21929
21930 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
21931
21932         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
21933
21934 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
21935
21936         * csu/init-first.c: Fix then/than typos.
21937         * locale/programs/ld-collate.c: Likewise.
21938         * locale/programs/linereader.h: Likewise.
21939         * manual/charset.texi: Likewise.
21940         * manual/filesys.texi: Likewise.
21941         * manual/stdio.texi: Likewise.
21942         * manual/string.texi: Likewise.
21943         * stdlib/fmtmsg.c: Likewise.
21944         * sysdeps/i386/stpncpy.S: Likewise.
21945         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
21946         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
21947         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
21948         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
21949
21950 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
21951
21952         * elf/dl-open.c: Fix typos.
21953         * iconvdata/gbbig5.c: Likewise.
21954         * iconvdata/iso-2022-jp.c: Likewise.
21955         * iconv/gconv_int.h: Likewise.
21956         * iconv/loop.c: Likewise.
21957         * nis/rpcsvc/nis.h: Likewise.
21958         * resolv/ns_name.c: Likewise.
21959         * stdio-common/vfscanf.c: Likewise.
21960         * streams/stropts.h: Likewise.
21961         * sunrpc/rpc_thread.c: Likewise.
21962         * sysdeps/i386/strpbrk.S: Likewise.
21963         * sysdeps/ieee754/k_standard.c: Likewise.
21964         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
21965         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
21966         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
21967         * sysdeps/mach/hurd/profil.c: Likewise.
21968         * sysdeps/s390/dl-procinfo.h: Likewise.
21969         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
21970         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
21971         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
21972         * sysdeps/x86_64/dl-trampoline.S: Likewise.
21973         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
21974
21975 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
21976
21977         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
21978         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
21979
21980 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
21981
21982         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
21983         aix specific files.
21984         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
21985         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
21986         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
21987         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
21988         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
21989         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
21990         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
21991         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
21992
21993 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
21994             Roland McGrath  <roland@hack.frob.com>
21995
21996         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
21997         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
21998
21999 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
22000
22001         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
22002         __executable_start symbol instead of _start.
22003
22004 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
22005
22006         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
22007         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
22008         Move macros to...
22009         * sysdeps/gnu/ldsodefs.h: ... this new file.
22010
22011         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
22012         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
22013         instead of ELFOSABI_LINUX.
22014
22015         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
22016         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
22017         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
22018         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
22019         Likewise.
22020         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
22021         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
22022         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
22023         Likewise.
22024         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
22025         (ibm_extended_long_double): Add ieee_nan member.
22026         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
22027         (do_test): New function.
22028
22029         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
22030         TEST_TRUNC.
22031         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
22032         functions, renamed from truncdfsf_test, trunctfsf_test,
22033         trunctfdf_test.
22034         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
22035         functions.
22036         (do_test): Run all these.
22037
22038 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
22039
22040         * argp/argp-help.c: Fix typos.
22041         * argp/argp-parse.c: Likewise.
22042         * debug/backtracesyms.c: Likewise.
22043         * elf/elf.h: Likewise.
22044         * malloc/malloc.c: Likewise.
22045         * nis/nis_print.c: Likewise.
22046         * resolv/res_comp.c: Likewise.
22047         * stdlib/stdlib.h: Likewise.
22048         * sunrpc/clnt_tcp.c: Likewise.
22049         * sunrpc/clnt_udp.c: Likewise.
22050         * sunrpc/clnt_unix.c: Likewise.
22051         * sysdeps/unix/bsd/ptsname.c: Likewise.
22052         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
22053         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
22054         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
22055         Likewise.
22056         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
22057         Likewise.
22058         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
22059         Likewise.
22060         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
22061
22062 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
22063
22064         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
22065         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
22066
22067 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
22068
22069         [BZ #15897]
22070         * dlfcn/Makefile (tests): Add bug-dl-leaf.
22071         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
22072         ($(objpfx)bug-dl-leaf): New rule.
22073         ($(objpfx)bug-dl-leaf.so): Likewise.
22074         ($(objpfx)bug-dl-leaf.out): Likewise.
22075         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
22076         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
22077         * dlfcn/bug-dl-leaf.c: New test.
22078         * dlfcn/bug-dl-leaf-lib.c: Likewise.
22079         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
22080         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
22081         (dlclose): Likewise.
22082         (dlmopen): Likewise.
22083
22084 2013-08-27  Roland McGrath  <roland@hack.frob.com>
22085
22086         * include/netdb.h [!_ISOMAC]:
22087         Don't include <tls.h>.
22088         (h_errno, __libc_h_errno): Move declaration and macros out of
22089         [_LIBC_REENTRANT].
22090
22091         * include/resolv.h [_RESOLV_H_]:
22092         Don't include <tls.h>.
22093         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
22094         * resolv/res_libc.c: Don't include <tls.h>.
22095         (_res): Use __attribute__ ((nocommon)) in place of
22096         __attribute__ ((section (".bss"))).
22097
22098         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
22099         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
22100
22101         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
22102
22103         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
22104         only under [SIOCGIFCONF && SIOCGIFNETMASK].
22105
22106         * resolv/res_mkquery.c: Include <sys/time.h>.
22107
22108         * inet/ifreq.c: Moved to ...
22109         * sysdeps/unix/ifreq.c: ... here.
22110         * inet/ifreq.c: New file, true stub version.
22111
22112         * socket/sa_len.c: New file.
22113         * socket/Makefile (aux): Add it.
22114         * sysdeps/unix/sysv/linux/Makefile
22115         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
22116         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
22117         and #include <socket/sa_len.c>.
22118         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
22119         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
22120
22121         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
22122         * bits/socket.h: ... here.
22123
22124         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
22125         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
22126         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
22127
22128 2013-08-27  Andreas Schwab  <schwab@suse.de>
22129
22130         [BZ #15736]
22131         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
22132         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
22133         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
22134         * string/test-strcasecmp.c (test_main): Run tests in several
22135         locales.
22136         * string/test-strncasecmp.c (test_main): Likewise.
22137
22138         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
22139         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
22140         to __strcasecmp_nonascii and __strncasecmp_nonascii.
22141         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
22142         (__strncasecmp_ssse3) [PIC]: Likewise.
22143
22144 2013-08-26  Roland McGrath  <roland@hack.frob.com>
22145
22146         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
22147
22148         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
22149         instead of explicitly declaring xdecrypt.
22150         * nis/nss_nis/nis-publickey.c: Likewise.
22151
22152 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
22153
22154         [BZ #15890]
22155         * nscd/aicache.c: Include res_hconf.h.
22156         (addhstaiX): Initialize res_hconf.
22157
22158 2013-08-26  Andreas Schwab  <schwab@suse.de>
22159
22160         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
22161         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
22162
22163 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
22164
22165         * nscd/aicache.c (addhstaiX): Fix indentation.
22166
22167 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
22168
22169         * configure.ac: Quote $build_pt_chown test.
22170         * configure: Regenerated.
22171
22172 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
22173
22174         [BZ #15532]
22175         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
22176         * math/s_cexpf.c (__cexpf): Likewise.
22177         * math/s_cexpl.c (__cexpl): Likewise.
22178         * math/libm-test.inc (cexp_test_data): Correct expected return
22179         value for NaN + i0.  Add another test.
22180
22181 2013-08-22  David S. Miller  <davem@davemloft.net>
22182
22183         * po/ca.po: Update Catalan translation from translation project.
22184         * po/uk.po: Add Ukrainian translations from translation project.
22185
22186 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
22187
22188         [BZ #15797]
22189         * math/s_fdim.c (__fdim): Check for infinite arguments if result
22190         is infinite, not alongside NaN test.
22191         * math/s_fdimf.c (__fdimf): Likewise.
22192         * math/s_fdiml.c (__fdiml): Likewise.
22193         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
22194         errno is unchanged.
22195
22196 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
22197
22198         * argp/argp-help.c: Fix typos.
22199         * crypt/speeds.c: Likewise.
22200         * csu/check_fds.c: Likewise.
22201         * elf/dl-load.c: Likewise.
22202         * elf/dl-open.c: Likewise.
22203         * elf/reldep3.c: Likewise.
22204         * elf/reldep.c: Likewise.
22205         * elf/sprof.c: Likewise.
22206         * iconv/iconv_charmap.c: Likewise.
22207         * iconv/skeleton.c: Likewise.
22208         * iconv/strtab.c: Likewise.
22209         * io/lockf64.c: Likewise.
22210         * libio/libioP.h: Likewise.
22211         * resolv/gai_notify.c: Likewise.
22212         * resolv/ns_name.c: Likewise.
22213         * resolv/ns_samedomain.c: Likewise.
22214         * resolv/res_send.c: Likewise.
22215         * stdlib/random.c: Likewise.
22216         * sunrpc/rpc/xdr.h: Likewise.
22217         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
22218         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
22219         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
22220         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
22221         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
22222         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
22223         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
22224         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
22225         * sysdeps/mach/hurd/check_fds.c: Likewise.
22226         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
22227         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
22228         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
22229         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
22230         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
22231         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
22232         * sysdeps/pthread/aio_notify.c: Likewise.
22233         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
22234         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
22235         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
22236         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
22237         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
22238
22239 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22240
22241         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
22242         version if bit_Slow_SSE4_2 is set.
22243         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
22244         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
22245
22246 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22247
22248         [BZ #15867]
22249         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
22250         trampoline stack frame information.
22251         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
22252         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
22253         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
22254         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
22255         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
22256         * sysdeps/unix/sysv/linux/powerpc/init-first.c
22257         (_libc_vdso_platform_setup): Initialize the signal trampolines.
22258         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
22259         sa_flags value.
22260         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
22261         interrupting a syscall and set with option SA_SIGINFO.
22262
22263 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
22264
22265         [BZ #15531]
22266         * math/s_cproj.c (__cproj): Only return an infinity if one part of
22267         argument is infinite.
22268         * math/s_cprojf.c (__cprojf): Likewise.
22269         * math/s_cprojl.c (__cprojl): Likewise.
22270         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
22271         * math/libm-test.inc (cproj_test_data): Add more tests.
22272
22273         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
22274
22275         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
22276         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
22277         size.  Use __ffs to determine corresponding shift.
22278
22279 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
22280             Roland McGrath  <roland@hack.frob.com>
22281
22282         * Makefile (INSTALL): Remove trailing blank lines from output of
22283         makeinfo.
22284
22285 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
22286
22287         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
22288         Align 32 bit compat elf_greg to 8 bytes.
22289
22290 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
22291
22292         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
22293
22294 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
22295
22296         * string/strcoll_l.c (coll_seq): New structure.
22297         (get_next_seq_cached): New function.
22298         (get_next_seq): New function.
22299         (do_compare): New function.
22300         (STRCOLL): Use GNU style definition.  Simplify implementation
22301         by using get_next_seq, get_next_seq_cached and do_compare.
22302
22303 2013-08-16  Florian Weimer  <fweimer@redhat.com>
22304
22305         [BZ #14699]
22306         CVE-2013-4237
22307         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
22308         member.
22309         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
22310         member.
22311         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
22312         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
22313         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
22314         conditional.
22315         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
22316         GETDENTS_64BIT_ALIGNED.
22317         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
22318         * manual/filesys.texi (Reading/Closing Directory): Document
22319         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
22320         strongly.
22321         * manual/conf.texi (Limits for Files): Add portability note to
22322         NAME_MAX, PATH_MAX.
22323         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
22324
22325 2013-08-13  Andreas Schwab  <schwab@suse.de>
22326
22327         [BZ #15749]
22328         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
22329         of fabs.
22330         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
22331         LDBL_MAX_EXP >= 16384]: Add tests for it.
22332
22333 2013-08-12  David S. Miller  <davem@davemloft.net>
22334
22335         * version.h (RELEASE): Set to "development".
22336         (VERSION): Set to "2.18.90".
22337         * NEWS: Add 2.19 section.
22338
22339 2013-08-03  David S. Miller  <davem@davemloft.net>
22340
22341         * po/ko.po: Update Korean translation from translation project.
22342
22343 2013-08-01  David S. Miller  <davem@davemloft.net>
22344
22345         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
22346         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
22347         Bilka.
22348
22349 2013-07-30  David S. Miller  <davem@davemloft.net>
22350
22351         * po/fr.po: Update French translation from translation project.
22352
22353 2013-07-28  David S. Miller  <davem@davemloft.net>
22354
22355         * po/cs.po: Update Czech translation from translation project.
22356
22357         * po/sv.po: Update Swedish translation from translation project.
22358
22359 2013-07-27  David S. Miller  <davem@davemloft.net>
22360
22361         * po/eo.po: Update Esperanto translation from translation project.
22362
22363         * po/vi.po: Update Vietnamese translation from translation project.
22364
22365         * po/de.po: Update German translation from translation project.
22366
22367 2013-07-26  David S. Miller  <davem@davemloft.net>
22368
22369         * po/bg.po: Update Bulgarian translation from translation project.
22370
22371         * po/nl.po: Update Dutch translation from translation project.
22372         * po/pl.po: Update Polish translation from translation project.
22373         * po/ru.po: Update Russian translation from translation project.
22374
22375 2013-07-24  David S. Miller  <davem@davemloft.net>
22376
22377         * po/libc.pot: Update.
22378
22379 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22380
22381         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
22382         variable page size.
22383         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
22384         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
22385         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
22386
22387 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
22388
22389         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
22390
22391 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
22392             Andreas Schwab  <schwab@suse.de>
22393             Roland McGrath  <roland@hack.frob.com>
22394             Joseph Myers  <joseph@codesourcery.com>
22395             Carlos O'Donell  <carlos@redhat.com>
22396
22397         [BZ #15755]
22398         * config.h.in: Define HAVE_PT_CHOWN.
22399         * config.make.in (build-pt-chown): New variable.
22400         * configure.in (--enable-pt_chown): New configure option.
22401         * configure: Regenerate.
22402         * login/Makefile: Include Makeconfig.  Build pt_chown only if
22403         build-pt-chown is enabled.
22404         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
22405         pt_chown to fix pty ownership.
22406         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
22407         CLOSE_ALL_FDS.
22408         * manual/install.texi (Configuring and compiling): Mention
22409         --enable-pt_chown. Add @findex for grantpt.
22410         * INSTALL: Regenerate.
22411
22412 2013-07-20  David S. Miller  <davem@davemloft.net>
22413
22414         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
22415         difference between 32-bit and 64-bit.
22416
22417 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
22418
22419         [BZ #15711]
22420         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
22421         Avoid system header dependency with -ffreestanding.
22422         ($(objpfx)bits/syscall%d): Likewise.
22423
22424 2013-07-13  David S. Miller  <davem@davemloft.net>
22425
22426         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
22427         underflows from atanl/atan2l due to bug 15319.
22428         (casinh_test_data): Likewise.
22429
22430 2013-07-07  David S. Miller  <davem@davemloft.net>
22431
22432         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
22433
22434 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
22435
22436         * sysdeps/i386/fpu/libm-test-ulps: Update.
22437         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22438
22439 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
22440
22441         * configure.in (--enable-lock-elision): Fix message text.
22442         * INSTALL: Regenerate.
22443         * configure: Regenerate.
22444
22445 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22446
22447         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22448
22449 2013-07-03  Andreas Jaeger  <aj@suse.de>
22450
22451         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
22452         define.
22453         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
22454         (ptrace_peeksiginfo_args): Add.
22455         (__ptrace_peeksiginfo_flags): Add.
22456         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
22457         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
22458         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
22459
22460 2013-07-03  Allan McRae  <allan@archlinux.org>
22461
22462         * sysdeps/i386/fpu/libm-test-ulps: Update.
22463
22464 2013-07-02  David S. Miller  <davem@davemloft.net>
22465
22466         * sysdeps/sparc/fpu/libm-test-ulps: Update.
22467
22468 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
22469
22470         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
22471
22472 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
22473
22474         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
22475         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22476
22477 2013-07-02  Andi Kleen <ak@linux.intel.com>
22478
22479         * config.h.in (ENABLE_LOCK_ELISION): Add.
22480         * configure.in (--enable-lock-elision): Add option.
22481         * manual/install.texi: Document --enable lock elision.
22482         * configure: Regenerate
22483         * INSTALL: Regenerate.
22484
22485 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
22486
22487         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
22488         SSE4.2 strcasecmp for libc.a.
22489         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
22490
22491 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
22492
22493         [BZ #13304]
22494         * soft-fp/op-common.h (_FP_FMA): New macro.
22495         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
22496         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
22497         (_FP_MUL_MEAT_1_imm): ... here.
22498         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
22499         (_FP_MUL_MEAT_1_wide): ... here.
22500         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
22501         (_FP_MUL_MEAT_1_hard): ... here.
22502         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
22503         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
22504         (_FP_MUL_MEAT_2_wide): ... here.
22505         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
22506         (_FP_MUL_MEAT_2_wide_3mul): ... here.
22507         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
22508         (_FP_MUL_MEAT_2_gmp): ... here.
22509         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
22510         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
22511         (_FP_MUL_MEAT_4_wide): ... here.
22512         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
22513         (_FP_MUL_MEAT_4_gmp): ... here.
22514         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
22515         (_FP_WFRACBITS_DW_S): Likewise.
22516         (_FP_WFRACXBITS_DW_S): Likewise.
22517         (_FP_HIGHBIT_DW_S): Likewise.
22518         (FP_FMA_S): Likewise.
22519         (_FP_FRAC_HIGH_DW_S): Likewise.
22520         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
22521         (_FP_WFRACBITS_DW_D): Likewise.
22522         (_FP_WFRACXBITS_DW_D): Likewise.
22523         (_FP_HIGHBIT_DW_D): Likewise.
22524         (FP_FMA_D): Likewise.
22525         (_FP_FRAC_HIGH_DW_D): Likewise.
22526         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
22527         (_FP_WFRACBITS_DW_E): Likewise.
22528         (_FP_WFRACXBITS_DW_E): Likewise.
22529         (_FP_HIGHBIT_DW_E): Likewise.
22530         (FP_FMA_E): Likewise.
22531         (_FP_FRAC_HIGH_DW_E): Likewise.
22532         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
22533         (_FP_WFRACBITS_DW_Q): Likewise.
22534         (_FP_WFRACXBITS_DW_Q): Likewise.
22535         (_FP_HIGHBIT_DW_Q): Likewise.
22536         (FP_FMA_Q): Likewise.
22537         (_FP_FRAC_HIGH_DW_Q): Likewise.
22538         * soft-fp/fmasf4.c: New file.
22539         * soft-fp/fmadf4.c: Likewise.
22540         * soft-fp/fmatf4.c: Likewise.
22541
22542 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22543
22544         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
22545         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
22546         Silvermont.
22547         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
22548         macro.
22549         (index_Slow_SSE4_2): Likewise.
22550         (index_Prefer_PMINUB_for_stringop): Likewise.
22551         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
22552         bit_Slow_SSE4_2 is set.
22553         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
22554         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
22555
22556 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22557
22558         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
22559         rtld_global._dl_hwcap2.
22560         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
22561         POWER8.
22562         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
22563         POWER8 feature descriptions defined in _dl_hwcap2.
22564         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
22565         string handling for POWER8 feature bits.
22566         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
22567         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
22568         _dl_powerpc_cap_flags.
22569         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
22570         * sysdeps/powerpc/rtld-global-offsets.sym
22571         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
22572         _dl_hwcap2 in the rtld_global_ro structure.
22573
22574 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22575
22576         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
22577         hardware capabilities in support of AT_HWCAP2.
22578         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
22579         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
22580         GLRO(dl_hwcap2).
22581         (_dl_show_auxv): Add support for calling _dl_procinfo to display
22582         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
22583         explicitly the unknown a_type display mechanism is used.
22584         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
22585         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
22586         struct member.
22587         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
22588         to macro prototype for AT_HWCAP2 support.
22589         * sysdeps/i386/dl-procinfo.h: Likewise.
22590         * sysdeps/s390/dl-procinfo.h: Likewise.
22591         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
22592         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
22593         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
22594         return -1 for unknown a_type display fallback.
22595         * sysdeps/sparc/dl-procinfo.h: Likewise.
22596         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
22597         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
22598
22599 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
22600
22601         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
22602         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
22603
22604 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
22605
22606         [BZ #12492]
22607         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
22608         mprotect making __stack_prot writable.
22609
22610 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
22611             Joseph Myers  <joseph@codesourcery.com>
22612
22613         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
22614         as being properly aligned.
22615
22616 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
22617
22618         * dlfcn/modstatic5.c: New file.
22619         * dlfcn/tststatic5.c: New file.
22620         * dlfcn/Makefile (tests): Add tststatic5.
22621         (tests-static): Likewise.
22622         (modules-names): Add modstatic5.
22623         (tststatic5-ENV): New variable.
22624         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
22625
22626         [BZ #15022]
22627         * elf/dl-support.c (_dl_main_map): New variable.
22628         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
22629         (_dl_nns, _dl_load_adds): Set to 1.
22630         (_dl_initial_searchlist): Refer to _dl_main_map.
22631         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
22632         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
22633         call to _dl_get_origin.
22634         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
22635         around call_map.
22636         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
22637         * dlfcn/modstatic3.c: New file.
22638         * dlfcn/tststatic3.c: New file.
22639         * dlfcn/tststatic4.c: New file.
22640         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
22641         (tests-static): Likewise.
22642         (modules-names): Add modstatic3.
22643         (tststatic3-ENV, tststatic4-ENV): New variables.
22644         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
22645         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
22646
22647 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
22648
22649         * configure.in (CC): Require GCC version 4.4 or later.
22650         * configure: Regenerated.
22651         * manual/install.texi (Tools for Compilation): Update GCC version
22652         requirement.
22653         * INSTALL: Regenerated.
22654
22655 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22656
22657         [BZ #15674]
22658         * string/test-memcmp.c (check2): New.
22659         (main): Call check2.
22660
22661         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
22662
22663 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
22664
22665         [BZ #15022]
22666         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
22667         over to...
22668         (dl_open_worker) [!SHARED]: ... here.
22669
22670 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22671
22672         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
22673
22674 2013-06-25  Richard Henderson  <rth@redhat.com>
22675
22676         * locale/programs/locarchive.c: Include <libc-internal.h>
22677
22678 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
22679
22680         * manual/texinfo.tex: Update to version 2013-06-21.17, with
22681         trailing whitespace removed.
22682
22683 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
22684
22685         [BZ #10283]
22686         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
22687         * locale/programs/locarchive.c: Include libc-mmap.h.
22688         (prepare_address_space): Take two new outputs (the mmap base and len).
22689         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
22690         values.
22691         (create_archive): Declare new mmap base and len values for
22692         prepare_address_space, and store the result in ah.
22693         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
22694         (enlarge_archive): If ah->mmap_base is not NULL, use that and
22695         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
22696         Declare new mmap base and len values for
22697         prepare_address_space, and store the result in new_ah.
22698         (open_archive): Declare new mmap base and len values for
22699         prepare_address_space, and store the result in ah.
22700         (close_archive): If ah->mmap_base is not NULL, use that and
22701         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
22702         * sysdeps/generic/libc-mmap.h: New file.
22703
22704 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
22705
22706         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
22707         (ALIGN_UP): Likewise.
22708         (PTR_ALIGN_DOWN): Likewise.
22709         (PTR_ALIGN_UP): Likewise.
22710
22711 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22712
22713         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
22714         entry mapped to PPC_PLATFORM_POWER8.
22715         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
22716         POWER8.
22717         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
22718         (_dl_string_platform): Add case for exporting platform position for
22719         POWER8.
22720         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
22721         search path to sysdeps/powerpc/powerpc32/power8 directory.
22722         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
22723         search path to sysdeps/powerpc/powerpc64/power8 directory.
22724         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
22725         power7 directories.
22726         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
22727         power7 directories.
22728
22729 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
22730
22731         * INSTALL: Regenerate.
22732
22733         * nscd/connections.c (nscd_init): Fix comment.
22734
22735 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
22736
22737         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
22738
22739         [BZ #15667]
22740         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
22741         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
22742
22743 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
22744
22745         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
22746         DL_DST_REQ_STATIC.
22747         (DL_DST_REQ_STATIC): Remove macro.
22748
22749 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
22750
22751         [BZ #7006]
22752         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
22753         with a shift of 0 bits.
22754
22755 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
22756
22757         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
22758         $(tststatic-ENV).
22759
22760 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
22761
22762         [BZ #15655]
22763         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
22764
22765 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22766
22767         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
22768         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
22769         accepts -fno-tree-loop-distribute-patterns.
22770         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
22771         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
22772         recursive call.
22773         * string/memset.c (memset): Likewise.
22774         * string/test-memmove.c (simple_memmove): Disable loop transformation
22775         to library calls.
22776         * string/test-memset.c (simple_memset): Likewise.
22777         * benchtests/bench-memmove.c (simple_memmove): Likewise.
22778         * benchtests/bench-memset.c (simple_memset): Likewise.
22779         * configure: Regenerated.
22780
22781 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
22782
22783         * math/test-misc.c (main): Ignore fesetround failure when failures
22784         of subsequent rounding tests would be ignored.
22785
22786         [BZ #15654]
22787         * math/fedisblxcpt.c (fedisableexcept): Return 0.
22788         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
22789         * math/fegetenv.c (__fegetenv): Return 0.
22790         * math/fegetexcept.c (fegetexcept): Return 0.
22791         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
22792         FE_TONEAREST.
22793         * math/feholdexcpt.c (feholdexcept): Return 0.
22794         * math/fesetenv.c (__fesetenv): Return 0.
22795         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
22796         argument FE_TONEAREST.
22797         * math/feupdateenv.c (__feupdateenv): Return 0.
22798         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
22799
22800 2013-06-18  Roland McGrath  <roland@hack.frob.com>
22801
22802         * elf/rtld-Rules (rtld-compile-command.S): New variable.
22803         (rtld-compile-command.s, rtld-compile-command.c): New variables.
22804         ($(objpfx)rtld-%.os rules): Use them.
22805
22806 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22807
22808         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
22809         fields.
22810
22811 2013-06-17  Roland McGrath  <roland@hack.frob.com>
22812
22813         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
22814         length of target pattern, then descending length of dependency pattern.
22815         * configure.in (AWK): Require gawk 3.1.2 or newer.
22816         * manual/install.texi (Tools for Compilation): Say that we do.
22817         * configure: Regenerated.
22818
22819         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
22820         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
22821         * scripts/sysd-rules.awk: ... this new script.
22822         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
22823         than a glob-style pattern.
22824
22825 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
22826
22827         * math/test-misc.c (main): Do not treat incorrectly rounded
22828         conversions as failure unless ROUNDING_TESTS passes.
22829
22830 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
22831
22832         [BZ #15631]
22833         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
22834         restore exception state around main square root computation, then
22835         check for inexactness explicitly.
22836
22837         * math/libm-test.inc (fma_test_data): Add another test.
22838
22839 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
22840
22841         * manual/threads.texi (Non-POSIX Extensions): New document
22842         node.  Document pthread_getattr_default_np and
22843         pthread_setattr_default_np.
22844
22845         * Versions.def (libpthread): Add GLIBC_2.18.
22846         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
22847         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
22848         Likewise.
22849         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
22850         Likewise.
22851         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
22852         Likewise.
22853         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
22854         Likewise.
22855         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
22856         Likewise.
22857         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
22858         Likewise.
22859         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
22860         Likewise.
22861         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
22862         Likewise.
22863         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
22864         Likewise.
22865
22866 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22867
22868         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
22869         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
22870
22871 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
22872             H.J. Lu  <hjl.tools@gmail.com>
22873
22874         [BZ #15627]
22875         * sysdeps/x86_64/rtld-memset.c: Remove file.
22876         * sysdeps/x86_64/rtld-memset.S: New file.
22877
22878 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
22879
22880         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
22881         (test_in_one_mode): Take arguments for whether the rounding mode
22882         is supported for each floating-point type.
22883         (do_test): Pass new arguments to test_in_one_mode using
22884         ROUNDING_TESTS.
22885
22886 2013-06-13  Roland McGrath  <roland@hack.frob.com>
22887
22888         * posix/tst-waitid.c (do_test): Distinguish different instances of
22889         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
22890         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
22891         before entering the kernel for waitpid.
22892
22893 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
22894
22895         * NEWS: Fix note on clock function precision.  Text by Roland
22896         McGrath.
22897
22898 2013-06-13  Roland McGrath  <roland@hack.frob.com>
22899
22900         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
22901         it into place only when and if the sanity check passes.
22902
22903 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
22904
22905         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
22906         output for whether conversion result is exact.  Take argument
22907         indicating whether type is IBM long double.
22908         (round_for_all): Change need_exact field to ibm_ld.
22909         * stdlib/tst-strtod-round.c (struct exactness): New type.
22910         (struct test): Change bool ld_ok field to struct exactness exact.
22911         (TEST): Update all definitions for change to field.
22912         (tests): Regenerate array contents.
22913         (test_in_one_mode): Take pointer to new field instead of old ld_ok
22914         field value.  Check for IBM long double here.
22915         (do_test): Update calls to test_in_one_mode.
22916
22917 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
22918
22919         [BZ #12515]
22920         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
22921         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
22922
22923 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22924
22925         [BZ #15605]
22926         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
22927         generated by the compiler on loop optimizations.
22928         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
22929         general definitions.
22930
22931 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
22932
22933         * math/bug-nextafter.c: Include <math-tests.h>.
22934         (main): Only test for exceptions if EXCEPTION_TESTS is true for
22935         the relevant type.
22936         * math/bug-nexttoward.c: Include <math-tests.h>.
22937         (main): Only test for exceptions if EXCEPTION_TESTS is true for
22938         the relevant type.
22939         * math/test-misc.c: Include <math-tests.h>.
22940         (main): Only test for exceptions if EXCEPTION_TESTS is true for
22941         the relevant type.
22942
22943 2013-06-12  Andreas Jaeger  <aj@suse.de>
22944
22945         * po/ia.po: Update Interlingua translation from translation
22946         project.
22947
22948 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
22949
22950         * include/fenv.h: Include stdbool.h.
22951         (struct rm_ctx): New structure.
22952         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
22953         Define macro.
22954         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
22955         (SET_RESTORE_ROUNDF): Likewise.
22956         (SET_RESTORE_ROUNDL): Likewise.
22957         (SET_RESTORE_ROUND_NOEX): Likewise.
22958         (SET_RESTORE_ROUND_NOEXF): Likewise.
22959         (SET_RESTORE_ROUND_NOEXL): Likewise.
22960         (SET_RESTORE_ROUND_53BIT): Likewise.
22961         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
22962         (libc_feresetround_noexf_ctx): Likewise.
22963         (libc_feresetround_noexl_ctx): Likewise.
22964         (libc_feholdsetround_53bit_ctx): Likewise.
22965         (libc_feresetround_53bit_ctx): Likewise.
22966         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
22967         (libc_feholdexcept_setround_sse_ctx): New function.
22968         (libc_fesetenv_sse_ctx): Likewise.
22969         (libc_feupdateenv_sse_ctx): Likewise.
22970         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
22971         (libc_feholdexcept_setround_387_ctx): Likewise.
22972         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
22973         (libc_feholdsetround_387_prec_ctx): Likewise.
22974         (libc_feholdsetround_387_ctx): Likewise.
22975         (libc_feholdsetround_387_53bit_ctx): Likewise.
22976         (libc_feholdsetround_sse_ctx): Likewise.
22977         (libc_feresetround_sse_ctx): Likewise.
22978         (libc_feresetround_387_ctx): Likewise.
22979         (libc_feupdateenv_387_ctx): Likewise.
22980         (libc_feholdexcept_setroundf_ctx): Define macro.
22981         (libc_fesetenvf_ctx): Likewise.
22982         (libc_feupdateenvf_ctx): Likewise.
22983         (libc_feholdsetroundf_ctx): Likewise.
22984         (libc_feresetroundf_ctx): Likewise.
22985         (libc_feholdexcept_setround_ctx): Likewise.
22986         (libc_fesetenv_ctx): Likewise.
22987         (libc_feupdateenv_ctx): Likewise.
22988         (libc_feholdsetround_ctx): Likewise.
22989         (libc_feresetround_ctx): Likewise.
22990         (libc_feholdexcept_setroundl_ctx): Likewise.
22991         (libc_feupdateenvl_ctx): Likewise.
22992         (libc_feholdsetroundl_ctx): Likewise.
22993         (libc_feresetroundl_ctx): Likewise.
22994         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
22995         (libc_feresetround_53bit_ctx): Likewise.
22996
22997 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22998
22999         * locale/iso-639.def: Convert to UTF-8.
23000
23001 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
23002
23003         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
23004         (EXCEPTION_TESTS_double): Likewise.
23005         (EXCEPTION_TESTS_long_double): Likewise.
23006         (EXCEPTION_TESTS): Likewise.
23007         * math/libm-test.inc (test_exceptions): Only test exceptions if
23008         EXCEPTION_TESTS (FLOAT).
23009
23010 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
23011
23012         * benchtests/Makefile (string-bench): Add strcpy_chk and
23013         stpcpy_chk.
23014         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
23015         * benchtests/bench-stpcpy_chk.c: New file.
23016         * benchtests/bench-strcpy_chk-ifunc.c: New file.
23017         * benchtests/bench-strcpy_chk.c: New file.
23018         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
23019         code.
23020         (do_test): Likewise.
23021
23022 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
23023
23024         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
23025         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
23026         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
23027         with tabs where appropriate.
23028         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
23029         dl-procinfo.h.
23030         [PPC_PLATFORM_PPC440]: Likewise.
23031         [PPC_PLATFORM_PPC464]: Likewise.
23032         [PPC_PLATFORM_PPC476]: Likewise.
23033         (_dl_string_platform): Add support for detecting ppc405, ppc440,
23034         ppc464, and ppc476 platform strings merging from ports/
23035         dl-procinfo.h.
23036
23037 2013-06-11  Andreas Schwab  <schwab@suse.de>
23038
23039         [BZ #14991]
23040         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
23041         (from_ucs4_idx): Regenerate.
23042         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
23043         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
23044         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
23045         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
23046         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
23047         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
23048         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
23049         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
23050         from FROM_LOOP and TO_LOOP specific macros.
23051         (BODY): Handle combining characters.
23052         * iconvdata/BIG5HKSCS.irreversible: Update.
23053         * iconvdata/BIG5HKSCS.precomposed: New file.
23054         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
23055         characters.
23056         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
23057
23058 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
23059
23060         * include/sys/time.h: Fix indentation and add copyright header.
23061
23062         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
23063         (do_test): Likewise.
23064         * string/test-memchr.c (do_one_test): Likewise.
23065         (do_test): Likewise.
23066         * string/test-memcmp.c (do_one_test): Likewise.
23067         (do_test): Likewise.
23068         * string/test-memcpy.c (do_one_test): Likewise.
23069         (do_test): Likewise.
23070         * string/test-memmem.c (do_one_test): Likewise.
23071         (do_test): Likewise.
23072         (do_random_tests): Likewise.
23073         * string/test-memmove.c (do_one_test): Likewise.
23074         (do_test): Likewise.
23075         * string/test-memset.c (do_one_test): Likewise.
23076         (do_test): Likewise.
23077         * string/test-rawmemchr.c (do_one_test): Likewise.
23078         (do_test): Likewise.
23079         * string/test-strcasecmp.c (do_one_test): Likewise.
23080         (do_test): Likewise.
23081         * string/test-strcasestr.c (do_one_test): Likewise.
23082         (do_test): Likewise.
23083         * string/test-strcat.c (do_one_test): Likewise.
23084         (do_test): Likewise.
23085         * string/test-strchr.c (do_one_test): Likewise.
23086         (do_test): Likewise.
23087         * string/test-strcmp.c (do_one_test): Likewise.
23088         (do_test): Likewise.
23089         * string/test-strcpy.c (do_one_test): Likewise.
23090         (do_test): Likewise.
23091         * string/test-string.h: Likewise.
23092         (test_init): Likewise.
23093         * string/test-strlen.c (do_one_test): Likewise.
23094         (do_test): Likewise.
23095         * string/test-strncasecmp.c (do_one_test): Likewise.
23096         (do_test): Likewise.
23097         * string/test-strncat.c (do_one_test): Likewise.
23098         (do_test): Likewise.
23099         * string/test-strncmp.c (do_one_test): Likewise.
23100         (do_test_limit): Likewise.
23101         (do_test): Likewise.
23102         * string/test-strncpy.c (do_one_test): Likewise.
23103         (do_test): Likewise.
23104         * string/test-strnlen.c (do_one_test): Likewise.
23105         (do_test): Likewise.
23106         * string/test-strpbrk.c (do_one_test): Likewise.
23107         (do_test): Likewise.
23108         * string/test-strrchr.c (do_one_test): Likewise.
23109         (do_test): Likewise.
23110         * string/test-strspn.c (do_one_test): Likewise.
23111         (do_test): Likewise.
23112         * string/test-strstr.c (do_one_test): Likewise.
23113         (do_test): Likewise.
23114
23115         * benchtests/Makefile (string-bench): Add string benchmarks.
23116         * benchtests/bench-bcopy-ifunc.c: New file.
23117         * benchtests/bench-bcopy.c: New file.
23118         * benchtests/bench-bzero-ifunc.c: New file.
23119         * benchtests/bench-bzero.c: New file.
23120         * benchtests/bench-memccpy-ifunc.c: New file.
23121         * benchtests/bench-memccpy.c: New file.
23122         * benchtests/bench-memchr-ifunc.c: New file.
23123         * benchtests/bench-memchr.c: New file.
23124         * benchtests/bench-memcmp-ifunc.c: New file.
23125         * benchtests/bench-memcmp.c: New file.
23126         * benchtests/bench-memmem-ifunc.c: New file.
23127         * benchtests/bench-memmem.c: New file.
23128         * benchtests/bench-memmove-ifunc.c: New file.
23129         * benchtests/bench-memmove.c: New file.
23130         * benchtests/bench-mempcpy-ifunc.c: New file.
23131         * benchtests/bench-mempcpy.c: New file.
23132         * benchtests/bench-memset-ifunc.c: New file.
23133         * benchtests/bench-memset.c: New file.
23134         * benchtests/bench-rawmemchr-ifunc.c: New file.
23135         * benchtests/bench-rawmemchr.c: New file.
23136         * benchtests/bench-stpcpy-ifunc.c: New file.
23137         * benchtests/bench-stpcpy.c: New file.
23138         * benchtests/bench-stpncpy-ifunc.c: New file.
23139         * benchtests/bench-stpncpy.c: New file.
23140         * benchtests/bench-strcasecmp-ifunc.c: New file.
23141         * benchtests/bench-strcasecmp.c: New file.
23142         * benchtests/bench-strcasestr-ifunc.c: New file.
23143         * benchtests/bench-strcasestr.c: New file.
23144         * benchtests/bench-strcat-ifunc.c: New file.
23145         * benchtests/bench-strcat.c: New file.
23146         * benchtests/bench-strchr-ifunc.c: New file.
23147         * benchtests/bench-strchr.c: New file.
23148         * benchtests/bench-strchrnul-ifunc.c: New file.
23149         * benchtests/bench-strchrnul.c: New file.
23150         * benchtests/bench-strcmp-ifunc.c: New file.
23151         * benchtests/bench-strcmp.c: New file.
23152         * benchtests/bench-strcpy-ifunc.c: New file.
23153         * benchtests/bench-strcpy.c: New file.
23154         * benchtests/bench-strcspn-ifunc.c: New file.
23155         * benchtests/bench-strcspn.c: New file.
23156         * benchtests/bench-strlen-ifunc.c: New file.
23157         * benchtests/bench-strlen.c: New file.
23158         * benchtests/bench-strncasecmp-ifunc.c: New file.
23159         * benchtests/bench-strncasecmp.c: New file.
23160         * benchtests/bench-strncat-ifunc.c: New file.
23161         * benchtests/bench-strncat.c: New file.
23162         * benchtests/bench-strncmp-ifunc.c: New file.
23163         * benchtests/bench-strncmp.c: New file.
23164         * benchtests/bench-strncpy-ifunc.c: New file.
23165         * benchtests/bench-strncpy.c: New file.
23166         * benchtests/bench-strnlen-ifunc.c: New file.
23167         * benchtests/bench-strnlen.c: New file.
23168         * benchtests/bench-strpbrk-ifunc.c: New file.
23169         * benchtests/bench-strpbrk.c: New file.
23170         * benchtests/bench-strrchr-ifunc.c: New file.
23171         * benchtests/bench-strrchr.c: New file.
23172         * benchtests/bench-strspn-ifunc.c: New file.
23173         * benchtests/bench-strspn.c: New file.
23174         * benchtests/bench-strstr-ifunc.c: New file.
23175         * benchtests/bench-strstr.c: New file.
23176
23177         * benchtests/Makefile: Disable parallel execution of targets.
23178         (string-bench): Add memcpy.
23179         (benchset): New variable to store a list of benchmark sets.
23180         (bench-func): Renamed from bench.
23181         (bench-set): New target.
23182         (bench): Depend on bench-func and bench-set.
23183         * benchtests/README: Add section on benchmark sets.
23184         * benchtests/bench-memcpy-ifunc.c: New file.
23185         * benchtests/bench-memcpy.c: New file.
23186         * benchtests/bench-string.h: New file.
23187
23188 2013-06-11  Andreas Schwab  <schwab@suse.de>
23189
23190         [BZ #15577]
23191         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
23192         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
23193         values in the triple.
23194         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
23195         terminator in the group key.
23196
23197 2013-06-11  Andreas Jaeger  <aj@suse.de>
23198
23199         * po/zh_TW.po: Update Chinese (traditional) translation from
23200         translation project.
23201
23202 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
23203
23204         * include/time.h (__clock_gettime): Add libc_hidden_proto.
23205         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
23206         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
23207         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
23208         (clock_getcpuclockid): Likewise.
23209         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
23210         Add weak_alias and libc_hidden_def.
23211         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
23212         * rt/clock_gettime.c (clock_gettime): Rename to
23213         __clock_gettime.  Add weak_alias and libc_hidden_def.
23214         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
23215         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
23216         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
23217         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
23218         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
23219         Likewise.
23220         * rt/clock_settime.c (clock_settime): Rename to
23221         __clock_settime.  Add weak_alias and libc_hidden_def.
23222         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
23223
23224 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
23225
23226         * mach/err_boot.sub: Remove trailing whitespace.
23227         * mach/err_ipc.sub: Likewise.
23228         * mach/err_mach.sub: Likewise.
23229
23230         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
23231         (ROUNDING_TESTS_double): Likewise.
23232         (ROUNDING_TESTS_long_double): Likewise.
23233         (ROUNDING_TESTS): Likewise.
23234         * math/libm-test.inc: Include <math-tests.h>.
23235         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
23236         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
23237         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
23238         (IF_ROUND_INIT_FE_UPWARD): Likewise.
23239
23240 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
23241
23242         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
23243         of assigning.
23244
23245 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
23246
23247         * sysdeps/gnu/errlist.awk: Do not generate space at end of
23248         otherwise empty TRANS lines.
23249         * sysdeps/gnu/errlist.c: Regenerated.
23250
23251         * catgets/gencat.c (error_print): Use (void) in function
23252         definition.
23253         * crypt/crypt_util.c (__init_des): Likewise.
23254         * crypt/speeds.c (Stop): Likewise.
23255         (main): Likewise.
23256         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
23257         * inet/ruserpass.c (token): Likewise.
23258         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
23259         * intl/localealias.c (extend_alias_table): Likewise.
23260         * intl/plural-exp.c (init_germanic_plural): Likewise.
23261         * libio/fcloseall.c (__fcloseall): Likewise.
23262         * libio/genops.c (_IO_flush_all): Likewise.
23263         (_IO_flush_all_linebuffered): Likewise.
23264         (_IO_cleanup): Likewise.
23265         (_IO_iter_begin): Likewise.
23266         (_IO_iter_end): Likewise.
23267         (_IO_list_lock): Likewise.
23268         (_IO_list_unlock): Likewise.
23269         (_IO_list_resetlock): Likewise.
23270         * libio/getchar.c (getchar): Likewise.
23271         * libio/getchar_u.c (getchar_unlocked): Likewise.
23272         * libio/getwchar.c (getwchar): Likewise.
23273         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
23274         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
23275         * login/getpt.c (__getpt): Likewise.
23276         * login/tst-utmp.c (main): Likewise.
23277         * malloc/hooks.c (__malloc_check_init): Likewise.
23278         * malloc/malloc.c (__malloc_stats): Likewise.
23279         * malloc/mtrace.c (tr_break): Likewise.
23280         (mtrace): Likewise.
23281         (muntrace): Likewise.
23282         * misc/fstab.c (endfsent): Likewise.
23283         * misc/getclktck.c (__getclktck): Likewise.
23284         * misc/getdtsz.c (__getdtablesize): Likewise.
23285         * misc/gethostid.c (gethostid): Likewise.
23286         * misc/getpagesize.c (__getpagesize): Likewise.
23287         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
23288         (__get_nprocs): Likewise.
23289         (__get_phys_pages): Likewise.
23290         (__get_avphys_pages): Likewise.
23291         * misc/getttyent.c (getttyent): Likewise.
23292         (setttyent): Likewise.
23293         (endttyent): Likewise.
23294         * misc/getusershell.c (getusershell): Likewise.
23295         (endusershell): Likewise.
23296         (setusershell): Likewise.
23297         (initshells): Likewise.
23298         * misc/hsearch.c (__hdestroy): Likewise.
23299         * misc/sync.c (sync): Likewise.
23300         * misc/syslog.c (closelog_internal): Likewise.
23301         (closelog): Likewise.
23302         * misc/ttyslot.c (ttyslot): Likewise.
23303         * misc/vhangup.c (vhangup): Likewise.
23304         * posix/fork.c (__fork): Likewise.
23305         * posix/getegid.c (__getegid): Likewise.
23306         * posix/geteuid.c (__geteuid): Likewise.
23307         * posix/getgid.c (__getgid): Likewise.
23308         * posix/getpid.c (__getpid): Likewise.
23309         * posix/getppid.c (__getppid): Likewise.
23310         * posix/getuid.c (__getuid): Likewise.
23311         * posix/pause.c (pause): Likewise.
23312         * posix/setpgrp.c (setpgrp): Likewise.
23313         * posix/setsid.c (__setsid): Likewise.
23314         * posix/test-vfork.c (noop): Likewise.
23315         * resolv/gethnamaddr.c (_endhtent): Likewise.
23316         (_gethtent): Likewise.
23317         (ht_endhostent): Likewise.
23318         (gethostent): Likewise.
23319         (dns_service): Likewise.
23320         * stdlib/drand48.c (drand48): Likewise.
23321         * stdlib/lrand48.c (lrand48): Likewise.
23322         * stdlib/mrand48.c (mrand48): Likewise.
23323         * stdlib/rand.c (rand): Likewise.
23324         * stdlib/random.c (__random): Likewise.
23325         * stdlib/setenv.c (clearenv): Likewise.
23326         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
23327         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
23328         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
23329         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
23330         (__get_nprocs): Likewise.
23331         (__get_phys_pages): Likewise.
23332         (__get_avphys_pages): Likewise.
23333         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
23334         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
23335         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
23336         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
23337         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
23338         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
23339         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
23340         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
23341         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
23342         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
23343         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
23344         * sysdeps/mach/hurd/sync.c (sync): Likewise.
23345         * sysdeps/posix/clock.c (clock): Likewise.
23346         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
23347         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
23348         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
23349         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
23350         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
23351         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
23352         (__get_nprocs_conf): Likewise.
23353         (__get_phys_pages): Likewise.
23354         (__get_avphys_pages): Likewise.
23355         * time/clock.c (clock): Likewise.
23356         * time/tzset.c (__tzname_max): Likewise.
23357
23358 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
23359
23360         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
23361         (__bswap_32): Do not use "register".
23362         * crypt/crypt.c (_ufc_doit_r): Likewise.
23363         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
23364         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
23365         * gmon/gmon.c (__monstartup): Likewise.
23366         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
23367         * hurd/hurdmalloc.c (more_memory): Likewise.
23368         (malloc): Likewise.
23369         (free): Likewise.
23370         (realloc): Likewise.
23371         (malloc_fork_prepare): Likewise.
23372         (malloc_fork_parent): Likewise.
23373         (malloc_fork_child): Likewise.
23374         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
23375         (_svcauth_des): Likewise.
23376         * inet/inet_lnaof.c (inet_lnaof): Likewise.
23377         * inet/inet_net.c (inet_network): Likewise.
23378         * inet/inet_netof.c (inet_netof): Likewise.
23379         * inet/rcmd.c (__validuser2_sa): Likewise.
23380         * io/fts.c (fts_open): Likewise.
23381         (fts_load): Likewise.
23382         (fts_close): Likewise.
23383         (fts_read): Likewise.
23384         (fts_children): Likewise.
23385         (fts_build): Likewise.
23386         (fts_stat): Likewise.
23387         (fts_sort): Likewise.
23388         (fts_alloc): Likewise.
23389         (fts_lfree): Likewise.
23390         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
23391         (_IO_file_xsgetn): Likewise.
23392         (_IO_file_xsgetn_mmap): Likewise.
23393         * libio/iofopncook.c (_IO_cookie_read): Likewise.
23394         (_IO_cookie_write): Likewise.
23395         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
23396         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
23397         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
23398         * malloc/obstack.c (_obstack_begin): Likewise.
23399         (_obstack_begin_1): Likewise.
23400         (_obstack_newchunk): Likewise.
23401         (_obstack_allocated_p): Likewise.
23402         (obstack_free): Likewise.
23403         (_obstack_memory_used): Likewise.
23404         * misc/getttyent.c (getttynam): Likewise.
23405         (getttyent): Likewise.
23406         (skip): Likewise.
23407         (value): Likewise.
23408         * misc/getusershell.c (initshells): Likewise.
23409         * misc/syslog.c (__vsyslog_chk): Likewise.
23410         * misc/ttyslot.c (ttyslot): Likewise.
23411         * nis/nis_hash.c (__nis_hash): Likewise.
23412         * posix/fnmatch_loop.c (FCT): Likewise.
23413         * posix/getconf.c (print_all): Likewise.
23414         (main): Likewise.
23415         * posix/getopt.c (exchange): Likewise.
23416         * posix/glob.c (globfree): Likewise.
23417         (prefix_array): Likewise.
23418         (__glob_pattern_type): Likewise.
23419         * resolv/arpa/nameser.h (NS_GET16): Likewise.
23420         (NS_GET32): Likewise.
23421         (NS_PUT16): Likewise.
23422         (NS_PUT32): Likewise.
23423         * resolv/gethnamaddr.c (getanswer): Likewise.
23424         (gethostbyname2): Likewise.
23425         (gethostbyaddr): Likewise.
23426         (_gethtent): Likewise.
23427         (_gethtbyname2): Likewise.
23428         (_gethtbyaddr): Likewise.
23429         * resolv/ns_print.c (dst_s_get_int16): Likewise.
23430         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
23431         * resolv/res_init.c (__res_vinit): Likewise.
23432         (net_mask): Likewise.
23433         * resolv/res_mkquery.c (outchar): Likewise.
23434         (PRINT): Likewise.
23435         * stdio-common/printf_fp.c (outchar): Likewise.
23436         (PRINT): Likewise.
23437         * stdio-common/printf_fphex.c (outchar): Likewise.
23438         (PRINT): Likewise.
23439         * stdio-common/printf_size.c (outchar): Likewise.
23440         (PRINT): Likewise.
23441         * stdio-common/test_rdwr.c (main): Likewise.
23442         * stdio-common/tfformat.c (matches): Likewise.
23443         * stdio-common/vfprintf.c (outchar): Likewise.
23444         (printf_unknown): Likewise.
23445         (buffered_vfprintf): Likewise.
23446         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
23447         * stdio-common/xbug.c (AppendToBuffer): Likewise.
23448         (ReadFile): Likewise.
23449         * stdlib/qsort.c (SWAP): Likewise.
23450         (_quicksort): Likewise.
23451         * stdlib/setenv.c (__add_to_environ): Likewise.
23452         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
23453         * stdlib/strtol_l.c (__strtol_l): Likewise.
23454         * stdlib/tst-strtod.c (main): Likewise.
23455         * stdlib/tst-strtol.c (main): Likewise.
23456         * stdlib/tst-strtoll.c (main): Likewise.
23457         * string/bits/string2.h (__strcmp_cc): Likewise.
23458         (__strcmp_cg): Likewise.
23459         (__strcspn_c1): Likewise.
23460         (__strcspn_c2): Likewise.
23461         (__strcspn_c3): Likewise.
23462         (__strspn_c1): Likewise.
23463         (__strspn_c2): Likewise.
23464         (__strspn_c3): Likewise.
23465         (__strsep_1c): Likewise.
23466         (__strsep_2c): Likewise.
23467         (__strsep_3c): Likewise.
23468         * string/memccpy.c (__memccpy): Likewise.
23469         * string/stpcpy.c (__stpcpy): Likewise.
23470         * string/strcmp.c (strcmp): Likewise.
23471         * string/strrchr.c (strrchr): Likewise.
23472         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
23473         Likewise.
23474         * sysdeps/mach/hurd/getcwd.c
23475         (_hurd_canonicalize_directory_name_internal): Likewise.
23476         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
23477         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
23478         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
23479         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
23480         Likewise, in both definitions.
23481         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
23482         definitions.
23483         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
23484         64] (__bswap_64): Likewise.
23485         * time/test_time.c (main): Likewise.
23486         * time/tzfile.c (__tzfile_read): Likewise.
23487         (__tzfile_compute): Likewise.
23488         * time/tzset.c (__tzset_parse_tz): Likewise.
23489         (tzset_internal): Likewise.
23490         (compute_change): Likewise.
23491         * wcsmbs/wcscat.c (__wcscat): Likewise.
23492         * wcsmbs/wcschr.c (wcschr): Likewise.
23493         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
23494         * wcsmbs/wcscspn.c (wcscspn): Likewise.
23495         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
23496         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
23497         * wcsmbs/wcsspn.c (wcsspn): Likewise.
23498         * wcsmbs/wcsstr.c (wcsstr): Likewise.
23499         * wcsmbs/wmemchr.c (wmemchr): Likewise.
23500         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
23501         * wcsmbs/wmemset.c (wmemset): Likewise.
23502
23503 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
23504
23505         * scripts/config.guess: Update to version 2013-05-16.
23506         * scripts/config.sub: Update to version 2013-04-24.
23507         * scripts/install-sh: Update to version 2011-11-20.07.
23508         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
23509         * scripts/move-if-change: Update to version 2012-01-06 07:23.
23510
23511 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
23512
23513         * debug/fgetws_u_chk.c: Fix leading whitespaces.
23514         * elf/sln.c: Likewise.
23515         * hurd/hurd/ioctl.h: Likewise.
23516         * hurd/hurdmalloc.c: Likewise.
23517         * hurd/xattr.c: Likewise.
23518         * include/shlib-compat.h: Likewise.
23519         * inet/ruserpass.c: Likewise.
23520         * libio/iofgets_u.c: Likewise.
23521         * libio/iofgetws_u.c: Likewise.
23522         * locale/programs/ld-identification.c: Likewise.
23523         * locale/programs/ld-time.c: Likewise.
23524         * mach/msg-destroy.c: Likewise.
23525         * nss/nss_files/files-netgrp.c: Likewise.
23526         * resolv/res_data.c: Likewise.
23527         * soft-fp/op-1.h: Likewise.
23528         * soft-fp/op-2.h: Likewise.
23529         * soft-fp/op-4.h: Likewise.
23530         * soft-fp/op-common.h: Likewise.
23531         * stdio-common/printf_fphex.c: Likewise.
23532         * stdlib/strtod_l.c: Likewise.
23533         * sunrpc/rpc/clnt.h: Likewise.
23534         * sysdeps/generic/framestate.c: Likewise.
23535         * sysdeps/i386/bsd-_setjmp.S: Likewise.
23536         * sysdeps/i386/bsd-setjmp.S: Likewise.
23537         * sysdeps/i386/__longjmp.S: Likewise.
23538         * sysdeps/i386/setjmp.S: Likewise.
23539         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
23540         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
23541         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
23542         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
23543         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
23544         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
23545         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
23546         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
23547         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
23548         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
23549         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
23550         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
23551         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
23552         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
23553         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
23554         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
23555         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
23556         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
23557         * sysdeps/ieee754/support.c: Likewise.
23558         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
23559         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
23560         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
23561         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
23562         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
23563         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
23564         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
23565         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
23566         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
23567         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
23568         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
23569         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
23570         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
23571         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
23572         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
23573         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
23574         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
23575         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
23576
23577 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
23578
23579         * posix/transbug.c: Remove executable mode.
23580
23581 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
23582
23583         * crypt/speeds.c: Remove trailing whitespace.
23584         * dlfcn/default.c: Likewise.
23585         * elf/ifuncdep2.c: Likewise.
23586         * elf/ifuncmain1.c: Likewise.
23587         * elf/ifuncmain1vis.c: Likewise.
23588         * elf/testobj.h: Likewise.
23589         * elf/tst-stackguard1.c: Likewise.
23590         * gmon/sys/gmon.h: Likewise.
23591         * hurd/hurdmsg.c: Likewise.
23592         * hurd/new-fd.c: Likewise.
23593         * hurd/ports-get.c: Likewise.
23594         * iconvdata/ibm1008_420.c: Likewise.
23595         * inet/tst-getni1.c: Likewise.
23596         * inet/tst-getni2.c: Likewise.
23597         * libio/ioungetc.c: Likewise.
23598         * libio/wfiledoalloc.c: Likewise.
23599         * manual/libm-err-tab.pl: Likewise.
23600         * math/w_dremf.c: Likewise.
23601         * misc/ftruncate.c: Likewise.
23602         * posix/bug-glob2.c: Likewise.
23603         * posix/tst-pcre.c: Likewise.
23604         * posix/wait4.c: Likewise.
23605         * resolv/README: Likewise.
23606         * resolv/res_debug.h: Likewise.
23607         * resolv/tst-inet_ntop.c: Likewise.
23608         * setjmp/bug269-setjmp.c: Likewise.
23609         * soft-fp/extended.h: Likewise.
23610         * soft-fp/op-1.h: Likewise.
23611         * soft-fp/op-2.h: Likewise.
23612         * soft-fp/op-4.h: Likewise.
23613         * soft-fp/op-8.h: Likewise.
23614         * soft-fp/testit.c: Likewise.
23615         * stdio-common/bug16.c: Likewise.
23616         * stdlib/random.c: Likewise.
23617         * sunrpc/rpcsvc/rquota.x: Likewise.
23618         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
23619         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
23620         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
23621         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
23622         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
23623         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
23624         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
23625         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
23626         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
23627         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
23628         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
23629         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
23630         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
23631         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
23632         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
23633         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
23634         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
23635         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
23636         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
23637         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
23638         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
23639         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
23640         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
23641         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
23642         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
23643         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
23644         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
23645         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
23646         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
23647         * sysdeps/ieee754/s_lib_version.c: Likewise.
23648         * sysdeps/mach/hurd/check_fds.c: Likewise.
23649         * sysdeps/mach/hurd/getsockname.c: Likewise.
23650         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
23651         * sysdeps/mach/hurd/recvfrom.c: Likewise.
23652         * sysdeps/powerpc/bits/link.h: Likewise.
23653         * sysdeps/powerpc/dl-procinfo.c: Likewise.
23654         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
23655         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
23656         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
23657         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
23658         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
23659         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
23660         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
23661         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
23662         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
23663         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
23664         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
23665         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
23666         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
23667         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
23668         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
23669         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
23670         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
23671         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
23672         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
23673         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
23674         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
23675         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
23676         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
23677         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
23678         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
23679         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
23680         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
23681         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
23682         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
23683         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
23684         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
23685         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
23686         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
23687         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
23688         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
23689         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
23690         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
23691         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
23692         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
23693         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
23694         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
23695         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
23696         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
23697         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
23698         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
23699         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
23700         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
23701         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
23702         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
23703         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
23704         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
23705         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
23706         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
23707         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
23708         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
23709         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
23710         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
23711         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
23712         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
23713         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
23714         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
23715         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
23716         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
23717         * sysdeps/powerpc/sysdep.h: Likewise.
23718         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
23719         * sysdeps/s390/s390-64/sub_n.S: Likewise.
23720         * sysdeps/sh/dl-trampoline.S: Likewise.
23721         * sysdeps/sh/memset.S: Likewise.
23722         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
23723         * sysdeps/sh/strlen.S: Likewise.
23724         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
23725         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
23726         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
23727         * sysdeps/sparc/sparc32/rem.S: Likewise.
23728         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
23729         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
23730         * sysdeps/sparc/sparc32/strchr.S: Likewise.
23731         * sysdeps/sparc/sparc32/udiv.S: Likewise.
23732         * sysdeps/sparc/sparc32/urem.S: Likewise.
23733         * sysdeps/sparc/sparc64/add_n.S: Likewise.
23734         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
23735         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
23736         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
23737         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
23738         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
23739         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
23740         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
23741         * sysdeps/unix/bsd/times.c: Likewise.
23742         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
23743         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
23744         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
23745         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
23746         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
23747         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
23748         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
23749         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
23750         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
23751         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
23752         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
23753         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
23754         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
23755         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
23756         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
23757         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
23758         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
23759         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
23760         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
23761         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
23762         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
23763         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
23764         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
23765         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
23766         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
23767         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
23768         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
23769         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
23770         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
23771         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
23772         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
23773         * sysdeps/x86_64/strcspn.S: Likewise.
23774
23775 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
23776
23777         * locale/C-translit.h: Revert #include <stdint.h> because this is a
23778         generated file.  Regenerate properly from gen-translit.pl.
23779         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
23780         locale/C-translit.h.
23781
23782 2013-06-05  Andreas Schwab  <schwab@suse.de>
23783
23784         [BZ #15100]
23785         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
23786         week as 6 instead of -1.
23787         * time/tst-strptime.c (day_tests): Add test case.
23788
23789 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
23790
23791         * sysdeps/generic/math_private.h
23792         (libc_feholdexcept_setround_53bit): Replace with
23793         libc_feholdsetround_53bit.
23794         (libc_feupdateenv_53bit): Replace with
23795         libc_feresetround_53bit.
23796         (SET_RESTORE_ROUND_53BIT): Adjust.
23797
23798 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
23799
23800         * string/test-strchrnul.c: Add copyright header.
23801
23802         * posix/tst-getaddrinfo4.c: Increase test timeout.
23803
23804 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
23805
23806         [BZ #15536]
23807         * math/libm-test.inc (MAX_EXP): Remove
23808         (MIN_EXP): Define.
23809         (ulp): Use MIN_EXP - MANT_DIG.
23810         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
23811
23812 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
23813
23814         * po/be.po: Revert last change.
23815         * po/zh_CN.po: Likewise.
23816         * po/header.pot: Likewise.
23817
23818 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
23819
23820         * Makefile ($(common-objpfx)linkobj/libc.so): Define
23821         link-libc-deps to empty as target-specific variable.
23822         * Makerules (link-libc-args): New variable.
23823         (libc-for-link): Likewise.
23824         (link-libc-deps): Likewise.
23825         (lib%.so): Depend on $(link-libc-deps).  Link with
23826         $(link-libc-args).
23827         (build-module): Link with $(link-libc-args).
23828         (build-module-asneeded): Likewise.
23829         (build-module-helper-objlist): Filter out $(link-libc-deps) from
23830         list of objects.
23831         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
23832         target-specific variable.
23833         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
23834         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
23835         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
23836         libc.
23837         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
23838         libc and ld.so.
23839         ($(objpfx)libpcprofile.so): Likewise.
23840         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
23841         libc_nonshared.a.
23842         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
23843         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
23844         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
23845         $(link-libc-deps).
23846         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
23847         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
23848         * login/Makefile ($(objpfx)libutil.so): Likewise.
23849         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
23850         * math/Makefile ($(objpfx)libm.so): Likewise.
23851         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
23852         $(objpfx)libnsl.so): Define libc-for-link as target-specific
23853         variable instead of depending directly on libc.
23854         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
23855         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
23856         $(link-libc-deps).
23857         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
23858         libc.
23859         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
23860         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
23861         ($(objpfx)libanl.so): Likewise.
23862         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
23863         ld.so.
23864         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
23865         $(link-libc-deps).
23866         * sysdeps/i386/fpu/Makefile: Remove file.
23867         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
23868         ($(objpfx)libm.so): Remove dependency on ld.so.
23869
23870 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
23871
23872         [BZ # 15553]
23873         * nis/yp_xdr.c (XDRMAXNAME): Define.
23874         (XDRMAXRECORD): Define.
23875         (xdr_domainname): Use XDRMAXNAME.
23876         (xdr_mapname): Likewise.
23877         (xdr_peername): Likewise.
23878         (xdr_keydat): Use XDRMAXRECORD.
23879         (xdr_valdat): Likewise.
23880
23881 2013-05-30  Jeff Law  <law@redhat.com>
23882
23883         [BZ #14256]
23884         * manual/errno.texi (ESTALE): Update to account for more than
23885         just NFS file systems.
23886         * sysdeps/gnu/errlist.c: Regenerated.
23887
23888 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
23889
23890         [BZ #15465]
23891         * elf/Makefile (tests): Add tst-null-argv.
23892         (modules-names):  Add tst-null-argv-lib.
23893         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
23894         (tst-null-argv-ENV): Set environment for tst-null-argv.
23895         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
23896         (RTLD_PROGNAME): New macro.
23897         * elf/tst-null-argv.c: New test case.
23898         * elf/tst-null-argv-lib.c: Library for test case.
23899         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
23900         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
23901         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
23902         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
23903         * elf/dl-init.c (call_init): Likewise.
23904         (_dl_init): Likewise.
23905         * elf/dl-load.c (print_search_path): Likewise.
23906         (_dl_map_object): Likewise.
23907         * elf/dl-lookup.c (do_lookup_x): Likewise.
23908         (add_dependency): Likewise.
23909         (_dl_lookup_symbol_x): Likewise.
23910         (_dl_debug_bindings): Likewise.
23911         * elf/dl-open.c (_dl_show_scope): Likewise.
23912         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
23913         * elf/dl-version.c (match_symbol): Likewise.
23914         (_dl_check_map_versions): Likewise.
23915         * elf/rtld.c (dl_main): Likewise.
23916         (print_unresolved): Use RTLD_PROGNAME.
23917         (print_missing_version): Likewise.
23918         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
23919         (elf_machine_rela): Likewise.
23920         * sysdeps/powerpc/powerpc32/dl-machine.c
23921         (__process_machine_rela): Likewise.
23922         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
23923         Likewise.
23924         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
23925         Likewise.
23926         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
23927         Likewise.
23928         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
23929         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
23930         Likewise.
23931         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
23932         Likewise.
23933         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
23934
23935 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
23936
23937         * po/be.po: Add descriptive title.
23938         * po/zh_CN.po: Likewise.
23939         * po/header.pot: Likewise.
23940
23941 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
23942
23943         * locale/programs/locarchive.c (create_archive): Inlucde fname in
23944         error message.
23945         (enlarge_archive): Likewise.
23946
23947 2013-05-28  Ben North  <ben@redfrontdoor.org>
23948
23949         * manual/arith.texi (frexp): It is the magnitude of the return
23950         value which lies in [0.5, 1), not the return value itself.
23951
23952 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23953
23954         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23955
23956 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
23957
23958         * stdio-common/bug26.c (main): Correct fscanf template.
23959
23960         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
23961         declare _dl_skip_args.
23962
23963         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
23964         Don't declare.
23965
23966         * manual/platform.texi: Add missing @end deftypefun.
23967
23968 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
23969
23970         [BZ #15529]
23971         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
23972         bit of mantissa of 2^16382.
23973         * math/libm-test.inc (hypot_test_data): Add more tests.
23974
23975         * math/libm-test.inc: Add drem and pow10 to list of tested
23976         functions.
23977         (pow10_test): New function.
23978         (drem_test): Likewise.
23979         (drem_test_tonearest): Likewise.
23980         (drem_test_towardzero): Likewise.
23981         (drem_test_downward): Likewise.
23982         (drem_test_upward): Likewise.
23983         (main): Call the new functions.
23984
23985         * math/libm-test.inc (finite_test_data): Remove.
23986         (finite_test): Run tests from isfinite_test_data.
23987         (gamma_test_data): Remove.
23988         (gamma_test): Run tests from lgamma_test_data.
23989         * sysdeps/i386/fpu/libm-test-ulps: Update.
23990         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23991
23992 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23993
23994         * manual/platform.texi: Add PowerPC PPR function set documentation.
23995         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
23996         implementation.
23997
23998 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
23999
24000         * math/libm-test.inc (MAX_EXP): Define.
24001         (ULPDIFF): Define.
24002         (ulp): New function.
24003         (check_float_internal): Use ULPDIFF.
24004         (cpow_test): Disable failing test.
24005         (check_ulp): Test ulp() implemetnation.
24006         (main): Call check_ulp before starting tests.
24007
24008 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
24009
24010         * math/gen-libm-test.pl (generate_testfile): Do not handle
24011         START_DATA and END_DATA.
24012         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
24013         END_DATA.
24014         (acos_tonearest_test_data): Likewise.
24015         (acos_towardzero_test_data): Likewise.
24016         (acos_downward_test_data): Likewise.
24017         (acos_upward_test_data): Likewise.
24018         (acosh_test_data): Likewise.
24019         (asin_test_data): Likewise.
24020         (asin_tonearest_test_data): Likewise.
24021         (asin_towardzero_test_data): Likewise.
24022         (asin_downward_test_data): Likewise.
24023         (asin_upward_test_data): Likewise.
24024         (asinh_test_data): Likewise.
24025         (atan_test_data): Likewise.
24026         (atanh_test_data): Likewise.
24027         (atan2_test_data): Likewise.
24028         (cabs_test_data): Likewise.
24029         (cacos_test_data): Likewise.
24030         (cacosh_test_data): Likewise.
24031         (carg_test_data): Likewise.
24032         (casin_test_data): Likewise.
24033         (casinh_test_data): Likewise.
24034         (catan_test_data): Likewise.
24035         (catanh_test_data): Likewise.
24036         (cbrt_test_data): Likewise.
24037         (ccos_test_data): Likewise.
24038         (ccosh_test_data): Likewise.
24039         (ceil_test_data): Likewise.
24040         (cexp_test_data): Likewise.
24041         (cimag_test_data): Likewise.
24042         (clog_test_data): Likewise.
24043         (clog10_test_data): Likewise.
24044         (conj_test_data): Likewise.
24045         (copysign_test_data): Likewise.
24046         (cos_test_data): Likewise.
24047         (cos_tonearest_test_data): Likewise.
24048         (cos_towardzero_test_data): Likewise.
24049         (cos_downward_test_data): Likewise.
24050         (cos_upward_test_data): Likewise.
24051         (cosh_test_data): Likewise.
24052         (cosh_tonearest_test_data): Likewise.
24053         (cosh_towardzero_test_data): Likewise.
24054         (cosh_downward_test_data): Likewise.
24055         (cosh_upward_test_data): Likewise.
24056         (cpow_test_data): Likewise.
24057         (cproj_test_data): Likewise.
24058         (creal_test_data): Likewise.
24059         (csin_test_data): Likewise.
24060         (csinh_test_data): Likewise.
24061         (csqrt_test_data): Likewise.
24062         (ctan_test_data): Likewise.
24063         (ctan_tonearest_test_data): Likewise.
24064         (ctan_towardzero_test_data): Likewise.
24065         (ctan_downward_test_data): Likewise.
24066         (ctan_upward_test_data): Likewise.
24067         (ctanh_test_data): Likewise.
24068         (ctanh_tonearest_test_data): Likewise.
24069         (ctanh_towardzero_test_data): Likewise.
24070         (ctanh_downward_test_data): Likewise.
24071         (ctanh_upward_test_data): Likewise.
24072         (erf_test_data): Likewise.
24073         (erfc_test_data): Likewise.
24074         (exp_test_data): Likewise.
24075         (exp_tonearest_test_data): Likewise.
24076         (exp_towardzero_test_data): Likewise.
24077         (exp_downward_test_data): Likewise.
24078         (exp_upward_test_data): Likewise.
24079         (exp10_test_data): Likewise.
24080         (exp2_test_data): Likewise.
24081         (expm1_test_data): Likewise.
24082         (fabs_test_data): Likewise.
24083         (fdim_test_data): Likewise.
24084         (finite_test_data): Likewise.
24085         (floor_test_data): Likewise.
24086         (fma_test_data): Likewise.
24087         (fma_towardzero_test_data): Likewise.
24088         (fma_downward_test_data): Likewise.
24089         (fma_upward_test_data): Likewise.
24090         (fmax_test_data): Likewise.
24091         (fmin_test_data): Likewise.
24092         (fmod_test_data): Likewise.
24093         (fpclassify_test_data): Likewise.
24094         (frexp_test_data): Likewise.
24095         (gamma_test_data): Likewise.
24096         (hypot_test_data): Likewise.
24097         (ilogb_test_data): Likewise.
24098         (isfinite_test_data): Likewise.
24099         (isgreater_test_data): Likewise.
24100         (isgreaterequal_test_data): Likewise.
24101         (isinf_test_data): Likewise.
24102         (isless_test_data): Likewise.
24103         (islessequal_test_data): Likewise.
24104         (islessgreater_test_data): Likewise.
24105         (isnan_test_data): Likewise.
24106         (isnormal_test_data): Likewise.
24107         (issignaling_test_data): Likewise.
24108         (isunordered_test_data): Likewise.
24109         (j0_test_data): Likewise.
24110         (j1_test_data): Likewise.
24111         (jn_test_data): Likewise.
24112         (ldexp_test_data): Likewise.
24113         (lgamma_test_data): Likewise.
24114         (lrint_test_data): Likewise.
24115         (lrint_tonearest_test_data): Likewise.
24116         (lrint_towardzero_test_data): Likewise.
24117         (lrint_downward_test_data): Likewise.
24118         (lrint_upward_test_data): Likewise.
24119         (llrint_test_data): Likewise.
24120         (llrint_tonearest_test_data): Likewise.
24121         (llrint_towardzero_test_data): Likewise.
24122         (llrint_downward_test_data): Likewise.
24123         (llrint_upward_test_data): Likewise.
24124         (log_test_data): Likewise.
24125         (log10_test_data): Likewise.
24126         (log1p_test_data): Likewise.
24127         (log2_test_data): Likewise.
24128         (logb_test_data): Likewise.
24129         (logb_downward_test_data): Likewise.
24130         (lround_test_data): Likewise.
24131         (llround_test_data): Likewise.
24132         (modf_test_data): Likewise.
24133         (nearbyint_test_data): Likewise.
24134         (nextafter_test_data): Likewise.
24135         (nexttoward_test_data): Likewise.
24136         (pow_test_data): Likewise.
24137         (pow_tonearest_test_data): Likewise.
24138         (pow_towardzero_test_data): Likewise.
24139         (pow_downward_test_data): Likewise.
24140         (pow_upward_test_data): Likewise.
24141         (remainder_test_data): Likewise.
24142         (remainder_tonearest_test_data): Likewise.
24143         (remainder_towardzero_test_data): Likewise.
24144         (remainder_downward_test_data): Likewise.
24145         (remainder_upward_test_data): Likewise.
24146         (remquo_test_data): Likewise.
24147         (rint_test_data): Likewise.
24148         (rint_tonearest_test_data): Likewise.
24149         (rint_towardzero_test_data): Likewise.
24150         (rint_downward_test_data): Likewise.
24151         (rint_upward_test_data): Likewise.
24152         (round_test_data): Likewise.
24153         (scalb_test_data): Likewise.
24154         (scalbn_test_data): Likewise.
24155         (scalbln_test_data): Likewise.
24156         (signbit_test_data): Likewise.
24157         (sin_test_data): Likewise.
24158         (sin_tonearest_test_data): Likewise.
24159         (sin_towardzero_test_data): Likewise.
24160         (sin_downward_test_data): Likewise.
24161         (sin_upward_test_data): Likewise.
24162         (sincos_test_data): Likewise.
24163         (sinh_test_data): Likewise.
24164         (sinh_tonearest_test_data): Likewise.
24165         (sinh_towardzero_test_data): Likewise.
24166         (sinh_downward_test_data): Likewise.
24167         (sinh_upward_test_data): Likewise.
24168         (sqrt_test_data): Likewise.
24169         (tan_test_data): Likewise.
24170         (tan_tonearest_test_data): Likewise.
24171         (tan_towardzero_test_data): Likewise.
24172         (tan_downward_test_data): Likewise.
24173         (tan_upward_test_data): Likewise.
24174         (tanh_test_data): Likewise.
24175         (tgamma_test_data): Likewise.
24176         (trunc_test_data): Likewise.
24177         (y0_test_data): Likewise.
24178         (y1_test_data): Likewise.
24179         (yn_test_data): Likewise.
24180         (significand_test_data): Likewise.
24181
24182         * math/gen-libm-test.pl (@functions): Remove variable.
24183         (generate_testfile): Don't handle START and END lines.
24184         * math/libm-test.inc (START): New macro.
24185         (END): Likewise.
24186         (END_COMPLEX): Likewise.
24187         (acos_test): Use END macro without arguments.
24188         (acos_test_tonearest): Likewise.
24189         (acos_test_towardzero): Likewise.
24190         (acos_test_downward): Likewise.
24191         (acos_test_upward): Likewise.
24192         (acosh_test): Likewise.
24193         (asin_test): Likewise.
24194         (asin_test_tonearest): Likewise.
24195         (asin_test_towardzero): Likewise.
24196         (asin_test_downward): Likewise.
24197         (asin_test_upward): Likewise.
24198         (asinh_test): Likewise.
24199         (atan_test): Likewise.
24200         (atanh_test): Likewise.
24201         (atan2_test): Likewise.
24202         (cabs_test): Likewise.
24203         (cacos_test): Use END_COMPLEX macro without arguments.
24204         (cacosh_test): Likewise.
24205         (carg_test): Use END macro without arguments.
24206         (casin_test): Use END_COMPLEX macro without arguments.
24207         (casinh_test): Likewise.
24208         (catan_test): Likewise.
24209         (catanh_test): Likewise.
24210         (cbrt_test): Use END macro without arguments.
24211         (ccos_test): Use END_COMPLEX macro without arguments.
24212         (ccosh_test): Likewise.
24213         (ceil_test): Use END macro without arguments.
24214         (cexp_test): Use END_COMPLEX macro without arguments.
24215         (cimag_test): Use END macro without arguments.
24216         (clog_test): Use END_COMPLEX macro without arguments.
24217         (clog10_test): Likewise.
24218         (conj_test): Likewise.
24219         (copysign_test): Use END macro without arguments.
24220         (cos_test): Likewise.
24221         (cos_test_tonearest): Likewise.
24222         (cos_test_towardzero): Likewise.
24223         (cos_test_downward): Likewise.
24224         (cos_test_upward): Likewise.
24225         (cosh_test): Likewise.
24226         (cosh_test_tonearest): Likewise.
24227         (cosh_test_towardzero): Likewise.
24228         (cosh_test_downward): Likewise.
24229         (cosh_test_upward): Likewise.
24230         (cpow_test): Use END_COMPLEX macro without arguments.
24231         (cproj_test): Likewise.
24232         (creal_test): Use END macro without arguments.
24233         (csin_test): Use END_COMPLEX macro without arguments.
24234         (csinh_test): Likewise.
24235         (csqrt_test): Likewise.
24236         (ctan_test): Likewise.
24237         (ctan_test_tonearest): Likewise.
24238         (ctan_test_towardzero): Likewise.
24239         (ctan_test_downward): Likewise.
24240         (ctan_test_upward): Likewise.
24241         (ctanh_test): Likewise.
24242         (ctanh_test_tonearest): Likewise.
24243         (ctanh_test_towardzero): Likewise.
24244         (ctanh_test_downward): Likewise.
24245         (ctanh_test_upward): Likewise.
24246         (erf_test): Use END macro without arguments.
24247         (erfc_test): Likewise.
24248         (exp_test): Likewise.
24249         (exp_test_tonearest): Likewise.
24250         (exp_test_towardzero): Likewise.
24251         (exp_test_downward): Likewise.
24252         (exp_test_upward): Likewise.
24253         (exp10_test): Likewise.
24254         (exp2_test): Likewise.
24255         (expm1_test): Likewise.
24256         (fabs_test): Likewise.
24257         (fdim_test): Likewise.
24258         (finite_test): Likewise.
24259         (floor_test): Likewise.
24260         (fma_test): Likewise.
24261         (fma_test_towardzero): Likewise.
24262         (fma_test_downward): Likewise.
24263         (fma_test_upward): Likewise.
24264         (fmax_test): Likewise.
24265         (fmin_test): Likewise.
24266         (fmod_test): Likewise.
24267         (fpclassify_test): Likewise.
24268         (frexp_test): Likewise.
24269         (gamma_test): Likewise.
24270         (hypot_test): Likewise.
24271         (ilogb_test): Likewise.
24272         (isfinite_test): Likewise.
24273         (isgreater_test): Likewise.
24274         (isgreaterequal_test): Likewise.
24275         (isinf_test): Likewise.
24276         (isless_test): Likewise.
24277         (islessequal_test): Likewise.
24278         (islessgreater_test): Likewise.
24279         (isnan_test): Likewise.
24280         (isnormal_test): Likewise.
24281         (issignaling_test): Likewise.
24282         (isunordered_test): Likewise.
24283         (j0_test): Likewise.
24284         (j1_test): Likewise.
24285         (jn_test): Likewise.
24286         (ldexp_test): Likewise.
24287         (lgamma_test): Likewise.
24288         (lrint_test): Likewise.
24289         (lrint_test_tonearest): Likewise.
24290         (lrint_test_towardzero): Likewise.
24291         (lrint_test_downward): Likewise.
24292         (lrint_test_upward): Likewise.
24293         (llrint_test): Likewise.
24294         (llrint_test_tonearest): Likewise.
24295         (llrint_test_towardzero): Likewise.
24296         (llrint_test_downward): Likewise.
24297         (llrint_test_upward): Likewise.
24298         (log_test): Likewise.
24299         (log10_test): Likewise.
24300         (log1p_test): Likewise.
24301         (log2_test): Likewise.
24302         (logb_test): Likewise.
24303         (logb_test_downward): Likewise.
24304         (lround_test): Likewise.
24305         (llround_test): Likewise.
24306         (modf_test): Likewise.
24307         (nearbyint_test): Likewise.
24308         (nextafter_test): Likewise.
24309         (nexttoward_test): Likewise.
24310         (pow_test): Likewise.
24311         (pow_test_tonearest): Likewise.
24312         (pow_test_towardzero): Likewise.
24313         (pow_test_downward): Likewise.
24314         (pow_test_upward): Likewise.
24315         (remainder_test): Likewise.
24316         (remainder_test_tonearest): Likewise.
24317         (remainder_test_towardzero): Likewise.
24318         (remainder_test_downward): Likewise.
24319         (remainder_test_upward): Likewise.
24320         (remquo_test): Likewise.
24321         (rint_test): Likewise.
24322         (rint_test_tonearest): Likewise.
24323         (rint_test_towardzero): Likewise.
24324         (rint_test_downward): Likewise.
24325         (rint_test_upward): Likewise.
24326         (round_test): Likewise.
24327         (scalb_test): Likewise.
24328         (scalbn_test): Likewise.
24329         (scalbln_test): Likewise.
24330         (signbit_test): Likewise.
24331         (sin_test): Likewise.
24332         (sin_test_tonearest): Likewise.
24333         (sin_test_towardzero): Likewise.
24334         (sin_test_downward): Likewise.
24335         (sin_test_upward): Likewise.
24336         (sincos_test): Likewise.
24337         (sinh_test): Likewise.
24338         (sinh_test_tonearest): Likewise.
24339         (sinh_test_towardzero): Likewise.
24340         (sinh_test_downward): Likewise.
24341         (sinh_test_upward): Likewise.
24342         (sqrt_test): Likewise.
24343         (tan_test): Likewise.
24344         (tan_test_tonearest): Likewise.
24345         (tan_test_towardzero): Likewise.
24346         (tan_test_downward): Likewise.
24347         (tan_test_upward): Likewise.
24348         (tanh_test): Likewise.
24349         (tgamma_test): Likewise.
24350         (trunc_test): Likewise.
24351         (y0_test): Likewise.
24352         (y1_test): Likewise.
24353         (yn_test): Likewise.
24354         (significand_test): Likewise.
24355
24356 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
24357
24358         [BZ #15381]
24359         * libio/genops.c (_IO_no_init): Initialize wide struct info.
24360
24361 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
24362
24363         [BZ #14894]
24364         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
24365         __ppc_mdoio and __ppc_mdoom.
24366         * manual/platform.texi: Document new functions __ppc_yield,
24367         __ppc_mdoio and __ppc_mdoom.
24368
24369 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
24370
24371         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
24372         (main): Mention "tls" pseudo-hwcap is legacy.
24373         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
24374
24375 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
24376
24377         * math/gen-libm-test.pl (parse_args): Output only string of
24378         arguments as text for test name, not full call or descriptions of
24379         tests for extra outputs.
24380         (generate_testfile): Do not pass function name to parse_args.
24381         Generate this_func variable from START.
24382         * math/libm-test.inc (struct test_f_f_data): Rename test_name
24383         field to arg_str.
24384         (struct test_ff_f_data): Likewise.
24385         (test_ff_f_data_nexttoward): Likewise.
24386         (struct test_fi_f_data): Likewise.
24387         (struct test_fl_f_data): Likewise.
24388         (struct test_if_f_data): Likewise.
24389         (struct test_fff_f_data): Likewise.
24390         (struct test_c_f_data): Likewise.
24391         (struct test_f_f1_data): Likewise.  Remove field extra_name.
24392         (struct test_fF_f1_data): Likewise.
24393         (struct test_ffI_f1_data): Likewise.
24394         (struct test_c_c_data): Rename test_name field to arg_str.
24395         (struct test_cc_c_data): Likewise.
24396         (struct test_f_i_data): Likewise.
24397         (struct test_ff_i_data): Likewise.
24398         (struct test_f_l_data): Likewise.
24399         (struct test_f_L_data): Likewise.
24400         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
24401         and extra2_name.
24402         (COMMON_TEST_SETUP): New macro.
24403         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
24404         (COMMON_TEST_CLEANUP): Likewise.
24405         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
24406         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
24407         macros.
24408         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
24409         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
24410         macros.
24411         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
24412         (RUN_TEST_fff_f): Take argument string.  Call new setup and
24413         cleanup macros.
24414         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
24415         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
24416         macros.
24417         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
24418         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
24419         macros.
24420         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
24421         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
24422         cleanup macros.
24423         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
24424         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
24425         cleanup macros.
24426         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
24427         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
24428         cleanup macros.
24429         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
24430         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
24431         macros.
24432         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
24433         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
24434         macros.
24435         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
24436         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
24437         macros.
24438         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
24439         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
24440         cleanup macros.
24441         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
24442         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
24443         cleanup macros.
24444         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
24445         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
24446         macros.
24447         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
24448         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
24449         cleanup macros.
24450         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
24451         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
24452         macros.
24453         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
24454         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
24455         macros.
24456         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
24457         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
24458         cleanup macros.
24459         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
24460
24461 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
24462
24463         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
24464         to _sifields.sigfault.
24465         (si_addr_lsb): Define new macro.
24466         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
24467         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
24468         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
24469
24470 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
24471
24472         [BZ #15441]
24473         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
24474         returns -1.
24475         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
24476         null return -1.
24477         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
24478         loading the domain.
24479
24480 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
24481
24482         * math/gen-libm-test.pl (parse_args): Do not include expected
24483         result in test name.
24484         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
24485         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
24486         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
24487         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
24488         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
24489         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24490
24491 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
24492
24493         * benchtests/Makefile: Sort function entries.
24494
24495         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
24496         tanh, asinh, acosh, atanh.
24497         * benchtests/acos-inputs: New file.
24498         * benchtests/acosh-inputs: New file.
24499         * benchtests/asin-inputs: New file.
24500         * benchtests/asinh-inputs: New file.
24501         * benchtests/atanh-inputs: New file.
24502         * benchtests/cosh-inputs: New file.
24503         * benchtests/log-inputs: New file.
24504         * benchtests/sinh-inputs: New file.
24505         * benchtests/tanh-inputs: New file.
24506
24507 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
24508
24509         [BZ #15339]
24510         * posix/tst-getaddrinfo4.c: New test.
24511         * posix/Makefile (tests): Add it.
24512
24513 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
24514
24515         [BZ #15339]
24516         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
24517         when no services were used.
24518         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
24519         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
24520
24521 2013-05-21  Andreas Schwab  <schwab@suse.de>
24522
24523         [BZ #15014]
24524         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
24525         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
24526         successful.
24527         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
24528         redundant variable declarations and reallocation of buffer when
24529         parsing as IPv6 address.  Always set NSS status when called from
24530         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
24531         buffer too small.  Correct computation of needed size.
24532         * nss/Makefile (tests): Add test-digits-dots.
24533         * nss/test-digits-dots.c: New test.
24534
24535 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
24536
24537         * benchtests/Makefile: Remove instructions for adding
24538         benchmark tests.
24539         * benchtests/README: New file to explain how to execute and
24540         enhance the benchmark tests.
24541
24542 2013-05-21  Andreas Schwab  <schwab@suse.de>
24543
24544         [BZ #15493]
24545         * setjmp/Makefile (tests): Add tst-sigsetjmp.
24546         * setjmp/tst-sigsetjmp.c: New test.
24547
24548 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
24549
24550         * sysdeps/x86_64/memset.S (memset): New implementation.
24551         (__bzero): Likewise.
24552         (__memset_tail): New function.
24553
24554 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
24555
24556         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
24557         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
24558         __memcpy_sse2_unaligned ifunc selection.
24559         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
24560         Add memcpy-sse2-unaligned.S.
24561         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
24562         Add: __memcpy_sse2_unaligned.
24563
24564 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
24565
24566         [BZ #15490]
24567         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
24568         math_force_eval before restoring floating-point envrionment.
24569         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
24570         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
24571         Likewise.
24572         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
24573         <math_private.h>.
24574         (__nearbyintl): Use math_force_eval before restoring
24575         floating-point environment.
24576         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
24577
24578         * math/gen-libm-test.pl (special_functions): Remove.
24579         (parse_args): Don't handle TEST_extra.  Handle functions with no
24580         return value.
24581         * math/libm-test.inc (struct test_sincos_data): Replace with
24582         struct test_fFF_11_data.
24583         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
24584         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
24585         (sincos_test_data): Change element type to struct
24586         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
24587         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
24588         RUN_TEST_LOOP_sincos.
24589         * math/README.libm-test: Don't mention special handling of
24590         individual functions.
24591         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
24592         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
24593         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
24594         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
24595         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
24596         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24597
24598         * math/gen-libm-test.pl (get_variable): Remove function.
24599         (parse_args): Don't show pointer parameters to call in test
24600         names.  Use "extra output N" in test names for extra outputs
24601         rather than naming variables.
24602
24603 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
24604
24605         [BZ #15488]
24606         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
24607         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
24608         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
24609         double tests.
24610         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
24611         disable.
24612         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
24613         check_long_double.
24614
24615         * math/gen-libm-test.pl (@tests): Remove variable.
24616         ($count): Likewise.
24617         (new_test): Remove function.
24618         (show_exceptions): New function.
24619         (special_functions): Use show_exceptions instead of new_test.
24620         (parse_args): Likewise.
24621         (generate_testfile): Pass only function name in generated call to
24622         print_max_error or print_complex_max_error.
24623         (get_ulps): Do not handle complex tests specially.
24624         (output_test): Rename to ...
24625         (get_all_ulps_for_test): ... this.  Return a string rather than
24626         printing to a file.  Require ulps to be present.
24627         (output_ulps): Generate arrays rather than #defines.
24628         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
24629         (struct ulp_data): New type.
24630         (BUILD_COMPLEX_ULP): Remove macro.
24631         (compare_ulp_data): New function.
24632         (find_ulps): Likewise.
24633         (find_test_ulps): Likewise.
24634         (find_function_ulps): Likewise.
24635         (find_complex_function_ulps): Likewise.
24636         (print_max_error): Determine allowed ulps using
24637         find_function_ulps.
24638         (print_complex_max_error): Determine allowed ulps using
24639         find_complex_function_ulps.
24640         (check_float_internal): Determine max ulps using find_test_ulps.
24641         (check_float): Do not take max_ulp parameter.  Update call to
24642         check_float_internal.
24643         (check_complex): Likewise.
24644         (check_int): Do not take max_ulp parameter.
24645         (check_long): Likewise.
24646         (check_bool): Likewise.
24647         (check_longlong): Likewise.
24648         (struct test_f_f_data): Remove max_ulp field.
24649         (struct test_ff_f_data): Likewise.
24650         (struct test_ff_f_data_nexttoward): Likewise.
24651         (struct test_fi_f_data): Likewise.
24652         (struct test_fl_f_data): Likewise.
24653         (struct test_if_f_data): Likewise.
24654         (struct test_fff_f_data): Likewise.
24655         (struct test_c_f_data): Likewise.
24656         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
24657         (struct test_fF_f1_data): Likewise.
24658         (struct test_ffI_f1_data): Likewise.
24659         (struct test_c_c_data): Remove max_ulp field.
24660         (struct test_cc_c_data): Likewise.
24661         (struct test_f_i_data): Likewise.
24662         (struct test_ff_i_data): Likewise.
24663         (struct test_f_l_data): Likewise.
24664         (struct test_f_L_data): Likewise.
24665         (struct test_sincos_data): Likewise.
24666         (RUN_TEST_f_f): Do not handle ulps.
24667         (RUN_TEST_LOOP_f_f): Likewise.
24668         (RUN_TEST_2_f): Likewise.
24669         (RUN_TEST_LOOP_2_f): Likewise.
24670         (RUN_TEST_fff_f): Likewise.
24671         (RUN_TEST_LOOP_fff_f): Likewise.
24672         (RUN_TEST_c_f): Likewise.
24673         (RUN_TEST_LOOP_c_f): Likewise.
24674         (RUN_TEST_f_f1): Likewise.
24675         (RUN_TEST_LOOP_f_f1): Likewise.
24676         (RUN_TEST_fF_f1): Likewise.
24677         (RUN_TEST_LOOP_fF_f1): Likewise.
24678         (RUN_TEST_fI_f1): Likewise.
24679         (RUN_TEST_LOOP_fI_f1): Likewise.
24680         (RUN_TEST_ffI_f1): Likewise.
24681         (RUN_TEST_LOOP_ffI_f1): Likewise.
24682         (RUN_TEST_c_c): Likewise.
24683         (RUN_TEST_LOOP_c_c): Likewise.
24684         (RUN_TEST_cc_c): Likewise.
24685         (RUN_TEST_LOOP_cc_c): Likewise.
24686         (RUN_TEST_f_i): Likewise.
24687         (RUN_TEST_LOOP_f_i): Likewise.
24688         (RUN_TEST_f_i_tg): Likewise.
24689         (RUN_TEST_LOOP_f_i_tg): Likewise.
24690         (RUN_TEST_ff_i_tg): Likewise.
24691         (RUN_TEST_LOOP_ff_i_tg): Likewise.
24692         (RUN_TEST_f_b): Likewise.
24693         (RUN_TEST_LOOP_f_b): Likewise.
24694         (RUN_TEST_f_b_tg): Likewise.
24695         (RUN_TEST_LOOP_f_b_tg): Likewise.
24696         (RUN_TEST_f_l): Likewise.
24697         (RUN_TEST_LOOP_f_l): Likewise.
24698         (RUN_TEST_f_L): Likewise.
24699         (RUN_TEST_LOOP_f_L): Likewise.
24700         (RUN_TEST_sincos): Likewise.
24701         (RUN_TEST_LOOP_sincos): Likewise.
24702
24703 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
24704
24705         [BZ #15480]
24706         [BZ #15485]
24707         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
24708         main case of finite arguments, set rounding mode to FE_TONEAREST
24709         and discard exceptions.
24710         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
24711         exceptions.
24712         (remainder_tonearest_test_data): New variable.
24713         (remainder_test_tonearest): New function.
24714         (remainder_towardzero_test_data): New variable.
24715         (remainder_test_towardzero): New function.
24716         (remainder_downward_test_data): New variable.
24717         (remainder_test_downward): New function.
24718         (remainder_upward_test_data): New variable.
24719         (remainder_test_upward): New function.
24720         (main): Call the new test functions.
24721
24722         * math/libm-test.inc (struct test_f_f1_data): Remove field
24723         extra_init.
24724         (struct test_fF_f1_data): Likewise.
24725         (struct test_ffI_f1_data): Likewise.
24726         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
24727         based on value of EXTRA_EXPECTED.
24728         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
24729         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
24730         EXTRA_VAR based on value of EXTRA_EXPECTED.
24731         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
24732         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
24733         EXTRA_VAR based on value of EXTRA_EXPECTED.
24734         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
24735         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
24736         EXTRA_VAR based on value of EXTRA_EXPECTED.
24737         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
24738         * math/gen-libm-test.pl (parse_args): Don't output initializers
24739         for extra output values.
24740
24741         * math/libm-test.inc (check_int): Expect result to be exactly
24742         equal to expected value and do not handle ulps.
24743         (check_long): Likewise.
24744         (check_longlong): Likewise.
24745
24746         * math/libm-test.inc (ceil_test_data): Test for "inexact"
24747         exceptions.
24748         (cimag_test_data): Likewise.
24749         (conj_test_data): Likewise.
24750         (copysign_test_data): Likewise.
24751         (cproj_test_data): Likewise.
24752         (creal_test_data): Likewise.
24753         (fabs_test_data): Likewise.
24754         (fdim_test_data): Likewise.
24755         (finite_test_data): Likewise.
24756         (floor_test_data): Likewise.
24757         (fmax_test_data): Likewise.
24758         (fmin_test_data): Likewise.
24759         (fmod_test_data): Likewise.
24760         (fpclassify_test_data): Likewise.
24761         (frexp_test_data): Likewise.
24762         (ilogb_test_data): Likewise.
24763         (isfinite_test_data): Likewise.
24764         (isgreater_test_data): Likewise.
24765         (isgreaterequal_test_data): Likewise.
24766         (isinf_test_data): Likewise.
24767         (isless_test_data): Likewise.
24768         (islessequal_test_data): Likewise.
24769         (islessgreater_test_data): Likewise.
24770         (isnan_test_data): Likewise.
24771         (isnormal_test_data): Likewise.
24772         (issignaling_test_data): Likewise.
24773         (isunordered_test_data): Likewise.
24774         (ldexp_test_data): Likewise.
24775         (lrint_test_data): Likewise.
24776         (lrint_test_data) [TEST_FLOAT]: Disable one test.
24777         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
24778         (lrint_tonearest_test_data): Test for "inexact" exceptions.
24779         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
24780         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
24781         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
24782         test input.
24783         (lrint_towardzero_test_data): Test for "inexact" exceptions.
24784         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
24785         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
24786         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
24787         that test input.
24788         (lrint_downward_test_data): Test for "inexact" exceptions.
24789         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
24790         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
24791         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
24792         test input.
24793         (lrint_upward_test_data): Test for "inexact" exceptions.
24794         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
24795         test input.
24796         (llrint_test_data): Test for "inexact" exceptions.
24797         (llrint_test_data) [TEST_FLOAT]: Disable one test.
24798         (llrint_tonearest_test_data): Test for "inexact" exceptions.
24799         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
24800         (llrint_towardzero_test_data): Test for "inexact" exceptions.
24801         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
24802         (llrint_downward_test_data): Test for "inexact" exceptions.
24803         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
24804         (llrint_upward_test_data): Test for "inexact" exceptions.
24805         (logb_test_data): Likewise.
24806         (logb_downward_test_data): Likewise.
24807         (nextafter_test_data): Likewise.
24808         (nexttoward_test_data): Likewise.
24809         (remainder_test_data): Likewise.
24810         (remquo_test_data): Likewise.
24811         (scalbn_test_data): Likewise.
24812         (scalbln_test_data): Likewise.
24813         (signbit_test_data): Likewise.
24814         (sqrt_test_data): Likewise.
24815         (significand_test_data): Likewise.
24816
24817 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
24818
24819         [BZ #15424]
24820         * benchtests/bench-modf.c (struct args): Mark arg0 as
24821         volatile.
24822         * scripts/bench.pl: Mark members of struct args as volatile.
24823
24824 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24825
24826         [BZ # 15497]
24827         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
24828         negative infinity on POWER6 or lower.
24829         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
24830
24831 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
24832
24833         [BZ #15442]
24834         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
24835         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
24836         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
24837         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
24838         (_FP_SETQNAN): New macro.
24839         (_FP_SETQNAN_SEMIRAW): Likewise.
24840         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
24841         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
24842         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
24843         (FP_EXTEND): Use _FP_FRAC_SNANP.
24844         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
24845         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
24846         into account.
24847         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
24848         New macro.
24849         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
24850         Likewise.
24851
24852 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
24853
24854         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
24855         with DIVIDE_BY_ZERO_EXCEPTION.
24856         (gamma_test_data): Likewise.
24857         (lgamma_test_data): Likewise.
24858         (log_test_data): Likewise.
24859         (log10_test_data): Likewise.
24860         (log2_test_data): Likewise.
24861         (tgamma_test_data): Likewise.
24862
24863         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
24864         (acos_test_tonearest): Likewise.
24865         (acos_test_towardzero): Likewise.
24866         (acos_test_downward): Likewise.
24867         (acos_test_upward): Likewise.
24868         (acosh_test): Likewise.
24869         (asin_test): Likewise.
24870         (asin_test_tonearest): Likewise.
24871         (asin_test_towardzero): Likewise.
24872         (asin_test_downward): Likewise.
24873         (asin_test_upward): Likewise.
24874         (asinh_test): Likewise.
24875         (atan_test): Likewise.
24876         (atanh_test): Likewise.
24877         (atan2_test): Likewise.
24878         (cabs_test): Likewise.
24879         (cacos_test): Likewise.
24880         (cacosh_test): Likewise.
24881         (casin_test): Likewise.
24882         (casinh_test): Likewise.
24883         (catan_test): Likewise.
24884         (catanh_test): Likewise.
24885         (cbrt_test): Likewise.
24886         (ccos_test): Likewise.
24887         (ccosh_test): Likewise.
24888         (cexp_test): Likewise.
24889         (clog_test): Likewise.
24890         (clog10_test): Likewise.
24891         (cos_test): Likewise.
24892         (cos_test_tonearest): Likewise.
24893         (cos_test_towardzero): Likewise.
24894         (cos_test_downward): Likewise.
24895         (cos_test_upward): Likewise.
24896         (cosh_test): Likewise.
24897         (cosh_test_tonearest): Likewise.
24898         (cosh_test_towardzero): Likewise.
24899         (cosh_test_downward): Likewise.
24900         (cosh_test_upward): Likewise.
24901         (cpow_test): Likewise.
24902         (csin_test): Likewise.
24903         (csinh_test): Likewise.
24904         (csqrt_test): Likewise.
24905         (ctan_test): Likewise.
24906         (ctan_test_tonearest): Likewise.
24907         (ctan_test_towardzero): Likewise.
24908         (ctan_test_downward): Likewise.
24909         (ctan_test_upward): Likewise.
24910         (ctanh_test): Likewise.
24911         (ctanh_test_tonearest): Likewise.
24912         (ctanh_test_towardzero): Likewise.
24913         (ctanh_test_downward): Likewise.
24914         (ctanh_test_upward): Likewise.
24915         (erf_test): Likewise.
24916         (erfc_test): Likewise.
24917         (exp_test): Likewise.
24918         (exp_test_tonearest): Likewise.
24919         (exp_test_towardzero): Likewise.
24920         (exp_test_downward): Likewise.
24921         (exp_test_upward): Likewise.
24922         (exp10_test): Likewise.
24923         (exp2_test): Likewise.
24924         (expm1_test): Likewise.
24925         (fmod_test): Likewise.
24926         (gamma_test): Likewise.
24927         (hypot_test): Likewise.
24928         (j0_test): Likewise.
24929         (j1_test): Likewise.
24930         (jn_test): Likewise.
24931         (lgamma_test): Likewise.
24932         (log_test): Likewise.
24933         (log10_test): Likewise.
24934         (log1p_test): Likewise.
24935         (log2_test): Likewise.
24936         (logb_test_downward): Likewise.
24937         (pow_test): Likewise.
24938         (pow_test_tonearest): Likewise.
24939         (pow_test_towardzero): Likewise.
24940         (pow_test_downward): Likewise.
24941         (pow_test_upward): Likewise.
24942         (remainder_test): Likewise.
24943         (remquo_test): Likewise.
24944         (sin_test): Likewise.
24945         (sin_test_tonearest): Likewise.
24946         (sin_test_towardzero): Likewise.
24947         (sin_test_downward): Likewise.
24948         (sin_test_upward): Likewise.
24949         (sincos_test): Likewise.
24950         (sinh_test): Likewise.
24951         (sinh_test_tonearest): Likewise.
24952         (sinh_test_towardzero): Likewise.
24953         (sinh_test_downward): Likewise.
24954         (sinh_test_upward): Likewise.
24955         (sqrt_test): Likewise.
24956         (tan_test): Likewise.
24957         (tan_test_tonearest): Likewise.
24958         (tan_test_towardzero): Likewise.
24959         (tan_test_downward): Likewise.
24960         (tan_test_upward): Likewise.
24961         (tanh_test): Likewise.
24962         (tgamma_test): Likewise.
24963         (y0_test): Likewise.
24964         (y1_test): Likewise.
24965         (yn_test): Likewise.
24966
24967         * math/gen-libm-test.pl (adjust_arg): Remove function.
24968         (special_function): Remove argument $in_func.  Only handle
24969         generating output for tables of tests, not inside functions.
24970         (parse_args): Likewise.
24971         (generate_testfile): Remove variable $in_func.  Update call to
24972         parse_args.
24973         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
24974         (MINUS_ZERO_INIT): Rename macro to minus_zero.
24975         (PLUS_INFTY_INIT): Rename macro to plus_infty.
24976         (MINUS_INFTY_INIT): Rename macro to minus_infty.
24977         (QNAN_VALUE_INIT): Rename macro to qnan_value.
24978         (MAX_VALUE_INIT): Rename macro to max_value.
24979         (MIN_VALUE_INIT): Rename macro to min_value.
24980         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
24981         (plus_zero): Remove variable.
24982         (minus_zero): Likewise.
24983         (plus_infty): Likewise.
24984         (minus_infty): Likewise.
24985         (qnan_value): Likewise.
24986         (max_value): Likewise.
24987         (min_value): Likewise.
24988         (min_subnorm_value): Likewise.
24989
24990 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
24991
24992         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
24993         uint64_t or uint32_t usage.
24994         * crypt/sha256-block.c: Likewise.
24995         * crypt/sha256-crypt.c: Likewise.
24996         * crypt/sha256.c: Likewise.
24997         * crypt/sha512-block.c: Likewise.
24998         * crypt/sha512-crypt.c: Likewise.
24999         * crypt/sha512.c: Likewise.
25000         * debug/backtrace-tst.c: Likewise.
25001         * debug/pcprofiledump.c: Likewise.
25002         * elf/cache.c: Likewise.
25003         * elf/dl-cache.c: Likewise.
25004         * elf/dl-misc.c: Likewise.
25005         * elf/dl-profile.c: Likewise.
25006         * elf/dl-support.c: Likewise.
25007         * elf/ldconfig.c: Likewise.
25008         * elf/sprof.c: Likewise.
25009         * iconv/dummy-repertoire.c: Likewise.
25010         * iconv/iconv_charmap.c: Likewise.
25011         * iconv/skeleton.c: Likewise.
25012         * iconvdata/8bit-generic.c: Likewise.
25013         * iconvdata/cp737.h: Likewise.
25014         * iconvdata/cp775.h: Likewise.
25015         * iconvdata/ibm1008.h: Likewise.
25016         * iconvdata/ibm1025.h: Likewise.
25017         * iconvdata/ibm1046.h: Likewise.
25018         * iconvdata/ibm1097.h: Likewise.
25019         * iconvdata/ibm1112.h: Likewise.
25020         * iconvdata/ibm1122.h: Likewise.
25021         * iconvdata/ibm1123.h: Likewise.
25022         * iconvdata/ibm1124.h: Likewise.
25023         * iconvdata/ibm1129.h: Likewise.
25024         * iconvdata/ibm1130.h: Likewise.
25025         * iconvdata/ibm1132.h: Likewise.
25026         * iconvdata/ibm1133.h: Likewise.
25027         * iconvdata/ibm1137.h: Likewise.
25028         * iconvdata/ibm1140.h: Likewise.
25029         * iconvdata/ibm1141.h: Likewise.
25030         * iconvdata/ibm1142.h: Likewise.
25031         * iconvdata/ibm1143.h: Likewise.
25032         * iconvdata/ibm1144.h: Likewise.
25033         * iconvdata/ibm1145.h: Likewise.
25034         * iconvdata/ibm1146.h: Likewise.
25035         * iconvdata/ibm1147.h: Likewise.
25036         * iconvdata/ibm1148.h: Likewise.
25037         * iconvdata/ibm1149.h: Likewise.
25038         * iconvdata/ibm1153.h: Likewise.
25039         * iconvdata/ibm1154.h: Likewise.
25040         * iconvdata/ibm1155.h: Likewise.
25041         * iconvdata/ibm1156.h: Likewise.
25042         * iconvdata/ibm1157.h: Likewise.
25043         * iconvdata/ibm1158.h: Likewise.
25044         * iconvdata/ibm1160.h: Likewise.
25045         * iconvdata/ibm1161.h: Likewise.
25046         * iconvdata/ibm1162.h: Likewise.
25047         * iconvdata/ibm1163.h: Likewise.
25048         * iconvdata/ibm1164.h: Likewise.
25049         * iconvdata/ibm1166.h: Likewise.
25050         * iconvdata/ibm1167.h: Likewise.
25051         * iconvdata/ibm12712.h: Likewise.
25052         * iconvdata/ibm1390.h: Likewise.
25053         * iconvdata/ibm1399.h: Likewise.
25054         * iconvdata/ibm16804.h: Likewise.
25055         * iconvdata/ibm4517.h: Likewise.
25056         * iconvdata/ibm4899.h: Likewise.
25057         * iconvdata/ibm4909.h: Likewise.
25058         * iconvdata/ibm4971.h: Likewise.
25059         * iconvdata/ibm5347.h: Likewise.
25060         * iconvdata/ibm803.h: Likewise.
25061         * iconvdata/ibm856.h: Likewise.
25062         * iconvdata/ibm901.h: Likewise.
25063         * iconvdata/ibm902.h: Likewise.
25064         * iconvdata/ibm9030.h: Likewise.
25065         * iconvdata/ibm9066.h: Likewise.
25066         * iconvdata/ibm921.h: Likewise.
25067         * iconvdata/ibm922.h: Likewise.
25068         * iconvdata/ibm9448.h: Likewise.
25069         * iconvdata/isiri-3342.h: Likewise.
25070         * iconvdata/jis0201.h: Likewise.
25071         * include/link.h: Likewise.
25072         * include/netdb.h: Likewise.
25073         * inet/check_native.c: Likewise.
25074         * inet/check_pf.c: Likewise.
25075         * inet/getipv4sourcefilter.c: Likewise.
25076         * inet/getnameinfo.c: Likewise.
25077         * inet/getsourcefilter.c: Likewise.
25078         * inet/htonl.c: Likewise.
25079         * inet/setipv4sourcefilter.c: Likewise.
25080         * inet/setsourcefilter.c: Likewise.
25081         * inet/test-inet6_opt.c: Likewise.
25082         * inet/tst-network.c: Likewise.
25083         * locale/C-collate.c: Likewise.
25084         * locale/C-ctype.c: Likewise.
25085         * locale/C-time.c: Likewise.
25086         * locale/C-translit.h: Likewise.
25087         * locale/loadarchive.c: Likewise.
25088         * locale/programs/3level.h: Likewise.
25089         * locale/programs/charmap.c: Likewise.
25090         * locale/programs/charmap.h: Likewise.
25091         * locale/programs/ld-address.c: Likewise.
25092         * locale/programs/ld-collate.c: Likewise.
25093         * locale/programs/ld-ctype.c: Likewise.
25094         * locale/programs/ld-identification.c: Likewise.
25095         * locale/programs/ld-measurement.c: Likewise.
25096         * locale/programs/ld-messages.c: Likewise.
25097         * locale/programs/ld-monetary.c: Likewise.
25098         * locale/programs/ld-name.c: Likewise.
25099         * locale/programs/ld-numeric.c: Likewise.
25100         * locale/programs/ld-paper.c: Likewise.
25101         * locale/programs/ld-telephone.c: Likewise.
25102         * locale/programs/ld-time.c: Likewise.
25103         * locale/programs/linereader.c: Likewise.
25104         * locale/programs/locale.c: Likewise.
25105         * locale/programs/locarchive.c: Likewise.
25106         * locale/programs/locfile.h: Likewise.
25107         * locale/programs/repertoire.c: Likewise.
25108         * locale/programs/simple-hash.c: Likewise.
25109         * locale/programs/simple-hash.h: Likewise.
25110         * malloc/memusage.c: Likewise.
25111         * malloc/memusagestat.c: Likewise.
25112         * nis/nis_defaults.c: Likewise.
25113         * nis/nis_hash.c: Likewise.
25114         * nis/nis_print.c: Likewise.
25115         * nis/nis_xdr.c: Likewise.
25116         * nscd/connections.c: Likewise.
25117         * nscd/hstcache.c: Likewise.
25118         * nscd/nscd_gethst_r.c: Likewise.
25119         * nscd/nscd_getserv_r.c: Likewise.
25120         * nscd/nscd_helper.c: Likewise.
25121         * nscd/servicescache.c: Likewise.
25122         * nss/makedb.c: Likewise.
25123         * nss/nss_db/db-XXX.c: Likewise.
25124         * nss/nss_db/db-initgroups.c: Likewise.
25125         * nss/nss_db/db-netgrp.c: Likewise.
25126         * nss/nss_files/files-network.c: Likewise.
25127         * nss/nss_files/files-parse.c: Likewise.
25128         * posix/bug-regex5.c: Likewise.
25129         * posix/fnmatch_loop.c: Likewise.
25130         * posix/regcomp.c: Likewise.
25131         * posix/regexec.c: Likewise.
25132         * posix/tst-rfc3484-2.c: Likewise.
25133         * posix/tst-rfc3484-3.c: Likewise.
25134         * posix/tst-rfc3484.c: Likewise.
25135         * resolv/nss_dns/dns-canon.c: Likewise.
25136         * resolv/nss_dns/dns-network.c: Likewise.
25137         * resolv/res_init.c: Likewise.
25138         * resolv/res_mkquery.c: Likewise.
25139         * resolv/tst-aton.c: Likewise.
25140         * stdlib/cxa_atexit.c: Likewise.
25141         * stdlib/cxa_finalize.c: Likewise.
25142         * stdlib/gen-fpioconst.c: Likewise.
25143         * stdlib/strtol_l.c: Likewise.
25144         * string/tst-endian.c: Likewise.
25145         * sunrpc/auth_des.c: Likewise.
25146         * sunrpc/clnt_udp.c: Likewise.
25147         * sunrpc/rtime.c: Likewise.
25148         * sunrpc/svcauth_des.c: Likewise.
25149         * sunrpc/xdr.c: Likewise.
25150         * sunrpc/xdr_intXX_t.c: Likewise.
25151         * sunrpc/xdr_rec.c: Likewise.
25152         * sysdeps/generic/ldconfig.h: Likewise.
25153         * sysdeps/generic/ldsodefs.h: Likewise.
25154         * sysdeps/generic/memusage.h: Likewise.
25155         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
25156         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
25157         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
25158         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
25159         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
25160         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
25161         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
25162         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
25163         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
25164         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
25165         * sysdeps/posix/getaddrinfo.c: Likewise.
25166         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
25167         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
25168         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
25169         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
25170         * sysdeps/powerpc/test-gettimebase.c: Likewise.
25171         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
25172         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
25173         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
25174         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
25175         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
25176         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
25177         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
25178         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
25179         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
25180         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
25181         * sysdeps/x86_64/dl-tls.h: Likewise.
25182         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
25183         * time/alt_digit.c: Likewise.
25184         * time/era.c: Likewise.
25185         * wcsmbs/tst-c16c32-1.c: Likewise.
25186
25187 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
25188
25189         * math/libm-test.inc (struct test_sincos_data): New type.
25190         (RUN_TEST_LOOP_sincos): New macro.
25191         (sincos_test_data): New variable.
25192         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
25193
25194 2013-05-16  Richard Henderson  <rth@redhat.com>
25195
25196         * math/atest-exp2.c (LIMB64): New macro.
25197         (CONSTSZ): New macro.
25198         (mp_exp1, mp_exp_m1, mp_log2): New variables.
25199         (hexdig): Move ...
25200         (print_mpn_fp): ... to function scope.
25201         (read_mpn_hex): Remove.
25202         (get_log2): Remove.
25203         (exp2_mpn): Use mp_log2.
25204         (main): Use mp_exp1.
25205
25206 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
25207
25208         * math/libm-test.inc: Remove comment about not testing "inexact"
25209         exceptions.
25210         (INEXACT_EXCEPTION): New macro.
25211         (NO_INEXACT_EXCEPTION): Likewise.
25212         (INVALID_EXCEPTION_OK): Update value.
25213         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
25214         (OVERFLOW_EXCEPTION_OK): Likewise.
25215         (UNDERFLOW_EXCEPTION_OK): Likewise.
25216         (IGNORE_ZERO_INF_SIGN): Likewise.
25217         (ERRNO_UNCHANGED): Likewise.
25218         (ERRNO_EDOM): Likewise.
25219         (ERRNO_ERANGE): Likewise.
25220         (test_exceptions): Handle testing "inexact" exceptions.
25221         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
25222         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
25223         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
25224         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
25225         INEXACT_EXCEPTION.
25226         (rint_towardzero_test_data): Likewise.
25227         (rint_downward_test_data): Likewise.
25228         (rint_upward_test_data): Likewise.
25229
25230         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
25231         with OVERFLOW_EXCEPTION.
25232         (exp10_test_data): Likewise.
25233         (exp2_test_data): Likewise.
25234         (expm1_test_data): Likewise.
25235         (lgamma_test_data): Likewise.
25236         (pow_test_data): Likewise.
25237         (tgamma_test_data): Likewise.
25238         (yn_test_data): Remove duplicate test of overflow.
25239
25240         * math/libm-test.inc (struct test_cc_c_data): New type.
25241         (RUN_TEST_LOOP_cc_c): New macro.
25242         (cpow_test_data): New variable.
25243         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
25244
25245         * math/libm-test.inc (struct test_f_L_data): New type.
25246         (RUN_TEST_LOOP_f_L): New macro.
25247         (llrint_test_data): New variable.
25248         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
25249         (llrint_tonearest_test_data): New variable.
25250         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
25251         (llrint_towardzero_test_data): New variable.
25252         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
25253         (llrint_downward_test_data): New variable.
25254         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
25255         (llrint_upward_test_data): New variable.
25256         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
25257         (llround_test_data): New variable.
25258         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
25259
25260 2013-05-13  Peter Collingbourne  <pcc@google.com>
25261
25262         * math/atest-exp2.c (get_log2): Remove const attribute.
25263
25264 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
25265
25266         * math/libm-test.inc (struct test_f_l_data): New type.
25267         (RUN_TEST_LOOP_f_l): New macro.
25268         (lrint_test_data): New variable.
25269         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
25270         (lrint_tonearest_test_data): New variable.
25271         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
25272         (lrint_towardzero_test_data): New variable.
25273         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
25274         (lrint_downward_test_data): New variable.
25275         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
25276         (lrint_upward_test_data): New variable.
25277         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
25278         (lround_test_data): New variable.
25279         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
25280
25281 2013-05-15  Peter Collingbourne  <pcc@google.com>
25282
25283         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
25284         (EXTRACT_WORDS64) Use where appropriate.
25285         (INSERT_WORDS64) Likewise.
25286
25287         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
25288         constraints with x constraints.
25289         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
25290
25291         * malloc/obstack.c (_obstack_compat): Add initializer.
25292
25293 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
25294
25295         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
25296         si_trapno and add si_addr_lsb to _sifields.sigfault.
25297         (si_trapno): Remove macro.
25298         (si_addr_lsb): Define new macro.
25299         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
25300
25301 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
25302
25303         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
25304         instead of TEST_f_l.
25305         (llrint_test_tonearest): Likewise.
25306         (llrint_test_towardzero): Likewise.
25307         (llrint_test_downward): Likewise.
25308         (llrint_test_upward): Likewise.
25309         (llround_test): Likewise.
25310
25311         * math/libm-test.inc (struct test_f_i_data): Add comment.
25312         (RUN_TEST_LOOP_f_b): New macro.
25313         (RUN_TEST_LOOP_f_b_tg): Likewise.
25314         (finite_test_data): New variable.
25315         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
25316         (isfinite_test_data): New variable.
25317         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25318         (isinf_test_data): New variable.
25319         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25320         (isnan_test_data): New variable.
25321         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25322         (isnormal_test_data): New variable.
25323         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25324         (issignaling_test_data): New variable.
25325         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25326         (signbit_test_data): New variable.
25327         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25328
25329         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
25330         with INVALID_EXCEPTION.
25331         (acosh_test_data): Likewise.
25332         (asin_test_data): Likewise.
25333         (atanh_test_data): Likewise.
25334         (fmod_test_data): Likewise.
25335         (log_test_data): Likewise.
25336         (log10_test_data): Likewise.
25337         (log2_test_data): Likewise.
25338         (pow_test_data): Likewise.
25339         (sqrt_test_data): Likewise.
25340         (y0_test_data): Likewise.
25341         (y1_test_data): Likewise.
25342         (yn_test_data): Likewise.
25343
25344         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
25345         function contents.
25346
25347         * math/libm-test.inc (struct test_ff_i_data): New type.
25348         (RUN_TEST_LOOP_ff_i_tg): New macro.
25349         (isgreater_test_data): New variable.
25350         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25351         (isgreaterequal_test_data): New variable.
25352         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25353         (isless_test_data): New variable.
25354         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25355         (islessequal_test_data): New variable.
25356         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25357         (islessgreater_test_data): New variable.
25358         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25359         (isunordered_test_data): New variable.
25360         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25361
25362 2013-05-14  David S. Miller  <davem@davemloft.net>
25363
25364         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25365
25366 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
25367
25368         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
25369
25370         * math/libm-test.inc (struct test_fF_f1_data): Change type of
25371         extra_test to int.
25372         (struct test_f_i_data): Change type of max_ulp to int.
25373
25374         * math/libm-test.inc (test_ffI_f1_data): New type.
25375         (RUN_TEST_LOOP_ffI_f1): New macro.
25376         (remquo_test_data): New variable.
25377         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
25378
25379         * setjmp/tst-setjmp-fp.c: New file.
25380         * setjmp/Makefile (tests): Add tst-setjmp-fp.
25381         (link-libm): New variable.
25382         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
25383
25384         * math/libm-test.inc (struct test_f_i_data): New type.
25385         (RUN_TEST_LOOP_f_i): New macro.
25386         (RUN_TEST_LOOP_f_i_tg): Likewise.
25387         (fpclassify_test_data): New variable.
25388         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
25389         (ilogb_test_data): New variable.
25390         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
25391
25392         * math/libm-test.inc (scalbln_test): Correct function name in END
25393         call.
25394
25395         * math/libm-test.inc (struct test_f_f1_data): Add comment.
25396         (RUN_TEST_LOOP_fI_f1): New macro.
25397         (frexp_test_data): New variable.
25398         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
25399
25400         * math/libm-test.inc (struct test_fF_f1_data): New type.
25401         (RUN_TEST_LOOP_fF_f1): New macro.
25402         (modf_test_data): New variable.
25403         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
25404
25405         * math/libm-test.inc (struct test_f_f1_data): New type.
25406         (RUN_TEST_LOOP_f_f1): New macro.
25407         (gamma_test_data): New variable.
25408         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
25409         (lgamma_test_data): New variable.
25410         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
25411
25412 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
25413
25414         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
25415         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
25416         (main): Comment "tls" pseudo-hwcap.
25417
25418 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
25419
25420         * math/libm-test.inc (struct test_fl_f_data): New type.
25421         (RUN_TEST_LOOP_fl_f): New variable.
25422         (scalbln_test_data): New variable.
25423         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
25424
25425         * math/libm-test.inc (struct test_fi_f_data): New type.
25426         (RUN_TEST_LOOP_fi_f): New macro.
25427         (ldexp_test_data): New variable.
25428         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
25429         (scalbn_test_data): New variable.
25430         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
25431
25432         * math/libm-test.inc (struct test_c_f_data): New type.
25433         (RUN_TEST_LOOP_c_f): New macro.
25434         (cabs_test_data): New variable.
25435         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
25436         (carg_test_data): New variable.
25437         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
25438         (cimag_test_data): New variable.
25439         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
25440         (creal_test_data): New variable.
25441         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
25442
25443         * math/libm-test.inc (struct test_if_f_data): New type.
25444         (RUN_TEST_LOOP_if_f): New macro.
25445         (jn_test_data): New variable.
25446         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
25447         (yn_test_data): New variable.
25448         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
25449
25450         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
25451
25452 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25453
25454         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
25455         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
25456
25457 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
25458
25459         * benchtests/Makefile (CPPFLAGS-nonlib): Add
25460         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
25461         (bench-deps): Add bench-timing.h.
25462         * benchtests-bench-skeleton.c: Include bench-timing.h.
25463         (main): Use TIMING_* macros instead of clock_gettime.
25464         * benchtests/bench-timing.h: New file.
25465
25466         [BZ #14582]
25467         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
25468         Renamed from _LIB_VERSION.
25469         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
25470
25471 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
25472
25473         * math/libm-test.inc (struct test_fff_f_data): New type.
25474         (RUN_TEST_LOOP_fff_f): New macro.
25475         (fma_test_data): New variable.
25476         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
25477         (fma_towardzero_test_data): New variable.
25478         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
25479         (fma_downward_test_data): New variable.
25480         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
25481         (fma_upward_test_data): New variable.
25482         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
25483
25484         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
25485         (struct test_c_c_data): New type.
25486         (RUN_TEST_LOOP_c_c): New macro.
25487         (cacos_test_data): New variable.
25488         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
25489         (cacosh_test_data): New variable.
25490         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
25491         (casin_test_data): New variable.
25492         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
25493         (casinh_test_data): New variable.
25494         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
25495         (catan_test_data): New variable.
25496         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
25497         (catanh_test_data): New variable.
25498         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
25499         (ccos_test_data): New variable.
25500         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
25501         (ccosh_test_data): New variable.
25502         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
25503         (cexp_test_data): New variable.
25504         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
25505         (clog_test_data): New variable.
25506         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
25507         (clog10_test_data): New variable.
25508         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
25509         (conj_test_data): New variable.
25510         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
25511         (cproj_test_data): New variable.
25512         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
25513         (csin_test_data): New variable.
25514         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
25515         (csinh_test_data): New variable.
25516         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
25517         (csqrt_test_data): New variable.
25518         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
25519         (ctan_test_data): New variable.
25520         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
25521         (ctan_tonearest_test_data): New variable.
25522         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
25523         (ctan_towardzero_test_data): New variable.
25524         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
25525         (ctan_downward_test_data): New variable.
25526         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
25527         (ctan_upward_test_data): New variable.
25528         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
25529         (ctanh_test_data): New variable.
25530         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
25531         (ctanh_tonearest_test_data): New variable.
25532         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
25533         (ctanh_towardzero_test_data): New variable.
25534         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
25535         (ctanh_downward_test_data): New variable.
25536         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
25537         (ctanh_upward_test_data): New variable.
25538         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
25539         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
25540         of BUILD_COMPLEX.
25541
25542         * math/libm-test.inc (struct test_ff_f_data): New type.
25543         (struct test_ff_f_data_nexttoward): Likewise.
25544         (RUN_TEST_LOOP_2_f): New macro.
25545         (RUN_TEST_LOOP_ff_f): Likewise.
25546         (atan2_test_data): New variable.
25547         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
25548         (copysign_test_data): New variable.
25549         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
25550         (fdim_test_data): New variable.
25551         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
25552         (fmax_test_data): New variable.
25553         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
25554         (fmin_test_data): New variable.
25555         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
25556         (fmod_test_data): New variable.
25557         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
25558         (hypot_test_data): New variable.
25559         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
25560         (nextafter_test_data): New variable.
25561         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
25562         (nexttoward_test_data): New variable.
25563         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
25564         (pow_test_data): New variable.
25565         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
25566         (pow_tonearest_test_data): New variable.
25567         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
25568         (pow_towardzero_test_data): New variable.
25569         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
25570         (pow_downward_test_data): New variable.
25571         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
25572         (pow_upward_test_data): New variable.
25573         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
25574         (remainder_test_data): New variable.
25575         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
25576         (scalb_test_data): New variable.
25577         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
25578         * sysdeps/i386/fpu/libm-test-ulps: Update.
25579
25580 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
25581
25582         * math/libm-test.inc (fma_test): Use max_value instead of local
25583         variable fltmax.
25584         (nextafter_test): Likewise.
25585
25586         * math/libm-test.inc (acos_towardzero_test_data): New variable.
25587         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25588         (acos_downward_test_data): New variable.
25589         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25590         (acos_upward_test_data): New variable.
25591         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25592         (acosh_test_data): New variable.
25593         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
25594         (asin_test_data): New variable.
25595         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
25596         (asin_tonearest_test_data): New variable.
25597         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25598         (asin_towardzero_test_data): New variable.
25599         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25600         (asin_downward_test_data): New variable.
25601         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25602         (asin_upward_test_data): New variable.
25603         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25604         (asinh_test_data): New variable.
25605         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
25606         (atan_test_data): New variable.
25607         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
25608         (atanh_test_data): New variable.
25609         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
25610         (cbrt_test_data): New variable.
25611         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
25612         (ceil_test_data): New variable.
25613         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
25614         (cos_test_data): New variable.
25615         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
25616         (cos_tonearest_test_data): New variable.
25617         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25618         (cos_towardzero_test_data): New variable.
25619         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25620         (cos_downward_test_data): New variable.
25621         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25622         (cos_upward_test_data): New variable.
25623         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25624         (cosh_test_data): New variable.
25625         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
25626         (cosh_tonearest_test_data): New variable.
25627         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25628         (cosh_towardzero_test_data): New variable.
25629         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25630         (cosh_downward_test_data): New variable.
25631         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25632         (cosh_upward_test_data): New variable.
25633         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25634         (erf_test_data): New variable.
25635         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
25636         (erfc_test_data): New variable.
25637         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
25638         (exp_test_data): New variable.
25639         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
25640         (exp_tonearest_test_data): New variable.
25641         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25642         (exp_towardzero_test_data): New variable.
25643         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25644         (exp_downward_test_data): New variable.
25645         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25646         (exp_upward_test_data): New variable.
25647         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25648         (exp10_test_data): New variable.
25649         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
25650         (exp2_test_data): New variable.
25651         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
25652         (expm1_test_data): New variable.
25653         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
25654         (fabs_test_data): New variable.
25655         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
25656         (floor_test_data): New variable.
25657         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
25658         (j0_test_data): New variable.
25659         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
25660         (j1_test_data): New variable.
25661         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
25662         (log_test_data): New variable.
25663         (log_test): Run tests with RUN_TEST_LOOP_f_f.
25664         (log10_test_data): New variable.
25665         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
25666         (log1p_test_data): New variable.
25667         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
25668         (log2_test_data): New variable.
25669         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
25670         (logb_test_data): New variable.
25671         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
25672         (logb_downward_test_data): New variable.
25673         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25674         (nearbyint_test_data): New variable.
25675         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
25676         (rint_test_data): New variable.
25677         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
25678         (rint_tonearest_test_data): New variable.
25679         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25680         (rint_towardzero_test_data): New variable.
25681         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25682         (rint_downward_test_data): New variable.
25683         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25684         (rint_upward_test_data): New variable.
25685         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25686         (round_test_data): New variable.
25687         (round_test): Run tests with RUN_TEST_LOOP_f_f.
25688         (sin_test_data): New variable.
25689         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
25690         (sin_tonearest_test_data): New variable.
25691         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25692         (sin_towardzero_test_data): New variable.
25693         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25694         (sin_downward_test_data): New variable.
25695         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25696         (sin_upward_test_data): New variable.
25697         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25698         (sinh_test_data): New variable.
25699         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
25700         (sinh_tonearest_test_data): New variable.
25701         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25702         (sinh_towardzero_test_data): New variable.
25703         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25704         (sinh_downward_test_data): New variable.
25705         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25706         (sinh_upward_test_data): New variable.
25707         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25708         (sqrt_test_data): New variable.
25709         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
25710         (tan_test_data): New variable.
25711         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
25712         (tan_tonearest_test_data): New variable.
25713         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25714         (tan_towardzero_test_data): New variable.
25715         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25716         (tan_downward_test_data): New variable.
25717         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25718         (tan_upward_test_data): New variable.
25719         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25720         (tanh_test_data): New variable.
25721         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
25722         (tgamma_test_data): New variable.
25723         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
25724         (trunc_test_data): New variable.
25725         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
25726         (y0_test_data): New variable.
25727         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
25728         (y1_test_data): New variable.
25729         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
25730         (significand_test_data): New variable.
25731         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
25732
25733 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
25734
25735         [BZ #12387]
25736         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
25737
25738 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
25739
25740         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
25741
25742 2013-05-10  Andreas Jaeger  <aj@suse.de>
25743
25744         [BZ #15448]
25745         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
25746         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
25747
25748 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
25749
25750         * math/gen-libm-test.pl (adjust_arg): New function.
25751         (special_functions): Handle generating output in both functions
25752         and arrays.
25753         (parse_args): Likewise.
25754         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
25755         $in_func argument to parse_args.
25756         * math/libm-test.inc (struct test_f_f_data): New type.
25757         (IF_ROUND_INIT_): New macro.
25758         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
25759         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
25760         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
25761         (IF_ROUND_INIT_FE_UPWARD): Likewise.
25762         (ROUND_RESTORE_): Likewise.
25763         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
25764         (ROUND_RESTORE_FE_TONEAREST): Likewise.
25765         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
25766         (ROUND_RESTORE_FE_UPWARD): Likewise.
25767         (RUN_TEST_LOOP_f_f): New macro.
25768         (acos_test_data): New variable.
25769         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
25770         (acos_tonearest_test_data): New variable.
25771         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25772
25773 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
25774
25775         * benchtests/bench-skeleton.c (startup): Fix coding style.
25776
25777 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
25778
25779         [BZ #6809]
25780         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
25781         negative infinity argument.
25782         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
25783         negative infinity argument.
25784         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
25785         negative infinity argument.
25786         * math/libm-test.inc (tgamma_test): Expect errno to be set for
25787         domain errors.
25788
25789 2013-05-10  Florian Weimer  <fweimer@redhat.com>
25790
25791         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
25792         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
25793         * iconv/iconv_prog.c (main): Likewise.
25794         * locale/programs/charmap-dir.c (charmap_readdir)
25795         (fopen_uncompressed): Likewise.
25796         * locale/programs/locfile.c (siblings_uncached)
25797         (write_locale_data): Use lstat64 instead of lstat.
25798         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
25799         stat.
25800
25801 2013-05-10  Andreas Jaeger  <aj@suse.de>
25802
25803         [BZ #15395]
25804         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
25805         localization.
25806         Include <locale.h>.
25807
25808 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
25809
25810         * elf/dl-close.c (_dl_close_worker): Add comments.
25811
25812 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
25813
25814         [BZ #15359]
25815         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
25816         high part of pi/2.
25817         (__ieee754_rem_pio2l): Update comments.
25818
25819         [BZ #15429]
25820         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
25821         high part of pi/2.
25822         (__ieee754_rem_pio2l): Update comments.
25823
25824         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
25825         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
25826
25827         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
25828         M_PI_4l.
25829
25830         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
25831         (M_PI_34_LOG10El): Likewise.
25832         (M_PI2_LOG10El): Likewise.
25833         (M_PI4_LOG10El): Likewise.
25834         (M_PI_LOG10El): Likewise.
25835
25836 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25837
25838         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25839
25840 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
25841
25842         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
25843         (MINUS_ZERO_INIT): Likewise.
25844         (PLUS_INFTY_INIT): Likewise.
25845         (MINUS_INFTY_INIT): Likewise.
25846         (QNAN_VALUE_INIT): Likewise.
25847         (MAX_VALUE_INIT): Likewise.
25848         (MIN_VALUE_INIT): Likewise.
25849         (MIN_SUBNORM_VALUE_INIT): Likewise.
25850         (plus_zero): Initialize with PLUS_ZERO_INIT.
25851         (minus_zero): Initialize with MINUS_ZERO_INIT.
25852         (plus_infty): Initialize with PLUS_INFTY_INIT.
25853         (minus_infty): Initialize with MINUS_INFTY_INIT.
25854         (qnan_value): Initialize with QNAN_VALUE_INIT.
25855         (max_value): Initialize with MAX_VALUE_INIT.
25856         (min_value): Initialize with MIN_VALUE_INIT.
25857         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
25858
25859         * math/libm-test.inc (RUN_TEST_if_f): New macro.
25860         (jn_test): Use TEST_if_f instead of TEST_ff_f.
25861         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
25862         (yn_test): Use TEST_if_f instead of TEST_ff_f.
25863
25864         * math/libm-test.inc (RUN_TEST_f_f): New macro.
25865         (RUN_TEST_2_f): Likewise.
25866         (RUN_TEST_ff_f): Likewise.
25867         (RUN_TEST_fi_f): Likewise.
25868         (RUN_TEST_fl_f): Likewise.
25869         (RUN_TEST_fff_f): Likewise.
25870         (RUN_TEST_c_f): Likewise.
25871         (RUN_TEST_f_f1): Likewise.
25872         (RUN_TEST_fF_f1): Likewise.
25873         (RUN_TEST_fI_f1): Likewise.
25874         (RUN_TEST_ffI_f1): Likewise.
25875         (RUN_TEST_c_c): Likewise.
25876         (RUN_TEST_cc_c): Likewise.
25877         (RUN_TEST_f_i): Likewise.
25878         (RUN_TEST_f_i_tg): Likewise.
25879         (RUN_TEST_ff_i_tg): Likewise.
25880         (RUN_TEST_f_b): Likewise.
25881         (RUN_TEST_f_b_tg): Likewise.
25882         (RUN_TEST_f_l): Likewise.
25883         (RUN_TEST_f_L): Likewise.
25884         (RUN_TEST_sincos): Likewise.
25885         * math/gen-libm-test.pl (new_test): Take new argument to indicate
25886         whether to show exceptions.  Do not include ");\n" in return
25887         value.
25888         (special_functions): Output call to RUN_TEST_sincos instead of
25889         check_float calls.  Update calls to new_test.
25890         (parse_args): Output call to single RUN_TEST_* macro instead of
25891         check_* calls and other assignments.  Update calls to new_test.
25892
25893         [BZ #2546]
25894         [BZ #2560]
25895         [BZ #5159]
25896         [BZ #15426]
25897         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
25898         input to result for tgamma overflow.
25899         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
25900         (gamma_coeff): New variable.
25901         (NCOEFF): New macro.
25902         (gamma_positive): New function.
25903         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
25904         underflow here.  Use gamma_positive instead of exp (lgamma) for
25905         other arguments.
25906         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
25907         (gamma_coeff): New variable.
25908         (NCOEFF): New macro.
25909         (gammaf_positive): New function.
25910         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
25911         underflow here.  Use gamma_positive instead of exp (lgamma) for
25912         other arguments.
25913         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
25914         (gamma_coeff): New variable.
25915         (NCOEFF): New macro.
25916         (gammal_positive): New function.
25917         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
25918         underflow here.  Use gamma_positive instead of exp (lgamma) for
25919         other arguments.
25920         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
25921         (gamma_coeff): New variable.
25922         (NCOEFF): New macro.
25923         (gammal_positive): New function.
25924         (__ieee754_gammal_r): Handle positive infinity, overflow and
25925         underflow here.  Handle NaN the same as positive infinity.  Remove
25926         check x < 0xffffffff for negative integers.  Use gamma_positive
25927         instead of exp (lgamma) for other arguments.
25928         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
25929         (gamma_coeff): New variable.
25930         (NCOEFF): New macro.
25931         (gammal_positive): New function.
25932         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
25933         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
25934         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
25935         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
25936         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
25937         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
25938         * sysdeps/generic/math_private.h (__gamma_productf): New
25939         prototype.
25940         (__gamma_product): Likewise.
25941         (__gamma_productl): Likewise.
25942         * math/Makefile (libm-calls): Add gamma_product.
25943         * math/libm-test.inc (tgamma_test): Add more tests.
25944         * sysdeps/i386/fpu/libm-test-ulps: Update.
25945         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25946
25947 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
25948
25949         * benchtests/bench-skeleton.c (main): Preheat CPU.
25950
25951 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
25952
25953         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
25954
25955 2013-05-07  Roland McGrath  <roland@hack.frob.com>
25956
25957         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
25958         and _dl_skip_args_internal.
25959
25960 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
25961
25962         * manual/message.texi (Message Translation): Talk about users.
25963         Message to key mapping impacts design.
25964
25965 2013-05-06  Roland McGrath  <roland@hack.frob.com>
25966
25967         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
25968
25969         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
25970
25971         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
25972         * sysdeps/wordsize-64/glob64.c: ... here.
25973
25974         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
25975         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
25976         New macros.
25977
25978         * debug/getlogin_r_chk.c: Moved to ...
25979         * login/getlogin_r_chk.c: ... here.
25980         * debug/Makefile (routines): Move getlogin_r_chk to ...
25981         * login/Makefile (routines): ... here.
25982         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
25983         * login/Versions (libc: GLIBC_2.4): ... here.
25984
25985         * io/poll.c (__poll): Renamed from poll.
25986         Add libc_hidden_def.
25987         (poll): Define as weak alias.
25988
25989         * debug/ptsname_r_chk.c: Moved to ...
25990         * login/ptsname_r_chk.c: ... here.
25991         * debug/Makefile (routines): Move ptsname_r_chk to ...
25992         * login/Makefile (routines): ... here.
25993         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
25994         * login/Versions (libc: GLIBC_2.4): ... here.
25995
25996         * posix/getlogin.c: Moved to ...
25997         * login/getlogin.c: ... here.
25998         * posix/getlogin_r.c: Moved to ...
25999         * login/getlogin_r.c: ... here.
26000         * posix/getlogin_r.c: Moved to ...
26001         * login/getlogin_r.c: ... here.
26002         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
26003         * login/Makefile (routines): ... here.
26004         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
26005         * login/Versions (libc: GLIBC_2.0): ... here.
26006
26007         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
26008         (setrlimit): Define as weak alias.
26009
26010         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
26011         Call __ names for open, ftruncate, and close.
26012         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
26013         (truncate): Define as weak alias.
26014
26015 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
26016
26017         * math/gen-libm-test.pl (parse_args): Initialize x before each
26018         test of frexp, modf and remquo.
26019
26020         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
26021         test signgam value.
26022
26023 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26024
26025         [BZ #15418]
26026         [BZ #15419]
26027         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
26028         internal tests.
26029         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
26030
26031 2013-05-06  Roland McGrath  <roland@hack.frob.com>
26032
26033         * elf/dl-writev.h: New file.
26034         * elf/dl-misc.c: Include it.
26035         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
26036         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
26037
26038 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
26039
26040         * math/libm-test.inc (noXFails): Remove variable.
26041         (noXPasses): Likewise.
26042         (BUILD_COMPLEX_INT): Remove macro.
26043         (print_screen): Remove xfail argument.
26044         (print_screen_max_error): Likewise.
26045         (update_stats): Likewise.
26046         (print_max_error): Likewise.  Update calls to other affected
26047         functions.
26048         (print_complex_max_error): Likewise.
26049         (test_single_exception): Update calls to print_screen.
26050         (test_single_errno): Likewise.
26051         (check_float_internal): Remove xfail argument.  Update calls to
26052         other affected functions.
26053         (check_float): Likewise.
26054         (check_complex): Likewise.
26055         (check_int): Likewise.
26056         (check_long): Likewise.
26057         (check_bool): Likewise.
26058         (check_longlong): Likewise.
26059         (main): Don't print noXFails and noXPasses.
26060         * math/gen-libm-test.pl (top level): Don't mention expected
26061         failure handling in comment.
26062         (new_test): Don't handle expected failures.
26063         (parse_args): Don't mention expected failure handling in comment.
26064         (generate_testfile): Don't handle expected failures.
26065         (parse_ulps): Likewise.
26066         (print_ulps_file): Likewise.
26067         (get_failure): Remove function.
26068         (output_test): Don't handle expected failures.
26069         * make/README.libm-test: Don't mention expected failure handling.
26070
26071         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
26072         (minus_zero): Likewise.
26073         (plus_infty): Likewise.
26074         (minus_infty): Likewise.
26075         (qnan_value): Likewise.
26076         (max_value): Likewise.
26077         (min_value): Likewise.
26078         (min_subnorm_value): Likewise.
26079         (initialize): Do not initialize those variables dynamically.
26080
26081 2013-05-03  Roland McGrath  <roland@hack.frob.com>
26082
26083         * io/open.c (__open_2): Moved to ...
26084         * io/open_2.c: ... this new file.
26085         * io/open64.c (__open64_2): Moved to ...
26086         * io/open64_2.c: ... this new file.
26087         * io/openat.c (__openat_2): Moved to ...
26088         * io/openat_2.c: ... this new file.
26089         * io/openat64.c (__openat64_2): Moved to ...
26090         * io/openat64_2.c: ... this new file.
26091         * io/Makefile (routines): Add them.
26092         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
26093         * sysdeps/unix/sysv/linux/open_2.c: File removed.
26094         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
26095         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
26096         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
26097         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
26098         (__openat64): Add hidden_ver.
26099         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
26100         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
26101
26102         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
26103         Separately conditionalize setting of GLRO(dl_sysinfo) so
26104         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
26105         as well, but the actual setting is only under [NEED_DL_SYSINFO].
26106
26107 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26108
26109         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
26110         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
26111         definition.
26112         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
26113         * sysdeps/unix/sysv/linux/powerpc/init-first.c
26114         (_libc_vdso_platform_setup): Add __vdso_time initialization.
26115         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
26116         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
26117
26118 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
26119
26120         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
26121         test signgam value.
26122
26123         * math/libm-test.inc (hypot_test): Do not use
26124         IGNORE_ZERO_INF_SIGN.
26125
26126 2013-05-03  Andreas Jaeger  <aj@suse.de>
26127
26128         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
26129         Linux 3.9.
26130         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
26131         (PF_MAX): Adjust for VSOCK change.
26132
26133 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26134
26135         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26136
26137 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
26138
26139         [BZ #15264]
26140         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
26141         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
26142         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
26143
26144 2013-05-02  David S. Miller  <davem@davemloft.net>
26145
26146         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26147
26148 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
26149
26150         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
26151
26152 2013-05-01  Roland McGrath  <roland@hack.frob.com>
26153
26154         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
26155
26156 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
26157
26158         [BZ #14952]
26159         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
26160         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
26161         Use __attribute__ ((__gnu_inline__)).
26162         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
26163         Don't use __attribute__ ((__gnu_inline__)).
26164
26165 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
26166
26167         [BZ #15423]
26168         * math/s_catan.c (__catan): Handle small real or imaginary part of
26169         input specially to avoid spurious underflow.
26170         * math/s_catanf.c (__catanf): Likewise.
26171         * math/s_catanh.c (__catanh): Likewise.
26172         * math/s_catanhf.c (__catanhf): Likewise.
26173         * math/s_catanhl.c (__catanhl): Likewise.
26174         * math/s_catanl.c (__catanl): Likewise.
26175         * math/libm-test.inc (catan_test): Add more tests.
26176         (catanh_test): Likewise.
26177         * sysdeps/i386/fpu/libm-test-ulps: Update.
26178         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26179
26180 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26181
26182         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26183
26184 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
26185
26186         [BZ #15416]
26187         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
26188         accurately for denominator in atan2.
26189         * math/s_catanf.c (__catanf): Likewise.
26190         * math/s_catanh.c (__catanh): Likewise.
26191         * math/s_catanhf.c (__catanhf): Likewise.
26192         * math/s_catanhl.c (__catanhl): Likewise.
26193         * math/s_catanl.c (__catanl): Likewise.
26194         * math/libm-test.inc (catan_test): Add more tests.
26195         (catanh_test): Likewise.
26196         * sysdeps/i386/fpu/libm-test-ulps: Update.
26197         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26198
26199 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
26200
26201         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
26202
26203         * benchtests/Makefile (bench): Remove slow benchmarks.
26204         * benchtests/atan-inputs: Add slow benchmark inputs.
26205         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
26206         (BENCH_FUNC): Accept variant offset.
26207         (VARIANT): Define.
26208         * benchtests/bench-skeleton.c (main): Run benchmark for each
26209         variant.
26210         * benchtests/cos-inputs: Add slow benchmark inputs.
26211         * benchtests/exp-inputs: Likewise.
26212         * benchtests/pow-inputs: Likewise.
26213         * benchtests/sin-inputs: Likewise.
26214         * benchtests/slowatan-inputs: Remove.
26215         * benchtests/slowatan.c: Remove.
26216         * benchtests/slowcos-inputs: Remove.
26217         * benchtests/slowcos.c: Remove.
26218         * benchtests/slowexp-inputs: Remove.
26219         * benchtests/slowexp.c: Remove.
26220         * benchtests/slowpow-inputs: Remove.
26221         * benchtests/slowpow.c: Remove.
26222         * benchtests/slowsin-inputs: Remove.
26223         * benchtests/slowsin.c: Remove.
26224         * benchtests/slowtan-inputs: Remove.
26225         * benchtests/slowtan.c: Remove.
26226         * benchtests/tan-inputs: Add slow benchmark inputs.
26227         * scripts/bench.pl: Parse comments and directives.
26228
26229         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
26230         in CPPFLAGS.
26231         ($(objpfx)bench-%.c): Remove *-ITER.
26232         * benchtests/bench-modf.c: Remove definition of ITER.
26233         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
26234         (main): Loop for DURATION seconds instead of fixed number of
26235         iterations.
26236         * scripts/bench.pl: Don't expect iterations in parameters.
26237
26238 2013-04-29  Roland McGrath  <roland@hack.frob.com>
26239
26240         * io/fchdir.c (__fchdir): Renamed from fchdir.
26241         (fchdir): Define as weak alias.
26242
26243 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
26244
26245         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
26246         (ERRNO_EDOM): Likewise.
26247         (ERRNO_ERANGE): Likewise.
26248         (noErrnoTests): New variable.
26249         (init_max_error): Set errno to 0.
26250         (test_single_errno): New function.
26251         (test_errno): Likewise.
26252         (check_float_internal): Call test_errno.  Set errno to 0.
26253         (check_complex): Refer to errno tests in comment.
26254         (check_int): Call test_errno.  Set errno to 0.
26255         (check_long): Likewise.
26256         (check_bool): Likewise.
26257         (check_longlong): Likewise.
26258         (cos_test): Use ERRNO_* flags for errno tests instead of
26259         check_int.
26260         (expm1_test): Likewise.
26261         (fmod_test): Likewise.
26262         (ilogb_test): Likewise.
26263         (lgamma_test): Likewise.
26264         (pow_test): Likewise.
26265         (remainder_test): Likewise.
26266         (sin_test): Likewise.
26267         (tan_test): Likewise.
26268         (yn_test): Likewise.
26269         (initialize): Set errno to 0.
26270         (main): Print number of errno tests.
26271         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
26272
26273 2013-04-29  Andreas Jaeger  <aj@suse.de>
26274
26275         [BZ #15084]
26276         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
26277         and RES_USEVC.
26278
26279         [BZ #15085]
26280         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
26281         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
26282         unimplemented.
26283
26284         [BZ #15380]
26285         * stdlib/random.c (__initstate): Return NULL if
26286         __initstate fails.
26287
26288         [BZ #15086]
26289         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
26290         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
26291         RES_SNGLKUPREOP.
26292
26293 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26294
26295         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26296
26297 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
26298
26299         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
26300         of individual tests.
26301         (casin_test): Likewise.
26302         (casinh_test): Likewise.
26303
26304 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
26305
26306         [BZ #15409]
26307         * math/s_catan.c (__catan): Handle arguments with large real or
26308         imaginary part separately without squaring.
26309         * math/s_catanf.c (__catanf): Likewise.
26310         * math/s_catanh.c (__catanh): Likewise.
26311         * math/s_catanhf.c (__catanhf): Likewise.
26312         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
26313         and redefine.
26314         (__catanhl): Handle arguments with large real or imaginary part
26315         separately without squaring.
26316         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
26317         and redefine.
26318         (__catanl): Handle arguments with large real or imaginary part
26319         separately without squaring.
26320         * math/libm-test.inc (catan_test): Add more tests.
26321         (catanh_test): Likewise.
26322         * sysdeps/i386/fpu/libm-test-ulps: Update.
26323         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26324
26325 2013-04-27  Andreas Jaeger  <aj@suse.de>
26326
26327         [BZ #15007]
26328         * stdlib/stdlib.h: Update guards for qecvt.
26329         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
26330         <stdlib.h>.
26331
26332 2013-04-27  Allan McRae  <allan@archlinux.org>
26333
26334         * sysdeps/i386/fpu/libm-test-ulps: Update.
26335
26336 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
26337
26338         [BZ #15406]
26339         * math/s_catan.c: Include <float.h>.
26340         (__catan): Ensure underflow exception occurs for underflowed
26341         result.
26342         * math/s_catanf.c: Include <float.h>.
26343         (__catanf): Ensure underflow exception occurs for underflowed
26344         result.
26345         * math/s_catanh.c: Include <float.h>.
26346         (__catanh): Ensure underflow exception occurs for underflowed
26347         result.
26348         * math/s_catanhf.c: Include <float.h>.
26349         (__catanhf): Ensure underflow exception occurs for underflowed
26350         result.
26351         * math/s_catanhl.c: Include <float.h>.
26352         (__catanhl): Ensure underflow exception occurs for underflowed
26353         result.
26354         * math/s_catanl.c: Include <float.h>.
26355         (__catanl): Ensure underflow exception occurs for underflowed
26356         result.
26357         * math/libm-test.inc (catan_test): Add more tests.
26358         (catanh_test): Likewise.
26359
26360         [BZ #15405]
26361         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
26362         underflowed result.
26363         * math/s_ccoshf.c (__ccoshf): Likewise.
26364         * math/s_ccoshl.c (__ccoshl): Likewise.
26365         * math/s_csin.c (__csin): Likewise.
26366         * math/s_csinf.c (__csinf): Likewise.
26367         * math/s_csinh.c (__csinh): Likewise.
26368         * math/s_csinhf.c (__csinhf): Likewise.
26369         * math/s_csinhl.c (__csinhl): Likewise.
26370         * math/s_csinl.c (__csinl): Likewise.
26371         * math/libm-test.inc (ccos_test): Add more tests.
26372         (ccosh_test): Likewise.
26373         (csin_test): Likewise.
26374         (csinh_test): Likewise.
26375
26376 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26377
26378         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
26379         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
26380         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
26381         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
26382         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
26383         powerpc/power5+/fpu folders.
26384         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
26385
26386
26387 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
26388
26389         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
26390
26391 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
26392
26393         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
26394         additions to variable.
26395         [$(config-machine) = x86_64] (modules-names): Likewise.
26396         ($(objpfx)tst-audit3): Remove dependency.
26397         ($(objpfx)tst-audit3.out): Likewise.
26398         ($(objpfx)tst-audit4): Likewise.
26399         ($(objpfx)tst-audit4.out): Likewise.
26400         ($(objpfx)tst-audit5): Likewise.
26401         ($(objpfx)tst-audit5.out): Likewise.
26402         ($(objpfx)tst-audit6): Likewise.
26403         ($(objpfx)tst-audit6.out): Likewise.
26404         ($(objpfx)tst-audit7): Likewise.
26405         ($(objpfx)tst-audit7.out): Likewise.
26406         (tst-audit3-ENV): Remove variable.
26407         (tst-audit4-ENV): Likewise.
26408         (tst-audit5-ENV): Likewise.
26409         (tst-audit6-ENV): Likewise.
26410         (tst-audit7-ENV): Likewise.
26411         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
26412         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
26413         addition to variable.
26414         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
26415         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
26416         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
26417         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
26418         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
26419         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
26420         tst-audit3, tst-audit4 and tst-audit5.
26421         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
26422         tst-audit6 and tst-audit7.
26423         [$(subdir) = elf] (modules-names): Add audit modules for those
26424         tests.
26425         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
26426         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
26427         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
26428         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
26429         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
26430         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
26431         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
26432         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
26433         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
26434         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
26435         [$(subdir) = elf] (tst-audit3-ENV): New variable.
26436         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
26437         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
26438         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
26439         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
26440         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
26441         Likewise.
26442         [$(subdir) = elf && $(config-cflags-avx) = yes]
26443         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
26444         [$(subdir) = elf && $(config-cflags-avx) = yes]
26445         (CFLAGS-tst-auditmod4a.c): Likewise.
26446         [$(subdir) = elf && $(config-cflags-avx) = yes]
26447         (CFLAGS-tst-auditmod4b.c): Likewise.
26448         [$(subdir) = elf && $(config-cflags-avx) = yes]
26449         (CFLAGS-tst-auditmod6b.c): Likewise.
26450         [$(subdir) = elf && $(config-cflags-avx) = yes]
26451         (CFLAGS-tst-auditmod6c.c): Likewise.
26452         [$(subdir) = elf && $(config-cflags-avx) = yes]
26453         (CFLAGS-tst-auditmod7b.c): Likewise.
26454         * elf/tst-audit3.c: Move to ...
26455         * sysdeps/x86_64/tst-audit3.c: ... here.
26456         * elf/tst-audit4.c: Move to ...
26457         * sysdeps/x86_64/tst-audit4.c: ... here.
26458         * elf/tst-audit5.c: Move to ...
26459         * sysdeps/x86_64/tst-audit5.c: ... here.
26460         * elf/tst-audit6.c: Move to ...
26461         * sysdeps/x86_64/tst-audit6.c: ... here.
26462         * elf/tst-audit7.c: Move to ...
26463         * sysdeps/x86_64/tst-audit7.c: ... here.
26464         * elf/tst-auditmod3a.c: Move to ...
26465         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
26466         * elf/tst-auditmod3b.c: Move to ...
26467         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
26468         * elf/tst-auditmod4a.c: Move to ...
26469         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
26470         * elf/tst-auditmod4b.c: Move to ...
26471         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
26472         * elf/tst-auditmod5a.c: Move to ...
26473         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
26474         * elf/tst-auditmod5b.c: Move to ...
26475         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
26476         * elf/tst-auditmod6a.c: Move to ...
26477         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
26478         * elf/tst-auditmod6b.c: Move to ...
26479         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
26480         * elf/tst-auditmod6c.c: Move to ...
26481         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
26482         * elf/tst-auditmod7a.c: Move to ...
26483         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
26484         * elf/tst-auditmod7b.c: Move to ...
26485         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
26486
26487 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
26488
26489         [BZ #15366]
26490         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
26491         define unconditionally.
26492         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
26493         define unconditionally.
26494         (INT8_C, INT16_C, etc.): Likewise.
26495
26496 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
26497
26498         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
26499         __ehdr_start with hidden visibility.
26500
26501         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
26502
26503 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
26504
26505         * math/libm-test.inc (cos_test): Use accurate hex constants.
26506         (sincost_test): Likewise.
26507
26508 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
26509
26510         * math/libm-test.inc (catan_test): Add more tests.
26511         (catanh_test): Likewise.
26512
26513         * math/s_catanf.c (__catanf): Use suffixed floating-point
26514         constants.
26515         * math/s_catanhf.c (__catanhf): Likewise.
26516         * math/s_catanhl.c (__catanhl): Likewise.
26517         * math/s_catanl.c (__catanl): Likewise.
26518
26519         [BZ #15394]
26520         * math/s_catan.c (__catan): Calculate imaginary part of result
26521         with log1p not log unless computing log of number close to 0.
26522         * math/s_catanf.c (__catanf): Likewise.
26523         * math/s_catanl.c (__catanl): Likewise.
26524         * math/s_catanh.c (__catanh): Calculate real part of result with
26525         log1p not log unless computing log of number close to 0.
26526         * math/s_catanhf.c (__catanhf): Likewise.
26527         * math/s_catanhl.c (__catanhl): Likewise.
26528         * math/libm-test.inc (catan_test): Add more tests.
26529         (catanh_test): Likewise.
26530         * sysdeps/i386/fpu/libm-test-ulps: Update.
26531         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26532
26533 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
26534
26535         * benchtests/Makefile: Mention files in which fast and slow
26536         paths of math functions are implemented.
26537
26538 2013-04-23  Roland McGrath  <roland@hack.frob.com>
26539
26540         * sysdeps/posix/timespec_get.c: New file.
26541
26542 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26543
26544         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
26545         POWER.
26546         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
26547         for POWER.
26548         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
26549         powerpc/power5/fpu folders.
26550         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
26551         * benchtests/Makefile: Add modf testcase.
26552         * benchtests/bench-modf.c: New file: Benchmark test for mo
26553
26554 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
26555
26556         [BZ #14888]
26557         * time/Makefile (tests): Add tst-strptime-whitespace.
26558         * time/strptime_l.c (get_number): Use ISSPACE.
26559         (__strptime_internal): Likewise.
26560         * time/tst-strptime-whitespace.c: New test case.
26561
26562 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
26563
26564         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
26565         member.
26566         (_nss_files_init): Set it here.
26567
26568 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
26569
26570         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
26571         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
26572         unsigned.
26573
26574 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
26575
26576         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
26577
26578 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
26579
26580         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
26581         size just once.
26582
26583 2013-04-21  David S. Miller  <davem@davemloft.net>
26584
26585         * po/ru.po: Update Russion translation from translation project.
26586
26587 2013-04-17  Adam Conrad  <adconrad@0c3.net>
26588
26589         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
26590         and setfsgid.
26591
26592 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
26593
26594         * configure.in: Remove i386 configure warning. Remove i386 case.
26595         * configure: Regenerate.
26596         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
26597         Add example to error message.
26598         * sysdeps/i386/configure: Regenerate.
26599
26600 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
26601
26602         * benchtests/Makefile (bench): Add cos, tan, slowcos and
26603         slowtan.
26604         * benchtests/cos-inputs: New file.
26605         * benchtests/slowcos-inputs: New file.
26606         * benchtests/slowcos.c: New file.
26607         * benchtests/slowtan-inputs: New file.
26608         * benchtests/slowtan.c: New file.
26609         * benchtests/tan-inputs: New file.
26610
26611 2013-04-16  Roland McGrath  <roland@hack.frob.com>
26612
26613         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
26614         considered kosher.
26615
26616 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
26617
26618         * benchtests/Makefile: Include cppflags-iterator.mk to add
26619         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
26620
26621         * Makefile.in (bench-clean): New target.
26622         * benchtests/Makefile (bench-clean): Likewise.
26623
26624 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
26625
26626         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
26627
26628 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
26629
26630         * stdio-common/tstdiomisc.c: Fix coding-style violation.
26631
26632 2013-04-15  Andreas Schwab  <schwab@suse.de>
26633
26634         * nscd/grpcache.c (cache_addgr): Properly check for short write.
26635         * nscd/initgrcache.c (addinitgroupsX): Likewise.
26636         * nscd/pwdcache.c (cache_addpw): Likewise.
26637         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
26638         more than recsize.
26639
26640 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26641
26642         * benchtests/Makefile (bench): Write all output to
26643         bench-out.tmp together.
26644
26645 2013-04-15  Andreas Schwab  <schwab@suse.de>
26646
26647         * nscd/nscd.c (main): Don't fork again after closing files.
26648
26649 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26650
26651         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
26652
26653         * benchtests/Rules (bench-deps): Collect dependencies into a
26654         single variable.  Add Makefile to dependencies.
26655         ($(objpfx)bench-%.c): Depend on bench-deps.
26656
26657 2013-04-12  Roland McGrath  <roland@hack.frob.com>
26658             Xavier Roche  <roche+kml2@exalead.com>
26659
26660         [BZ #15361]
26661         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
26662         just that it's a file descriptor.
26663         * manual/llio.texi (Synchronizing AIO Operations): Update description
26664         for EBADF error from aio_fsync.
26665
26666 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
26667
26668         * Rules (bench): Move target definition...
26669         * benchtests/Makefile: ... here.
26670
26671 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
26672
26673         * math/libm-test.inc (cos_test): Fix PI/2 test.
26674         (sincos_test): Likewise.
26675         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
26676         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
26677
26678 2013-04-11  Andreas Schwab  <schwab@suse.de>
26679
26680         [BZ #13988]
26681         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
26682         accept exponent character only when digits were seen.
26683         * stdio-common/Makefile (tests): Add bug26.
26684         * stdio-common/bug26.c: New file.
26685
26686         [BZ #14293]
26687         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
26688         non-freeable.
26689
26690 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
26691
26692         * Makeconfig (rtld-prefix): Define built linker prefix.
26693         * Rules (run-bench): Use it.
26694         * math/Makefile (run-regen-ulps): Likewise.
26695
26696         * Rules (bench): Remove eval.
26697
26698 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
26699             Roland McGrath  <roland@hack.frob.com>
26700             Ondrej Bilka  <neleai@seznam.cz>
26701
26702         [BZ #15346]
26703         * time/getdate.c: Include ctype.h and alloca.h.
26704         (__getdate_r): Trim leading and trailing spaces of input.
26705         * time/tst-getdate.c (tests): Add tests with leading and
26706         trailing spaces.
26707
26708 2013-04-08  Roland McGrath  <roland@hack.frob.com>
26709
26710         [BZ #14280]
26711         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
26712         when computing value.
26713
26714 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26715
26716         * math/README.libm-test (How can I generate "libm-test-ulps"?):
26717         Use testrun.sh to run libm tests.
26718
26719         [BZ #15309]
26720         * elf/dl-open.c (dl_open_worker): memset all of seen array.
26721
26722 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
26723
26724         [BZ #15264]
26725         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
26726
26727 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26728
26729         * Makefile.in (regen-ulps): New target.
26730         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
26731         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
26732         [ifneq (no,$(PERL)] (regen-ulps): New target.
26733         [ifeq (no,$(PERL)] (regen-ulps): New target.
26734         * math/libm-test.inc (ulps_file_name): Define.
26735         (output_dir): New variable.
26736         (options): Add "output-dir" option.
26737         (parse_opt): Handle 'o' case.
26738         (main): If output_dir is non-NULL use it as a prefix
26739         otherwise use "".
26740         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
26741
26742 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26743
26744         [BZ #10060, #10062]
26745         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
26746         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
26747         fail configure if __sync_val_compare_and_swap is not inlined.
26748         * sysdeps/i386/configure: Regenerate.
26749         * configure.in: Build for i686 when configured for i386.
26750         * configure: Regenerate.
26751         * README: Remove i386 reference.
26752
26753 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26754
26755         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
26756         * sysdeps/s390/s390-64/sysdep.h: Likewise.
26757
26758 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
26759
26760         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
26761         (lmsnanval): New variables.
26762         (F): Add conversion tests.
26763         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
26764         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
26765
26766         * stdio-common/tstdiomisc.c (F): Properly collect individual
26767         tests' results.
26768
26769         [BZ #14686, #15336]
26770         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
26771         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
26772         Instead, use input NaN values or generate a qNaN by arithmetic
26773         operation.  Also fix bugs to comply with the standard.
26774         * math/libm-test.inc (remainder_test): Add more tests.
26775
26776         [BZ #15335, #15342]
26777         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
26778         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
26779         input NaN values or generate a qNaN by arithmetic operation.
26780
26781         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
26782         unreachable code.
26783
26784         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
26785         definitions.
26786
26787 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
26788
26789         [BZ #14478]
26790         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
26791         underflowed result.
26792         * math/s_cexpf.c (__cexpf): Likewise.
26793         * math/s_cexpl.c (__cexpl): Likewise.
26794         * math/libm-test.inc (cexp_test): Add more tests.
26795
26796 2013-04-03  Andreas Schwab  <schwab@suse.de>
26797
26798         [BZ #15330]
26799         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
26800         order arrays from heap if bigger than alloca cutoff.
26801
26802 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
26803
26804         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
26805         (SNAN_TESTS_double): Refer to GCC PR56831.
26806         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
26807         GCC PR56828.
26808
26809 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
26810
26811         * Rules (bench): Move bench.out after the run is complete.
26812
26813         * Rules (bench): Echo currently running benchmark.
26814
26815         * benchtests/Makefile (bench): Add atan and slowatan.
26816         * benchtests/atan-inputs: New file.
26817         * benchtests/slowatan-inputs: New file.
26818         * benchtests/slowatan.c: New file.
26819
26820         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
26821         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
26822         its value.
26823
26824         [BZ #15305]
26825         * sysdeps/unix/sysv/linux/kernel-features.h
26826         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
26827         __ASSUME_XFS_RESTRICTED_CHOWN.
26828         * sysdeps/unix/sysv/linux/pathconf.c
26829         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
26830         Save and restore errno.
26831
26832 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
26833
26834         [BZ #15327]
26835         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
26836         arguments using __kernel_casinh.
26837         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
26838         arguments using __kernel_casinhf.
26839         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
26840         arguments using __kernel_casinhl.
26841         * math/libm-test.inc (cacosh_test): Add more tests.
26842         * sysdeps/i386/fpu/libm-test-ulps: Update.
26843         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26844
26845 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
26846
26847         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
26848         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
26849
26850         * bench/Makefile (bench): Add sin and slowsin.
26851         * benchtests/sin-inputs: New file.
26852         * benchtests/slowsin-inputs: New file.
26853         * benchtests/slowsin.c: New file.
26854
26855         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
26856         (bench): Add slowexp and slowpow.
26857         (exp-ITER): Increase iterations.
26858         (pow-ITER): Likewise.
26859         * benchtests/exp-inputs: Change input.
26860         * benchtests/pow-inputs: Likewise.
26861         * benchtests/slowexp-inputs: New file.
26862         * benchtests/slowexp.c: New file.
26863         * benchtests/slowpow-inputs: New file.
26864         * benchtests/slowpow.c: New file.
26865
26866 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26867
26868         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
26869         instructions.
26870         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
26871         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
26872         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
26873         * benchtests/Makefile: Add rint benchtest.
26874         * benchtests/rint-inputs: Input for rint benchtest.
26875
26876 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
26877
26878         * Versions.def (libm): Add GLIBC_2.18.
26879         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
26880         hidden libm prototypes.
26881         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
26882         * math/Makefile (libm-calls): Add s_issignaling.
26883         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
26884         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
26885         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
26886         declaration.
26887         * math/math.h [__USE_GNU] (issignaling): New macro.
26888         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
26889         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
26890         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
26891         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
26892         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
26893         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
26894         * manual/arith.texi (issignaling): New section.
26895         * manual/libm-err-tab.pl (@all_functions): Update comment.
26896         * math/gen-libm-test.pl (parse_args): Apply special handling for
26897         issignaling.
26898         * math/libm-test.inc (print_float, issignaling_test): New
26899         functions.
26900         (check_float_internal): Add issignaling checks.
26901         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
26902         default definition.
26903         * sysdeps/powerpc/math-tests.h: New file.
26904         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
26905         tests.
26906         * math/test-snan.c (TEST_FUNC): Likewise.
26907
26908 2013-03-30  David S. Miller  <davem@davemloft.net>
26909
26910         * po/de.po: Update from translation team.
26911
26912 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
26913
26914         [BZ #10357]
26915         * math/k_casinh.c (__kernel_casinh): Handle arguments with
26916         imaginary part less than 1.0 and real part less than 0.5
26917         specially.
26918         * math/k_casinhf.c (__kernel_casinhf): Likewise.
26919         * math/k_casinhl.c (__kernel_casinhl): Likewise.
26920         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
26921         (cacos_test): Add more tests.
26922         (casin_test): Likewise.
26923         (casinh_test): Likewise.
26924         * sysdeps/i386/fpu/libm-test-ulps: Update.
26925         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26926
26927 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
26928
26929         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
26930         ONE with its value.
26931
26932         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
26933         (__pow_mp): Replace ONE and MONE with their values.
26934         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
26935         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
26936         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
26937         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
26938         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
26939         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
26940
26941         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
26942
26943         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
26944         (__pow_mp): Replace ZERO and MZERO with their values.
26945         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
26946         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
26947         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
26948         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
26949         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
26950         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
26951         (__sqr): Likewise.
26952
26953         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
26954
26955         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
26956
26957 2013-03-28  Roland McGrath  <roland@hack.frob.com>
26958
26959         * include/stdlib.h [!SHARED] (__call_tls_dtors):
26960         Declare with __attribute__ ((weak)).
26961         * stdlib/exit.c (__libc_atexit) [!SHARED]:
26962         Call __call_tls_dtors only if it's not NULL.
26963
26964 2013-03-28  Roland McGrath  <roland@hack.frob.com>
26965
26966         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
26967         didn't do it already, then set _dl_phdr and _dl_phnum based on the
26968         magic __ehdr_start linker symbol if it's defined.
26969         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
26970         them up here if it was already done.
26971
26972         * elf/dl-support.c (_dl_phdr): Make pointer to const.
26973         (_dl_aux_init): Use const in cast when setting it.
26974         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
26975         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
26976         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
26977
26978         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
26979         Declare them here.
26980         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
26981         * csu/libc-tls.c: Nor here.
26982         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
26983
26984         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
26985         (__libc_message): Never call vsyslog.
26986
26987 2013-03-28  Alan Modra  <amodra@gmail.com>
26988
26989         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
26990         Define as empty.
26991         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
26992         Likewise.
26993
26994 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26995
26996         [BZ #15214]
26997         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
26998         underflow.
26999         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27000
27001 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
27002
27003         [BZ #15304]
27004         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
27005         Don't add gid passed as argument.
27006
27007         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
27008
27009 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
27010
27011         [BZ #15307]
27012         * math/k_casinh.c (__kernel_casinh): Handle arguments with
27013         imaginary part between 1.0 and 1.5 and real part less than 0.5
27014         specially.
27015         * math/k_casinhf.c (__kernel_casinhf): Likewise.
27016         * math/k_casinhl.c (__kernel_casinhl): Likewise.
27017         * math/libm-test.inc (cacos_test): Add more tests.
27018         (casin_test): Likewise.
27019         (casinh_test): Likewise.
27020         * sysdeps/i386/fpu/libm-test-ulps: Update.
27021         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27022
27023 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
27024
27025         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
27026         constants.
27027         (norm): Likewise.
27028         (denorm): Likewise.
27029         (__dbl_mp): Likewise.
27030         (add_magnitudes): Likewise.
27031         (sub_magnitudes): Likewise.
27032         (__add): Likewise.
27033         (__sub): Likewise.
27034         (__mul): Likewise.
27035         (__sqr): Likewise.
27036         (__inv): Likewise.
27037         (__dvd): Likewise.
27038
27039         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
27040         commented code.
27041         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
27042         (__dubcos): Likewise.
27043         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
27044         (__ieee754_acos): Likewise.
27045         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
27046         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
27047         (__exp1): Likewise.
27048         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
27049         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
27050         (log1): Likewise.
27051         (my_log2): Likewise.
27052         (checkint): Likewise.
27053         * sysdeps/ieee754/dbl-64/e_remainder.c
27054         (__ieee754_remainder): Likewise.
27055         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
27056         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
27057         (bsloww): Likewise.
27058         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
27059
27060         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
27061         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
27062         MANTISSA_STORE_T to store computations on mantissa.  Use
27063         macros for rounding and division.
27064         (denorm): Likewise.
27065         (__dbl_mp): Likewise.
27066         (add_magnitudes): Likewise.
27067         (sub_magnitudes): Likewise.
27068         (__mul): Likewise.
27069         (__sqr): Likewise.
27070         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
27071         powers of two in terms of TWOPOW macro.
27072         (mp_no): Make type of mantissa as MANTISSA_T.
27073         [!RADIXI]: Define RADIXI.
27074         [!TWO52]: Define TWO52.
27075         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
27076
27077 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27078
27079         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
27080         llroundl symbol when building for PPC32.
27081
27082 2013-03-24  Mark H Weaver  <mhw@netris.org>
27083
27084         * manual/arith.texi (Normalization Functions): Fix prototypes for
27085         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
27086
27087 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27088
27089         [BZ #13889]
27090         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
27091         high value to check if expl overflow.
27092         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
27093         to check for underflow and overflow.
27094         * math/libm-test.inc: Add exp test.
27095
27096 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
27097
27098         [BZ #11120]
27099         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
27100         with NOT_IN_libc.
27101
27102 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27103
27104         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
27105         symbol.
27106
27107 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
27108
27109         * math/gen-libm-test.pl (parse_args, special_functions): Properly
27110         wrap blocks consisting of several statements.
27111
27112         * sysdeps/generic/math-tests.h: New file.
27113         * sysdeps/i386/fpu/math-tests.h: Likewise.
27114         * math/test-snan.c: Include it.
27115         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
27116
27117 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
27118
27119         [BZ #15285]
27120         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
27121         (__ieee754_j0l): Do not improve calculations using cos of twice
27122         input for inputs above LDBL_MAX / 2.0L.
27123         (__ieee754_y0l): Likewise.
27124         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
27125         (__ieee754_j1l): Do not improve calculations using cos of twice
27126         input for inputs above LDBL_MAX / 2.0L.
27127         (__ieee754_y1l): Likewise.
27128         * math/libm-test.inc (j0_test): Add another test.
27129         (j1_test): Likewise.
27130         (y0_test): Likewise.
27131         (y1_test): Likewise.
27132         * sysdeps/i386/fpu/libm-test-ulps: Update.
27133
27134 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
27135
27136         * Rules ($(objpfx)bench-%.c): Include code from a C source
27137         file.
27138
27139 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
27140
27141         [BZ #15287]
27142         * math/k_casinh.c (__kernel_casinh): Handle arguments with
27143         imaginary part 1.0 and real part less than 0.5 specially.
27144         * math/k_casinhf.c (__kernel_casinhf): Likewise.
27145         * math/k_casinhl.c (__kernel_casinhl): Likewise.
27146         * math/libm-test.inc (cacos_test): Add more tests.
27147         (casin_test): Likewise.
27148         (casinh_test): Likewise.
27149         * sysdeps/i386/fpu/libm-test-ulps: Update.
27150         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27151
27152 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
27153
27154         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
27155         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
27156
27157 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
27158
27159         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
27160         * config.make.in (config-cflags-sse4): Remove variable.
27161         (config-cflags-avx): Likewise.
27162         (config-cflags-sse2avx): Likewise.
27163         (config-cflags-novzeroupper): Likewise.
27164         (config-asflags-i686): Likewise.
27165         (have-mfma4): Likewise.
27166         (have-as-vis3): Likewise.
27167         (MIG): Likewise.
27168         * configure.in (MIG): Do not AC_SUBST.
27169         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
27170         (libc_cv_cc_sse4): Do not AC_SUBST.
27171         (libc_cv_cc_avx): Likewise.
27172         (libc_cv_cc_sse2avx): Likewise.
27173         (libc_cv_cc_novzeroupper): Likewise.
27174         (libc_cv_cc_fma4): Likewise.
27175         (libc_cv_as_i686): Likewise.
27176         (libc_cv_sparc_as_vis3): Likewise.
27177         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
27178         LIBC_CONFIG_VAR.
27179         (config-asflags-i686): Likewise.
27180         (config-cflags-avx): Likewise.
27181         (config-cflags-sse2avx): Likewise.
27182         (have-mfma4): Likewise.
27183         (config-cflags-novzeroupper): Likewise.
27184         * sysdeps/mach/configure.in (MIG): Likewise.
27185         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
27186         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
27187         LIBC_CONFIG_VAR.
27188         (config-cflags-avx): Likewise.
27189         (config-cflags-sse2avx): Likewise.
27190         (have-mfma4): Likewise.
27191         (config-cflags-novzeroupper): Likewise.
27192         * configure: Regenerated.
27193         * sysdeps/i386/configure: Likewise.
27194         * sysdeps/mach/configure: Likewise.
27195         * sysdeps/sparc/configure: Likewise.
27196         * sysdeps/x86_64/configure: Likewise.
27197
27198 2013-03-20  Roland McGrath  <roland@hack.frob.com>
27199
27200         [BZ #14812]
27201         * locale/programs/localedef.c (options): Put N_ translation marker
27202         on argument names, not just descriptions.
27203
27204 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
27205
27206         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
27207
27208 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
27209
27210         [BZ #14176]
27211         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
27212
27213 2013-03-19  Roland McGrath  <roland@hack.frob.com>
27214
27215         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
27216         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
27217         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
27218         [!BEFORE_ABORT] (before_abort): New function.
27219         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
27220         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
27221         (writev_for_fatal): New function.
27222         (WRITEV_FOR_FATAL): New macro; call that.
27223         (backtrace_and_maps): New function.
27224         (BEFORE_ABORT): New macro; call that.
27225         (struct str_list): Type removed.
27226         (__libc_message, __libc_fatal): Functions removed.
27227         Include <sysdeps/posix/libc_fatal.c> instead.
27228
27229 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
27230
27231         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
27232         constants.
27233         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
27234         double constants.
27235
27236 2013-03-19  Andreas Schwab  <schwab@suse.de>
27237
27238         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
27239         * sysdeps/gnu/configure: Regenerate.
27240
27241         * configure.in: Substitute libc_cv_rtlddir.
27242         * configure: Regenerate.
27243         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
27244         * Makeconfig (rtlddir, inst_rtlddir): New variables.
27245         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
27246         * elf/Makefile (install-others, CFLAGS-interp.c)
27247         (ldso_install, common-ldd-rewrite): Likewise.
27248         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
27249         $(inst_slibdir)/$(rtld-installed-name).
27250         * scripts/rellns-sh: Add -p option.
27251         * Makerules (make-shlib-link): Use rellns-sh to get relative name
27252         for source.
27253
27254 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
27255
27256         * manual/nptl.texi: Renamed to ...
27257         * manual/threads.texi: ... this.
27258         * manual/Makefile (chapters): Update.
27259
27260 2013-03-18  Roland McGrath  <roland@hack.frob.com>
27261
27262         [BZ #14812]
27263         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
27264         on argument names, not just descriptions.
27265         * malloc/memusagestat.c (options): Likewise.
27266         * nss/getent.c (options): Likewise.
27267
27268 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
27269
27270         [BZ #14812]
27271         * iconv/iconv_prog.c (options): Put N_ translation marker
27272         on argument names, not just descriptions.
27273         * iconv/iconvconfig.c (options): Likewise.
27274
27275 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
27276
27277         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
27278         implementation which is faster on all x86_64 architectures.
27279         Tested on AMD, Intel Nehalem, SNB, IVB.
27280         * sysdeps/x86_64/strnlen.S: Likewise.
27281
27282         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
27283         Remove all multiarch strlen and strnlen versions.
27284         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
27285         Remove strlen and strnlen related parts.
27286
27287         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
27288         Inline strlen part.
27289         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
27290
27291         * sysdeps/x86_64/multiarch/strlen.S: Remove.
27292         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
27293         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
27294         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
27295         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
27296         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
27297
27298 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
27299
27300         * manual/memory.texi (Malloc Tunable Parameters):
27301         Sort parameters alphabetically. Add comments for missing entries.
27302
27303 2013-03-17  David S. Miller  <davem@davemloft.net>
27304
27305         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27306
27307 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
27308
27309         [BZ #15283]
27310         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
27311         for arguments at most half maximum finite value.
27312         * math/libm-test.inc (j0_test): Add more tests.
27313         (j1_test): Likewise.
27314         (y0_test): Likewise.
27315         (y1_test): Likewise.
27316         * sysdeps/i386/fpu/libm-test-ulps: Update.
27317         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27318
27319         [BZ #14155]
27320         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
27321         1 / x and functions P and Q for arguments above 0x1p256L.
27322         (__ieee754_y0l): Likewise.
27323         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
27324         (__ieee754_y1l): Likewise.
27325         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
27326         (j1_test): Likewise.
27327         (y0_test): Likewise.
27328         (y1_test): Likewise.
27329
27330 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
27331
27332         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
27333         variable.
27334
27335 2013-03-15  Roland McGrath  <roland@hack.frob.com>
27336
27337         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
27338         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
27339         zero since it's initialized to EXEC_PAGESIZE.
27340
27341         * sysdeps/unix/sysv/linux/ldsodefs.h
27342         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
27343         * sysdeps/generic/ldsodefs.h: ... here.
27344
27345 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
27346
27347         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
27348
27349         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
27350         math/test-snan.c.
27351         * math/test-snan.c: Renamed from
27352         sysdeps/powerpc/fpu/test-powerpc-snan.c.
27353         * math/Makefile (tests): Add test-snan.
27354         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
27355         test-powerpc-snan.
27356
27357         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
27358         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
27359         functions.
27360         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
27361         __builtin_nan family of functions.
27362         * math/libm-test.inc (initialize): Initialize qnan_value with
27363         __builtin_nan family of functions.
27364         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
27365         Remove variables.
27366         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
27367         Remove functions.
27368         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
27369         storage class.  Initialize qNaN_var and sNaN_var with
27370         __builtin_nan and __builtin_nans families of functions,
27371         respectively.
27372
27373         * math/libm-test.inc (acosh_test): Also test with qNaN input.
27374         (sqrt_test): Remove duplicate test with qNaN input.
27375         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
27376         (round_test, signbit_test, significand_test): Note missing +/-Inf
27377         as well as qNaN tests.
27378
27379         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
27380         qNaN_var.  Fix a few strings, too.
27381         * math/libm-test.inc (nan_value): Rename to qnan_value.
27382         * math/gen-libm-test.pl (%beautify): Adjust to that.
27383         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
27384         * math/test-misc.c (main): Likewise.
27385         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
27386         to __qnan_bytes, and __qnan_union, respectively.
27387         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
27388         Likewise.
27389         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
27390         and lqnanval, respectively.
27391         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
27392         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
27393         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
27394         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
27395
27396         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
27397         * math/test-misc.c (main) [__x86_64__]: Enable test for long
27398         doubles.
27399
27400         * math/test-misc.c (main): Fix copy'n'pastos.
27401         * misc/tst-efgcvt.c (special): Likewise.
27402
27403         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
27404         Remove declarations.
27405
27406 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27407
27408         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
27409         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
27410         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
27411         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
27412
27413 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27414
27415         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
27416         macro to return vdso values correctly in IFUNC implementations.
27417         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
27418         Optimization by using IFUNC.
27419
27420 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27421             Richard Henderson  <rth@redhat.com>
27422             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
27423
27424         * Makefile.in (bench): New target.
27425         * NEWS: Mention the benchmark framework.
27426         * Rules (bench): Likewise.
27427         (binaries-bench): Generate binaries for functions to
27428         benchmark.
27429         * benchtests/Makefile: New makefile for benchmark tests.
27430         * benchtests/bench-skeleton.c: New skeleton file for benchmark
27431         programs.
27432         * benchtests/exp-inputs: New input file for EXP function.
27433         * benchtests/pow-inputs: New input file for POW function.
27434         * scripts/bench.pl: New script to generate source files for
27435         benchmark programs.
27436
27437 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27438
27439         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
27440         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
27441         computations on mantissa.  Use macros for rounding and
27442         division.
27443         (denorm): Likewise.
27444         (__dbl_mp): Likewise.
27445         (add_magnitudes): Likewise.
27446         (sub_magnitudes): Likewise.
27447         (__mul): Likewise.
27448         (__sqr): Likewise.
27449         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
27450         powers of two in terms of TWOPOW macro.
27451         (mp_no): Make type of mantissa as MANTISSA_T.
27452         [!RADIXI]: Define RADIXI.
27453         [!TWO52]: Define TWO52.
27454         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
27455
27456         * manual/nptl.texi (cindex): Modify threads to pthreads.
27457
27458 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
27459
27460         * sysdeps/x86_64/preconfigure: Regenerated.
27461
27462 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
27463
27464         [BZ #14155]
27465         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
27466         0x1p28 and above.
27467         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
27468         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
27469         0x1p28 and above.
27470         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
27471         * math/libm-test.inc (j0_test): Do not allow one spurious
27472         underflow exception.
27473         (y1_test): Likewise.
27474
27475 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
27476
27477         * manual/Makefile (chapters): Add nptl.
27478         * manual/debug.texi (Debugging Support): Add link to Threads
27479         chapter.
27480         * manual/nptl.texi: New file.
27481
27482         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
27483
27484 2013-03-14  Petr Baudis  <pasky@ucw.cz>
27485
27486         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
27487         for non-NULL pointer before the memory validity test. Pointed
27488         out by Holger Brunck <holger.brunck@keymile.com>.
27489
27490 2013-03-13  Andreas Schwab  <schwab@suse.de>
27491
27492         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
27493         instead of .os.
27494
27495 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
27496
27497         * timezone/zic.c: Update from tzcode 2013b.
27498
27499 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
27500
27501         * manual/install.texi (Configuring and compiling):
27502         Mention i686 and i586.
27503         * INSTALL: Regenerate.
27504
27505 2013-03-12  Roland McGrath  <roland@hack.frob.com>
27506
27507         * sysdeps/init_array/elf-init.c: New file.
27508         * csu/elf-init.c
27509         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
27510         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
27511
27512         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
27513         __gmon_start__ as global, but as static with a .preinit_array pointer.
27514         * sysdeps/init_array/gmon-start.c: New file.  Use that.
27515         * sysdeps/init_array/crti.S: New file, empty except for comments.
27516         * sysdeps/init_array/crtn.S: Likewise.
27517
27518 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
27519
27520         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
27521         definining bcopy.
27522         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
27523         Remove Prefer_SSE_for_memop.
27524         * sysdeps/x86_64/multiarch/init-arch.h: Remove
27525         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
27526         HAS_PREFER_SSE_FOR_MEMOP.
27527         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
27528         memset-x86-64.
27529         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
27530         Remove bzero, memset ifunc support.
27531         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
27532         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
27533         * sysdeps/x86_64/multiarch/memset.S: Likewise.
27534         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
27535
27536 2013-03-11  Andreas Schwab  <schwab@suse.de>
27537
27538         [BZ #15234]
27539         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
27540         by SHLIB_COMPAT.
27541         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
27542         (GLIBC_2.16): Remove pthread_atfork.
27543
27544 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
27545
27546         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
27547         (ptestcases.h): Likewise.
27548
27549 2013-03-08  Roland McGrath  <roland@hack.frob.com>
27550
27551         * Makeconfig ($(common-objpfx)config.status): Depend on
27552         sysdeps/*/preconfigure{,.in} too.
27553
27554 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
27555
27556         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
27557         (__free_hook): Use void * instead of __malloc_ptr_t.
27558         (__malloc_hook): Likewise.
27559         (__realloc_hook): Likewise.
27560         (__memalign_hook): Likewise.
27561         (__after_morecore_hook): Likewise.
27562         * malloc/arena.c (save_malloc_hook): Likewise.
27563         (save_free_hook): Likewise.
27564         * malloc/hooks.c (malloc_hook_ini): Likewise.
27565         (realloc_hook_ini): Likewise.
27566         (memalign_hook_ini): Likewise.
27567         * malloc/malloc.c (malloc_hook_ini): Likewise.
27568         (realloc_hook_ini): Likewise.
27569         (memalign_hook_ini): Likewise.
27570         (__free_hook): Likewise.
27571         (__malloc_hook): Likewise.
27572         (__realloc_hook): Likewise.
27573         (__memalign_hook): Likewise.
27574         (__libc_malloc): Likewise.
27575         (__libc_free): Likewise.
27576         (__libc_realloc): Likewise.
27577         (__libc_memalign): Likewise.
27578         (__libc_valloc): Likewise.
27579         (__libc_pvalloc): Likewise.
27580         (__libc_calloc): Likewise.
27581         (__posix_memalign): Likewise.
27582         * malloc/morecore.c (__sbrk): Likewise.
27583         (__default_morecore): Likewise.
27584
27585         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
27586
27587         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
27588         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
27589         __malloc_ptrdiff_t.
27590
27591         * malloc/malloc.h (__malloc_size_t): Remove macro.
27592         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
27593         __malloc_size_t.
27594         (old_memalign_hook): Likewise.
27595         (old_realloc_hook): Likewise.
27596         (struct hdr): Likewise.
27597         (flood): Likewise.
27598         (mallochook): Likewise.
27599         (memalignhook): Likewise.
27600         (reallochook): Likewise.
27601         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
27602         (tr_old_realloc_hook): Likewise.
27603         (tr_old_memalign_hook): Likewise.
27604         (tr_mallochook): Likewise.
27605         (tr_reallochook): Likewise.
27606         (tr_memalignhook): Likewise.
27607
27608 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27609
27610         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
27611         default_ldbl_pack and using as default implementation.
27612         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
27613         implementation.
27614         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
27615         redundant definition.
27616         (ldbl_insert_mantissa): Likewise.
27617         (ldbl_canonicalize): Likewise.
27618         (ldbl_nearbyint): Likewise.
27619         (ldbl_pack): Rename to ldbl_pack_ppc.
27620         (ldbl_unpack): Rename to ldbl_unpack_ppc.
27621         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
27622         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
27623
27624 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
27625
27626         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
27627         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
27628         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
27629         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
27630         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
27631         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
27632         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
27633         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
27634
27635 2013-03-07  Andreas Jaeger  <aj@suse.de>
27636
27637         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
27638         bits/mman-linux.h.
27639
27640 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
27641
27642         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
27643         Include mpa.h and declare __MPEXP.
27644         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
27645         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
27646         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
27647         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
27648         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
27649         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
27650         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
27651
27652         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
27653         (__slowpow): Use long double EXPL and LOGL functions to
27654         compute POW.
27655         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
27656         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
27657         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
27658         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
27659         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
27660         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
27661
27662         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
27663         intermediate variable to calculate exponent.
27664         (__sqr): Likewise.
27665         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
27666         Likewise.
27667         (__sqr): Likewise.
27668
27669         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
27670         [!NO__SQR]: Define __sqr.
27671         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
27672         and NO__SQR.  Remove all code except __mul and __sqr.  Include
27673         sysdeps/ieee754/dbl-64/mpa.c.
27674         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
27675
27676         [BZ #12723]
27677         * posix/Makefile (tests): Add tst-pathconf.
27678         * posix/tst-pathconf.c: New test case.
27679         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
27680         _PC_PIPE_BUF.
27681         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
27682
27683 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
27684
27685         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
27686
27687 2013-03-06  Andreas Jaeger  <aj@suse.de>
27688
27689         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
27690         definition via __MAP_ANONYMOUS.
27691
27692         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
27693         it's not part of Linux headers.
27694
27695         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
27696         (MAP_HUGE_MASK): Define.
27697
27698         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27699         Define.
27700         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27701         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27702         Define.
27703         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27704         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27705         Define.
27706         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27707         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
27708         Define.
27709         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27710
27711         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
27712         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
27713         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
27714         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
27715         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
27716         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
27717
27718         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
27719         Handle f2fs.
27720
27721         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
27722         Handle f2fs and efivarfs.
27723
27724         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
27725         f2fs.
27726
27727         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
27728         (EFIVARFS_MAGIC): Add.
27729         (F2FS_LINK_MAX): Add.
27730
27731 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
27732
27733         * stdio-common/vfprintf.c: Replace __builtin_expect with
27734         __glibc_unlikely.
27735
27736 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
27737
27738         [BZ #13550]
27739         * sysdeps/generic/bp-sym.h: Remove file.
27740         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
27741         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
27742         <bp-sym.h> and <bp-asm.h>.
27743         (__longjmp): Don't use BP_SYM.
27744         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
27745         and <bp-asm.h>.
27746         (memcpy): Don't use BP_SYM.
27747         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
27748         <bp-sym.h> and <bp-asm.h>.
27749         (memcpy): Don't use BP_SYM.
27750         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
27751         <bp-asm.h>.
27752         (memcpy): Don't use BP_SYM.
27753         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
27754         <bp-asm.h>.
27755         (memset): Don't use BP_SYM.
27756         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27757         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27758         (__bzero): Don't use BP_SYM.
27759         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27760         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27761         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
27762         <bp-sym.h> and <bp-asm.h>.
27763         (memcmp): Don't use BP_SYM.  Remove comment about bounded
27764         pointers.
27765         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
27766         <bp-sym.h> and <bp-asm.h>.
27767         (memcpy): Don't use BP_SYM.
27768         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
27769         <bp-sym.h> and <bp-asm.h>.
27770         (memset): Don't use BP_SYM.
27771         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27772         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27773         (__bzero): Don't use BP_SYM.
27774         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27775         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27776         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
27777         <bp-sym.h> and <bp-asm.h>.
27778         (strncmp): Don't use BP_SYM.  Remove comment about bounded
27779         pointers.
27780         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
27781         <bp-sym.h> and <bp-asm.h>.
27782         (memcpy): Don't use BP_SYM.
27783         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
27784         <bp-sym.h> and <bp-asm.h>.
27785         (memset): Don't use BP_SYM.
27786         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27787         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27788         (__bzero): Don't use BP_SYM.
27789         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27790         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27791         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
27792         <bp-sym.h> and <bp-asm.h>.
27793         (__memchr): Don't use BP_SYM.
27794         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
27795         <bp-sym.h> and <bp-asm.h>.
27796         (memcmp): Don't use BP_SYM.  Remove comment about bounded
27797         pointers.
27798         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
27799         <bp-sym.h> and <bp-asm.h>.
27800         (memcpy): Don't use BP_SYM.
27801         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
27802         <bp-sym.h> and <bp-asm.h>.
27803         (__mempcpy): Don't use BP_SYM.
27804         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
27805         <bp-sym.h> and <bp-asm.h>.
27806         (__memrchr): Don't use BP_SYM.
27807         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
27808         <bp-sym.h> and <bp-asm.h>.
27809         (memset): Don't use BP_SYM.
27810         (__bzero): Likewise.
27811         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
27812         <bp-sym.h> and <bp-asm.h>.
27813         (__rawmemchr): Don't use BP_SYM.
27814         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
27815         <bp-sym.h> and <bp-asm.h>.
27816         (__STRCMP): Don't use BP_SYM.
27817         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
27818         <bp-sym.h> and <bp-asm.h>.
27819         (strchr): Don't use BP_SYM.
27820         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
27821         <bp-sym.h> and <bp-asm.h>.
27822         (__strchrnul): Don't use BP_SYM.
27823         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
27824         <bp-sym.h> and <bp-asm.h>.
27825         (strlen): Don't use BP_SYM.
27826         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
27827         <bp-sym.h> and <bp-asm.h>.
27828         (strncmp): Don't use BP_SYM.  Remove comment about bounded
27829         pointers.
27830         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
27831         <bp-sym.h> and <bp-asm.h>.
27832         (__strnlen): Don't use BP_SYM.
27833         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
27834         <bp-sym.h> and <bp-asm.h>.
27835         (__GI__setjmp): Don't use BP_SYM.
27836         (_setjmp): Likewise.
27837         (__sigsetjmp): Likewise.
27838         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
27839         (L(start_addresses)): Don't use BP_SYM.
27840         (_start): Likewise.
27841         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
27842         <bp-asm.h>.
27843         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
27844         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
27845         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27846         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27847         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
27848         <bp-asm.h>.
27849         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
27850         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
27851         about bounded pointers.
27852         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
27853         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
27854         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
27855         <bp-asm.h>.
27856         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
27857         about bounded pointers.  Remove GKM FIXME comments.
27858         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
27859         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
27860         <bp-asm.h>.
27861         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
27862         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
27863         Remove GKM FIXME comments.
27864         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27865         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27866         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
27867         <bp-asm.h>.
27868         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
27869         about bounded pointers.  Remove GKM FIXME comment.
27870         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
27871         and <bp-asm.h>.
27872         (strncmp): Don't use BP_SYM.  Remove comment about bounded
27873         pointers.
27874         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
27875         <bp-sym.h> and <bp-asm.h>.
27876         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
27877         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
27878         <bp-sym.h> and <bp-asm.h>.
27879         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
27880         comment.
27881
27882 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
27883
27884         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
27885         call free(NULL).
27886
27887 2013-03-05  David S. Miller  <davem@davemloft.net>
27888
27889         * po/es.po: Update from translation team.
27890
27891 2013-03-05  Andreas Jaeger  <aj@suse.de>
27892
27893         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
27894         <bits/mman-linux.h>.
27895         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
27896         is fine.
27897         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
27898         <bits/mman-linux.h> to end of file.
27899         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
27900         is fine.
27901         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
27902         <bits/mman-linux.h> to end of file.
27903         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
27904         is fine.
27905         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
27906         <bits/mman-linux.h> to end of file.
27907
27908         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
27909         (MCL_CURRENT, MCL_FUTURE): Define here.
27910
27911 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27912
27913         [BZ #15232]
27914         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
27915         attribute_hidden.
27916         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
27917
27918 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27919
27920         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
27921         fourth parameter needed for rt_sigprocmask syscall.
27922         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
27923         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
27924         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
27925         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
27926         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
27927         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
27928
27929 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
27930
27931         [BZ #13550]
27932         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
27933         comment about bounded pointers.
27934         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
27935         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
27936
27937 2013-03-04  Andreas Jaeger  <aj@suse.de>
27938
27939         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
27940         common definitions.
27941
27942         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
27943         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
27944         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
27945         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
27946         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
27947         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
27948
27949 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27950
27951         [BZ #15055]
27952         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
27953         __ieee754_sqrl instead of __sqrl.
27954
27955 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
27956
27957         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
27958         * sysdeps/powerpc/fpu_control.h: ... here.
27959         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
27960         * sysdeps/powerpc/bits/fenvinline.h: ... here.
27961         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
27962         * sysdeps/powerpc/bits/mathinline.h: ... here.
27963
27964 2013-03-01  Roland McGrath  <roland@hack.frob.com>
27965
27966         * elf/dl-hwcaps.c (_dl_important_hwcaps):
27967         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
27968         to just [NEED_DL_SYSINFO_DSO].
27969         * elf/dl-support.c: Likewise.
27970         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
27971         * elf/rtld.c (dl_main): Likewise.
27972         * elf/setup-vdso.h (setup_vdso): Likewise.
27973         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
27974         * sysdeps/unix/sysv/linux/dl-sysdep.c
27975         (_dl_discover_osversion): Likewise.
27976
27977 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
27978
27979         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
27980         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
27981
27982 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
27983
27984         * NEWS: Mention libm performance improvements and non-x86 PI
27985         futex support.
27986
27987         * csu/libc-start.c (__pthread_initialize_minimal): Change
27988         function arguments.
27989         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
27990
27991 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
27992
27993         [BZ #13550]
27994         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
27995         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
27996         <bp-sym.h> and <bp-asm.h>.
27997         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
27998         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
27999         and <bp-asm.h>.
28000         (memcpy): Don't use BP_SYM.
28001         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
28002         <bp-asm.h>.
28003         (__mpn_add_n): Don't use BP_SYM.
28004         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
28005         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
28006         and <bp-asm.h>.
28007         (__mpn_addmul_1): Don't use BP_SYM.
28008         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28009         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
28010         <bp-sym.h>.
28011         (_setjmp): Don't use BP_SYM.
28012         (__novmx_setjmp): Likewise.
28013         (__GI__setjmp): Likewise.
28014         (__vmx_setjmp): Likewise.
28015         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
28016         <bp-sym.h>.
28017         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
28018         (__bzero): Don't use BP_SYM.
28019         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
28020         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
28021         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
28022         <bp-sym.h> and <bp-asm.h>.
28023         (memcpy): Don't use BP_SYM.
28024         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
28025         <bp-sym.h> and <bp-asm.h>.
28026         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
28027         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
28028         <bp-sym.h> and <bp-asm.h>.
28029         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
28030         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
28031         <bp-asm.h>.
28032         (__mpn_lshift): Don't use BP_SYM.
28033         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28034         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
28035         <bp-asm.h>.
28036         (memset): Don't use BP_SYM.
28037         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
28038         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
28039         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
28040         <bp-asm.h>.
28041         (__mpn_mul_1): Don't use BP_SYM.
28042         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28043         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
28044         <bp-sym.h> and <bp-asm.h>.
28045         (memcmp): Don't use BP_SYM.
28046         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
28047         <bp-sym.h> and <bp-asm.h>.
28048         (memcpy): Don't use BP_SYM.
28049         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
28050         <bp-sym.h> and <bp-asm.h>.
28051         (memset): Don't use BP_SYM.
28052         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
28053         <bp-sym.h> and <bp-asm.h>.
28054         (strncmp): Don't use BP_SYM.
28055         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
28056         <bp-sym.h> and <bp-asm.h>.
28057         (memcpy): Don't use BP_SYM.
28058         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
28059         <bp-sym.h> and <bp-asm.h>.
28060         (memset): Don't use BP_SYM.
28061         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
28062         <bp-sym.h> and <bp-asm.h>.
28063         (__memchr): Don't use BP_SYM.
28064         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
28065         <bp-sym.h> and <bp-asm.h>.
28066         (memcmp): Don't use BP_SYM.
28067         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
28068         <bp-sym.h> and <bp-asm.h>.
28069         (memcpy): Don't use BP_SYM.
28070         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
28071         <bp-sym.h> and <bp-asm.h>.
28072         (__mempcpy): Don't use BP_SYM.
28073         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
28074         <bp-sym.h> and <bp-asm.h>.
28075         (__memrchr): Don't use BP_SYM.
28076         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
28077         <bp-sym.h> and <bp-asm.h>.
28078         (memset): Don't use BP_SYM.
28079         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
28080         <bp-sym.h> and <bp-asm.h>.
28081         (__rawmemchr): Don't use BP_SYM.
28082         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
28083         <bp-sym.h> and <bp-asm.h>.
28084         (__STRCMP): Don't use BP_SYM.
28085         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
28086         <bp-sym.h> and <bp-asm.h>.
28087         (strchr): Don't use BP_SYM.
28088         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
28089         <bp-sym.h> and <bp-asm.h>.
28090         (__strchrnul): Don't use BP_SYM.
28091         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
28092         <bp-sym.h> and <bp-asm.h>.
28093         (strlen): Don't use BP_SYM.
28094         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
28095         <bp-sym.h> and <bp-asm.h>.
28096         (strncmp): Don't use BP_SYM.
28097         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
28098         <bp-sym.h> and <bp-asm.h>.
28099         (__strnlen): Don't use BP_SYM.
28100         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
28101         <bp-asm.h>.
28102         (__mpn_rshift): Don't use BP_SYM.
28103         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28104         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
28105         <bp-sym.h> and <bp-asm.h>.
28106         (__sigsetjmp): Don't use BP_SYM.
28107         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
28108         (L(start_addresses)): Don't use BP_SYM.
28109         (_start): Likewise.
28110         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
28111         <bp-asm.h>.
28112         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
28113         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
28114         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
28115         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
28116         <bp-asm.h>.
28117         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
28118         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
28119         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28120         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
28121         <bp-asm.h>.
28122         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
28123         comments.
28124         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
28125         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
28126         <bp-asm.h>.
28127         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
28128         FIXME comments.
28129         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
28130         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
28131         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
28132         <bp-asm.h>.
28133         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
28134         comment.
28135         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
28136         and <bp-asm.h>.
28137         (strncmp): Don't use BP_SYM,
28138         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
28139         <bp-asm.h>.
28140         (__mpn_sub_n): Don't use BP_SYM.
28141         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28142         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
28143         and <bp-asm.h>.
28144         (__mpn_submul_1): Don't use BP_SYM.
28145         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28146         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
28147         <bp-sym.h> and <bp-asm.h>.
28148         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
28149         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
28150         <bp-sym.h> and <bp-asm.h>.
28151         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
28152         comment.
28153
28154 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
28155
28156         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
28157         Use ZK to minimize writes to Z.
28158         (sub_magnitudes): Simplify code a bit.
28159         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
28160         Use ZK to minimize writes to Z.
28161         (sub_magnitudes): Simplify code a bit.
28162
28163 2013-02-27  Roland McGrath  <roland@hack.frob.com>
28164
28165         * csu/gmon-start.c: Add special exception to license text.
28166
28167 2013-02-27  Richard Henderson  <rth@redhat.com>
28168
28169         * scripts/config.guess: Update from config.git.
28170         * scripts/config.sub: Likewise.
28171
28172 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
28173
28174         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
28175
28176         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
28177
28178         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
28179
28180         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
28181
28182         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
28183
28184 2013-02-26  Roland McGrath  <roland@hack.frob.com>
28185
28186         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
28187         [$(build-shared = yes].
28188
28189 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
28190
28191         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
28192         (__mul): Reduce iterations for calculating mantissa.
28193
28194         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
28195         MPTWO.
28196         (__mpranred): Likewise.
28197
28198         [BZ #15160]
28199         * malloc/memusagestat.c (main): Draw graphs for heap and stack
28200         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
28201
28202 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
28203
28204         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
28205         Define __attribute__.
28206
28207 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
28208
28209         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
28210         unused.
28211         * posix/regex_internal.h (__attribute): Remove.
28212         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
28213         (re_string_context_at): Likewise.
28214         (bitset_not): Use __attribute__ and mark function as possibly
28215         unused.
28216         (bitset_merge): Likewise.
28217         (bitset_mask): Likewise.
28218         (re_string_char_size_at): Likewise.
28219         (re_string_wchar_at): Likewise.
28220         (re_string_elem_size_at): Likewise.
28221
28222 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
28223
28224         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
28225         code.
28226         (cc32): Likewise.
28227
28228         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
28229         (__acr): Likewise.
28230         (__cpy): Likewise.
28231         (norm): Likewise.
28232         (denorm): Likewise.
28233         (__dbl_mp): Likewise.
28234         (add_magnitudes): Likewise.
28235         (sub_magnitudes): Likewise.
28236         (__mul): Likewise.
28237         (__inv): Likewise.
28238
28239         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
28240         style.
28241
28242         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
28243         style.
28244
28245         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
28246         code.
28247
28248         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
28249         up changes with default code.
28250         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
28251         Likewise.
28252
28253 2013-02-24  Allan McRae  <allan@archlinux.org>
28254
28255         * manual/socket.texi (The Internet Namespace): Order menu items
28256         to match that in the file.
28257
28258         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
28259         node listing of the info page menu.
28260
28261 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
28262
28263         [BZ #13550]
28264         * sysdeps/i386/bp-asm.h: Remove file.
28265         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
28266         (PARMS): Do not use macros from bp-asm.h.
28267         (S1): Likewise.
28268         (S2): Likewise.
28269         (SIZE): Likewise.
28270         (__mpn_add_n): Do not use BP_SYM
28271         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
28272         "bp-asm.h".
28273         (PARMS): Do not use macros from bp-asm.h.
28274         (S1): Likewise.
28275         (SIZE): Likewise.
28276         (__mpn_addmul_1): Do not use BP_SYM
28277         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
28278         "bp-asm.h".
28279         (PARMS): Do not use macros from bp-asm.h.
28280         (SIGMSK): Likewise.
28281         (_setjmp): Likewise.  Do not use BP_SYM.
28282         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
28283         "bp-asm.h".
28284         (PARMS): Do not use macros from bp-asm.h.
28285         (SIGMSK): Likewise.
28286         (setjmp): Likewise.  Do not use BP_SYM.
28287         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
28288         "bp-asm.h".
28289         (PARMS): Do not use macros from bp-asm.h.
28290         (__frexp): Do not use BP_SYM.
28291         (frexp): Likewise.
28292         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
28293         "bp-asm.h".
28294         (PARMS): Do not use macros from bp-asm.h.
28295         (__frexpf): Do not use BP_SYM.
28296         (frexpf): Likewise.
28297         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
28298         "bp-asm.h".
28299         (PARMS): Do not use macros from bp-asm.h.
28300         (__frexpl): Do not use BP_SYM.
28301         (frexpl): Likewise.
28302         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
28303         "bp-asm.h".
28304         (PARMS): Do not use macros from bp-asm.h.
28305         (__remquo): Do not use BP_SYM.
28306         (remquo): Likewise.
28307         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
28308         "bp-asm.h".
28309         (PARMS): Do not use macros from bp-asm.h.
28310         (__remquof): Do not use BP_SYM.
28311         (remquof): Likewise.
28312         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
28313         "bp-asm.h".
28314         (PARMS): Do not use macros from bp-asm.h.
28315         (__remquol): Do not use BP_SYM.
28316         (remquol): Likewise.
28317         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
28318         "bp-asm.h".
28319         (PARMS): Do not use macros from bp-asm.h.
28320         (DEST): Likewise.
28321         (SRC): Likewise.
28322         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
28323         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
28324         "bp-asm.h".
28325         (PARMS): Do not use macros from bp-asm.h.
28326         (strlen): Do not use BP_SYM.
28327         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
28328         "bp-asm.h".
28329         (PARMS): Do not use macros from bp-asm.h.
28330         (S1): Likewise.
28331         (S2): Likewise.
28332         (SIZE): Likewise.
28333         (__mpn_add_n): Do not use BP_SYM.
28334         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
28335         "bp-asm.h".
28336         (PARMS): Do not use macros from bp-asm.h.
28337         (S1): Likewise.
28338         (SIZE): Likewise.
28339         (__mpn_addmul_1): Do not use BP_SYM.
28340         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
28341         weak_alias.
28342         (bzero): Likewise.
28343         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
28344         "bp-asm.h".
28345         (PARMS): Do not use macros from bp-asm.h.
28346         (S): Likewise.
28347         (SIZE): Likewise.
28348         (__mpn_lshift): Do not use BP_SYM.
28349         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
28350         "bp-asm.h".
28351         (PARMS): Do not use macros from bp-asm.h.
28352         (DEST): Likewise.
28353         (SRC): Likewise.
28354         (LEN): Likewise.
28355         (memcpy): Likewise.  Do not use BP_SYM.
28356         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
28357         libc_hidden_def and weak_alias.
28358         (mempcpy): Do not use BP_SYM in weak_alias.
28359         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
28360         "bp-asm.h".
28361         (PARMS): Do not use macros from bp-asm.h.
28362         (DEST): Likewise.
28363         (LEN): Likewise.
28364         [!BZERO_P] (CHR): Likewise.
28365         (memset): Likewise.  Do not use BP_SYM.
28366         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
28367         "bp-asm.h".
28368         (PARMS): Do not use macros from bp-asm.h.
28369         (S1): Likewise.
28370         (SIZE): Likewise.
28371         (__mpn_mul_1): Do not use BP_SYM.
28372         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
28373         "bp-asm.h".
28374         (PARMS): Do not use macros from bp-asm.h.
28375         (S): Likewise.
28376         (SIZE): Likewise.
28377         (__mpn_rshift): Do not use BP_SYM.
28378         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
28379         "bp-asm.h".
28380         (PARMS): Do not use macros from bp-asm.h.
28381         (STR): Likewise.
28382         (CHR): Likewise.
28383         (strchr): Likewise.  Do not use BP_SYM.
28384         (index): Do not use BP_SYM in weak_alias.
28385         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
28386         "bp-asm.h".
28387         (PARMS): Do not use macros from bp-asm.h.
28388         (DEST): Likewise.
28389         (SRC): Likewise.
28390         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
28391         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
28392         "bp-asm.h".
28393         (PARMS): Do not use macros from bp-asm.h.
28394         (strlen): Do not use BP_SYM.
28395         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
28396         "bp-asm.h".
28397         (PARMS): Do not use macros from bp-asm.h.
28398         (S1): Likewise.
28399         (S2): Likewise.
28400         (SIZE): Likewise.
28401         (__mpn_sub_n): Do not use BP_SYM.
28402         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
28403         "bp-asm.h".
28404         (PARMS): Do not use macros from bp-asm.h.
28405         (S1): Likewise.
28406         (SIZE): Likewise.
28407         (__mpn_submul_1): Do not use BP_SYM.
28408         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
28409         "bp-asm.h".
28410         (PARMS): Do not use macros from bp-asm.h.
28411         (S1): Likewise.
28412         (S2): Likewise.
28413         (SIZE): Likewise.
28414         (__mpn_add_n): Do not use BP_SYM.
28415         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
28416         weak_alias.
28417         (bzero): Likewise.
28418         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
28419         "bp-asm.h".
28420         (PARMS): Do not use macros from bp-asm.h.
28421         (BLK2): Likewise.
28422         (LEN): Likewise.
28423         (memcmp): Do not use BP_SYM.
28424         (bcmp): Do not use BP_SYM in weak_alias.
28425         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
28426         "bp-asm.h".
28427         (PARMS): Do not use macros from bp-asm.h.
28428         (DEST): Likewise.
28429         (SRC): Likewise.
28430         (LEN): Likewise.
28431         (memcpy): Likewise.  Do not use BP_SYM.
28432         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
28433         "bp-asm.h".
28434         (PARMS): Do not use macros from bp-asm.h.
28435         (DEST): Likewise.
28436         (SRC): Likewise.
28437         (LEN): Likewise.
28438         (memmove): Likewise.  Do not use BP_SYM.
28439         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
28440         "bp-asm.h".
28441         (PARMS): Do not use macros from bp-asm.h.
28442         (DEST): Likewise.
28443         (SRC): Likewise.
28444         (LEN): Likewise.
28445         (__mempcpy): Likewise.  Do not use BP_SYM.
28446         (mempcpy): Do not use BP_SYM in weak_alias.
28447         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
28448         "bp-asm.h".
28449         (PARMS): Do not use macros from bp-asm.h.
28450         (DEST): Likewise.
28451         (LEN): Likewise.
28452         [!BZERO_P] (CHR): Likewise.
28453         (memset): Likewise.  Do not use BP_SYM.
28454         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
28455         "bp-asm.h".
28456         (PARMS): Do not use macros from bp-asm.h.
28457         (STR2): Likewise.
28458         (strcmp): Do not use BP_SYM.
28459         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
28460         "bp-asm.h".
28461         (PARMS): Do not use macros from bp-asm.h.
28462         (STR): Likewise.
28463         (DELIM): Likewise.
28464         [USE_AS_STRTOK_R] (SAVE): Likewise.
28465         (FUNCTION): Likewise.  Do not use BP_SYM.
28466         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
28467         aliases.
28468         (strtok_r): Likewise.
28469         (__GI___strtok_r): Likewise.
28470         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
28471         (PARMS): Do not use macros from bp-asm.h.
28472         (S): Likewise.
28473         (SIZE): Likewise.
28474         (__mpn_lshift): Do not use BP_SYM.
28475         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
28476         (PARMS): Do not use macros from bp-asm.h.
28477         (STR): Likewise.
28478         (CHR): Likewise.
28479         (__memchr): Do not use BP_SYM.
28480         (memchr): Do not use BP_SYM in weak_alias.
28481         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
28482         (PARMS): Do not use macros from bp-asm.h.
28483         (BLK2): Likewise.
28484         (LEN): Likewise.
28485         (memcmp): Do not use BP_SYM.
28486         (bcmp): Do not use BP_SYM in weak_alias.
28487         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
28488         (PARMS): Do not use macros from bp-asm.h.
28489         (S1): Likewise.
28490         (SIZE): Likewise.
28491         (__mpn_mul_1): Do not use BP_SYM.
28492         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
28493         "bp-asm.h".
28494         (PARMS): Do not use macros from bp-asm.h.
28495         (STR): Likewise.
28496         (CHR): Likewise.
28497         (__rawmemchr): Do not use BP_SYM.
28498         (rawmemchr): Do not use BP_SYM in weak_alias.
28499         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
28500         (PARMS): Do not use macros from bp-asm.h.
28501         (S): Likewise.
28502         (SIZE): Likewise.
28503         (__mpn_rshift): Do not use BP_SYM.
28504         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
28505         (PARMS): Do not use macros from bp-asm.h.
28506         (SIGMSK): Likewise.
28507         (__sigsetjmp): Likewise.  Do not use BP_SYM.
28508         * sysdeps/i386/start.S: Do not include "bp-sym.h".
28509         (_start): Do not use BP_SYM.
28510         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
28511         (PARMS): Do not use macros from bp-asm.h.
28512         (DEST): Likewise.
28513         (SRC): Likewise.
28514         (__stpcpy): Likewise.  Do not use BP_SYM.
28515         (stpcpy): Do not use BP_SYM in weak_alias.
28516         * sysdeps/i386/stpncpy.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         (__stpncpy): Likewise.  Do not use BP_SYM.
28523         (stpncpy): Do not use BP_SYM in weak_alias.
28524         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
28525         (PARMS): Do not use macros from bp-asm.h.
28526         (STR): Likewise.
28527         (CHR): Likewise.
28528         (strchr): Likewise.  Do not use BP_SYM.
28529         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
28530         "bp-asm.h".
28531         (PARMS): Do not use macros from bp-asm.h.
28532         (STR): Likewise.
28533         (CHR): Likewise.
28534         (__strchrnul): Likewise.  Do not use BP_SYM.
28535         (strchrnul): Do not use BP_SYM in weak_alias.
28536         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
28537         "bp-asm.h".
28538         (PARMS): Do not use macros from bp-asm.h.
28539         (STOP): Likewise.
28540         (strcspn): Do not use BP_SYM.
28541         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
28542         "bp-asm.h".
28543         (PARMS): Do not use macros from bp-asm.h.
28544         (STR): Likewise.
28545         (STOP): Likewise.
28546         (strpbrk): Likewise.  Do not use BP_SYM.
28547         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
28548         "bp-asm.h".
28549         (PARMS): Do not use macros from bp-asm.h.
28550         (STR): Likewise.
28551         (CHR): Likewise.
28552         (strrchr): Likewise.  Do not use BP_SYM.
28553         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
28554         (PARMS): Do not use macros from bp-asm.h.
28555         (SKIP): Likewise.
28556         (strspn): Do not use BP_SYM.
28557         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
28558         (PARMS): Do not use macros from bp-asm.h.
28559         (STR): Likewise.
28560         (DELIM): Likewise.
28561         (SAVE): Likewise.
28562         (FUNCTION): Likewise.  Do not use BP_SYM.
28563         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
28564         aliases.
28565         (strtok_r): Likewise.
28566         (__GI___strtok_r): Likewise.
28567         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
28568         (PARMS): Do not use macros from bp-asm.h.
28569         (S1): Likewise.
28570         (S2): Likewise.
28571         (SIZE): Likewise.
28572         (__mpn_sub_n): Do not use BP_SYM.
28573         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
28574         "bp-asm.h".
28575         (PARMS): Do not use macros from bp-asm.h.
28576         (S1): Likewise.
28577         (SIZE): Likewise.
28578         (__mpn_submul_1): Do not use BP_SYM.
28579         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
28580         <bp-sym.h>.
28581         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
28582         and <bp-asm.h>.
28583         (PARMS): Do not use macros from bp-asm.h.
28584         (FLAGS): Likewise.
28585         (PTID): Likewise.
28586         (TLS): Likewise.
28587         (CTID): Likewise.
28588         (__clone): Do not use BP_SYM.
28589         (clone): Do not use BP_SYM in weak_alias.
28590         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
28591         and <bp-asm.h>.
28592         (PARMS): Do not use macros from bp-asm.h.
28593         (LEN): Likewise.
28594         (__mmap64): Do not use BP_SYM.
28595         (mmap64): Do not use BP_SYM in weak_alias.
28596         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
28597         <bp-sym.h> and <bp-asm.h>.
28598         (PARMS): Do not use macros from bp-asm.h.
28599         (__posix_fadvise64_l64): Do not use BP_SYM.
28600         * sysdeps/unix/sysv/linux/i386/semtimedop.S
28601         (PARMS): Do not use macros from bp-asm.h.
28602         (NSOPS): Likewise.
28603         (semtimedop): Do not use BP_SYM.
28604         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
28605         and <bp-asm.h>.
28606
28607 2013-02-21  Allan McRae  <allan@archlinux.org>
28608
28609         * manual/message.texi (Charset conversion in gettext):
28610         Move @end statement to beginning of line.
28611
28612 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28613
28614         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
28615         static.
28616         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
28617         Likewise.
28618
28619         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
28620         (denorm): Likewise.
28621         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
28622         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
28623
28624 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28625
28626         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
28627         tail-call to the resolved function if pltexit isn't needed.
28628
28629 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28630
28631         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
28632         or Y being zero as being unlikely.
28633         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
28634         Likewise.
28635
28636 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
28637
28638         * manual/nss.texi (System Databases and Name Service Switch):
28639         Remove frobnicate @pxref.
28640
28641 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
28642
28643         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
28644         __attribute__ ((unused)) to __attribute__ ((__unused__)).
28645
28646 2013-02-20  Petr Machata  <pmachata@redhat.com>
28647
28648         * elf/elf.h (R_ARM_TARGET1): New macro.
28649         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
28650         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
28651         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
28652         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
28653         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
28654         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
28655         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
28656         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
28657         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
28658         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
28659         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
28660         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
28661         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
28662         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
28663         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
28664         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
28665         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
28666         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
28667         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
28668         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
28669         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
28670         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
28671         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
28672         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
28673         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
28674         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
28675         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
28676         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
28677         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
28678         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
28679         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
28680         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
28681         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
28682         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
28683         (R_ARM_THM_GOT_BREL12): Likewise.
28684         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
28685         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
28686         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
28687         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
28688         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
28689         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
28690         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
28691         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
28692         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
28693
28694 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
28695
28696         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
28697         __attribute_used__ to __attribute__ ((unused)).
28698
28699 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
28700
28701         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
28702         powerpc mpa.c.
28703         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
28704         comment formatting.
28705         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
28706
28707 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
28708
28709         [BZ #13550]
28710         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
28711         Remove macro.
28712         (ENTER): Remove both macro definitions.
28713         (LEAVE): Likewise.
28714         (CHECK_BOUNDS_LOW): Likewise.
28715         (CHECK_BOUNDS_HIGH): Likewise.
28716         (CHECK_BOUNDS_BOTH): Likewise.
28717         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
28718         (RETURN_BOUNDED_POINTER): Likewise.
28719         (RETURN_NULL_BOUNDED_POINTER): Likewise.
28720         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
28721         (POP_ERRNO_LOCATION_RETURN): Likewise.
28722         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
28723         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28724         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
28725         macros.
28726         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28727         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
28728         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
28729         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
28730         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
28731         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
28732         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
28733         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
28734         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
28735         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
28736         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
28737         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
28738         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28739         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
28740         removed macros.
28741         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28742         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
28743         macros.
28744         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28745         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
28746         * sysdeps/i386/i586/memset.S (memset): Likewise.
28747         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
28748         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28749         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
28750         macros.
28751         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28752         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
28753         Change uses of L(2) to L(out).
28754         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
28755         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
28756         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
28757         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28758         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
28759         removed macros.
28760         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28761         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
28762         macros.
28763         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28764         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
28765         (RETURN): Do not use macro LEAVE.
28766         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
28767         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
28768         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
28769         * sysdeps/i386/i686/memset.S (memset): Likewise.
28770         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
28771         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
28772         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
28773         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
28774         Likewise.
28775         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28776         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
28777         L(1_2) and L(1_3) into L(1).
28778         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
28779         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
28780         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28781         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
28782         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
28783         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
28784         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
28785         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28786         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
28787         macros.
28788         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
28789         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28790         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
28791         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
28792         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
28793         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
28794         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
28795         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
28796         * sysdeps/i386/strcspn.S (strcspn): Likewise.
28797         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
28798         * sysdeps/i386/strrchr.S (strrchr): Likewise.
28799         * sysdeps/i386/strspn.S (strspn): Likewise.
28800         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
28801         conditional code.
28802         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28803         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
28804         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
28805         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
28806         L(1_3) into L(1_1).
28807         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
28808         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28809         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
28810         macros.
28811         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28812
28813 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
28814
28815         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
28816         macro.
28817
28818 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
28819
28820         * math/atest-exp.c (exp_mpn): Remove ROUND.
28821         * math/atest-exp2.c (exp_mpn): Likewise.
28822         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
28823
28824         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
28825         * stdlib/tst-tls-atexit-lib.c: Likewise.
28826         * stdlib/tst-tls-atexit.c: Likewise.
28827
28828 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28829
28830         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
28831         and __attribute_alloc_size__.
28832
28833 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28834
28835         * include/programs/xmalloc.h: Change __attribute_alloc_size to
28836         __attribute_alloc_size__.
28837         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
28838         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
28839
28840 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28841
28842         * include/programs/xmalloc.h: New file.
28843         * catgets/gencat.c: Include it.
28844         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
28845         * elf/pldd.c: Likewise.
28846         * iconv/iconv_charmap.c: Likewise.
28847         * iconv/iconvconfig.c: Likewise.
28848         * iconv/strtab.c: Likewise.
28849         * locale/programs/locale.c: Likewise.
28850         * locale/programs/localedef.h: Likewise.
28851         * locale/programs/simple-hash.c: Likewise.
28852         * nscd/nscd.h: Likewise.
28853         * nss/makedb.c: Likewise.
28854         * sysdeps/generic/ldconfig.h: Likewise.
28855
28856 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
28857
28858         * Versions.def: Add GLIBC_2.18.
28859         * include/link.h (struct link_map): New member l_tls_dtor_count.
28860         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
28861         (__call_tls_dtors): Likewise.
28862         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
28863         __cxa_thread_atexit_impl.
28864         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
28865         Likewise.
28866         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
28867         Likewise.
28868         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
28869         Likewise.
28870         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
28871         Likewise.
28872         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
28873         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
28874         Likewise.
28875         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
28876         Likewise.
28877         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
28878         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
28879         Likewise.
28880         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
28881         (tests): Add test case tst-tls-atexit.
28882         (modules-names): Add shared library for tst-tls-atexit.
28883         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
28884         (GLIBC_PRIVATE): Add __call_tls_dtors.
28885         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
28886         for libstdc++.
28887         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
28888         * stdlib/tst-tls-atexit.c: New test case.
28889         * stdlib/tst-tls-atexit-lib.c: New test case.
28890
28891         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
28892
28893         * elf/Versions (ld): Add _dl_find_dso_for_object.
28894         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
28895         * elf/dl-open.c (_dl_find_dso_for_object): New function.
28896         (dl_open_worker): Use _dl_find_dso_for_object.
28897         * elf/dl-sym.c (do_sym): Likewise.
28898         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
28899
28900 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28901
28902         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
28903         Syntactic changes only.
28904         (_dl_runtime_profile): Do a tail-call to the resolved function.
28905
28906 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
28907
28908         [BZ #13550]
28909         * sysdeps/x86_64/bp-asm.h: Remove file.
28910         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
28911         <bp-sym.h> and <bp-asm.h>.
28912         (__clone): Do not use BP_SYM.
28913         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
28914         <bp-sym.h> and <bp-asm.h>.
28915         * sysdeps/unix/x86_64/sysdep.S: Likewise.
28916         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
28917         "bp-asm.h".
28918         (_setjmp): Do not use BP_SYM.
28919         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
28920         "bp-asm.h".
28921         (setjmp): Do not use BP_SYM.
28922         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
28923         libc_hidden_def.
28924         (mempcpy): Do not use BP_SYM in weak_alias.
28925         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
28926         "bp-asm.h".
28927         (strchr): Do not use BP_SYM.
28928         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
28929         "bp-asm.h".
28930         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
28931         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
28932         (_start): Do not use BP_SYM.
28933         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
28934         "bp-asm.h".
28935         (strcat): Do not use BP_SYM.
28936         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
28937         "bp-asm.h".
28938         (STRCMP): Do not use BP_SYM.
28939         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
28940         "bp-asm.h".
28941         (STRCPY): Do not use BP_SYM.
28942         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
28943         "bp-asm.h".
28944         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
28945         "bp-asm.h".
28946         (FUNCTION): Do not use BP_SYM.
28947         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
28948         weak_alias.
28949         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
28950
28951 2013-02-17  Andreas Jaeger  <aj@suse.de>
28952
28953         * time/Versions: Sort entries.
28954         * string/Versions: Likewise.
28955         * resolv/Versions: Likewise.
28956         * posix/Versions: Likewise.
28957         * iconv/Versions: Likewise.
28958         * elf/Versions: Likewise.
28959         * wcsmbs/Versions: Likewise.
28960
28961 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
28962
28963         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
28964         loop termination condition.
28965
28966         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
28967         variable to calculate EZ.
28968         (__sqr): Likewise.
28969
28970         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
28971         the lower precision input.
28972
28973 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
28974
28975         [BZ #13550]
28976         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
28977         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
28978         (run-via-rtld-prefix): Do not handle %-bp tests.
28979         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
28980         (all-object-suffixes): Remove .ob.
28981         (bppfx): Remove variable.
28982         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
28983         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
28984         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
28985         [$(build-bounded) = yes] (libtype.ob): Likewise.
28986         * Makerules (elide-routines.ob): Remove variable.
28987         (do-tests-clean): Do not handle *-bp.out.
28988         (common-mostlyclean): Do not handle *-bp and *-bp.out.
28989         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
28990         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
28991         (tests): Do not include $(tests-bp.out).
28992         (xtests): Do not include $(xtests-bp.out).
28993         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
28994         [$(build-bounded) = yes] ($(addprefix
28995         $(objpfx),$(binaries-bounded))): Remove rule.
28996         ($(objpfx)%-bp.out): Remove rule.
28997         * config.make.in (build-bounded): Remove variable.
28998         * crypt/Makefile [$(build-bounded) = yes]
28999         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
29000         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
29001         append to variable.
29002         [$(build-bounded) = yes] (install-lib): Likewise.
29003         [$(build-bounded) = yes] (generated): Likewise.
29004         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
29005         Remove rule.
29006         * intl/Makefile [$(build-bounded) = yes]
29007         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
29008         * math/Makefile [$(build-bounded) = yes]
29009         ($(tests:%=$(objpfx)%-bp): Likewise.
29010         * misc/Makefile [$(build-bounded) = yes]
29011         ($(objpfx)tst-tsearch-bp): Likewise.
29012         * nptl/Makeconfig (bounded-thread-library): Remove variable.
29013         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
29014         Remove dependency.
29015         * string/Makefile (o-objects.ob): Remove variable.
29016         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
29017         (CFLAGS-.ob): Remove variable.
29018         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
29019         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
29020         both definitions of variable.
29021         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
29022         (ASFLAGS-.ob): Remove variable.
29023
29024 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
29025
29026         [BZ #13550]
29027         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
29028         Remove __BOUNDED_POINTERS__ from condition.
29029         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
29030         * string/bits/string2.h [!__NO_STRING_INLINES &&
29031         !__BOUNDED_POINTERS__]: Likewise.
29032         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
29033         Likewise.
29034         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
29035         Remove conditional code.
29036         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
29037         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
29038         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
29039         condition.
29040
29041         [BZ #13550]
29042         * csu/libc-start.c: Do not include <bp-sym.h>.
29043         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
29044         * elf/dl-open.c: Do not include <bp-sym.h>.
29045         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
29046         * math/fegetenv.c: Do not include <bp-sym.h>.
29047         (fegetenv): Do not use BP_SYM in versioned symbols.
29048         * nptl/sysdeps/pthread/bits/libc-lockP.h
29049         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
29050         <bp-sym.h>.
29051         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29052         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
29053         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29054         (__pthread_mutex_destroy): Likewise.
29055         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29056         (__pthread_mutex_lock): Likewise.
29057         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29058         (__pthread_mutex_trylock): Likewise.
29059         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29060         (__pthread_mutex_unlock): Likewise.
29061         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29062         (__pthread_mutexattr_init): Likewise.
29063         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29064         (__pthread_mutexattr_destroy): Likewise.
29065         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29066         (__pthread_mutexattr_settype): Likewise.
29067         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29068         (__pthread_rwlock_init): Likewise.
29069         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29070         (__pthread_rwlock_destroy): Likewise.
29071         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29072         (__pthread_rwlock_rdlock): Likewise.
29073         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29074         (__pthread_rwlock_tryrdlock): Likewise.
29075         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29076         (__pthread_rwlock_wrlock): Likewise.
29077         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29078         (__pthread_rwlock_trywrlock): Likewise.
29079         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29080         (__pthread_rwlock_unlock): Likewise.
29081         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29082         (__pthread_key_create): Likewise.
29083         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29084         (__pthread_setspecific): Likewise.
29085         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29086         (__pthread_getspecific): Likewise.
29087         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
29088         Likewise.
29089         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29090         (_pthread_cleanup_push_defer): Likewise.
29091         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29092         (_pthread_cleanup_pop_restore): Likewise.
29093         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29094         (pthread_setcancelstate): Likewise.
29095         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
29096         <bp-sym.h>.
29097         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
29098         (memchr): Do not use BP_SYM in weak_alias.
29099         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
29100         (fegetenv): Do not use BP_SYM in versioned symbols.
29101         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
29102         (fesetenv): Do not use BP_SYM in versioned symbols.
29103         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
29104         (feupdateenv): Do not use BP_SYM in versioned symbols.
29105         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
29106         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
29107         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
29108         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
29109         (open64): Do not use BP_SYM in weak_alias.
29110         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
29111         (fegetenv): Do not use BP_SYM in versioned symbols.
29112         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
29113         (fesetenv): Do not use BP_SYM in versioned symbols.
29114         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
29115         (feupdateenv): Do not use BP_SYM in versioned symbols.
29116         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
29117         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
29118         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
29119         (feraiseexcept): Do not use BP_SYM in versioned symbols.
29120         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
29121         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
29122         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
29123         <bp-sym.h>.
29124         (__libc_start_main): Do not use BP_SYM.
29125
29126 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
29127
29128         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
29129         redundant return line.
29130         (norm): Likewise.
29131         (denorm): Likewise.
29132         (dbl_mp): Likewise.
29133         (sub_magnitudes): Likewise.
29134         (__add): Likewise.
29135         (__sub): Likewise.
29136         (__mul): Likewise.
29137         (__inv): Likewise.
29138         (__dvd): Likewise.
29139         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
29140         (norm): Likewise.
29141         (denorm): Likewise.
29142         (dbl_mp): Likewise.
29143         (sub_magnitudes): Likewise.
29144         (__add): Likewise.
29145         (__sub): Likewise.
29146         (__mul): Likewise.
29147         (__inv): Likewise.
29148         (__dvd): Likewise.
29149
29150         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
29151         instead of __mul.
29152         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
29153         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
29154         (cc32): Likewise.
29155
29156         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
29157         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
29158         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
29159         of __mul for squares.
29160         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
29161         function
29162         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
29163         Likewise.
29164         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
29165         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
29166
29167 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
29168
29169         [BZ #13550]
29170         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
29171         code.
29172         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
29173         prototype or function definition.  Rename ubp_* variables and
29174         parameters.  Remove argv definitions conditional on
29175         [__BOUNDED_POINTERS__].
29176         * debug/backtrace.c (__backtrace): Do not use __unbounded.
29177         * elf/dl-runtime.c (_dl_fixup): Likewise.
29178         * include/set-hooks.h (RUN_HOOK): Likewise.
29179         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
29180         definition.
29181         * string/strcpy.c (strcpy): Do not use __unbounded.
29182         * sysdeps/generic/frame.h (struct layout): Likewise.
29183         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
29184         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
29185         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
29186         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
29187         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
29188         (__backtrace): Likewise.
29189         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
29190         use __ptrvalue.
29191         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
29192         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
29193         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
29194         Likewise.
29195         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
29196         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
29197         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
29198         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
29199         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
29200         Do not use __unbounded.
29201         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
29202         Rename __unboundedrlimits parameter to rlimits in prototype.
29203         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
29204         Do not use __unbounded.
29205         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
29206         not use __ptrvalue.
29207         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
29208         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
29209         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
29210         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
29211         __ptrvalue or __unbounded.
29212         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
29213         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
29214         use __unbounded.
29215         (__new_msgctl): Do not use __ptrvalue.
29216         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
29217         __unbounded.
29218         (__libc_msgrcv): Do not use __ptrvalue.
29219         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
29220         startup_info): Do not use __unbounded.
29221         (__libc_start_main): Likewise.  Rename ubp_* variables and
29222         parameters.  Remove argv definitions conditional on
29223         [__BOUNDED_POINTERS__].
29224         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
29225         __ptrvalue.
29226         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
29227         use __unbounded.
29228         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
29229         or __ptrvalue.
29230         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
29231         use __unbounded.
29232         (__new_shmctl): Do not use __ptrvalue.
29233         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
29234         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
29235         Likewise.
29236         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
29237         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
29238         (__libc_sigaction): Likewise.
29239         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
29240         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
29241         Likewise.
29242         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
29243
29244 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
29245
29246         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
29247
29248         * string/mempcpy.c: Implement by calling memcpy.
29249
29250 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
29251
29252         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
29253
29254         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
29255         evaluation.
29256
29257         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
29258         values in the mantissa.
29259
29260         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
29261         minimize writes to Z.
29262         (sub_magnitudes): Simplify code a bit.
29263
29264 2013-02-12  Roland McGrath  <roland@hack.frob.com>
29265
29266         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
29267         from the message.  The linker prefixes all warnings with that already.
29268
29269 2013-02-12  Andreas Schwab  <schwab@suse.de>
29270
29271         [BZ #15078]
29272         * posix/regexec.c (extend_buffers): Add parameter min_len.
29273         (check_matching): Pass minimum needed length.
29274         (clean_state_log_if_needed): Likewise.
29275         (get_subexp): Likewise.
29276         * posix/Makefile (tests): Add bug-regex34.
29277         (bug-regex34-ENV): Define.
29278         * posix/bug-regex34.c: New file.
29279
29280         [BZ #11561]
29281         * posix/regcomp.c (parse_bracket_exp): When looking up collating
29282         elements compare against the byte sequence of it, not its name.
29283         * posix/Makefile (tests): Add bug-regex35.
29284         (bug-regex35-ENV): Define.
29285         * posix/bug-regex35.c: New file.
29286
29287 2013-02-11  Tom de Vries  <tom@codesourcery.com>
29288
29289         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
29290         comment.
29291         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
29292         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
29293         (CHECK_EOL): Add undef.
29294
29295 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
29296
29297         * bits/stdlib-bsearch.h: New file.
29298         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
29299         * stdlib/stdlib.h: Likewise.
29300
29301 2013-02-11  Roland McGrath  <roland@hack.frob.com>
29302
29303         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
29304         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
29305         declaration.
29306         * manual/search.texi (Array Search Function): Add missing const in
29307         lfind prototype.
29308         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
29309         declaration to use rlim_t.
29310         (Basic Scheduling Functions): Remove erroneous const from
29311         sched_getparam prototype.  Remove erroneous * from
29312         sched_get_priority_max and sched_get_priority_min prototypes.
29313         (Resource Usage): Fix summary @comment on vtimes to refer to
29314         sys/vtimes.h rather than vtimes.h.
29315         Add missing *s in vtimes prototype.
29316         (Limits on Resources): Fix ulimit prototype to return long int.
29317         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
29318         prototypes to use long int rather than double.
29319         (BSD Random): Fix initstate and setstate to use char *, not void *.
29320         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
29321         prototype to make second argument 'struct aiocb64 *const[]'.
29322         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
29323         (Status of AIO Operations): Remove erroneous const in aio_return and
29324         aio_return64 prototypes.
29325         (Synchronizing I/O): Fix sync prototype to return void.
29326         * manual/startup.texi (Suboptions): Remove an erroneous const in
29327         getsubopt prototype.
29328         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
29329         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
29330         use size_t rather than int.
29331         (Scanning All Users): Likewise for getpwent_r.
29332         (Setting Groups): Add missing const to setgroups prototype.
29333         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
29334         * manual/socket.texi (Host Names): Fix gethostbyaddr and
29335         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
29336         'const void *' rather than 'const char *'.
29337         (Host Address Functions): Likewise for inet_ntop.
29338         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
29339         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
29340         ssize_t for return value.
29341         (Sending Data): Likewise for send, sendto, sendmsg.
29342         (Socket Option Functions): Add a missing const in setsockopt prototype.
29343         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
29344         use wchar_t for the argument.
29345         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
29346         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
29347         take no arguments.
29348         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
29349         double/float/long double for second argument.
29350         Fix return types of significand, significandf, significandl.
29351         * manual/filesys.texi (Setting Permissions): Use mode_t for second
29352         argument in fchmod prototype.
29353         (File Owner): Use uid_t and gid_t in fchown prototype.
29354         (File Times): Add const to utimes, futimes, and lutimes prototypes.
29355         (Making Special Files): Use mode_t and dev_t in mknod prototype.
29356         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
29357         use 'const struct dirent **' as argument types to CMP function pointer
29358         argument.
29359         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
29360         (File Times): Fix summary magic @comment for struct utimbuf and utime
29361         to refer to utime.h, not time.h.
29362         * manual/string.texi (Argz Functions): Add missing const in
29363         argz_extract and argz_next prototypes.
29364         (Finding Tokens in a String): Likewise for basename.
29365         (String/Array Comparison): Fix typo in wcscasecmp prototype.
29366         (Copying and Concatenation): Fix typo in wmemmove prototype.
29367         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
29368         (Signal Stack): Remove erroneous const in sigstack prototype.
29369         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
29370         prototype.
29371         (Simple Calendar Time): Likewise for stime.
29372         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
29373         prototype.
29374         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
29375         say sys/sysctl.h instead.
29376         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
29377         and vsyslog prototypes.
29378
29379 2013-02-11  Tom de Vries  <tom@codesourcery.com>
29380
29381         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
29382         Remove.
29383
29384 2013-02-11  Roland McGrath  <roland@hack.frob.com>
29385
29386         * misc/sys/mman.h: Fix typo in mremap comment.
29387
29388 2013-02-08  Roland McGrath  <roland@hack.frob.com>
29389
29390         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
29391         the '\0' terminator.
29392
29393 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
29394
29395         [BZ #13550]
29396         * debug/segfault.c: Don't include <bp-checks.h>.
29397         * sysdeps/generic/bp-checks.h: Remove file.
29398         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
29399         (__GETDENTS): Don't use CHECK_N.
29400         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
29401         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
29402         (__getgroups): Don't use CHECK_N.
29403         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
29404         (setgroups): Don't use CHECK_N.
29405         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
29406         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
29407         (__libc_msgrcv): Don't use CHECK_N.
29408         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
29409         (__libc_msgsnd): Don't use CHECK_N.
29410         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
29411         <bp-checks.h>.
29412         (__libc_pread): Don't use CHECK_N.
29413         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
29414         include <bp-checks.h>.
29415         (__libc_pread64): Don't use CHECK_N.
29416         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
29417         include <bp-checks.h>.
29418         (__libc_pwrite): Don't use CHECK_N.
29419         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
29420         include <bp-checks.h>.
29421         (__libc_pwrite64): Don't use CHECK_N.
29422         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
29423         <bp-checks.h>.
29424         (__libc_pread): Don't use CHECK_N.
29425         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
29426         include <bp-checks.h>.
29427         (__libc_pread64): Don't use CHECK_N.
29428         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
29429         include <bp-checks.h>.
29430         (__libc_pwrite): Don't use CHECK_N.
29431         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
29432         include <bp-checks.h>.
29433         (__libc_pwrite64): Don't use CHECK_N.
29434         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
29435         (do_pread): Don't use CHECK_N.
29436         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
29437         (do_pread64): Don't use CHECK_N.
29438         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
29439         (do_pwrite): Don't use CHECK_N.
29440         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
29441         (do_pwrite64): Don't use CHECK_N.
29442         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
29443         (__libc_readv): Don't use CHECK_N.
29444         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
29445         (semop): Don't use CHECK_N.
29446         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
29447         <bp-checks.h>.
29448         (semtimedop): Don't use CHECK_N.
29449         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
29450         (__libc_pread): Don't use CHECK_N.
29451         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
29452         <bp-checks.h>.
29453         (__libc_pread64): Don't use CHECK_N.
29454         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
29455         <bp-checks.h>.
29456         (__libc_pwrite): Don't use CHECK_N.
29457         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
29458         <bp-checks.h>.
29459         (__libc_pwrite64): Don't use CHECK_N.
29460         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
29461         <bp-checks.h>.
29462         (__libc_msgrcv): Don't use CHECK_N.
29463         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
29464         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
29465         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
29466         (__libc_writev): Don't use CHECK_N.
29467
29468 2013-02-08  Roland McGrath  <roland@hack.frob.com>
29469
29470         * string/strcpy.c: Removed unused variable.
29471
29472         * Makeconfig (+sysdep-includes): Define with := rather than =.
29473         Use an existing include/ subdir of each sysdeps dir before it.
29474
29475 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
29476
29477         * nscd/connection.c (register_traced_file): Comment function.
29478         [HAVE_INOTIFY] (union __inev): Define.
29479         [HAVE_INOTIFY] (inotify_check_files): New function.
29480         [HAVE_INOTIFY] (clear_db_cache): Likewise.
29481         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
29482         clear_db_cache.
29483         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
29484
29485 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
29486
29487         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
29488         loaded if not already and that a failure is permanent.
29489
29490 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
29491
29492         [BZ #15006]
29493         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
29494         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
29495
29496 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
29497
29498         [BZ #13550]
29499         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
29500         (CHECK_1_NULL_OK): Likewise.
29501         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
29502         (__fxstat): Do not use CHECK_1.
29503         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
29504         <bp-checks.h>.
29505         (___fxstat64): Do not use CHECK_1.
29506         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
29507         <bp-checks.h>.
29508         (__fxstatat): Do not use CHECK_1.
29509         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
29510         <bp-checks.h>.
29511         (__fxstatat64): Do not use CHECK_1.
29512         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
29513         <bp-checks.h>.
29514         (__fxstat): Do not use CHECK_1.
29515         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
29516         <bp-checks.h>.
29517         (__fxstatat): Do not use CHECK_1.
29518         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
29519         <bp-checks.h>.
29520         (__getresgid): Do not use CHECK_1.
29521         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
29522         <bp-checks.h>.
29523         (__getresuid): Do not use CHECK_1.
29524         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
29525         <bp-checks.h>.
29526         (__lxstat): Do not use CHECK_1.
29527         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
29528         <bp-checks.h>.
29529         (__old_msgctl): Do not use CHECK_1.
29530         (__new_msgctl): Likewise.
29531         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
29532         <bp-checks.h>.
29533         (__new_setrlimit): Do not use CHECK_1.
29534         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
29535         <bp-checks.h>.
29536         (__old_shmctl): Do not use CHECK_1.
29537         (__new_shmctl): Likewise.
29538         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
29539         <bp-checks.h>.
29540         (__xstat): Do not use CHECK_1.
29541         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
29542         (__lxstat): Do not use CHECK_1.
29543         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
29544         <bp-checks.h>.
29545         (___lxstat64): Do not use CHECK_1.
29546         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
29547         (__old_msgctl): Do not use CHECK_1.
29548         (__new_msgctl): Likewise.
29549         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
29550         <bp-checks.h>.
29551         (__gettimeofday): Do not use CHECK_1.
29552         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
29553         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
29554         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
29555         <bp-checks.h>.
29556         (__gettimeofday): Do not use CHECK_1.
29557         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
29558         (__old_shmctl): Do not use CHECK_1_NULL_OK.
29559         (__new_shmctl): Do not use CHECK_1.
29560         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
29561         <bp-checks.h>.
29562         (do_sigtimedwait): Do not use CHECK_1.
29563         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
29564         <bp-checks.h>.
29565         (do_sigwaitinfo): Do not use CHECK_1.
29566         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
29567         <bp-checks.h>.
29568         (msgctl): Do not use CHECK_1.
29569         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
29570         <bp-checks.h>.
29571         (shmctl): Do not use CHECK_1.
29572         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
29573         (ustat): Do not use CHECK_1.
29574         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
29575         <bp-checks.h>.
29576         (__fxstat): Do not use CHECK_1.
29577         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
29578         <bp-checks.h>.
29579         (__fxstatat): Do not use CHECK_1.
29580         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
29581         <bp-checks.h>.
29582         (__lxstat): Do not use CHECK_1.
29583         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
29584         <bp-checks.h>.
29585         (__xstat): Do not use CHECK_1.
29586         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
29587         (__xstat): Do not use CHECK_1.
29588         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
29589         (___xstat64): Do not use CHECK_1.
29590
29591         [BZ #13550]
29592         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
29593         definitions.
29594         (CHECK_BOUNDS_HIGH): Likewise.
29595         * string/strcpy.c: Do not include <bp-checks.h>.
29596         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
29597
29598 2013-02-07  Roland McGrath  <roland@hack.frob.com>
29599
29600         * nscd/nscd-client.h (__nscd_drop_map_ref):
29601         Add __attribute__ ((unused)).
29602         * nis/nss-nisplus.h (niserr2nss): Likewise.
29603
29604         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
29605         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
29606
29607         * csu/libc-tls.c (init_static_tls, init_slotinfo):
29608         Remove inline keyword.
29609         * include/rounding-mode.h (round_away): Likewise.
29610         * libio/wfileops.c (adjust_wide_data): Likewise.
29611         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
29612         (__m128i_strloadu_tolower): Likewise.
29613         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
29614         (__m128i_strloadu_tolower): Likewise.
29615         * time/mktime.c (ydhms_diff): Likewise.
29616         * locale/elem-hash.h (elem_hash): Likewise.
29617         * locale/setlocale.c (setdata): Likewise.
29618         * posix/regex_internal.h (re_string_char_size_at): Likewise.
29619         (re_string_wchar_at): Likewise.
29620         (bitset_not, bitset_merge, bitset_mask): Likewise.
29621         [!(__GNUC__ > 3)] (inline): Remove macro.
29622         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
29623         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
29624         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
29625         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
29626         * string/memcmp.c (memcmp_bytes): Likewise.
29627         * locale/programs/locarchive.c (compute_hashval): Likewise.
29628         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
29629         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
29630         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
29631         * nss/getent.c (print_rpc, print_protocols): Likewise.
29632         (print_passwd, print_group, print_aliases): Likewise.
29633         * nis/nss-nisplus.h (niserr2nss): Likewise.
29634         * nscd/connections.c (restart_p): Likewise.
29635         Change return type to bool.
29636
29637 2013-02-05  Roland McGrath  <roland@hack.frob.com>
29638
29639         * Makeconfig (all-Depend-files): Add existing
29640         $(sorted-subdirs:=/Depend) files.
29641         (all-subdirs): Remove nss.
29642         * sysdeps/unix/inet/Subdirs: Add it here instead.
29643         * hesiod/Depend: New file.
29644
29645         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
29646         instead of calling alloca.
29647
29648         * io/lseek.c (__lseek): Rename to __libc_lseek.
29649         Define __lseek as an alias.
29650
29651         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
29652
29653 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
29654
29655         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
29656         else clause and remove check for non-standard endianness.
29657
29658 2013-02-04  David S. Miller  <davem@davemloft.net>
29659
29660         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29661
29662 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
29663
29664         [BZ #13550]
29665         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
29666         (__ubp_memchr): Remove prototype.
29667         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
29668         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
29669         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
29670         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
29671         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
29672         Remove alias.
29673         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
29674         (__ubp_memchr): Likewise.
29675         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
29676         (__ubp_memchr): Likewise.
29677         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
29678         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
29679         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
29680         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
29681         CHECK_STRING.
29682         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
29683         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
29684         (__getcwd): Do not use CHECK_STRING.
29685         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
29686         <bp-checks.h>.
29687         (__real_chown): Do not use CHECK_STRING.
29688         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
29689         <bp-checks.h>.
29690         (fchownat): Do not use CHECK_STRING.
29691         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
29692         CHECK_STRING.
29693         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
29694         <bp-checks.h>.
29695         (__lchown): Do not use CHECK_STRING.
29696         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
29697         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
29698         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
29699         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
29700         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
29701         include <bp-checks.h>.
29702         (truncate64): Do not use CHECK_STRING.
29703         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
29704         <bp-checks.h>.
29705         (__real_chown): Do not use CHECK_STRING.
29706         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
29707         <bp-checks.h>.
29708         (__lchown): Do not use CHECK_STRING.
29709         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
29710         <bp-checks.h>.
29711         (__chown): Do not use CHECK_STRING.
29712         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
29713         <bp-checks.h>.
29714         (truncate64): Do not use CHECK_STRING.
29715         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
29716         Likewise.
29717         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
29718         (__xmknod): Do not use CHECK_STRING.
29719         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
29720         <bp-checks.h>.
29721         (__xmknodat): Do not use CHECK_STRING.
29722         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
29723         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
29724
29725 2013-02-04  Andreas Schwab  <schwab@suse.de>
29726
29727         [BZ #14142]
29728         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
29729         * include/netdb.h: Likewise for h_errno.
29730         * elf/tst-stackguard1.c: Include <tls.h>.
29731
29732 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
29733
29734         * elf/link.h (struct link_map): Extend the l_addr comment.
29735         * include/link.h (struct link_map): Likewise.
29736
29737 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
29738
29739         [BZ #13550]
29740         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
29741         (BOUNDED_1): Remove macro.
29742         * debug/backtrace.c: Don't include <bp-checks.h>.
29743         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
29744         (__backtrace): Likewise.
29745         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
29746         <bp-checks.h>.
29747         (__backtrace): Don't use BOUNDED_1.
29748         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
29749         <bp-checks.h>.
29750         (__backtrace): Don't use BOUNDED_1.
29751         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
29752         (__backtrace): Don't use BOUNDED_1.
29753         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
29754         (shmat): Don't use BOUNDED_N.
29755
29756 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
29757
29758         [BZ #13550]
29759         * sysdeps/generic/bp-start.h: Remove file.
29760         * csu/libc-start.c: Don't include <bp-start.h>.
29761         (LIBC_START_MAIN): Set up __environ directly instead of using
29762         INIT_ARGV_and_ENVIRON.
29763         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
29764         <bp-start.h>.
29765
29766         [BZ #13550]
29767         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
29768         definitions.
29769         (CHECK_FCNTL): Likewise.
29770         (CHECK_N_PAGES): Likewise.
29771
29772         [BZ #13550]
29773         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
29774         definitions.
29775         (CHECK_SIGSET_NULL_OK): Likewise.
29776         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
29777         <bp-checks.h>.
29778         (sigpending): Don't use CHECK_SIGSET.
29779         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
29780         <bp-checks.h>.
29781         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29782         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
29783         <bp-checks.h>.
29784         (do_sigsuspend): Don't use CHECK_SIGSET.
29785         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
29786         use CHECK_SIGSET.
29787         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
29788         (do_sigwait): Don't use CHECK_SIGSET.
29789         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
29790         use CHECK_SIGSET.
29791         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
29792         include <bp-checks.h>.
29793         (sigpending): Don't use CHECK_SIGSET.
29794         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
29795         include <bp-checks.h>.
29796         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29797         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
29798         <bp-checks.h>.
29799         (sigpending): Don't use CHECK_SIGSET.
29800         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
29801         <bp-checks.h>.
29802         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29803
29804         [BZ #13550]
29805         * sysdeps/generic/bp-semctl.h: Remove file.
29806         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
29807         <bp-checks.h> and <bp-semctl.h>.
29808         (__old_semctl): Don't use CHECK_SEMCTL.
29809         (__new_semctl): Likewise.
29810         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
29811         and <bp-semctl.h>.
29812         (__old_semctl): Don't use CHECK_SEMCTL.
29813         (__new_semctl): Likewise.
29814         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
29815         <bp-checks.h> and <bp-semctl.h>.
29816         (__old_semctl): Don't use CHECK_SEMCTL.
29817         (__new_semctl): Likewise.
29818         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
29819         <bp-checks.h> and <bp-semctl.h>.
29820         (semctl): Don't use CHECK_SEMCTL.
29821
29822         [BZ #13550]
29823         * Makerules (elide-bp-thunks): Remove variable.
29824         (elide-routines.oS): Don't use $(elide-bp-thunks).
29825         (elide-routines.os): Likewise.
29826         (elide-routines.o): Likewise.
29827         (elide-routines.op): Likewise.
29828         (elide-routines.og): Likewise.
29829         (objects): Don't use $(bp-thunks).
29830         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
29831         include.
29832         (common-generated): Do not add s-proto-bp.d.
29833         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
29834         (int): Likewise.
29835         (typ): Likewise.
29836         Do not generate makefile rules for bounded-pointer thunks.
29837         * sysdeps/generic/bp-thunks.h: Remove file.
29838         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
29839         * sysdeps/unix/s-proto-bp.S: Likewise.
29840
29841         [BZ #15062]
29842         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
29843         parts of result separately when argument is not close to line from
29844         -i to i and one part of argument is small.
29845         * math/k_casinhf.c (__kernel_casinhf): Likewise.
29846         * math/k_casinhl.c (__kernel_casinhl): Likewise.
29847         * math/libm-test.inc (cacos_test): Add more tests.
29848         (casin_test): Likewise.
29849         (casinh_test): Likewise.
29850         * sysdeps/i386/fpu/libm-test-ulps: Update.
29851         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29852
29853 2013-01-31  David S. Miller  <davem@davemloft.net>
29854
29855         * po/de.po: Update from translation team.
29856
29857 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
29858
29859         * time/tzfile.c: Include stdint.h for SIZE_MAX.
29860
29861 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
29862
29863         * configure.in (_AC_PROG_CC_C89): New definition.
29864         * configure: Regenerate.
29865
29866         * configure.in (AC_PROG_CPP): New definition.
29867         * configure: Regenerate.
29868
29869 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
29870
29871         * debug/tst-backtrace.h: New file.
29872         * debug/tst-backtrace2.c: Include tst-backtrace.h.
29873         (ret): Remove variable.
29874         (x): Likewise.
29875         (FAIL): Remove macro.
29876         (NO_INLINE): Likewise.
29877         (fn1): Use match function instead of strstr.
29878         * debug/tst-backtrace3.c: Include tst-backtrace.h.
29879         (ret): Remove variable.
29880         (x): Likewise.
29881         (FAIL): Remove macro.
29882         (NO_INLINE): Likewise.
29883         (fn): Use match function instead of strstr.
29884         * debug/tst-backtrace4.c: Include tst-backtrace.h.
29885         (ret): Remove variable.
29886         (x): Likewise.
29887         (FAIL): Remove macro.
29888         (NO_INLINE): Likewise.
29889         (handle_signal): Use match function instead of strstr.
29890         * debug/tst-backtrace5.c: Include tst-backtrace.h.
29891         (ret): Remove variable.
29892         (x): Likewise.
29893         (FAIL): Remove macro.
29894         (NO_INLINE): Likewise.
29895         (handle_signal): Use match function instead of strstr.
29896
29897 2013-01-23  Roland McGrath  <roland@hack.frob.com>
29898
29899         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
29900
29901 2013-01-23  David S. Miller  <davem@davemloft.net>
29902
29903         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
29904         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
29905         argument of CAS if possible.
29906         * sysdeps/sparc/sparc64/bits/atomic.h
29907         (__arch_compare_and_exchange_val_32_acq): Likewise.
29908         (__arch_compare_and_exchange_val_64_acq): Likewise.
29909
29910 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
29911
29912         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
29913         * sysdeps/posix/ulimit.c: ... this.
29914         Include <limits.h>.
29915         * sysdeps/unix/bsd/ulimit.c: Remove file.
29916
29917 2013-01-23  Adam Conrad  <adconrad@0c3.net>
29918
29919         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
29920         (LDFLAGS-tst-array5): Likewise.
29921
29922 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
29923
29924         [BZ #15036]
29925         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
29926         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
29927         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
29928         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
29929
29930 2013-01-21  David S. Miller  <davem@davemloft.net>
29931
29932         * sysdeps/sparc/backtrace.c: New file.
29933         * sysdeps/sparc/sparc32/backtrace.h: New file.
29934         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
29935         * sysdeps/sparc/sparc64/backtrace.h: New file.
29936         * sysdeps/sparc/sparc64/backtrace.c: Delete.
29937         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
29938         -funwind-tables.
29939
29940 2013-01-21  Andreas Schwab  <schwab@suse.de>
29941
29942         [BZ #15020]
29943         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
29944         closed its stdout.
29945
29946 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
29947
29948         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
29949         "mpa2.h".
29950         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
29951
29952 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
29953             Mark Mitchell  <mark@codesourcery.com>
29954             Tom de Vries  <tom@codesourcery.com>
29955             Paul Pluzhnikov  <ppluzhnikov@google.com>
29956
29957         * debug/tst-backtrace2.c: New file.
29958         * debug/tst-backtrace3.c: Likewise.
29959         * debug/tst-backtrace4.c: Likewise.
29960         * debug/tst-backtrace5.c: Likewise.
29961         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
29962         (CFLAGS-tst-backtrace3.c): Likewise.
29963         (CFLAGS-tst-backtrace4.c): Likewise.
29964         (CFLAGS-tst-backtrace5.c): Likewise.
29965         (LDFLAGS-tst-backtrace2): Likewise.
29966         (LDFLAGS-tst-backtrace3): Likewise.
29967         (LDFLAGS-tst-backtrace4): Likewise.
29968         (LDFLAGS-tst-backtrace5): Likewise.
29969         (tests): Add new tests tst-backtrace2, tst-backtrace3,
29970         tst-backtrace4 and tst-backtrace5.
29971
29972 2013-01-18  Anton Blanchard  <anton@samba.org>
29973             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
29974
29975         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
29976         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
29977         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
29978         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
29979         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
29980         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
29981         "+r" and remove output regs list as redundant.  Add explicit inline
29982         asm to specify register of return val to work around compiler codegen
29983         bug.  Remove (int) cast on return value.  Add return type parameter to
29984         use in macro so that this macro does not truncate return value for
29985         64-bit values.
29986         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
29987         pass to INTERNAL_VSYSCALL_NCS.
29988         (INLINE_VSYSCALL): Add 'long int' as return type to
29989         INTERNAL_VSYSCALL_NCS macro invocation.
29990         (INTERNAL_VSYSCALL): Add 'long int' as return type to
29991         INTERNAL_VSYSCALL_NCS macro invocation.
29992         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
29993
29994 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
29995
29996         [BZ #14496]
29997         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
29998         Fix application of SIMD FP exception mask.
29999
30000         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
30001         mp_no from a power of two.
30002         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
30003         __mpexp_twomm1.  Use __pow_mp.
30004
30005         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
30006         multiplication.
30007
30008 2013-01-17  David S. Miller  <davem@davemloft.net>
30009
30010         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30011
30012 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
30013
30014         [BZ #15023]
30015         * include/complex.h: Condition contents on [!_COMPLEX_H].
30016         (__kernel_casinhf): New prototype.
30017         (__kernel_casinh): Likewise.
30018         (__kernel_casinhl): Likewise.
30019         * math/Makefile (libm_calls): Add k_casinh.
30020         * math/k_casinh.c: New file.
30021         * math/k_casinhf.c: Likewise.
30022         * math/k_casinhl.c: Likewise.
30023         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
30024         finite nonzero arguments.
30025         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
30026         finite nonzero arguments.
30027         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
30028         finite nonzero arguments.
30029         * math/s_casinh.c: Do not include <float.h>.
30030         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
30031         * math/s_casinhf.c: Do not include <float.h>.
30032         (__casinhf): Move code for finite nonzero arguments to
30033         k_casinhf.c.
30034         * math/s_casinhl.c: Do not include <float.h>.
30035         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
30036         redefine.
30037         (__casinhl): Move code for finite nonzero arguments to
30038         k_casinhl.c.
30039         * math/libm-test.inc (cacos_test): Add more tests.
30040         * sysdeps/i386/fpu/libm-test-ulps: Update.
30041         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30042
30043 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
30044
30045         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
30046         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
30047         [!HAVE_MREMAP]: Remove [defined linux] case.
30048         * malloc/arena.c: Do not include <malloc-sysdep.h>.
30049
30050 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
30051
30052         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
30053
30054 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
30055
30056         * elf/elf.h (R_386_SIZE32): New relocation.
30057         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
30058         R_386_SIZE32.
30059         (elf_machine_rela): Likewise.
30060         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
30061         R_X86_64_SIZE64 and R_X86_64_SIZE32.
30062
30063 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
30064
30065         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
30066         (FP_FAST_FMA): Do not define.
30067         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
30068         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
30069         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
30070         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
30071         !_SOFT_FLOAT]: Likewise.
30072         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
30073         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
30074         value.
30075         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
30076         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
30077         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
30078         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
30079         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
30080         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
30081         file.
30082
30083 2013-01-16  Andreas Schwab  <schwab@suse.de>
30084
30085         [BZ #14327]
30086         * include/stdlib.h (__mktemp): Add declaration.
30087         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
30088         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
30089
30090 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
30091
30092         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
30093         definitions.
30094         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
30095         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
30096         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
30097         definitions here.
30098         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
30099         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
30100         definitions.
30101         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
30102         and ONE.
30103         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
30104         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
30105         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
30106         definitions.
30107         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
30108         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
30109         definitions.
30110         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
30111
30112         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
30113
30114 2013-01-15  David S. Miller  <davem@davemloft.net>
30115
30116         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
30117         trunc{,f} to libm-sysdep_routes.
30118         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
30119         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
30120         file.
30121         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
30122         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
30123         file.
30124         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
30125         file.
30126         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
30127         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
30128         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
30129         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
30130         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
30131         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
30132         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
30133         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
30134
30135         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
30136         nearbyint{,f} to libm-sysdep_routes.
30137         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
30138         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
30139         New file.
30140         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
30141         file.
30142         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
30143         New file.
30144         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
30145         file.
30146         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
30147         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
30148         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
30149         file.
30150         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
30151         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
30152         file.
30153         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
30154         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
30155         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
30156
30157         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
30158         libc_feholdexcept and libc_fesetenv.
30159
30160 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
30161
30162         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
30163
30164 2013-01-14  David S. Miller  <davem@davemloft.net>
30165
30166         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
30167         (SPARC_ASM_VIS2_IFUNC): Likewise.
30168         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
30169         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
30170         use of 'siam' instruction.
30171         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
30172         Likewise.
30173         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
30174         Likewise.
30175         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
30176         Likewise.
30177         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
30178         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
30179         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
30180         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
30181         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
30182         file.
30183         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
30184         file.
30185         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
30186         file.
30187         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
30188         file.
30189         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
30190         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
30191         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
30192         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
30193         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
30194         new VIS2 routines.
30195         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
30196         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
30197         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
30198         Likewise.
30199         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
30200         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
30201         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
30202         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
30203         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
30204         routines to libm-sysdep_routines.
30205         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
30206
30207         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
30208         fdim/fdimf to libm-sysdep_routines.
30209         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
30210         file.
30211         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
30212         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
30213         file.
30214         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
30215         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
30216         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
30217         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
30218         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
30219         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
30220         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
30221
30222 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
30223
30224         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
30225         to optimize copies.
30226
30227         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
30228         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
30229         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30230
30231         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
30232         local variable MPTWO.
30233         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
30234         Likewise.
30235
30236 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
30237
30238         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
30239         GLOB_NOESCAPE.
30240
30241 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
30242
30243         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
30244
30245 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
30246
30247         * manual/pattern.texi (glob_t): Document gl_flags.
30248         (glob64_t): Likewise.
30249
30250 2013-01-11  David S. Miller  <davem@davemloft.net>
30251
30252         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
30253         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
30254         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
30255         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
30256         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
30257         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
30258         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
30259         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
30260         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
30261         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
30262         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
30263         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
30264         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
30265
30266         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
30267         sparc V9 rather than using V8 code.
30268         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
30269         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
30270
30271         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
30272         Move to...
30273         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
30274         Here.
30275
30276 2013-01-11  Roland McGrath  <roland@hack.frob.com>
30277
30278         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
30279         not in the main loop.
30280         * configure: Regenerated.
30281
30282 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
30283
30284         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
30285         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
30286         to just #else.
30287         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
30288         [!__GLIBC_HAVE_LONG_LONG] case.
30289         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
30290         condition to just #else.
30291         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
30292         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
30293         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
30294         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
30295         unconditional.
30296         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
30297         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
30298         #elif condition to just #else.
30299         * sysdeps/unix/sysv/linux/sys/sysmacros.h
30300         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
30301         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
30302         #elif condition to just #else.
30303
30304 2013-01-11  Steve Ellcey  <sellcey@mips.com>
30305
30306         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
30307         (EF_MIPS_ARCH_64): Fix value.
30308         (EF_MIPS_ARCH_32R2): New.
30309         (EF_MIPS_ARCH_64R2): New.
30310
30311 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
30312
30313         * Makeconfig (+link-pie-before-libc): New.
30314         (+link-pie-after-libc): Likewise.
30315         (+link-pie-tests): Likewise.
30316         (+link-pie): Rewritten.
30317         (link-before-libc): Remove $(config-LDFLAGS).
30318         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
30319         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
30320         (config-LDFLAGS): Renamed to ...
30321         (rtld-LDFLAGS): This.
30322         (rtld-tests-LDFLAGS): New macro.
30323         (link-libc-rpath-link): Likewise.
30324         (link-libc-tests-rpath-link): Likewise.
30325         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
30326         (link-libc): Prepand $(link-libc-rpath-link).
30327         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
30328         (test-program-prefix): New macro.
30329         (test-via-rtld-prefix): Likewise.
30330         (test-program-cmd): Likewise.
30331         (host-test-program-cmd): Likewise.
30332         * Makefile ($(common-objpfx)testrun.sh): Replace
30333         $(run-program-prefix) with $(test-program-prefix).
30334         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
30335         $(rtld-LDFLAGS).
30336         ($(common-objpfx)shlib.lds): Likewise.
30337         (build-module-helper): Likewise.
30338         ($(common-objpfx)format.lds): Likewise.
30339         * Rules (binaries-pie-tests): New.
30340         (binaries-pie-notests): Likewise.
30341         (binaries-pie): Rewritten.
30342         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
30343         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
30344         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
30345         (make-test-out): Replace $(host-built-program-cmd) with
30346         $(host-test-program-cmd).
30347         * config.make.in (build-hardcoded-path-in-tests): New variable.
30348         * configure.in (--enable-hardcoded-path-in-tests): New configure
30349         option.
30350         (hardcoded_path_in_tests): New AC_SUBST.
30351         * configure: Regenerated.
30352         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
30353         $(built-program-cmd) with $(test-program-cmd).
30354         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
30355         (test_program_cmd): This.
30356         * elf/Makefile ($(objpfx)order.out): Run test with
30357         $(test-program-prefix).
30358         ($(objpfx)order2.out): Likewise.
30359         ($(objpfx)tst-initorder.out): Likewise.
30360         ($(objpfx)tst-initorder2.out): Likewise.
30361         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
30362         $(test-program-cmd).
30363         ($(objpfx)tst-array1-static.out): Likewise.
30364         ($(objpfx)tst-array2.out): Likewise.
30365         ($(objpfx)tst-array3.out): Likewise.
30366         ($(objpfx)tst-array4.out): Likewise.
30367         ($(objpfx)tst-array5.out): Likewise.
30368         ($(objpfx)tst-array5-static.out): Likewise.
30369         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
30370         $(test-program-cmd).
30371         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
30372         $(run-program-prefix) with $(test-program-prefix).
30373         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
30374         (test_program_prefix): This.
30375         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
30376         $(run-program-prefix) with $(test-program-prefix).
30377         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
30378         (test_program_prefix): This.
30379         * iconvdata/tst-tables.sh: Likewise.
30380         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
30381         $(run-program-prefix) with $(test-program-prefix).
30382         ($(objpfx)tst-translit.out): Likewise.
30383         ($(objpfx)tst-gettext2.out): Likewise.
30384         ($(objpfx)tst-gettext4.out): Likewise.
30385         ($(objpfx)tst-gettext6.out): Likewise.
30386         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
30387         (test_program_prefix): This.
30388         * intl/tst-gettext2.sh: Likewise.
30389         * intl/tst-gettext4.sh  Likewise.
30390         * intl/tst-gettext6.sh: Likewise.
30391         * intl/tst-translit.sh: Likewise.
30392         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
30393         with $(test-program-cmd).
30394         * libio/Makefile ($(objpfx)test-freopen.out): Replace
30395         $(run-program-prefix) with $(test-program-prefix).
30396         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
30397         (test_program_prefix): This.
30398         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
30399         $(run-program-prefix) with $(test-program-prefix).
30400         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
30401         (test_program_prefix): This.
30402         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
30403         * posix/Makefile ($(objpfx)globtest.out): Replace
30404         $(run-via-rtld-prefix) and $(test-wrapper) with
30405         $(test-program-prefix) and $(test-via-rtld-prefix).
30406         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
30407         $(test-program-prefix).
30408         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
30409         $(host-test-program-cmd).
30410         (tst-spawn-ARGS): Likewise.
30411         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
30412         $(test-program-prefix).
30413         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
30414         (test_via_rtld_prefix): This.
30415         (test_wrapper): Renamed to ...
30416         (test_program_prefix): This.
30417         (run_program_prefix): Replaced by test_program_prefix.
30418         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
30419         (test_program_prefix): This.
30420         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
30421         with $(host-test-program-cmd).
30422         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
30423         $(run-program-prefix) with $(test-program-prefix).
30424         ($(objpfx)tst-printf.out): Likewise.
30425         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
30426         $(test-program-cmd).
30427         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
30428         (test_program_prefix): This.
30429         * stdio-common/tst-unbputc.sh: Likewise.
30430         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
30431         $(run-program-prefix) with $(test-program-prefix).
30432         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
30433         (test_program_prefix): This.
30434         * string/Makefile ($(objpfx)tst-svc.out):  Replace
30435         $(built-program-cmd) with $(test-program-cmd).
30436
30437 2013-01-11  Andreas Jaeger  <aj@suse.de>
30438
30439         [BZ #15003]
30440         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
30441         value. Sync with Linux 3.7.
30442
30443 2013-01-10  David S. Miller  <davem@davemloft.net>
30444
30445         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
30446         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
30447         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
30448
30449 2013-01-10  Roland McGrath  <roland@hack.frob.com>
30450
30451         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
30452         never set.
30453         * configure: Regenerated.
30454
30455 2013-01-10  David S. Miller  <davem@davemloft.net>
30456
30457         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
30458         sparc V9 rather than using V8 code.
30459         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
30460         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
30461
30462 2013-01-10  Roland McGrath  <roland@hack.frob.com>
30463
30464         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
30465         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
30466         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
30467         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
30468         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
30469         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
30470         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
30471         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
30472         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
30473         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
30474         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
30475         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
30476         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
30477         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
30478         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
30479         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
30480         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
30481         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
30482         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
30483         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
30484         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
30485         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
30486         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
30487         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
30488         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
30489         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
30490         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
30491
30492 2013-01-10  David S. Miller  <davem@davemloft.net>
30493
30494         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30495
30496 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
30497
30498         * posix/Makefile (tests-static): New variable.
30499         (tests): Add $(tests-static).
30500         (tst-exec-static-ARGS): New variable.
30501         (tst-spawn-static-ARGS): Likewise.
30502         * posix/tst-exec-static.c: New file.
30503         * posix/tst-spawn-static.c: Likewise.
30504         * posix/tst-exec.c: Support run directly.
30505         * posix/tst-spawn.c: Likewise.
30506
30507 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
30508
30509         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
30510         long.
30511         * math/bits/mathcalls.h (llrint): Likewise.
30512         (llround): Likewise.
30513         * stdlib/stdlib.h (struct drand48_data): Likewise.
30514         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
30515         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
30516         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
30517         Likewise.
30518         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
30519         Likewise.
30520         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
30521         (elf_greg_t): Likewise.
30522         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
30523         (__jmp_buf): Likewise.
30524         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
30525         definitions.
30526         (llrint): Likewise, for all definitions.
30527         (llrintl): Likewise.
30528
30529         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
30530         Remove [__GNUC__] condition.
30531         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
30532         condition to just [__USE_ISOC99].
30533         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
30534
30535 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
30536
30537         [BZ #14200]
30538         * sysdeps/unix/sysv/linux/x86/bits/environments.h
30539         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
30540         defined.
30541         (_POSIX_V6_ILP32_OFF32): Likewise.
30542         (_XBS5_ILP32_OFF32): Likewise.
30543         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
30544         (__ILP32_OFFBIG_LDFLAGS): Likewise.
30545
30546 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
30547
30548         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
30549
30550         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
30551         doubles __mpexp_twomm1.  Adjust usage.
30552         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
30553         Remove.
30554
30555 2013-01-10  Andreas Schwab  <schwab@suse.de>
30556
30557         [BZ #14964]
30558         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
30559         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
30560
30561 2013-01-09  David S. Miller  <davem@davemloft.net>
30562
30563         [BZ #15003]
30564         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
30565         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
30566         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
30567         (TCP_FASTOPEN): Define.
30568         (tcp_repair_opt): New structure.
30569         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
30570         enum values.
30571         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
30572         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
30573         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
30574         (tcp_cookie_transactions): New structure.
30575
30576 2013-01-09  Anton Blanchard  <anton@samba.org>
30577
30578         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
30579         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
30580         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
30581         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
30582
30583 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
30584
30585         * include/features.h (__USE_ANSI): Remove.
30586
30587 2013-01-09  Roland McGrath  <roland@hack.frob.com>
30588
30589         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
30590
30591         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
30592
30593 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
30594
30595         * sysdeps/s390/fpu/libm-test-ulps: Update.
30596
30597         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30598
30599         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
30600         (__acr): Likewise.
30601         (__cpy): Likewise.
30602         (norm): Likewise.
30603         (denorm): Likewise.
30604         (__mp_dbl): Likewise.
30605         (__dbl_mp): Likewise.
30606         (add_magnitudes): Likewise.
30607         (sub_magnitudes): Likewise.
30608         (__add): Likewise.
30609         (__sub): Likewise.
30610         (__mul): Likewise.
30611         (__inv): Likewise.
30612         (__dvd): Likewise.
30613         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
30614         (__acr): Likewise.
30615         (__cpy): Likewise.
30616         (norm): Likewise.
30617         (denorm): Likewise.
30618         (__mp_dbl): Likewise.
30619         (__dbl_mp): Likewise.
30620         (add_magnitudes): Likewise.
30621         (sub_magnitudes): Likewise.
30622         (__add): Likewise.
30623         (__sub): Likewise.
30624         (__mul): Likewise.
30625         (__inv): Likewise.
30626         (__dvd): Likewise.
30627         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
30628         (__acr): Likewise.
30629         (__cpy): Likewise.
30630         (norm): Likewise.
30631         (denorm): Likewise.
30632         (__mp_dbl): Likewise.
30633         (__dbl_mp): Likewise.
30634         (add_magnitudes): Likewise.
30635         (sub_magnitudes): Likewise.
30636         (__add): Likewise.
30637         (__sub): Likewise.
30638         (__mul): Likewise.
30639         (__inv): Likewise.
30640         (__dvd): Likewise.
30641
30642 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
30643
30644         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
30645         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
30646         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
30647         2 && __USE_EXTERN_INLINES]: Likewise.
30648
30649 2013-01-08  Andreas Jaeger  <aj@suse.de>
30650
30651         [BZ# 14985]
30652         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
30653         Remove.
30654         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
30655         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
30656
30657 2013-01-07  Anton Blanchard  <anton@samba.org>
30658
30659         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
30660         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
30661         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
30662         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
30663         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
30664         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
30665         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
30666         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
30667         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
30668         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
30669         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
30670         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
30671         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
30672         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
30673         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
30674         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
30675         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
30676         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
30677         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
30678         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
30679         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
30680         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
30681         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
30682         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
30683         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
30684         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
30685         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
30686         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
30687         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
30688         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
30689         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
30690         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30691         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
30692         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
30693         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
30694         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
30695         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
30696         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
30697         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
30698         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
30699         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
30700         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
30701         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
30702
30703 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
30704
30705         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
30706         (__MALLOC_PMT): Likewise.
30707         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
30708         [__GNUC__], only on [_LIBC].
30709         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
30710         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
30711         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
30712         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
30713         forward declaration.
30714         (realloc_hook_ini): Likewise.
30715         (memalign_hook_ini): Likewise.
30716         (__libc_memalign): Do not use __MALLOC_PMT in variable
30717         declaration.
30718         (__libc_valloc): Likewise.
30719         (__libc_pvalloc): Likewise.
30720         (__libc_calloc): Likewise.
30721         (__posix_memalign): Likewise.
30722
30723         [BZ #14996]
30724         * math/s_casinh.c: Include <float.h>.
30725         (__casinh): Do not do computation with squaring and square root
30726         for large arguments.
30727         * math/s_casinhf.c: Include <float.h>.
30728         (__casinhf): Do not do computation with squaring and square root
30729         for large arguments.
30730         * math/s_casinhl.c: Include <float.h>.
30731         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
30732         (__casinhl): Do not do computation with squaring and square root
30733         for large arguments.
30734         * math/libm-test.inc (casin_test): Add more tests.
30735         (casinh_test): Likewise.
30736         * sysdeps/i386/fpu/libm-test-ulps: Update.
30737         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30738
30739 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
30740
30741         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
30742         (__x86_64_raw_data_cache_size): Likewise.
30743         (__x86_64_data_cache_size_half): Likewise.
30744         (__x86_64_raw_data_cache_size_half): Likewise.
30745         (__x86_64_shared_cache_size): Likewise.
30746         (__x86_64_raw_shared_cache_size): Likewise.
30747         (__x86_64_shared_cache_size_half): Likewise.
30748         (__x86_64_raw_shared_cache_size_half): Likewise.
30749         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
30750         to ...
30751         (__x86_data_cache_size): This.
30752         (__x86_64_raw_data_cache_size): Renamed to ...
30753         (__x86_raw_data_cache_size): This.
30754         (__x86_64_data_cache_size_half): Renamed to ...
30755         (__x86_data_cache_size_half): This.
30756         (__x86_64_raw_data_cache_size_half): Renamed to ...
30757         (__x86_raw_data_cache_size_half): This.
30758         (__x86_64_shared_cache_size): Renamed to ...
30759         (__x86_shared_cache_size): This.
30760         (__x86_64_raw_shared_cache_size): Renamed to ...
30761         (__x86_raw_shared_cache_size): This.
30762         (__x86_64_shared_cache_size_half): Renamed to ...
30763         (__x86_shared_cache_size_half): This.
30764         (__x86_64_raw_shared_cache_size_half): Renamed to ...
30765         (__x86_raw_shared_cache_size_half): This.
30766         * sysdeps/x86_64/memcpy.S: Updated.
30767         * sysdeps/x86_64/memset.S: Likewise.
30768         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
30769         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
30770         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
30771
30772 2013-01-04  David S. Miller  <davem@davemloft.net>
30773
30774         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30775
30776 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
30777
30778         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
30779         1 to avoid redefinition warning.
30780         (__USE_GNU): Don't define.
30781         (init_signaling_nan): Protoize.
30782
30783         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30784
30785 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
30786
30787         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
30788         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
30789         (__cpymn): Likewise.
30790         (norm): Remove commented code.
30791         (denorm): Likewise.
30792         (__mp_dbl): Likewise.
30793         (__inv): Likewise.
30794         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
30795         (__cpymn): Likewise.
30796         (norm): Remove commented code.
30797         (denorm): Likewise.
30798         (__mp_dbl): Likewise.
30799         (__inv): Likewise.
30800
30801         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
30802         mp_no value for 1.0 and 2.0.
30803         (norm): Use RADIXI instead of radixi.d.
30804         (denorm): Likewise.
30805         (__mul): Use 0.0 instead of zero.d.
30806         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
30807         mp_no value for 1.0 and 2.0.
30808         (norm): Use RADIXI instead of radixi.d.
30809         (denorm): Likewise.
30810         (__mul): Use 0.0 instead of zero.d.
30811
30812 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
30813
30814         [BZ #14994]
30815         * math/s_casinh.c (__casinh): Reduce finite argument to first
30816         quadrant then set signs of results at the end.
30817         * math/s_casinhf.c (__casinhf): Likewise.
30818         * math/s_casinhl.c (__casinhl): Likewise.
30819         * math/libm-test.inc (casin_test): Add more tests.
30820         (casinh_test): Likewise.
30821         * sysdeps/i386/fpu/libm-test-ulps: Update.
30822         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30823
30824 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
30825
30826         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
30827
30828         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
30829
30830         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
30831         declarations.
30832         (denorm): Likewise.
30833         (__mp_dbl): Likewise.
30834         (__inv): Likewise.
30835
30836         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
30837         and adjust the header comment.
30838
30839         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
30840         variable name from declaration.
30841
30842 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
30843
30844         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
30845         Initialize COMMON_CPUID_INDEX_7 element.
30846         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
30847         (CPUID_RTM): Likewise.
30848         (HAS_RTM): Likewise.
30849         (COMMON_CPUID_INDEX_7): New enum.
30850
30851 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
30852
30853         [BZ #14981]
30854         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
30855         size is zero, record memory as freed.
30856
30857 2013-01-03  Andreas Jaeger  <aj@suse.de>
30858
30859         * po/ia.po: Add new Interlingua translation.
30860
30861 2012-01-03  Allan McRae  <allan@archlinux.org>
30862
30863         * locale/programs/localedef.c: Fix description of '--posix' flag.
30864
30865 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
30866
30867         * NEWS: Update dates in second copyright notice.
30868         * README: Update copyright dates in example.
30869         * manual/libc.texinfo: Update copyright dates.
30870         * scripts/test-installation.pl: Update copyright date in --version
30871         output.
30872
30873         * hurd/ctty-input.c: Fix copyright notice formatting.
30874         * hurd/ctty-output.c: Likewise.
30875         * hurd/dtable.c: Likewise.
30876         * hurd/hurd-raise.c: Likewise.
30877         * hurd/hurdprio.c: Likewise.
30878         * hurd/msgportdemux.c: Likewise.
30879         * misc/sys/file.h: Likewise.
30880         * misc/sys/ioctl.h: Likewise.
30881         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
30882         * sysdeps/mach/hurd/chdir.c: Likewise.
30883         * sysdeps/mach/hurd/fchdir.c: Likewise.
30884         * sysdeps/mach/hurd/rename.c: Likewise.
30885         * sysdeps/mach/hurd/rmdir.c: Likewise.
30886         * sysdeps/mach/hurd/seekdir.c: Likewise.
30887         * sysdeps/mach/hurd/setsid.c: Likewise.
30888         * sysdeps/posix/wait3.c: Likewise.
30889
30890         * All files with FSF copyright notices: Update copyright dates
30891         using scripts/update-copyrights.
30892         * intl/plural.c: Regenerated.
30893         * locale/programs/charmap-kw.h: Likewise.
30894         * locale/programs/locfile-kw.h: Likewise.
30895
30896 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
30897
30898         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
30899         four values.
30900
30901         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
30902         calculation loop and add branch prediction.
30903
30904         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
30905         check access beyond bounds of m1np.
30906
30907         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
30908         MPTWO.
30909         (__inv): Remove local variable MPTWO to use the global
30910         constant.
30911         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
30912         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
30913         variable MPTWO.
30914         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
30915         MP3HALFS static const.
30916
30917 2013-01-01  David S. Miller  <davem@davemloft.net>
30918
30919         * po/ca.po: Update from translation team.
30920
30921 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
30922
30923         * scripts/update-copyrights: New file.
30924         * Makeconfig: Reformat copyright notice.
30925         * ctype/ctype.h: Likewise.
30926         * debug/swprintf_chk.c: Likewise.
30927         * elf/dl-cache.c: Likewise.
30928         * elf/dl-debug.c: Likewise.
30929         * elf/dl-object.c: Likewise.
30930         * grp/initgroups.c: Likewise.
30931         * hurd/Makefile: Likewise.
30932         * hurd/hurd/signal.h: Likewise.
30933         * hurd/hurdfault.c: Likewise.
30934         * hurd/hurdioctl.c: Likewise.
30935         * hurd/hurdlookup.c: Likewise.
30936         * hurd/intr-msg.c: Likewise.
30937         * iconv/gconv_open.c: Likewise.
30938         * libio/swprintf.c: Likewise.
30939         * locale/lc-ctype.c: Likewise.
30940         * locale/nl_langinfo.c: Likewise.
30941         * mach/Machrules: Likewise.
30942         * mach/Makefile: Likewise.
30943         * malloc/obstack.h: Likewise.
30944         * manual/Makefile: Likewise.
30945         * manual/tsort.awk: Likewise.
30946         * misc/bits/stab.def: Likewise.
30947         * nis/nis_print_group_entry.c: Likewise.
30948         * nis/nis_table.c: Likewise.
30949         * nis/nss_compat/compat-pwd.c: Likewise.
30950         * nis/nss_compat/compat-spwd.c: Likewise.
30951         * po/Makefile: Likewise.
30952         * posix/fnmatch.c: Likewise.
30953         * posix/regex.h: Likewise.
30954         * resolv/Makefile: Likewise.
30955         * resolv/nss_dns/dns-network.c: Likewise.
30956         * resolv/res_hconf.c: Likewise.
30957         * scripts/gen-sorted.awk: Likewise.
30958         * soft-fp/soft-fp.h: Likewise.
30959         * stdio-common/printf.h: Likewise.
30960         * stdlib/monetary.h: Likewise.
30961         * stdlib/random.c: Likewise.
30962         * stdlib/random_r.c: Likewise.
30963         * sysdeps/generic/Makefile: Likewise.
30964         * sysdeps/gnu/Makefile: Likewise.
30965         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
30966         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
30967         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
30968         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
30969         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
30970         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
30971         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
30972         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
30973         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
30974         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
30975         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
30976         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
30977         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
30978         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
30979         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
30980         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
30981         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
30982         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
30983         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
30984         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
30985         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
30986         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
30987         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
30988         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
30989         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
30990         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
30991         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
30992         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
30993         * sysdeps/mach/hurd/errnos.awk: Likewise.
30994         * sysdeps/mach/hurd/fork.c: Likewise.
30995         * sysdeps/mach/hurd/getcwd.c: Likewise.
30996         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
30997         * sysdeps/mach/hurd/mmap.c: Likewise.
30998         * sysdeps/mach/hurd/utimes.c: Likewise.
30999         * sysdeps/mach/hurd/xmknod.c: Likewise.
31000         * sysdeps/posix/profil.c: Likewise.
31001         * sysdeps/posix/readdir_r.c: Likewise.
31002         * sysdeps/powerpc/bits/mathdef.h: Likewise.
31003         * sysdeps/powerpc/bits/setjmp.h: Likewise.
31004         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
31005         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
31006         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
31007         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
31008         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
31009         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
31010         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
31011         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
31012         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
31013         * sysdeps/pthread/lio_listio.c: Likewise.
31014         * sysdeps/sparc/dl-procinfo.h: Likewise.
31015         * sysdeps/unix/i386/sysdep.S: Likewise.
31016         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
31017         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
31018         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
31019         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
31020         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
31021         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
31022         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
31023         * sysdeps/unix/sysv/linux/speed.c: Likewise.
31024         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
31025         * sysdeps/wordsize-32/divdi3.c: Likewise.
31026         * time/sys/time.h: Likewise.
31027         * wcsmbs/Makefile: Likewise.
31028
31029 2013-01-01  David S. Miller  <davem@davemloft.net>
31030
31031         * po/fr.po: Update from translation team.
31032
31033         * catgets/gencat.c: Update copyright year.
31034         * csu/version.c: Likewise.
31035         * debug/catchsegv.sh: Likewise.
31036         * debug/pcprofiledump.c: Likewise.
31037         * debug/xtrace.sh: Likewise.
31038         * elf/ldconfig.c: Likewise.
31039         * elf/ldd.bash.in: Likewise.
31040         * elf/pldd.c: Likewise.
31041         * elf/sotruss.ksh: Likewise.
31042         * elf/sprof.c: Likewise.
31043         * iconv/iconv_prog.c: Likewise.
31044         * iconv/iconvconfig.c: Likewise.
31045         * locale/programs/locale.c: Likewise.
31046         * locale/programs/localedef.c: Likewise.
31047         * login/programs/pt_chown.c: Likewise.
31048         * malloc/memusage.sh: Likewise.
31049         * malloc/memusagestat.c: Likewise.
31050         * malloc/mtrace.pl: Likewise.
31051         * nscd/nscd.c: Likewise.
31052         * nss/getent.c: Likewise.
31053         * nss/makedb.c: Likewise.
31054         * posix/getconf.c: Likewise.
31055
31056 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
31057
31058         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
31059         numbers.
31060
31061 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
31062
31063         * math/bits/mathcalls.h (modf): Use __nonnull.
31064
31065 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
31066
31067         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
31068         (split): Use macro CN instead of the bare value.
31069         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
31070         could be used.
31071         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
31072         instead of the bare value.
31073         (power1): Likewise.
31074
31075 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31076
31077         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
31078         __ATAN_TWOM.
31079         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
31080
31081         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
31082         their values.
31083         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
31084         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
31085         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
31086         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
31087
31088 2012-12-28  Andreas Jaeger  <aj@suse.de>
31089
31090         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
31091         values are from Linux 3.7.
31092
31093         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
31094         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
31095
31096 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31097
31098         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
31099         TRUE case.
31100
31101         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
31102         (norm): Likewise.
31103         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
31104         variables with preprocessor constants.
31105         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
31106         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
31107         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
31108
31109 2012-12-27  Bruno Haible  <bruno@clisp.org>
31110
31111         [BZ #14317]
31112         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
31113         only if needed.
31114
31115 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
31116
31117         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
31118         and use variable directly.
31119         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
31120
31121         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
31122         MPONE.
31123         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
31124         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
31125         variable MPONE.
31126         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
31127         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
31128         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
31129         include directive.  Remove local variable MPONE.
31130         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
31131         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
31132         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
31133
31134 2012-12-25  David S. Miller  <davem@davemloft.net>
31135
31136         * version.h (RELEASE): Set to "development".
31137         (VERSION): Set to "2.17.90".
31138         * NEWS: Add 2.18 section.
31139
31140 2012-12-21  David S. Miller  <davem@davemloft.net>
31141
31142         * po/hr.po: Update from translation team.
31143
31144 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31145
31146         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
31147
31148 2012-12-19  Steve Ellcey  <sellcey@mips.com>
31149
31150         * NEWS:  Mention new memcpy for MIPS.
31151
31152 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31153
31154         * manual/contrib.texi (Contributors): Spelling correction.
31155
31156 2012-12-15  David S. Miller  <davem@davemloft.net>
31157
31158         * po/ru.po: Update from translation team.
31159
31160 2012-12-13  David S. Miller  <davem@davemloft.net>
31161
31162         * NEWS: Mention IFUNC testsuite enhancements.
31163
31164         * po/pl.po: Update from translation team.
31165         * po/bg.po: Likewise.
31166
31167         * manual/contrib.texi (Contributors): Update entries for Hongjiu
31168         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
31169
31170 2012-12-11  David S. Miller  <davem@davemloft.net>
31171
31172         * po/sv.po: Update from translation team.
31173
31174         * po/vi.po: Update from translation team.
31175
31176         * po/cs.po: Update from translation team.
31177
31178         * po/de.po: Update from translation team.
31179         * po/eo.po: Likewise.
31180         * po/nl.po: Likewise.
31181
31182 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
31183
31184         [BZ #14246]
31185         * manual/argp.texi (Argp Helper Functions): Move node to follow
31186         Argp Parsing State.
31187
31188         [BZ #14872]
31189         * manual/conf.texi (Limits on File System Capacity): Mention if
31190         terminating null is included in the max size.
31191
31192 2012-12-10  Andreas Jaeger  <aj@suse.de>
31193
31194         * po/cs.po: Update from translation team.
31195
31196 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
31197
31198         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
31199         void pointer and cast to uintptr_t.
31200         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
31201         path.
31202         * sysdeps/s390/s390-64/memcpy.S: Likewise.
31203         * sysdeps/s390/s390-64/memset.S: Likewise.
31204
31205 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
31206
31207         [BZ #14833]
31208         * menual/message.texi (Message Translation): Fix typos.
31209         (Helper programs for gettext): Likewise.
31210
31211 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
31212
31213         [BZ #14898]
31214         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
31215         Change to -1.
31216
31217 2012-12-07  David S. Miller  <davem@davemloft.net>
31218
31219         * po/libc.pot: Update.
31220
31221 2012-12-07  Richard Henderson  <rth@redhat.com>
31222
31223         [BZ #10114]
31224         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
31225         normal/normal case to before the switch.
31226         (_FP_DIV): Likewise.
31227
31228 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
31229             Mike Frysinger  <vapier@gentoo.org>
31230
31231         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
31232         check for __NR_fadvise64_64.
31233
31234 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
31235
31236         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
31237         0, not just to plain "0" as a statement.
31238         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
31239         with cw.
31240
31241 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
31242
31243         * NEWS: Use sourceware.org in Bugzilla URL.
31244
31245 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
31246
31247         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
31248         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
31249
31250         * stdio-common/tst-put-error.c (do_test): Add newline to the
31251         padded test to ensure flush.
31252
31253 2012-12-05  Jeff Law  <law@redhat.com>
31254
31255         * sunrpc/etc.rpc (fedfs_admin): Add entry.
31256
31257 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
31258
31259         * README: Don't refer to ports add-on as distributed separately.
31260         Mention AArch64 in list of systems supported in the ports add-on.
31261
31262         * LICENSES: Add more non-FSF copyright and license notices.
31263
31264         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
31265         ((unused)).
31266
31267         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
31268
31269         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
31270         10000 as width of padded output.
31271
31272 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
31273
31274         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
31275
31276         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
31277         variable LX with __attribute__ ((unused)).
31278         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
31279         Likewise.
31280         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
31281         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
31282         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
31283         with __attribute__ ((unused)).
31284
31285 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
31286
31287         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
31288
31289 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
31290
31291         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
31292         (CFLAGS-nldbl-acos.c): New variable.
31293         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
31294         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
31295         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
31296         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
31297         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
31298         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
31299         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
31300         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
31301         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
31302         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
31303         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
31304         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
31305         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
31306         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
31307         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
31308         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
31309         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
31310         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
31311         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
31312         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
31313         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
31314         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
31315         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
31316         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
31317         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
31318         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
31319         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
31320         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
31321         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
31322         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
31323         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
31324         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
31325         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
31326         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
31327         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
31328         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
31329         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
31330         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
31331         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
31332         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
31333         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
31334         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
31335         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
31336         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
31337         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
31338         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
31339         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
31340         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
31341         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
31342         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
31343         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
31344         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
31345         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
31346         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
31347         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
31348         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
31349         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
31350         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
31351         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
31352         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
31353         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
31354         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
31355         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
31356         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
31357         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
31358         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
31359         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
31360         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
31361         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
31362         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
31363         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
31364         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
31365         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
31366         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
31367         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
31368         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
31369         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
31370         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
31371         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
31372         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
31373         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
31374         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
31375         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
31376         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
31377         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
31378         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
31379         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
31380         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
31381         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
31382         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
31383         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
31384         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
31385         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
31386         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
31387         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
31388         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
31389         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
31390
31391         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
31392         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
31393
31394         [BZ #14914]
31395         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
31396         whole low double instead of just low 47 bits when splitting values
31397         into two parts.
31398
31399 2012-12-03  Allan McRae  <allan@archlinux.org>
31400
31401         * manual/stdio.texi (Predefined Printf Handlers): Remove
31402         @hsep and @vsep usage.
31403
31404 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
31405
31406         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
31407         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
31408
31409 2012-12-03  Jeff Law  <law@redhat.com>
31410
31411         * time/sys/time.h (settimeofday): Do not mark TV argument
31412         as __nonnull.
31413
31414 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
31415
31416         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
31417         when currently writing and seek to current position when not.
31418         * libio/Makefile (tests): Remove bug-fclose1.
31419         * libio/bug-fclose1.c: Delete.
31420
31421 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
31422
31423         * manual/arith.texi (feenableexcept): Fix typo.
31424         (fedisableexcept): Likewise.
31425
31426 2012-11-30  Roland McGrath  <roland@hack.frob.com>
31427
31428         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
31429         second, differently-typed declaration, rather than a cast.
31430
31431 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
31432
31433         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
31434         * include/rpc/svc.h: ... here.
31435
31436 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
31437
31438         [BZ #13013]
31439         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
31440         depending n and resplen2 to catch cases where answer
31441         equals answerp2.
31442
31443 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
31444
31445         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
31446         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
31447
31448 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
31449
31450         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
31451
31452 2012-11-29  Roland McGrath  <roland@hack.frob.com>
31453
31454         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
31455
31456 2012-11-28  Jeff Law  <law@redhat.com>
31457
31458         [BZ #13761]
31459         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
31460         dataset_temporary.  Track alloca usage into alloca_used.
31461         If dataset is large allocate and release it via malloc/free.
31462
31463 2012-06-04  Florian Weimer  <fweimer@redhat.com>
31464
31465         [BZ #14197]
31466         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
31467
31468 2012-11-28  David S. Miller  <davem@davemloft.net>
31469
31470         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31471
31472 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
31473
31474         [BZ #14803]
31475         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
31476         of pi/2 rounded to nearest to 64 bits.
31477         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
31478         nearest to 64 bits.
31479         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
31480         bits.
31481
31482 2012-11-28  Jeff Law <law@redhat.com>
31483             Martin Osvald <mosvald@redhat.com>
31484
31485         [BZ #14889]
31486         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
31487         * sunrpc/svc.c: Include time.h.
31488         (__svc_accept_failed): New function.
31489         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
31490         any reason other than EINTR, call __svc_accept_failed.
31491         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
31492         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
31493
31494 2012-11-28  Andreas Schwab  <schwab@suse.de>
31495
31496         * scripts/abilist.awk: Also handle indirect functions in .opd
31497         section.
31498
31499 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
31500
31501         [BZ #13881]
31502         * sysdeps/x86/fpu/powl_helper.c: New file.
31503         * sysdeps/x86/fpu/Makefile: Likewise.
31504         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
31505         (p3): New object.
31506         (__ieee754_powl): Use __powl_helper for finite arguments except
31507         integer exponents below 8.
31508         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
31509         (p3): New object.
31510         (__ieee754_powl): Use __powl_helper for finite arguments except
31511         integer exponents below 8.
31512         * math/libm-test.inc (pow_test): Add more tests and enable some
31513         previously disabled tests.
31514         * sysdeps/i386/fpu/libm-test-ulps: Update.
31515         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31516
31517 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31518             Carlos O'Donell  <carlos_odonell@mentor.com>
31519
31520         * nss/makedb.c (is_prime): Assert that input is odd and greater
31521         than 4.  Note that fact in a comment too.
31522         (next_prime): Add 4 to input.
31523
31524 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
31525
31526         [BZ #11741]
31527         * libio/Makefile (tests): Add test case tst-fwrite-error.
31528         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
31529         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
31530         * libio/tst-fwrite-error.c: New test case.
31531
31532 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
31533
31534         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
31535         before casting to void *.
31536         * include/libc-internal.h (__pointer_type): New macro.
31537         (__integer_if_pointer_type_sub): Likewise.
31538         (__integer_if_pointer_type): Likewise.
31539         (cast_to_integer): Likewise.
31540         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
31541         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
31542         before casting to atomic64_t.
31543         (atomic_exchange_acq): Likewise.
31544         (__arch_exchange_and_add_body): Likewise.
31545         (__arch_add_body): Likewise.
31546         (atomic_add_negative): Likewise.
31547         (atomic_add_zero): Likewise.
31548
31549 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
31550
31551         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
31552         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
31553         (add_fdes): Likewise.
31554         (linear_search_fdes): Likewise.
31555         (binary_search_unencoded_fdes): Likewise.
31556
31557 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
31558
31559         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
31560
31561 2012-11-24  Adam Conrad  <adconrad@0c3.net>
31562
31563         * configure.in: Autodetect C++ header directories.
31564         * configure: Regenerated.
31565
31566 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
31567
31568         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
31569
31570 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
31571
31572         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
31573
31574 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
31575
31576         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
31577         LDBL_MANT_DIG == 106]: Disable some tests.
31578         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
31579         Likewise.
31580         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
31581         Likewise.
31582
31583         [BZ #14871]
31584         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
31585         input for small inputs.  Return +/- pi/2 for large inputs.
31586         * math/libm-test.inc (atan_test): Add more tests.
31587
31588         * sysdeps/generic/unwind-dw2-fde-glibc.c
31589         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
31590         __attribute__ ((unused)).
31591
31592         [BZ #14645]
31593         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
31594         x * y if x and y are nonzero and z is zero.
31595
31596         [BZ #14811]
31597         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
31598         nonzero exponents with absolute value below 0x1p-117 to +/-
31599         0x1p-117.
31600
31601         [BZ #14869]
31602         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
31603         up arguments below 2**-450, not just those below 2**-500.
31604         * math/libm-test.inc (hypot_test): Add another test.
31605
31606         [BZ #14868]
31607         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
31608         Return a+b for ratio over 2**120, not 2**60.
31609         * math/libm-test.inc (hypot_test): Add another test.
31610
31611         * math/libm-test.inc (clog_test): Use
31612         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
31613         (clog10_test): Likewise.
31614
31615         [BZ #6778]
31616         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
31617
31618 2012-11-22  Andreas Schwab  <schwab@suse.de>
31619
31620         * sysdeps/i386/fpu/libm-test-ulps: Update.
31621
31622 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
31623
31624         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
31625         printf output with newline.
31626
31627 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
31628
31629         [BZ #14865]
31630         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
31631         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
31632         -z nodlopen, -z initfirst and -z execstack support.
31633         * configure: Regenerated.
31634
31635         * elf/elf.h (DF_1_NODIRECT): New macro.
31636         (DF_1_IGNMULDEF): Likewise.
31637         (DF_1_NOKSYMS): Likewise.
31638         (DF_1_NOHDR): Likewise.
31639         (DF_1_EDITED): Likewise.
31640         (DF_1_NORELOC): Likewise.
31641         (DF_1_SYMINTPOSE): Likewise.
31642         (DF_1_GLOBAUDIT): Likewise.
31643         (DF_1_SINGLETON): Likewise.
31644         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
31645         DT_1_SUPPORTED_MASK bits.
31646         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
31647
31648 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
31649
31650         * sysdeps/unix/make-syscalls.sh: Document prefixes.
31651
31652 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
31653
31654         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
31655         macro.
31656
31657         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
31658         (sendmmsg): Move declarations...
31659         * socket/sys/socket.h: ... here.
31660         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
31661         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
31662         include it from...
31663         * socket/recvmmsg.c: ... this new file.
31664         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
31665         (sendmmsg): Rename to __sendmmsg, create weak alias and make
31666         definition of __sendmmsg hidden.
31667         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
31668         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
31669         Move ENOSYS stub into and include it from...
31670         * socket/sendmmsg.c: ... this new file.
31671         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
31672         (sysdep_routines): Move recvmmsg and sendmmsg...
31673         * socket/Makefile (routines): ... here.
31674         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
31675         (GLIBC_PRIVATE): Add __sendmmsg.
31676         * include/sys/socket.h (__sendmmsg): Add declarations.
31677         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
31678         sendmmsg.
31679
31680 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
31681
31682         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
31683         variable I1 with __attribute__ ((unused)).
31684         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
31685
31686 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
31687
31688         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
31689         DUMMY variables with __attribute__ ((unused)).
31690
31691         * bits/byteswap.h: Include <bits/types.h>.
31692         (__bswap_64): Use __uint64_t instead of unsigned long long int.
31693
31694 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
31695
31696         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
31697         string_t.  Do not manually set errno.
31698         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
31699         length with __strnlen.  Make sure to both set errno and return it on
31700         failure.
31701
31702 2012-11-19  David S. Miller  <davem@davemloft.net>
31703
31704         With help from Joseph Myers.
31705         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
31706         very large arguments properly.
31707         * math/libm-test.inc (atan_test): New tests.
31708         (atan2_test): New tests.
31709         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31710         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31711
31712 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
31713
31714         [BZ #14856]
31715         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
31716         Define to 3.
31717
31718         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
31719         [POSIX] (EADDRNOTAVAIL): Likewise.
31720         [POSIX] (EAFNOSUPPORT): Likewise.
31721         [POSIX] (EALREADY): Likewise.
31722         [POSIX] (ECONNABORTED): Likewise.
31723         [POSIX] (ECONNREFUSED): Likewise.
31724         [POSIX] (ECONNRESET): Likewise.
31725         [POSIX] (EDESTADDRREQ): Likewise.
31726         [POSIX] (EDQUOT): Likewise.
31727         [POSIX] (EHOSTUNREACH): Likewise.
31728         [POSIX] (EIDRM): Likewise.
31729         [POSIX] (EISCONN): Likewise.
31730         [POSIX] (ELOOP): Likewise.
31731         [POSIX] (EMULTIHOP): Likewise.
31732         [POSIX] (ENETDOWN): Likewise.
31733         [POSIX] (ENETUNREACH): Likewise.
31734         [POSIX] (ENOBUFS): Likewise.
31735         [POSIX] (ENODATA): Likewise.
31736         [POSIX] (ENOLINK): Likewise.
31737         [POSIX] (ENOMSG): Likewise.
31738         [POSIX] (ENOPROTOOPT): Likewise.
31739         [POSIX] (ENOSR): Likewise.
31740         [POSIX] (ENOSTR): Likewise.
31741         [POSIX] (ENOTCONN): Likewise.
31742         [POSIX] (ENOTSOCK): Likewise.
31743         [POSIX] (EOPNOTSUPP): Likewise.
31744         [POSIX] (EOVERFLOW): Likewise.
31745         [POSIX] (EPROTO): Likewise.
31746         [POSIX] (EPROTONOSUPPORT): Likewise.
31747         [POSIX] (EPROTOTYPE): Likewise.
31748         [POSIX] (ESTALE): Likewise.
31749         [POSIX] (ETIME): Likewise.
31750         [POSIX] (ETXTBSY): Likewise.
31751         [POSIX] (EWOULDBLOCK): Likewise.
31752         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
31753         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
31754         [POSIX] (SEEK_CUR): Likewise.
31755         [POSIX] (SEEK_END): Likewise.
31756         [POSIX || UNIX98] (mode_t): Do not require.
31757         [POSIX] (off_t): Likewise.
31758         [POSIX] (pid_t): Likewise.
31759         [POSIX] (sys/stat.h): Do not allow header.
31760         [POSIX] (unistd.h): Likewise.
31761         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
31762         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
31763         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
31764         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
31765         require.
31766         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
31767         sigevent): Specify elements.
31768         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
31769         entry.
31770         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
31771         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
31772
31773         * conform/data/cpio.h-data [POSIX]: Disable whole file.
31774         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
31775         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
31776         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
31777         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
31778         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
31779         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
31780         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
31781         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
31782         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
31783         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
31784         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
31785         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
31786         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
31787         Likewise.
31788         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
31789         Likewise.
31790         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
31791         Likewise.
31792         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
31793         Likewise.
31794         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
31795         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
31796         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
31797         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
31798         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
31799         Specify lower bound on value.
31800         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
31801         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
31802         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
31803         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
31804         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
31805         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
31806         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
31807         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
31808         value.
31809         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
31810         as optional.
31811         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
31812         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
31813         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
31814         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
31815         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
31816         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
31817         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
31818         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
31819         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
31820         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
31821         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
31822         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
31823         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
31824         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
31825         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
31826         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
31827         entry.
31828         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
31829         optional.
31830         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
31831         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
31832         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
31833         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
31834         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
31835         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
31836         Likewise.
31837         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
31838         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
31839         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
31840         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
31841         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
31842         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
31843         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
31844         as optional.
31845         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
31846         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
31847         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
31848         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
31849         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
31850         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
31851         specify as optional.
31852         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
31853         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
31854         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
31855         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
31856         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
31857         [XPG3] (NL_LANGMAX): Likewise.
31858         [POSIX || XPG3] (NL_MSGMAX): Likewise.
31859         [POSIX || XPG3] (NL_NMAX): Likewise.
31860         [POSIX || XPG3] (NL_SETMAX): Likewise.
31861         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
31862         [XPG3] (NZERO): Likewise.
31863         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
31864         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
31865         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
31866         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
31867         (REG_ERANGE): Expect.
31868         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
31869         optional-constant.
31870         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
31871         Use (void) in prototype.
31872         [POSIX] (*_t): Allow.
31873         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
31874         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
31875         (WRDE_BADVAL): Expect.
31876
31877         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
31878         expect.
31879         [XPG3 || XPG4] (O_RSYNC): Likewise.
31880         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
31881         Likewise.
31882         [XPG3 || XPG4] (pthread_sigmask): Likewise.
31883         [XPG3 || XPG4] (sigqueue): Likewise.
31884         [XPG3 || XPG4] (sigtimedwait): Likewise.
31885         [XPG3 || XPG4] (sigwaitinfo): Likewise.
31886         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
31887         [XPG3 || XPG4] (vsnprintf): Likewise.
31888         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
31889         Likewise.
31890         [XPG3 || XPG4] (blksize_t): Likewise.
31891         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
31892         Likewise.
31893         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
31894         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
31895         [XPG3 || XPG4] (struct itimerspec): Likewise.
31896         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
31897         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
31898         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
31899         [XPG3 || XPG4] (clockid_t): Likewise.
31900         [XPG3 || XPG4] (timer_t): Likewise.
31901         [XPG3 || XPG4] (clock_getres): Likewise.
31902         [XPG3 || XPG4] (clock_gettime): Likewise.
31903         [XPG3 || XPG4] (clock_settime): Likewise.
31904         [XPG3 || XPG4] (nanosleep): Likewise.
31905         [XPG3 || XPG4] (timer_create): Likewise.
31906         [XPG3 || XPG4] (timer_delete): Likewise.
31907         [XPG3 || XPG4] (timer_gettime): Likewise.
31908         [XPG3 || XPG4] (timer_getoverrun): Likewise.
31909         [XPG3 || XPG4] (timer_settime): Likewise.
31910         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
31911         [XPG3 || XPG4] (getlogin_r): Likewise.
31912         [XPG3 || XPG4] (pread): Likewise.
31913         [XPG3 || XPG4] (pthread_atfork): Likewise.
31914         [XPG3 || XPG4] (pwrite): Likewise.
31915
31916         [BZ #14835]
31917         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
31918         <bits/siginfo.h>.
31919
31920 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
31921
31922         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
31923         finalizing MALLSTREAM.
31924
31925         * sysdeps/mach/hurd/syncfs.c: New file.
31926
31927 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
31928
31929         [BZ #14719]
31930         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
31931         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
31932         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
31933         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
31934         (_nss_dns_gethostbyname4_r): Likewise.
31935         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
31936         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
31937
31938 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
31939
31940         [BZ #13763]
31941         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
31942
31943 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
31944
31945         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
31946         * elf/cache.c (print_entry): Print ",AArch64" for
31947         FLAG_AARCH64_LIB64
31948
31949         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
31950         * elf/cache.c (print_entry): Print ",hard-float" for
31951         FLAG_ARM_LIBHF.
31952
31953 2012-11-18  David S. Miller  <davem@davemloft.net>
31954
31955         With help from Joseph Myers.
31956         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
31957         cutoff to 2**-13.
31958         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
31959         cutoff to 2**-25.
31960         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
31961         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
31962         small.
31963         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
31964         * math/libm-test.inc (y0_test): New tests.
31965         (y1_test): New tests.
31966         * sysdeps/i386/fpu/libm-test-ulps: Update.
31967         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31968         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31969
31970 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
31971
31972         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
31973         64-bit targets.
31974         * configure: Regenerated.
31975
31976 2012-11-17  David S. Miller  <davem@davemloft.net>
31977
31978         [BZ #14811]
31979         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
31980         nonzero exponents with absolute value below 0x1p-128 to +/-
31981         0x1p-128.
31982
31983 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
31984
31985         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
31986
31987         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
31988
31989         * posix/getconf-speclist.c: New file.
31990         * posix/posix-envs.def: Likewise.
31991         * posix/confstr.c (START_ENV_GROUP): New macro.
31992         (END_ENV_GROUP): Likewise.
31993         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
31994         (KNOWN_PRESENT_ENV_STRING): Likewise.
31995         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
31996         (UNKNOWN_ENVIRONMENT): Likewise.
31997         (confstr): Include posix-envs.def instead of handling
31998         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
31999         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
32000         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
32001         (END_ENV_GROUP): Likewise.
32002         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
32003         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
32004         (UNKNOWN_ENVIRONMENT): Likewise.
32005         (__sysconf): Include posix-envs.def instead of handling associated
32006         cases directly here.
32007         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
32008         preprocessing getconf-speclist.c rather than running getconf or
32009         generating empty file.
32010
32011 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
32012
32013         * scripts/check-local-headers.sh: Ignore 'mach' headers.
32014
32015 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
32016
32017         [BZ #14672]
32018         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
32019
32020 2012-11-16  David S. Miller  <davem@davemloft.net>
32021
32022         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
32023         smaller than LDBL_EPSILON/2.0L, just return xm1.
32024
32025 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
32026
32027         * elf/tst-array1.c (init): Set constructor priority to 1000.
32028         (fini): Set destructor priority to 1000.
32029         * elf/tst-array2dep.c: Likewise.
32030
32031 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
32032
32033         [BZ #11741]
32034         * libio/fileops.c (_IO_new_file_write): Correctly return error.
32035         (_IO_new_file_xsputn): Also return EOF if none of the input
32036         data was written when overflow failed.
32037         * libio/iopadn.c (_IO_padn): Likewise.
32038         * libio/iowpadn.c (_IO_wpadn): Likewise.
32039         * stdio-common/tst-put-error.c: Add copyright notice.
32040         (do_test): Add case for printing padded string.
32041         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
32042         _IO_padn returned error.
32043         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
32044         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
32045         return EOF.
32046
32047 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
32048
32049         * libio/libioP.h: Add comment note that the references to C++
32050         bits are now obsolete.
32051
32052 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32053
32054         * math/libm-test.inc (check_complex): Use asprintf.
32055
32056 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
32057
32058         * debug/pcprofiledump.c (print_version): Update copyright year.
32059         * malloc/memusagestat.c (print_version): Likewise.
32060
32061 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
32062
32063         [BZ #14831]
32064         * elf/Makefile (tests): Add tst-audit8.
32065         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
32066         ($(objpfx)tst-audit8.out): New target.
32067         (tst-audit8-ENV): New variable.
32068         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
32069         audit if l_reloc_result is NULL.
32070         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
32071         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
32072         * elf/tst-audit8.c: New file.
32073
32074 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32075
32076         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
32077         * misc/Makefile (CFLAGS-select.c): Define.
32078         * posix/Makefile (CFLAGS-pause.c): Define.
32079
32080 2012-11-13  David S. Miller  <davem@davemloft.net>
32081
32082         * crypt/Makefile: Move test targets after toplevel Rules
32083         inclusion.  Grab any necessary sysdep routines when linking.
32084         * crypt/md5.c (md5_process_block): Remove define, we will always
32085         name it __md5_process_block.
32086         (md5_finish_ctx): Update md5_process_block call.
32087         (md5_stream): Likewise.
32088         (md5_process_bytes): Likewise.
32089         (md5_process_block): Rename to __md5_process_block and move to ...
32090         * crypt/md5-block.c: ... here.
32091         * crypt/sha256.c (sha256_process_block): Move to ...
32092         * crypt/sha256-block.c: ... here.
32093         * crypt/sha512.c (sha512_process_block): Move to ...
32094         * crypt/sha512-block.c: ... here.
32095         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
32096         path.
32097         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
32098         * sysdeps/sparc/sparc64/multiarch/Makefile
32099         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
32100         crypt subdir.
32101         (localedef-aux): Add md5 crypto assembler when in locale subdir.
32102         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
32103         multiarch changes.
32104         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
32105         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
32106         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
32107         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
32108         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
32109         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
32110         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
32111         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
32112         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
32113         file.
32114         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
32115         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
32116         file.
32117         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
32118
32119 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
32120
32121         * timezone/tzselect.ksh: Update from tzcode git revision
32122         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
32123         * timezone/zdump.c: Likewise.
32124         * timezone/zic.c: Likewise.
32125         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
32126         in TZVERSION setting, not $(PKGVERSION).
32127         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
32128         REPORT_BUGS_TO settings.
32129
32130         [BZ #14838]
32131         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
32132         macro.
32133
32134 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32135
32136         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
32137         detection to immediately after _FP_ROUND().
32138         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
32139         bits are 0.
32140
32141 2012-11-11  David S. Miller  <davem@davemloft.net>
32142
32143         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
32144         inttypes.h
32145         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
32146         __close rather than their public counterparts.
32147
32148 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
32149
32150         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
32151         file.
32152         [UNIX98] (sem_timedwait): Do not expect.
32153         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
32154         [XPG4 || UNIX98] (sockatmark): Do not expect.
32155         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
32156         (clock_getcpuclockid): Do not expect.
32157         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
32158         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
32159         Do not expect.
32160         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
32161         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
32162         [UNIX98] (vwscanf): Likewise.
32163         [UNIX98] (vswscanf): Likewise.
32164
32165 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
32166
32167         * timezone/version.h: Remove file.
32168         * timezone/README: Do not refer to version.h.
32169         * timezone/Makefile ($(objpfx)zic.o): New dependency on
32170         $(objpfx)version.h.
32171         ($(objpfx)zdump.o): Likewise.
32172         ($(objpfx)version.h): New target.
32173
32174         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
32175         2012i.
32176         * timezone/README: Don't mention modification to tzselect.ksh.
32177         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
32178         work on unmodified tzselect.ksh.  Substitute version numbers in
32179         tzselect.ksh.
32180
32181         * Makefile (format-me): Remove.
32182         (INSTALL): Adjust indentation.  Use commands directly instead of
32183         using $(format-me).
32184
32185         * aclocal.m4 (ACX_PKGVERSION): New macro.
32186         (ACX_BUGURL): Likewise.
32187         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
32188         (PKGVERSION): New AC_DEFINE_UNQUOTED.
32189         (REPORT_BUGS_TO): Likewise.
32190         * configure: Regenerated.
32191         * config.h.in (PKGVERSION): New macro.
32192         (REPORT_BUGS_TO): Likewise.
32193         * config.make.in (PKGVERSION): New variable.
32194         (PKGVERSION_TEXI): Likewise.
32195         (REPORT_BUGS_TO): Likewise.
32196         (REPORT_BUGS_TEXI): Likewise.
32197         * Makefile (format-me): Use -I$(common-objpfx)manual.
32198         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
32199         ($(common-objpfx)manual/%): New target.
32200         (manual/%): Remove target.
32201         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
32202         (print_version): Use PKGVERSION.
32203         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
32204         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
32205         and REPORT_BUGS_TO.
32206         ($(objpfx)xtrace): Likewise.
32207         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
32208         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
32209         (print_version): Use PKGVERSION.
32210         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
32211         (do_version): Use PKGVERSION.
32212         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
32213         REPORT_BUGS_TO.
32214         (common-ldd-rewrite): Likewise.
32215         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
32216         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
32217         (print_version): Use PKGVERSION.
32218         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
32219         * elf/pldd.c (argp_program_bug_address): Remove variable.
32220         (more_help): New function.
32221         (argp): Use more_help.
32222         (print_version): Use PKGVERSION.
32223         * elf/sln.c (main): Use PKGVERSION.
32224         (usage): Use REPORT_BUGS_TO.
32225         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
32226         (top level): Use PKGVERSION.
32227         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
32228         (print_version): Use PKGVERSION.
32229         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
32230         (print_version): Use PKGVERSION.
32231         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
32232         (print_version): Use PKGVERSION.
32233         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
32234         (print_version): Use PKGVERSION.
32235         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
32236         (print_version): Use PKGVERSION.
32237         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
32238         (print_version): Use PKGVERSION.
32239         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
32240         and BUGURL.
32241         ($(objpfx)memusage): Likewise.
32242         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
32243         (do_version): Use PKGVERSION.
32244         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
32245         (print_version): Use PKGVERSION.
32246         * malloc/mtrace.pl ($PACKAGE): Remove variable.
32247         ($PKGVERSION): New variable.
32248         ($REPORT_BUGS_TO): Likewise.
32249         (usage): Use $REPORT_BUGS_TO.
32250         (top level): Use $PKGVERSION.
32251         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
32252         ($(objpfx)pkgvers.texi): New rule.
32253         ($(objpfx)stamp-pkgvers): Likewise.
32254         * manual/install.texi: Include pkgvers.texi.
32255         (--with-pkgversion): Document new configure option.
32256         (--with-bugurl): Likewise.
32257         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
32258         than necessarily for this particular distribution.  Use
32259         REPORT_BUGS_TO for where to report bugs.
32260         * INSTALL: Regenerated.
32261         * manual/libc.texinfo: Include pkgvers.texi.
32262         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
32263         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
32264         (print_version): Use PKGVERSION.
32265         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
32266         (print_version): Use PKGVERSION.
32267         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
32268         (print_version): Use PKGVERSION.
32269         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
32270         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
32271         macro.
32272         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
32273         (print_version): Use PKGVERSION.
32274         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
32275         (print_version): Use PKGVERSION.
32276         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
32277         and PKGVERSION.
32278
32279         * timezone/checktab.awk: Update from tzcode 2012i.
32280         * timezone/ialloc.c: Likewise.
32281         * timezone/private.h: Likewise.
32282         * timezone/scheck.c: Likewise.
32283         * timezone/tzfile.h: Likewise.
32284         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
32285         (TZVERSION): Hardcode tzcode version number.
32286         * timezone/zdump.c: Update from tzcode 2012i.
32287         * timezone/zic.c: Likewise.
32288         * timezone/version.h: New file.
32289         * timezone/README: Describe version.h.  Update upstream location.
32290
32291         [BZ #14824]
32292         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
32293         (mktemp): Enable declaration.
32294         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
32295         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
32296         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
32297         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
32298         Likewise.
32299         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
32300         Likewise.
32301         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
32302         Likewise.
32303         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
32304         Likewise.
32305         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
32306         Likewise.
32307         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
32308         Likewise.
32309
32310         [BZ #14821]
32311         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
32312         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
32313         for copies of such integer values.
32314         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
32315         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
32316
32317 2012-11-09  Andreas Jaeger  <aj@suse.de>
32318
32319         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
32320         definitions and declarations that are provided by
32321         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
32322
32323 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32324
32325         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
32326         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
32327         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
32328         definition.
32329
32330 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32331
32332         * elf/elf.h: Update comment before AArch64 relocations.
32333
32334 2012-11-07  David S. Miller  <davem@davemloft.net>
32335
32336         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
32337         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
32338         (__start_context): Declare.
32339         (__makecontext_ret): Delete.
32340         (__makecontext): Hook up __start_context instead of
32341         __makecontext_ret.
32342         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
32343         (sysdep_routines): Add __start_context when in stdlib.
32344
32345 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32346
32347         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
32348         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
32349         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
32350         hardcoded "nm".
32351         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
32352         (READELF): New variable.  Use it instead of hardcoded "readelf".
32353
32354 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
32355
32356         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
32357         * sysdeps/x86/Makefile: Here.
32358         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
32359         * sysdeps/x86/tst-xmmymm.sh: This.
32360
32361 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32362
32363         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
32364         expectations.
32365         [UNIX98] (pthread_barrier_t): Do not expect.
32366         [UNIX98] (pthread_barrierattr_t): Likewise.
32367         [UNIX98] (pthread_spinlock_t): Likewise.
32368         [UNIX98] (pthread_barrier_destroy): Likewise.
32369         [UNIX98] (pthread_barrier_init): Likewise.
32370         [UNIX98] (pthread_barrier_wait): Likewise.
32371         [UNIX98] (pthread_barrierattr_destroy): Likewise.
32372         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
32373         [UNIX98] (pthread_barrierattr_init): Likewise.
32374         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
32375         [UNIX98] (pthread_getcpuclockid): Likewise.
32376         [UNIX98] (pthread_mutex_timedlock): Likewise.
32377         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
32378         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
32379         [UNIX98] (pthread_sigmask): Likewise.
32380         [UNIX98] (pthread_spin_destroy): Likewise.
32381         [UNIX98] (pthread_spin_init): Likewise.
32382         [UNIX98] (pthread_spin_lock): Likewise.
32383         [UNIX98] (pthread_spin_trylock): Likewise.
32384         [UNIX98] (pthread_spin_unlock): Likewise.
32385         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
32386         Do not expect.
32387         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
32388         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
32389         [XPG3 || XPG4] (pthread_cond_t): Likewise.
32390         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
32391         [XPG3 || XPG4] (pthread_key_t): Likewise.
32392         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
32393         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
32394         [XPG3 || XPG4] (pthread_once_t): Likewise.
32395         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
32396         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
32397         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
32398         [XPG3 || XPG4] (pthread_t): Likewise.
32399
32400         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
32401         not expect.
32402         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
32403
32404         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
32405         Change function return type to int.
32406
32407         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
32408         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
32409         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
32410         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
32411         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
32412         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
32413         [!POSIX] (posix_madvise): Likewise.
32414         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
32415         && !UNIX98].
32416         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
32417         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
32418         (mode_t): Likewise.
32419         (posix_mem_offset): Likewise.
32420         (posix_typed_mem_get_info): Likewise.
32421         (posix_typed_mem_open): Likewise.
32422
32423         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
32424         Change condition to [XOPEN2K8].
32425
32426         * conform/conformtest.pl: Preprocess allow-header data with -x c
32427         instead of from stdin.
32428         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
32429         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
32430         [C99-based standards] (cerfc): Likewise.
32431         [C99-based standards] (cexp2): Likewise.
32432         [C99-based standards] (cexpm1): Likewise.
32433         [C99-based standards] (clog10): Likewise.
32434         [C99-based standards] (clog1p): Likewise.
32435         [C99-based standards] (clog2): Likewise.
32436         [C99-based standards] (clgamma): Likewise.
32437         [C99-based standards] (ctgamma): Likewise.
32438         [C99-based standards] (cerff): Likewise.
32439         [C99-based standards] (cerfcf): Likewise.
32440         [C99-based standards] (cexp2f): Likewise.
32441         [C99-based standards] (cexpm1f): Likewise.
32442         [C99-based standards] (clog10f): Likewise.
32443         [C99-based standards] (clog1pf): Likewise.
32444         [C99-based standards] (clog2f): Likewise.
32445         [C99-based standards] (clgammaf): Likewise.
32446         [C99-based standards] (ctgammaf): Likewise.
32447         [C99-based standards] (cerfl): Likewise.
32448         [C99-based standards] (cerfcl): Likewise.
32449         [C99-based standards] (cexp2l): Likewise.
32450         [C99-based standards] (cexpm1l): Likewise.
32451         [C99-based standards] (clog10l): Likewise.
32452         [C99-based standards] (clog1pl): Likewise.
32453         [C99-based standards] (clog2l): Likewise.
32454         [C99-based standards] (clgammal): Likewise.
32455         [C99-based standards] (ctgammal): Likewise.
32456         * conform/data/inttypes.h-data [C99-based standards]: Include
32457         stdint.h-data.  Remove all expectations for stdint.h contents.
32458         [C99-based standards] (PRI*): Do not allow.
32459         [C99-based standards] (SCN*): Likewise.
32460         [C99-based standards] (*_t): Likewise.
32461         [C99-based-standards] (PRId8): Expect macro.
32462         [C99-based-standards] (PRIi8): Likewise.
32463         [C99-based-standards] (PRIo8): Likewise.
32464         [C99-based-standards] (PRIu8): Likewise.
32465         [C99-based-standards] (PRIx8): Likewise.
32466         [C99-based-standards] (PRIX8): Likewise.
32467         [C99-based-standards] (SCNd8): Likewise.
32468         [C99-based-standards] (SCNi8): Likewise.
32469         [C99-based-standards] (SCNo8): Likewise.
32470         [C99-based-standards] (SCNu8): Likewise.
32471         [C99-based-standards] (SCNx8): Likewise.
32472         [C99-based-standards] (PRIdLEAST8): Likewise.
32473         [C99-based-standards] (PRIiLEAST8): Likewise.
32474         [C99-based-standards] (PRIoLEAST8): Likewise.
32475         [C99-based-standards] (PRIuLEAST8): Likewise.
32476         [C99-based-standards] (PRIxLEAST8): Likewise.
32477         [C99-based-standards] (PRIXLEAST8): Likewise.
32478         [C99-based-standards] (SCNdLEAST8): Likewise.
32479         [C99-based-standards] (SCNiLEAST8): Likewise.
32480         [C99-based-standards] (SCNoLEAST8): Likewise.
32481         [C99-based-standards] (SCNuLEAST8): Likewise.
32482         [C99-based-standards] (SCNxLEAST8): Likewise.
32483         [C99-based-standards] (PRIdFAST8): Likewise.
32484         [C99-based-standards] (PRIiFAST8): Likewise.
32485         [C99-based-standards] (PRIoFAST8): Likewise.
32486         [C99-based-standards] (PRIuFAST8): Likewise.
32487         [C99-based-standards] (PRIxFAST8): Likewise.
32488         [C99-based-standards] (PRIXFAST8): Likewise.
32489         [C99-based-standards] (SCNdFAST8): Likewise.
32490         [C99-based-standards] (SCNiFAST8): Likewise.
32491         [C99-based-standards] (SCNoFAST8): Likewise.
32492         [C99-based-standards] (SCNuFAST8): Likewise.
32493         [C99-based-standards] (SCNxFAST8): Likewise.
32494         [C99-based-standards] (PRId16): Likewise.
32495         [C99-based-standards] (PRIi16): Likewise.
32496         [C99-based-standards] (PRIo16): Likewise.
32497         [C99-based-standards] (PRIu16): Likewise.
32498         [C99-based-standards] (PRIx16): Likewise.
32499         [C99-based-standards] (PRIX16): Likewise.
32500         [C99-based-standards] (SCNd16): Likewise.
32501         [C99-based-standards] (SCNi16): Likewise.
32502         [C99-based-standards] (SCNo16): Likewise.
32503         [C99-based-standards] (SCNu16): Likewise.
32504         [C99-based-standards] (SCNx16): Likewise.
32505         [C99-based-standards] (PRIdLEAST16): Likewise.
32506         [C99-based-standards] (PRIiLEAST16): Likewise.
32507         [C99-based-standards] (PRIoLEAST16): Likewise.
32508         [C99-based-standards] (PRIuLEAST16): Likewise.
32509         [C99-based-standards] (PRIxLEAST16): Likewise.
32510         [C99-based-standards] (PRIXLEAST16): Likewise.
32511         [C99-based-standards] (SCNdLEAST16): Likewise.
32512         [C99-based-standards] (SCNiLEAST16): Likewise.
32513         [C99-based-standards] (SCNoLEAST16): Likewise.
32514         [C99-based-standards] (SCNuLEAST16): Likewise.
32515         [C99-based-standards] (SCNxLEAST16): Likewise.
32516         [C99-based-standards] (PRIdFAST16): Likewise.
32517         [C99-based-standards] (PRIiFAST16): Likewise.
32518         [C99-based-standards] (PRIoFAST16): Likewise.
32519         [C99-based-standards] (PRIuFAST16): Likewise.
32520         [C99-based-standards] (PRIxFAST16): Likewise.
32521         [C99-based-standards] (PRIXFAST16): Likewise.
32522         [C99-based-standards] (SCNdFAST16): Likewise.
32523         [C99-based-standards] (SCNiFAST16): Likewise.
32524         [C99-based-standards] (SCNoFAST16): Likewise.
32525         [C99-based-standards] (SCNuFAST16): Likewise.
32526         [C99-based-standards] (SCNxFAST16): Likewise.
32527         [C99-based-standards] (PRId32): Likewise.
32528         [C99-based-standards] (PRIi32): Likewise.
32529         [C99-based-standards] (PRIo32): Likewise.
32530         [C99-based-standards] (PRIu32): Likewise.
32531         [C99-based-standards] (PRIx32): Likewise.
32532         [C99-based-standards] (PRIX32): Likewise.
32533         [C99-based-standards] (SCNd32): Likewise.
32534         [C99-based-standards] (SCNi32): Likewise.
32535         [C99-based-standards] (SCNo32): Likewise.
32536         [C99-based-standards] (SCNu32): Likewise.
32537         [C99-based-standards] (SCNx32): Likewise.
32538         [C99-based-standards] (PRIdLEAST32): Likewise.
32539         [C99-based-standards] (PRIiLEAST32): Likewise.
32540         [C99-based-standards] (PRIoLEAST32): Likewise.
32541         [C99-based-standards] (PRIuLEAST32): Likewise.
32542         [C99-based-standards] (PRIxLEAST32): Likewise.
32543         [C99-based-standards] (PRIXLEAST32): Likewise.
32544         [C99-based-standards] (SCNdLEAST32): Likewise.
32545         [C99-based-standards] (SCNiLEAST32): Likewise.
32546         [C99-based-standards] (SCNoLEAST32): Likewise.
32547         [C99-based-standards] (SCNuLEAST32): Likewise.
32548         [C99-based-standards] (SCNxLEAST32): Likewise.
32549         [C99-based-standards] (PRIdFAST32): Likewise.
32550         [C99-based-standards] (PRIiFAST32): Likewise.
32551         [C99-based-standards] (PRIoFAST32): Likewise.
32552         [C99-based-standards] (PRIuFAST32): Likewise.
32553         [C99-based-standards] (PRIxFAST32): Likewise.
32554         [C99-based-standards] (PRIXFAST32): Likewise.
32555         [C99-based-standards] (SCNdFAST32): Likewise.
32556         [C99-based-standards] (SCNiFAST32): Likewise.
32557         [C99-based-standards] (SCNoFAST32): Likewise.
32558         [C99-based-standards] (SCNuFAST32): Likewise.
32559         [C99-based-standards] (SCNxFAST32): Likewise.
32560         [C99-based-standards] (PRId64): Likewise.
32561         [C99-based-standards] (PRIi64): Likewise.
32562         [C99-based-standards] (PRIo64): Likewise.
32563         [C99-based-standards] (PRIu64): Likewise.
32564         [C99-based-standards] (PRIx64): Likewise.
32565         [C99-based-standards] (PRIX64): Likewise.
32566         [C99-based-standards] (SCNd64): Likewise.
32567         [C99-based-standards] (SCNi64): Likewise.
32568         [C99-based-standards] (SCNo64): Likewise.
32569         [C99-based-standards] (SCNu64): Likewise.
32570         [C99-based-standards] (SCNx64): Likewise.
32571         [C99-based-standards] (PRIdLEAST64): Likewise.
32572         [C99-based-standards] (PRIiLEAST64): Likewise.
32573         [C99-based-standards] (PRIoLEAST64): Likewise.
32574         [C99-based-standards] (PRIuLEAST64): Likewise.
32575         [C99-based-standards] (PRIxLEAST64): Likewise.
32576         [C99-based-standards] (PRIXLEAST64): Likewise.
32577         [C99-based-standards] (SCNdLEAST64): Likewise.
32578         [C99-based-standards] (SCNiLEAST64): Likewise.
32579         [C99-based-standards] (SCNoLEAST64): Likewise.
32580         [C99-based-standards] (SCNuLEAST64): Likewise.
32581         [C99-based-standards] (SCNxLEAST64): Likewise.
32582         [C99-based-standards] (PRIdFAST64): Likewise.
32583         [C99-based-standards] (PRIiFAST64): Likewise.
32584         [C99-based-standards] (PRIoFAST64): Likewise.
32585         [C99-based-standards] (PRIuFAST64): Likewise.
32586         [C99-based-standards] (PRIxFAST64): Likewise.
32587         [C99-based-standards] (PRIXFAST64): Likewise.
32588         [C99-based-standards] (SCNdFAST64): Likewise.
32589         [C99-based-standards] (SCNiFAST64): Likewise.
32590         [C99-based-standards] (SCNoFAST64): Likewise.
32591         [C99-based-standards] (SCNuFAST64): Likewise.
32592         [C99-based-standards] (SCNxFAST64): Likewise.
32593         [C99-based-standards] (PRIdMAX): Likewise.
32594         [C99-based-standards] (PRIiMAX): Likewise.
32595         [C99-based-standards] (PRIoMAX): Likewise.
32596         [C99-based-standards] (PRIuMAX): Likewise.
32597         [C99-based-standards] (PRIxMAX): Likewise.
32598         [C99-based-standards] (PRIXMAX): Likewise.
32599         [C99-based-standards] (SCNdMAX): Likewise.
32600         [C99-based-standards] (SCNiMAX): Likewise.
32601         [C99-based-standards] (SCNoMAX): Likewise.
32602         [C99-based-standards] (SCNuMAX): Likewise.
32603         [C99-based-standards] (SCNxMAX): Likewise.
32604         [C99-based-standards] (PRIdPTR): Likewise.
32605         [C99-based-standards] (PRIiPTR): Likewise.
32606         [C99-based-standards] (PRIoPTR): Likewise.
32607         [C99-based-standards] (PRIuPTR): Likewise.
32608         [C99-based-standards] (PRIxPTR): Likewise.
32609         [C99-based-standards] (PRIXPTR): Likewise.
32610         [C99-based-standards] (SCNdPTR): Likewise.
32611         [C99-based-standards] (SCNiPTR): Likewise.
32612         [C99-based-standards] (SCNoPTR): Likewise.
32613         [C99-based-standards] (SCNuPTR): Likewise.
32614         [C99-based-standards] (SCNxPTR): Likewise.
32615         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
32616         allow.
32617         * conform/data/stdint.h-data: Update comments to clarify
32618         requirements.
32619         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
32620         type.
32621         [C99-based standards] (INT8_MAX): Likewise.
32622         [C99-based standards] (INT16_MIN): Likewise.
32623         [C99-based standards] (INT16_MAX): Likewise.
32624         [C99-based standards] (INT32_MIN): Likewise.
32625         [C99-based standards] (INT32_MAX): Likewise.
32626         [C99-based standards] (INT64_MIN): Likewise.
32627         [C99-based standards] (INT64_MAX): Likewise.
32628         [C99-based standards] (UINT8_MAX): Likewise.
32629         [C99-based standards] (UINT16_MAX): Likewise.
32630         [C99-based standards] (UINT32_MAX): Likewise.
32631         [C99-based standards] (UINT64_MAX): Likewise.
32632         [C99-based standards] (INT_LEAST8_MIN): Likewise.
32633         [C99-based standards] (INT_LEAST8_MAX): Likewise.
32634         [C99-based standards] (INT_LEAST16_MIN): Likewise.
32635         [C99-based standards] (INT_LEAST16_MAX): Likewise.
32636         [C99-based standards] (INT_LEAST32_MIN): Likewise.
32637         [C99-based standards] (INT_LEAST32_MAX): Likewise.
32638         [C99-based standards] (INT_LEAST64_MIN): Likewise.
32639         [C99-based standards] (INT_LEAST64_MAX): Likewise.
32640         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
32641         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
32642         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
32643         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
32644         [C99-based standards] (INT_FAST8_MIN): Likewise.
32645         [C99-based standards] (INT_FAST8_MAX): Likewise.
32646         [C99-based standards] (INT_FAST16_MIN): Likewise.
32647         [C99-based standards] (INT_FAST16_MAX): Likewise.
32648         [C99-based standards] (INT_FAST32_MIN): Likewise.
32649         [C99-based standards] (INT_FAST32_MAX): Likewise.
32650         [C99-based standards] (INT_FAST64_MIN): Likewise.
32651         [C99-based standards] (INT_FAST64_MAX): Likewise.
32652         [C99-based standards] (UINT_FAST8_MAX): Likewise.
32653         [C99-based standards] (UINT_FAST16_MAX): Likewise.
32654         [C99-based standards] (UINT_FAST32_MAX): Likewise.
32655         [C99-based standards] (UINT_FAST64_MAX): Likewise.
32656         [C99-based standards] (INTPTR_MIN): Likewise.
32657         [C99-based standards] (INTPTR_MAX): Likewise.
32658         [C99-based standards] (UINTPTR_MAX): Likewise.
32659         [C99-based standards] (INTMAX_MIN): Likewise.
32660         [C99-based standards] (INTMAX_MAX): Likewise.
32661         [C99-based standards] (UINTMAX_MAX): Likewise.
32662         [C99-based standards] (PTRDIFF_MIN): Likewise.
32663         [C99-based standards] (PTRDIFF_MAX): Likewise.
32664         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
32665         [C99-based standards] (SIZE_MAX): Likewise.
32666         [C99-based standards] (WCHAR_MAX): Likewise.
32667         [C99-based standards] (WINT_MAX): Likewise.
32668         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
32669         constraint on value.
32670         [C99-based standards] (WCHAR_MIN): Likewise.
32671         [C99-based standards] (WINT_MIN): Likewise.
32672         [C99-based standards] (*_t): Allow.
32673         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
32674         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
32675         Include math.h-data and complex.h-data.  Remove all expectations
32676         of math.h and complex.h contents.
32677         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
32678         at end of line.
32679         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
32680         (struct tm): Expect tag.
32681         [C99-based-standards] (wcstof): Expect function.
32682         [C99-based-standards] (wcstold): Likewise.
32683         [C99-based-standards] (wcstoll): Likewise.
32684         [C99-based-standards] (wcstoull): Likewise.
32685         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
32686         macro-int-constant.  Specify type.
32687         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
32688         constraint on value.
32689         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
32690         Specify type.
32691         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
32692         Specify value.
32693         [ISO C standards]: Do not allow headers.
32694         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
32695         wcs[abcdefghijklmnopqrstuvwxyz]*.
32696         [ISO C standards] (*_t): Do not allow.
32697         * conform/data/wctype.h-data [C99-based standards] (iswblank):
32698         Expect function.
32699         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
32700         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
32701         Specify type.
32702         [ISO C standards]: Do not allow headers.
32703         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
32704         is[abcdefghijklmnopqrstuvwxyz]*.
32705         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
32706         to[abcdefghijklmnopqrstuvwxyz]*.
32707         [ISO C standards] (*_t): Do not allow.
32708         * conform/data/stdalign.h-data: New file.
32709         * conform/data/stdbool.h-data: Likewise.
32710         * conform/data/stdnoreturn.h-data: Likewise.
32711
32712 2012-11-07  Roland McGrath  <roland@hack.frob.com>
32713
32714         [BZ #14815]
32715         * manual/filesys.texi (Directory Entries): Typo fix.
32716         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
32717
32718 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32719
32720         * elf/elf.h (EM_AARCH64): New macro.
32721         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
32722         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
32723         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
32724         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
32725         (R_AARCH64_TLSDESC): Likewise.
32726         (NT_ARM_TLS): Likewise.
32727         (NT_ARM_HW_BREAK): Likewise.
32728         (NT_ARM_HW_WATCH): Likewise.
32729
32730 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32731
32732         [BZ #14811]
32733         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
32734         (__ieee754_powl): Saturate nonzero exponents with absolute value
32735         below 0x1p-79 to +/- 0x1p-79.
32736         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
32737         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
32738         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
32739         nonzero exponents with absolute value below 0x1p-32 to +/-
32740         0x1p-32.
32741         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
32742         (__ieee754_powl): Saturate nonzero exponents with absolute value
32743         below 0x1p-79 to +/- 0x1p-79.
32744         * math/libm-test.inc (pow_test): Add more tests.
32745
32746 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32747
32748         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
32749         _dl_s390_cap_flags with kernel. Increase string length.
32750         (_dl_s390_platforms): Add z196 and zEC12.
32751
32752 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32753
32754         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
32755         Change XOPEN21K to XOPEN2K.
32756
32757 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
32758
32759         * string/memmove.c: Use memcpy when possible.
32760
32761 2012-11-06  Andreas Jaeger  <aj@suse.de>
32762
32763         * po/eo.po: Update from translation team.
32764
32765 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
32766
32767         [BZ #14793]
32768         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
32769         exponent and small x and y exponents, scale x or y up.  Increase
32770         by 2 the exponent used in scaling up.
32771         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32772         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32773         * math/libm-test.inc (fma_test): Add more tests.
32774         (fma_test_towardzero): Likewise.
32775         (fma_test_downward): Likewise.
32776         (fma_test_upward): Likewise.
32777
32778 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
32779
32780         [BZ #14805]
32781         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
32782         fenv_t *.
32783
32784         [BZ #14801]
32785         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
32786         namespace for names of struct fields.
32787         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
32788         fenv_t fields.
32789         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
32790         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
32791
32792 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
32793
32794         [BZ #3665]
32795         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
32796
32797 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
32798
32799         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
32800         PTR_DEMANGLE.
32801
32802         [BZ #5246]
32803         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
32804         PTR_DEMANGLE.
32805
32806 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
32807
32808         [BZ #14797]
32809         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
32810         definitely overflow as x * y not x * y + z.
32811         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32812         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32813         * math/libm-test.inc (fma_test): Add more tests.
32814         (fma_test_towardzero): Likewise.
32815         (fma_test_downward): Likewise.
32816         (fma_test_upward): Likewise.
32817
32818 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
32819
32820         [BZ #157]
32821
32822         * include/stub-tag.h: Remove file.
32823         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
32824         '#include' of it.
32825         * manual/maint.texi (Porting): Don't reference it.
32826         * Makerules ($(objpfx)stubs): Likewise.
32827         * dirent/closedir.c: Don't include <stub-tag.h>.
32828         * dirent/dirfd.c: Likewise.
32829         * dirent/fdopendir.c: Likewise.
32830         * dirent/getdents.c: Likewise.
32831         * dirent/getdents64.c: Likewise.
32832         * dirent/opendir.c: Likewise.
32833         * dirent/readdir.c: Likewise.
32834         * dirent/readdir64.c: Likewise.
32835         * dirent/readdir64_r.c: Likewise.
32836         * dirent/readdir_r.c: Likewise.
32837         * dirent/rewinddir.c: Likewise.
32838         * dirent/seekdir.c: Likewise.
32839         * dirent/telldir.c: Likewise.
32840         * gmon/profil.c: Likewise.
32841         * grp/setgroups.c: Likewise.
32842         * inet/if_index.c: Likewise.
32843         * io/access.c: Likewise.
32844         * io/chdir.c: Likewise.
32845         * io/chmod.c: Likewise.
32846         * io/chown.c: Likewise.
32847         * io/close.c: Likewise.
32848         * io/dup.c: Likewise.
32849         * io/dup2.c: Likewise.
32850         * io/dup3.c: Likewise.
32851         * io/euidaccess.c: Likewise.
32852         * io/faccessat.c: Likewise.
32853         * io/fchdir.c: Likewise.
32854         * io/fchmod.c: Likewise.
32855         * io/fchmodat.c: Likewise.
32856         * io/fchown.c: Likewise.
32857         * io/fchownat.c: Likewise.
32858         * io/fcntl.c: Likewise.
32859         * io/flock.c: Likewise.
32860         * io/fstatfs.c: Likewise.
32861         * io/fstatfs64.c: Likewise.
32862         * io/fstatvfs.c: Likewise.
32863         * io/fstatvfs64.c: Likewise.
32864         * io/futimens.c: Likewise.
32865         * io/fxstat.c: Likewise.
32866         * io/fxstat64.c: Likewise.
32867         * io/fxstatat.c: Likewise.
32868         * io/fxstatat64.c: Likewise.
32869         * io/getcwd.c: Likewise.
32870         * io/isatty.c: Likewise.
32871         * io/lchmod.c: Likewise.
32872         * io/lchown.c: Likewise.
32873         * io/link.c: Likewise.
32874         * io/linkat.c: Likewise.
32875         * io/lseek.c: Likewise.
32876         * io/lseek64.c: Likewise.
32877         * io/lxstat64.c: Likewise.
32878         * io/mkdir.c: Likewise.
32879         * io/mkdirat.c: Likewise.
32880         * io/mkfifo.c: Likewise.
32881         * io/mkfifoat.c: Likewise.
32882         * io/open.c: Likewise.
32883         * io/open64.c: Likewise.
32884         * io/openat.c: Likewise.
32885         * io/openat64.c: Likewise.
32886         * io/pipe.c: Likewise.
32887         * io/pipe2.c: Likewise.
32888         * io/poll.c: Likewise.
32889         * io/posix_fadvise.c: Likewise.
32890         * io/posix_fadvise64.c: Likewise.
32891         * io/posix_fallocate.c: Likewise.
32892         * io/posix_fallocate64.c: Likewise.
32893         * io/read.c: Likewise.
32894         * io/readlink.c: Likewise.
32895         * io/readlinkat.c: Likewise.
32896         * io/rmdir.c: Likewise.
32897         * io/sendfile.c: Likewise.
32898         * io/sendfile64.c: Likewise.
32899         * io/statfs.c: Likewise.
32900         * io/statfs64.c: Likewise.
32901         * io/statvfs.c: Likewise.
32902         * io/statvfs64.c: Likewise.
32903         * io/symlink.c: Likewise.
32904         * io/symlinkat.c: Likewise.
32905         * io/ttyname.c: Likewise.
32906         * io/ttyname_r.c: Likewise.
32907         * io/umask.c: Likewise.
32908         * io/unlink.c: Likewise.
32909         * io/unlinkat.c: Likewise.
32910         * io/utime.c: Likewise.
32911         * io/utimensat.c: Likewise.
32912         * io/write.c: Likewise.
32913         * io/xmknod.c: Likewise.
32914         * io/xmknodat.c: Likewise.
32915         * io/xstat.c: Likewise.
32916         * io/xstat64.c: Likewise.
32917         * login/getpt.c: Likewise.
32918         * login/grantpt.c: Likewise.
32919         * login/unlockpt.c: Likewise.
32920         * math/e_acoshl.c: Likewise.
32921         * math/e_acosl.c: Likewise.
32922         * math/e_asinl.c: Likewise.
32923         * math/e_atan2l.c: Likewise.
32924         * math/e_atanhl.c: Likewise.
32925         * math/e_coshl.c: Likewise.
32926         * math/e_expl.c: Likewise.
32927         * math/e_fmodl.c: Likewise.
32928         * math/e_gammal_r.c: Likewise.
32929         * math/e_hypotl.c: Likewise.
32930         * math/e_j0l.c: Likewise.
32931         * math/e_j1l.c: Likewise.
32932         * math/e_jnl.c: Likewise.
32933         * math/e_lgammal_r.c: Likewise.
32934         * math/e_log10l.c: Likewise.
32935         * math/e_log2l.c: Likewise.
32936         * math/e_logl.c: Likewise.
32937         * math/e_powl.c: Likewise.
32938         * math/e_rem_pio2l.c: Likewise.
32939         * math/e_sinhl.c: Likewise.
32940         * math/e_sqrtl.c: Likewise.
32941         * math/fclrexcpt.c: Likewise.
32942         * math/fedisblxcpt.c: Likewise.
32943         * math/feenablxcpt.c: Likewise.
32944         * math/fegetenv.c: Likewise.
32945         * math/fegetexcept.c: Likewise.
32946         * math/fegetround.c: Likewise.
32947         * math/feholdexcpt.c: Likewise.
32948         * math/fesetenv.c: Likewise.
32949         * math/fesetround.c: Likewise.
32950         * math/feupdateenv.c: Likewise.
32951         * math/fgetexcptflg.c: Likewise.
32952         * math/fraiseexcpt.c: Likewise.
32953         * math/fsetexcptflg.c: Likewise.
32954         * math/ftestexcept.c: Likewise.
32955         * math/k_cosl.c: Likewise.
32956         * math/k_rem_pio2l.c: Likewise.
32957         * math/k_sinl.c: Likewise.
32958         * math/k_tanl.c: Likewise.
32959         * math/s_asinhl.c: Likewise.
32960         * math/s_atanl.c: Likewise.
32961         * math/s_cbrtl.c: Likewise.
32962         * math/s_erfl.c: Likewise.
32963         * math/s_expm1l.c: Likewise.
32964         * math/s_log1pl.c: Likewise.
32965         * math/s_tanhl.c: Likewise.
32966         * misc/acct.c: Likewise.
32967         * misc/brk.c: Likewise.
32968         * misc/chflags.c: Likewise.
32969         * misc/chroot.c: Likewise.
32970         * misc/fchflags.c: Likewise.
32971         * misc/fgetxattr.c: Likewise.
32972         * misc/flistxattr.c: Likewise.
32973         * misc/fremovexattr.c: Likewise.
32974         * misc/fsetxattr.c: Likewise.
32975         * misc/fsync.c: Likewise.
32976         * misc/ftruncate.c: Likewise.
32977         * misc/futimes.c: Likewise.
32978         * misc/futimesat.c: Likewise.
32979         * misc/getdomain.c: Likewise.
32980         * misc/getdtsz.c: Likewise.
32981         * misc/gethostid.c: Likewise.
32982         * misc/gethostname.c: Likewise.
32983         * misc/getloadavg.c: Likewise.
32984         * misc/getpagesize.c: Likewise.
32985         * misc/getsysstats.c: Likewise.
32986         * misc/getxattr.c: Likewise.
32987         * misc/gtty.c: Likewise.
32988         * misc/ioctl.c: Likewise.
32989         * misc/lgetxattr.c: Likewise.
32990         * misc/listxattr.c: Likewise.
32991         * misc/llistxattr.c: Likewise.
32992         * misc/lremovexattr.c: Likewise.
32993         * misc/lsetxattr.c: Likewise.
32994         * misc/lutimes.c: Likewise.
32995         * misc/madvise.c: Likewise.
32996         * misc/mincore.c: Likewise.
32997         * misc/mlock.c: Likewise.
32998         * misc/mlockall.c: Likewise.
32999         * misc/mmap.c: Likewise.
33000         * misc/mprotect.c: Likewise.
33001         * misc/msync.c: Likewise.
33002         * misc/munlock.c: Likewise.
33003         * misc/munlockall.c: Likewise.
33004         * misc/munmap.c: Likewise.
33005         * misc/preadv.c: Likewise.
33006         * misc/preadv64.c: Likewise.
33007         * misc/ptrace.c: Likewise.
33008         * misc/pwritev.c: Likewise.
33009         * misc/pwritev64.c: Likewise.
33010         * misc/readv.c: Likewise.
33011         * misc/reboot.c: Likewise.
33012         * misc/remap_file_pages.c: Likewise.
33013         * misc/removexattr.c: Likewise.
33014         * misc/revoke.c: Likewise.
33015         * misc/select.c: Likewise.
33016         * misc/setdomain.c: Likewise.
33017         * misc/setegid.c: Likewise.
33018         * misc/seteuid.c: Likewise.
33019         * misc/sethostid.c: Likewise.
33020         * misc/sethostname.c: Likewise.
33021         * misc/setregid.c: Likewise.
33022         * misc/setreuid.c: Likewise.
33023         * misc/setxattr.c: Likewise.
33024         * misc/sstk.c: Likewise.
33025         * misc/stty.c: Likewise.
33026         * misc/swapoff.c: Likewise.
33027         * misc/swapon.c: Likewise.
33028         * misc/sync.c: Likewise.
33029         * misc/syncfs.c: Likewise.
33030         * misc/syscall.c: Likewise.
33031         * misc/truncate.c: Likewise.
33032         * misc/ualarm.c: Likewise.
33033         * misc/usleep.c: Likewise.
33034         * misc/ustat.c: Likewise.
33035         * misc/utimes.c: Likewise.
33036         * misc/vhangup.c: Likewise.
33037         * misc/writev.c: Likewise.
33038         * posix/_exit.c: Likewise.
33039         * posix/alarm.c: Likewise.
33040         * posix/execve.c: Likewise.
33041         * posix/fexecve.c: Likewise.
33042         * posix/fork.c: Likewise.
33043         * posix/fpathconf.c: Likewise.
33044         * posix/getaddrinfo.c: Likewise.
33045         * posix/getegid.c: Likewise.
33046         * posix/geteuid.c: Likewise.
33047         * posix/getgid.c: Likewise.
33048         * posix/getgroups.c: Likewise.
33049         * posix/getlogin.c: Likewise.
33050         * posix/getlogin_r.c: Likewise.
33051         * posix/getpgid.c: Likewise.
33052         * posix/getpid.c: Likewise.
33053         * posix/getppid.c: Likewise.
33054         * posix/getresgid.c: Likewise.
33055         * posix/getresuid.c: Likewise.
33056         * posix/getsid.c: Likewise.
33057         * posix/getuid.c: Likewise.
33058         * posix/glob64.c: Likewise.
33059         * posix/nanosleep.c: Likewise.
33060         * posix/pathconf.c: Likewise.
33061         * posix/pause.c: Likewise.
33062         * posix/posix_madvise.c: Likewise.
33063         * posix/pread.c: Likewise.
33064         * posix/pread64.c: Likewise.
33065         * posix/pwrite.c: Likewise.
33066         * posix/pwrite64.c: Likewise.
33067         * posix/sched_getaffinity.c: Likewise.
33068         * posix/sched_getp.c: Likewise.
33069         * posix/sched_gets.c: Likewise.
33070         * posix/sched_primax.c: Likewise.
33071         * posix/sched_primin.c: Likewise.
33072         * posix/sched_rr_gi.c: Likewise.
33073         * posix/sched_setaffinity.c: Likewise.
33074         * posix/sched_setp.c: Likewise.
33075         * posix/sched_sets.c: Likewise.
33076         * posix/sched_yield.c: Likewise.
33077         * posix/setgid.c: Likewise.
33078         * posix/setlogin.c: Likewise.
33079         * posix/setpgid.c: Likewise.
33080         * posix/setresgid.c: Likewise.
33081         * posix/setresuid.c: Likewise.
33082         * posix/setsid.c: Likewise.
33083         * posix/setuid.c: Likewise.
33084         * posix/sleep.c: Likewise.
33085         * posix/spawni.c: Likewise.
33086         * posix/sysconf.c: Likewise.
33087         * posix/times.c: Likewise.
33088         * posix/wait.c: Likewise.
33089         * posix/wait3.c: Likewise.
33090         * posix/wait4.c: Likewise.
33091         * posix/waitpid.c: Likewise.
33092         * resolv/gai_sigqueue.c: Likewise.
33093         * resource/getpriority.c: Likewise.
33094         * resource/getrlimit.c: Likewise.
33095         * resource/getrusage.c: Likewise.
33096         * resource/nice.c: Likewise.
33097         * resource/setpriority.c: Likewise.
33098         * resource/setrlimit.c: Likewise.
33099         * resource/ulimit.c: Likewise.
33100         * rt/aio_cancel.c: Likewise.
33101         * rt/aio_fsync.c: Likewise.
33102         * rt/aio_read.c: Likewise.
33103         * rt/aio_sigqueue.c: Likewise.
33104         * rt/aio_suspend.c: Likewise.
33105         * rt/aio_write.c: Likewise.
33106         * rt/clock_getres.c: Likewise.
33107         * rt/clock_gettime.c: Likewise.
33108         * rt/clock_nanosleep.c: Likewise.
33109         * rt/clock_settime.c: Likewise.
33110         * rt/lio_listio.c: Likewise.
33111         * rt/mq_close.c: Likewise.
33112         * rt/mq_getattr.c: Likewise.
33113         * rt/mq_notify.c: Likewise.
33114         * rt/mq_open.c: Likewise.
33115         * rt/mq_receive.c: Likewise.
33116         * rt/mq_send.c: Likewise.
33117         * rt/mq_setattr.c: Likewise.
33118         * rt/mq_timedreceive.c: Likewise.
33119         * rt/mq_timedsend.c: Likewise.
33120         * rt/mq_unlink.c: Likewise.
33121         * rt/shm_open.c: Likewise.
33122         * rt/shm_unlink.c: Likewise.
33123         * rt/timer_create.c: Likewise.
33124         * rt/timer_delete.c: Likewise.
33125         * rt/timer_getoverr.c: Likewise.
33126         * rt/timer_gettime.c: Likewise.
33127         * rt/timer_settime.c: Likewise.
33128         * setjmp/__longjmp.c: Likewise.
33129         * setjmp/setjmp.c: Likewise.
33130         * signal/kill.c: Likewise.
33131         * signal/killpg.c: Likewise.
33132         * signal/raise.c: Likewise.
33133         * signal/sigaction.c: Likewise.
33134         * signal/sigaltstack.c: Likewise.
33135         * signal/sigblock.c: Likewise.
33136         * signal/sigignore.c: Likewise.
33137         * signal/sigintr.c: Likewise.
33138         * signal/signal.c: Likewise.
33139         * signal/sigpause.c: Likewise.
33140         * signal/sigpending.c: Likewise.
33141         * signal/sigqueue.c: Likewise.
33142         * signal/sigreturn.c: Likewise.
33143         * signal/sigset.c: Likewise.
33144         * signal/sigsetmask.c: Likewise.
33145         * signal/sigstack.c: Likewise.
33146         * signal/sigsuspend.c: Likewise.
33147         * signal/sigtimedwait.c: Likewise.
33148         * signal/sigvec.c: Likewise.
33149         * signal/sigwait.c: Likewise.
33150         * signal/sigwaitinfo.c: Likewise.
33151         * signal/sysv_signal.c: Likewise.
33152         * socket/accept.c: Likewise.
33153         * socket/accept4.c: Likewise.
33154         * socket/bind.c: Likewise.
33155         * socket/connect.c: Likewise.
33156         * socket/getpeername.c: Likewise.
33157         * socket/getsockname.c: Likewise.
33158         * socket/getsockopt.c: Likewise.
33159         * socket/isfdtype.c: Likewise.
33160         * socket/listen.c: Likewise.
33161         * socket/recv.c: Likewise.
33162         * socket/recvfrom.c: Likewise.
33163         * socket/recvmsg.c: Likewise.
33164         * socket/send.c: Likewise.
33165         * socket/sendmsg.c: Likewise.
33166         * socket/sendto.c: Likewise.
33167         * socket/setsockopt.c: Likewise.
33168         * socket/shutdown.c: Likewise.
33169         * socket/sockatmark.c: Likewise.
33170         * socket/socket.c: Likewise.
33171         * socket/socketpair.c: Likewise.
33172         * stdio-common/ctermid.c: Likewise.
33173         * stdio-common/cuserid.c: Likewise.
33174         * stdio-common/remove.c: Likewise.
33175         * stdio-common/rename.c: Likewise.
33176         * stdio-common/renameat.c: Likewise.
33177         * stdio-common/tempname.c: Likewise.
33178         * stdlib/getcontext.c: Likewise.
33179         * stdlib/makecontext.c: Likewise.
33180         * stdlib/setcontext.c: Likewise.
33181         * stdlib/swapcontext.c: Likewise.
33182         * stdlib/system.c: Likewise.
33183         * streams/fattach.c: Likewise.
33184         * streams/fdetach.c: Likewise.
33185         * streams/getmsg.c: Likewise.
33186         * streams/getpmsg.c: Likewise.
33187         * streams/putmsg.c: Likewise.
33188         * streams/putpmsg.c: Likewise.
33189         * sysdeps/unix/bsd/getpt.c: Likewise.
33190         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
33191         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
33192         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
33193         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
33194         Likewise.
33195         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
33196         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
33197         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
33198         * sysvipc/msgctl.c: Likewise.
33199         * sysvipc/msgget.c: Likewise.
33200         * sysvipc/msgrcv.c: Likewise.
33201         * sysvipc/msgsnd.c: Likewise.
33202         * sysvipc/semctl.c: Likewise.
33203         * sysvipc/semget.c: Likewise.
33204         * sysvipc/semop.c: Likewise.
33205         * sysvipc/semtimedop.c: Likewise.
33206         * sysvipc/shmat.c: Likewise.
33207         * sysvipc/shmctl.c: Likewise.
33208         * sysvipc/shmdt.c: Likewise.
33209         * sysvipc/shmget.c: Likewise.
33210         * termios/tcdrain.c: Likewise.
33211         * termios/tcflow.c: Likewise.
33212         * termios/tcflush.c: Likewise.
33213         * termios/tcgetattr.c: Likewise.
33214         * termios/tcgetpgrp.c: Likewise.
33215         * termios/tcsendbrk.c: Likewise.
33216         * termios/tcsetattr.c: Likewise.
33217         * termios/tcsetpgrp.c: Likewise.
33218         * time/adjtime.c: Likewise.
33219         * time/clock.c: Likewise.
33220         * time/getitimer.c: Likewise.
33221         * time/gettimeofday.c: Likewise.
33222         * time/setitimer.c: Likewise.
33223         * time/settimeofday.c: Likewise.
33224         * time/stime.c: Likewise.
33225         * time/time.c: Likewise.
33226
33227 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
33228
33229         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
33230         /usr/old/bin.
33231
33232         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
33233         instead of spaces.
33234         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
33235
33236 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
33237
33238         [BZ #14796]
33239         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
33240         FE_TONEAREST before applying Dekker multiplication and Knuth
33241         addition.  Clear inexact exceptions and check for exact zero
33242         results afterwards.
33243         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33244         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
33245         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33246         * math/libm-test.inc (fma_test): Add more tests.
33247         (fma_test_towardzero): Likewise.
33248         (fma_test_downward): Likewise.
33249         (fma_test_upward): Likewise.
33250         * sysdeps/generic/math_private.h (default_libc_fesetround): New
33251         function.
33252         (libc_fesetround): New macro.
33253         (libc_fesetroundf): Likewise.
33254         (libc_fesetroundl): Likewise.
33255         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
33256         function.
33257         (libc_fesetround_387): Likewise.
33258         (libc_fesetroundf): New macro.
33259         (libc_fesetround): Likewise.
33260         (libc_fesetroundl): Likewise.
33261         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
33262         function.
33263         (libc_fesetroundf): New macro.
33264         (libc_fesetround): Likewise.
33265         (libc_fesetroundl): Likewise.
33266         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
33267         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
33268         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
33269         libm_hidden_ver.
33270         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
33271         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
33272         libm_hidden_def.
33273         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
33274         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
33275         libm_hidden_ver.
33276         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
33277         libm_hidden_def.
33278
33279         [BZ #3439]
33280         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
33281         integer constant usable in #if and use that to give value to enum
33282         constant.
33283         (FE_DIVBYZERO): Likewise.
33284         (FE_UNDERFLOW): Likewise.
33285         (FE_OVERFLOW): Likewise.
33286         (FE_INVALID): Likewise.
33287         (FE_INVALID_SNAN): Likewise.
33288         (FE_INVALID_ISI): Likewise.
33289         (FE_INVALID_IDI): Likewise.
33290         (FE_INVALID_ZDZ): Likewise.
33291         (FE_INVALID_IMZ): Likewise.
33292         (FE_INVALID_COMPARE): Likewise.
33293         (FE_INVALID_SOFTWARE): Likewise.
33294         (FE_INVALID_SQRT): Likewise.
33295         (FE_INVALID_INTEGER_CONVERSION): Likewise.
33296         (FE_TONEAREST): Likewise.
33297         (FE_TOWARDZERO): Likewise.
33298         (FE_UPWARD): Likewise.
33299         (FE_DOWNWARD): Likewise.
33300         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
33301         (FE_DIVBYZERO): Likewise.
33302         (FE_OVERFLOW): Likewise.
33303         (FE_UNDERFLOW): Likewise.
33304         (FE_INEXACT): Likewise.
33305         (FE_TONEAREST): Likewise.
33306         (FE_DOWNWARD): Likewise.
33307         (FE_UPWARD): Likewise.
33308         (FE_TOWARDZERO): Likewise.
33309         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
33310         (FE_UNDERFLOW): Likewise.
33311         (FE_OVERFLOW): Likewise.
33312         (FE_DIVBYZERO): Likewise.
33313         (FE_INVALID): Likewise.
33314         (FE_TONEAREST): Likewise.
33315         (FE_TOWARDZERO): Likewise.
33316         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
33317         (FE_OVERFLOW): Likewise.
33318         (FE_UNDERFLOW): Likewise.
33319         (FE_DIVBYZERO): Likewise.
33320         (FE_INEXACT): Likewise.
33321         (FE_TONEAREST): Likewise.
33322         (FE_TOWARDZERO): Likewise.
33323         (FE_UPWARD): Likewise.
33324         (FE_DOWNWARD): Likewise.
33325         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
33326         (FE_DIVBYZERO): Likewise.
33327         (FE_OVERFLOW): Likewise.
33328         (FE_UNDERFLOW): Likewise.
33329         (FE_INEXACT): Likewise.
33330         (FE_TONEAREST): Likewise.
33331         (FE_DOWNWARD): Likewise.
33332         (FE_UPWARD): Likewise.
33333         (FE_TOWARDZERO): Likewise.
33334
33335 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
33336
33337         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
33338
33339 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
33340
33341         * scripts/cross-test-ssh.sh (command): Use newlines to separate
33342         commands.  Quote $PWD.
33343         (blacklist_exports): Don't use remove_newlines.  Replace "declare
33344         -x" by "export".
33345         (remove_newlines): Remove.
33346
33347 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
33348
33349         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
33350         * stdlib/stdlib.h (atof): Moved to ...
33351         * include/bits/stdlib-float.h: Here.  New file.
33352         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
33353         * stdlib/bits/stdlib-float.h: New file.
33354         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
33355         -mno-sse -mno-mmx.
33356         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
33357         <xmmintrin.h>.
33358
33359 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
33360
33361         * conform/conformtest.pl (@headers): Add fenv.h.
33362         * conform/data/fenv.h-data: New file.
33363         * include/fenv.h [_ISOMAC]: Disable all contents of file except
33364         include of <math/fenv.h>.
33365
33366         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
33367         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
33368         && !UNIX98].  Enables tests for XOPEN2K8.
33369         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
33370         POSIX2008]: Likewise.
33371
33372         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
33373         (struct rusage): Do not expect type or its members.
33374
33375         [BZ #3439]
33376         * math/math.h (FP_NAN): Define macro to integer constant usable in
33377         #if and use that to give value to enum constant.
33378         (FP_INFINITE): Likewise.
33379         (FP_ZERO): Likewise.
33380         (FP_SUBNORMAL): Likewise.
33381         (FP_NORMAL): Likewise.
33382
33383 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
33384
33385         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
33386         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
33387         arguments.
33388
33389 2012-11-02  Roland McGrath  <roland@hack.frob.com>
33390
33391         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
33392         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
33393         autoconf-time if not.
33394         * configure.in: Remove AC_PREREQ.
33395
33396 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
33397
33398         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
33399         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
33400         of the internal implementation.
33401
33402 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
33403
33404         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
33405         except include of <misc/sys/syslog.h>.
33406
33407 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
33408
33409         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
33410         function returns with a NULL context exit with zero.
33411
33412 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
33413
33414         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
33415
33416 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
33417
33418         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
33419         (run_program_cmd): This.
33420         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
33421         (tst_langinfo): New variable.  Use it.
33422
33423 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
33424
33425         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
33426         floating point opcodes.
33427
33428 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
33429
33430         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
33431         variable.
33432
33433         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
33434
33435         * sysdeps/mach/hurd/powerpc: Remove directory.
33436         * sysdeps/mach/powerpc: Likewise.
33437
33438 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
33439
33440         * scripts/check-local-headers.sh: Ignore c++ headers.
33441
33442 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
33443
33444         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
33445         __libc_cleanup_region_start argument.
33446
33447 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
33448
33449         [BZ #14784]
33450         [BZ #14785]
33451         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
33452         x * y using scaling, not as x * y + z.
33453         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33454         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33455         * math/libm-test.inc (fma_test): Add more tests.
33456         (fma_test_towardzero): Likewise.
33457         (fma_test_downward): Likewise.
33458         (fma_test_upward): Likewise.
33459
33460 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
33461
33462         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
33463
33464 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
33465
33466         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
33467         New variable.
33468
33469 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
33470
33471         * rt/tst-shm.c (worker): Correct checking for mmap failure.
33472
33473 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
33474
33475         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33476         Fix sort order.
33477         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33478         Likewise.
33479
33480 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
33481
33482         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33483         Fix the order of the list for glibc 2.17.
33484         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33485         Likewise.
33486
33487 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
33488
33489         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
33490
33491 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
33492
33493         [BZ #14610]
33494         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
33495         for low part of x being zero before using __atanl (y).
33496         * math/libm-test.inc (atan2_test): Add another test.
33497
33498         * manual/install.texi (Configuring and compiling): Document
33499         general use of test-wrapper and test-wrapper-env.
33500         * INSTALL: Regenerated.
33501
33502         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
33503         (__fma): Do not extract and scale down low bits on after-rounding
33504         systems when result rounded to normal precision would have normal
33505         exponent.
33506         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
33507         (__fmal): Do not extract and scale down low bits on after-rounding
33508         systems when result rounded to normal precision would have normal
33509         exponent.
33510         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
33511         (__fmal): Do not extract and scale down low bits on after-rounding
33512         systems when result rounded to normal precision would have normal
33513         exponent.
33514         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
33515         macro.
33516         (fma_test): Add more tests.
33517         (fma_test_towardzero): Likewise.
33518         (fma_test_downward): Likewise.
33519         (fma_test_upward): Likewise.
33520
33521 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
33522
33523         * sysdeps/i386/tininess.h: Renamed to ...
33524         * sysdeps/x86/tininess.h: This.
33525         * sysdeps/x86_64/tininess.h: Removed.
33526
33527 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
33528
33529         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
33530         input.  Use $(build-program-cmd).
33531         ($(objpfx)tst-array1-static.out): Likewise.
33532         ($(objpfx)tst-array2.out): Likewise.
33533         ($(objpfx)tst-array3.out): Likewise.
33534         ($(objpfx)tst-array4.out): Likewise.
33535         ($(objpfx)tst-array5.out): Likewise.
33536         ($(objpfx)tst-array5-static.out): Likewise.
33537
33538 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
33539
33540         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
33541         if defined.
33542
33543         * nss/nsswitch.h (nss_interface_function): Provide new
33544         macro for use with NSS functions.
33545         * grp/initgroups.c: Use new macro.
33546         * nss/getXXbyYY.c: Likewise.
33547         * nss/getXXbyYY_r.c: Likewise.
33548         * nss/getXXent.c: Likewise.
33549         * nss/getXXent_r.c: Likewise.
33550         * sysdeps/posix/getaddrinfo.c: Likewise.
33551
33552 2012-10-30  Andreas Jaeger  <aj@suse.de>
33553
33554         * po/ru.po: Update Russion translation from translation project.
33555
33556 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
33557
33558         [BZ #14152]
33559         [BZ #14783]
33560         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
33561         result and shift together with sticky bit instead of replicating
33562         round-to-nearest rounding.
33563         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33564         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33565         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
33566         missing underflow exceptions.
33567         (fma_test_towardzero): Add more tests.
33568         (fma_test_downward): Likewise.
33569         (fma_test_upward): Likewise.
33570
33571         [BZ #14047]
33572         * sysdeps/generic/tininess.h: New file.
33573         * sysdeps/i386/tininess.h: Likewise.
33574         * sysdeps/sh/tininess.h: Likewise.
33575         * sysdeps/x86_64/tininess.h: Likewise.
33576         * stdlib/tst-strtod-underflow.c: Likewise.
33577         * stdlib/tst-tininess.c: Likewise.
33578         * stdlib/strtod_l.c: Include <tininess.h>.
33579         (round_and_return): Do not set errno for exact underflow cases.
33580         Force an underflow exception when setting errno for underflow.
33581         Determine underflow based on rounding to normal precision if
33582         TININESS_AFTER_ROUNDING.
33583         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
33584         ERANGE for exact underflow cases.
33585         * stdlib/Makefile (tests): Add tst-tininess and
33586         tst-strtod-underflow.
33587         ($(objpfx)tst-tininess): Use $(link-libm).
33588         ($(objpfx)tst-strtod-underflow): Likewise.
33589
33590 2012-10-30  Andreas Jaeger  <aj@suse.de>
33591
33592         [BZ#14767]
33593         * elf/Makefile (tests): Remove conditional for have-initfini-array
33594         since this is now always required and the variable does not exist
33595         anymore.
33596         (tests-static): Likewise.
33597         (modules-names): Likewise.
33598
33599         * po/eo.po: Add Esperanto translation from translation project.
33600
33601         * elf/tst-array1.c (fini_array): Make writeable so that it can be
33602         merged with constructor/destructor.
33603         (init_array): Likewise.
33604         * elf/tst-array2dep.c (fini_array): Likewise.
33605         (init_array): Likewise.
33606
33607 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
33608
33609         * manual/message.texi: Delete @cartouche tags.
33610
33611 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
33612
33613         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
33614         EOPNOTSUPP.
33615         * sysdeps/mach/hurd/fsync.c: Likewise.
33616
33617         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
33618         [_POSIX_REALTIME_SIGNALS]: Change condition to
33619         [_POSIX_REALTIME_SIGNALS > 0].
33620
33621 2012-10-27  Andreas Jaeger  <aj@suse.de>
33622
33623         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
33624         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
33625         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
33626         [__WORDSIZE != 64]: Likewise.
33627
33628 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
33629
33630         *  iconvdata/tst-table.sh: Remove ${SHELL}.
33631         *  iconvdata/tst-tables.sh: Likewise.
33632
33633 2012-10-25  David S. Miller  <davem@davemloft.net>
33634
33635         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33636         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
33637         of strtoull.
33638
33639         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
33640         ifunc-impl-list.c
33641         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
33642         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
33643         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
33644         file.
33645
33646 2012-10-25  Roland McGrath  <roland@hack.frob.com>
33647
33648         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33649         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
33650         __getdirentries.
33651
33652 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
33653             Jim Blandy  <jimb@codesourcery.com>
33654
33655         * scripts/cross-test-ssh.sh: New file.
33656         * manual/install.texi (Configuring and compiling): Document use of
33657         cross-test-ssh.sh.
33658         * INSTALL: Regenerated.
33659
33660 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
33661
33662         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
33663         EOPNOTSUPP.
33664
33665 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
33666
33667         * Makeconfig (run-program-prefix): Fix comment.
33668
33669 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
33670             Jim Blandy  <jimb@codesourcery.com>
33671
33672         * Makeconfig (test-wrapper): New variable,
33673         (test-wrapper-env): Likewise.
33674         [$(cross-compiling) = yes && $(test-wrapper) != ""]
33675         (run-built-tests): Define to yes.
33676         (run-program-prefix): Use $(test-wrapper).
33677         (built-program-cmd): Likewise.
33678         * Rules (make-test-out): Use $(test-wrapper-env) and
33679         $(host-built-program-cmd).
33680         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
33681         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
33682         tst-pathopt.sh.
33683         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
33684         $(test-wrapper-env) to tst-rtld-load-self.sh.
33685         ($(objpfx)order2.out): Use $(test-wrapper).
33686         ($(objpfx)tst-initorder.out): Likewise.
33687         ($(objpfx)tst-initorder2.out): Likewise.
33688         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
33689         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
33690         (test_wrapper_env): New variable.  Use it to run ld.so.
33691         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
33692         Use it to run ld.so.
33693         (test_wrapper_env): Likewise.
33694         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
33695         $(test-wrapper) to run-iconv-test.sh.
33696         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
33697         (ICONV): Use $test_wrapper.
33698         * posix/Makefile ($(objpfx)globtest.out): Pass
33699         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
33700         globtest.sh, not $(run-program-prefix).
33701         * posix/globtest.sh (run_via_rtld_prefix): New variable.
33702         (test_wrapper): Likewise.
33703         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
33704         set together with run_via_rtld_prefix.
33705         (run_program_prefix): Define in terms of test_wrapper and
33706         run_via_rtld_prefix.
33707
33708 2012-10-24  Roland McGrath  <roland@hack.frob.com>
33709
33710         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
33711         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
33712         Targets removed.
33713
33714         [BZ #14743]
33715         * include/time.h: Remove librt_hidden_proto (clock_gettime).
33716         Declare __clock_getres, __clock_gettime, __clock_settime,
33717         __clock_nanosleep, and __clock_getcpuclockid.
33718         * rt/clock_gettime.c: Define __clock_gettime as an alias.
33719         Remove librt_hidden_def (clock_gettime).
33720         * sysdeps/unix/clock_gettime.c: Likewise.
33721         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
33722         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
33723         * rt/clock_getres.c: Define __clock_getres as an alias.
33724         * sysdeps/posix/clock_getres.c: Likewise.
33725         * rt/clock_settime.c: Define __clock_settime as an alias.
33726         * sysdeps/unix/clock_settime.c: Likewise.
33727         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
33728         * sysdeps/unix/clock_nanosleep.c: Likewise.
33729         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
33730         * rt/clock-compat.c: New file.
33731         * rt/Makefile (librt-routines): Add clock-compat and move
33732         $(clock-routines) to ...
33733         (routines): ... here, new variable.
33734         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
33735         Don't add get_clockfreq here.
33736         * rt/Versions (libc: GLIBC_2.17): New version set.
33737         Add clock_* symbols here.
33738         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
33739         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
33740         (GLIBC_2.17): Add clock_* symbols.
33741         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
33742         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
33743         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
33744         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33745         Likewise.
33746         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33747         Likewise.
33748         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
33749         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
33750         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
33751         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
33752         * NEWS: Mention the move.
33753
33754         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
33755         Use __open, __read, __close rather than their public counterparts.
33756         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33757         (__get_clockfreq_via_cpuinfo): Likewise.
33758         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
33759         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
33760
33761         * config.h.in (HAVE_IFUNC): New #undef.
33762         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
33763         was successful.
33764         * configure: Regenerated.
33765
33766 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
33767
33768         * configure.in: Move READELF check to start of file.
33769         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
33770         libc_cv_asm_gnu_indirect_function in the process.
33771         * configure: Regenerated.
33772
33773 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
33774
33775         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
33776         send the output to /dev/null.
33777         (libc_cv_cc_with_libunwind): Likewise.
33778         (libc_cv_as_noexecstack): Likewise.
33779         * configure: Regenerate.
33780
33781 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
33782
33783         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
33784
33785         * posix/globtest.sh (TMPDIR): Do not set.
33786         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
33787         (testout): Likewise.
33788
33789 2012-10-24  Andreas Jaeger  <aj@suse.de>
33790
33791         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
33792         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
33793         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
33794         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
33795         posix_fadvise64, posix_fallocate64.
33796
33797         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
33798         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
33799         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
33800         Likewise.
33801         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
33802         Likewise.
33803         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
33804
33805         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
33806         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
33807         <bits/fcntl-linux.h>.
33808         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
33809
33810         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
33811         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
33812         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
33813         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
33814         [__WORDSIZE != 64]: Likewise.
33815
33816 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
33817
33818         * Makeconfig (run-built-tests): New variable.
33819         * Rules [$(cross-compiling) = yes]: Change condition to
33820         [$(run-built-tests) = no].
33821         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
33822         to [$(run-built-tests) = yes].
33823         * elf/Makefile [$(cross-compiling) = no]: Likewise
33824         * grp/Makefile [$(cross-compiling) = no]: Likewise.
33825         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
33826         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
33827         * intl/Makefile [$(cross-compiling) = no]: Likewise.
33828         * io/Makefile [$(cross-compiling) = no]: Likewise.
33829         * libio/Makefile [$(cross-compiling) = no]: Likewise.
33830         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
33831         * misc/Makefile [$(cross-compiling) = no]: Likewise.
33832         * posix/Makefile [$(cross-compiling) = no]: Likewise.
33833         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
33834         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
33835         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
33836         * string/Makefile [$(cross-compiling) = no]: Likewise.
33837
33838         * posix/Makefile ($(objpfx)globtest.out): Pass
33839         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
33840         $(rtld-installed-name).
33841         * posix/globtest.sh (elf_objpfx): Remove variable.
33842         (rtld_installed_name): Likewise.
33843         (library_path): Likewise.
33844         (run_program_prefix): New variable.  Use for running globtest
33845         binary.
33846
33847 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
33848             Joseph Myers  <joseph@codesourcery.com>
33849
33850         * Makeconfig (host-built-program-cmd): New variable.
33851         * elf/Makefile (tst-stackguard1-ARGS): Use
33852         $(host-built-program-cmd).
33853         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
33854         (tst-spawn-ARGS): Likewise.
33855         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
33856
33857 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
33858             Jim Blandy  <jimb@codesourcery.com>
33859
33860         * Makeconfig (run-via-rtld-prefix): New variable.
33861         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
33862         (built-program-cmd): Likewise.
33863
33864 2012-10-22  Andreas Jaeger  <aj@suse.de>
33865
33866         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
33867         __O_RSYNC if it exists, otherwise to O_SYNC.
33868
33869 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
33870             Joseph Myers  <joseph@codesourcery.com>
33871
33872         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
33873         /dev/null.
33874         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
33875         from /dev/null
33876         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
33877         /dev/null.
33878
33879 2012-10-22  Andreas Jaeger  <aj@suse.de>
33880
33881         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
33882         Define always.
33883         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
33884
33885         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
33886         bits/fcntl-linux.h.
33887
33888         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
33889         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
33890
33891         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
33892         to __O_LARGEFILE.
33893         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
33894         to __O_LARGEFILE.
33895
33896 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
33897             Joseph Myers  <joseph@codesourcery.com>
33898
33899         * config.make.in (NM): New variable.
33900
33901 2012-10-21  Andreas Jaeger  <aj@suse.de>
33902
33903         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
33904         definitions and declarations that are provided by
33905         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
33906
33907 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
33908
33909         [BZ #14683]
33910         * elf/Makefile (tests-static): Add tst-leaks1-static.
33911         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
33912         ($(objpfx)tst-leaks1-static): New rule.
33913         ($(objpfx)tst-leaks1-static-mem): Likewise.
33914         (tst-leaks1-static-ENV): New macro.
33915         * elf/dl-open.c (dl_open_worker): Check the main application
33916         only if SHARED is defined.
33917         * elf/tst-leaks1-static.c: New file.
33918
33919 2012-10-20  Andreas Jaeger  <aj@suse.de>
33920
33921         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
33922         generic values for Linux.
33923         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
33924         and declarations that are provided by <bits/fcntl-linux.h> and
33925         include <bits/fcntl-linux.h>.
33926         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
33927         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
33928
33929 2012-10-20  Roland McGrath  <roland@hack.frob.com>
33930
33931         * io/fcntl.h: Move include of <bits/types.h> to the top and
33932         include it unconditionally.
33933
33934 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
33935
33936         * wcsmbs/Makefile (tests-ifunc): New variable.
33937         (tests): Add $(tests-ifunc).
33938         * wcsmbs/test-wcschr-ifunc.c: New file.
33939         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
33940         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
33941         * wcsmbs/test-wcslen-ifunc.c: Likewise.
33942         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
33943         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
33944
33945         * string/Makefile (tests-ifunc): New variable.
33946         (tests): Add $(tests-ifunc).
33947         * string/test-memccpy.c (TEST_NAME): New macro.
33948         * string/test-memchr.c (TEST_NAME): Likewise.
33949         * string/test-memcmp.c (TEST_NAME): Likewise.
33950         * string/test-memcpy.c (TEST_NAME): Likewise.
33951         * string/test-memmem.c (TEST_NAME): Likewise.
33952         * string/test-memmove.c (TEST_NAME): Likewise.
33953         * string/test-memset.c (TEST_NAME): Likewise.
33954         * string/test-rawmemchr.c (TEST_NAME): Likewise.
33955         * string/test-stpcpy.c (TEST_NAME): Likewise.
33956         * string/test-stpncpy.c (TEST_NAME): Likewise.
33957         * string/test-strcasecmp.c (TEST_NAME): Likewise.
33958         * string/test-strcasestr.c (TEST_NAME): Likewise.
33959         * string/test-strcat.c (TEST_NAME): Likewise.
33960         * string/test-strchr.c (TEST_NAME): Likewise.
33961         * string/test-strcmp.c(TEST_NAME): Likewise.
33962         * string/test-strcpy.c (TEST_NAME): Likewise.
33963         * string/test-strcspn.c (TEST_NAME): Likewise.
33964         * string/test-strlen.c (TEST_NAME): Likewise.
33965         * string/test-strncasecmp.c (TEST_NAME): Likewise.
33966         * string/test-strncmp.c (TEST_NAME): Likewise.
33967         * string/test-strncpy.c (TEST_NAME): Likewise.
33968         * string/test-strnlen.c (TEST_NAME): Likewise.
33969         * string/test-strpbrk.c (TEST_NAME): Likewise.
33970         * string/test-strrchr.c (TEST_NAME): Likewise.
33971         * string/test-strspn.c (TEST_NAME): Likewise.
33972         * string/test-strstr.c (TEST_NAME): Likewise.
33973         * string/test-bcopy-ifunc.c: New file.
33974         * string/test-bzero-ifunc.c: Likewise.
33975         * string/test-memccpy-ifunc.c: Likewise.
33976         * string/test-memchr-ifunc.c: Likewise.
33977         * string/test-memcmp-ifunc.c: Likewise.
33978         * string/test-memcpy-ifunc.c: Likewise.
33979         * string/test-memmem-ifunc.c: Likewise.
33980         * string/test-memmove-ifunc.c: Likewise.
33981         * string/test-mempcpy-ifunc.c: Likewise.
33982         * string/test-memset-ifunc.c: Likewise.
33983         * string/test-rawmemchr-ifunc.c: Likewise.
33984         * string/test-stpcpy-ifunc.c: Likewise.
33985         * string/test-stpncpy-ifunc.c: Likewise.
33986         * string/test-strcasecmp-ifunc.c: Likewise.
33987         * string/test-strcasestr-ifunc.c: Likewise.
33988         * string/test-strcat-ifunc.c: Likewise.
33989         * string/test-strchr-ifunc.c: Likewise.
33990         * string/test-strchrnul-ifunc.c: Likewise.
33991         * string/test-strcmp-ifunc.c: Likewise.
33992         * string/test-strcpy-ifunc.c: Likewise.
33993         * string/test-strcspn-ifunc.c: Likewise.
33994         * string/test-strlen-ifunc.c: Likewise.
33995         * string/test-strncasecmp-ifunc.c: Likewise.
33996         * string/test-strncat-ifunc.c: Likewise.
33997         * string/test-strncmp-ifunc.c: Likewise.
33998         * string/test-strncpy-ifunc.c: Likewise.
33999         * string/test-strnlen-ifunc.c: Likewise.
34000         * string/test-strpbrk-ifunc.c: Likewise.
34001         * string/test-strrchr-ifunc.c: Likewise.
34002         * string/test-strspn-ifunc.c: Likewise.
34003         * string/test-strstr-ifunc.c: Likewise.
34004
34005         * debug/Makefile (tests-ifunc): New variable.
34006         (tests): Add $(tests-ifunc).
34007         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
34008         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
34009         * debug/test-stpcpy_chk-ifunc.c: New file.
34010         * debug/test-strcpy_chk-ifunc.c: Likewise.
34011
34012 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
34013
34014         [BZ #13601]
34015         * elf/dl-load.c (open_verify): Retry read if the entire ELF
34016         header is not read in.
34017
34018 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
34019
34020         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
34021         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
34022         directly.  Pass built executable to script as
34023         $(built-program-cmd).
34024         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
34025         $testprogram without using LD_LIBRARY_PATH and $ldso.
34026
34027         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
34028         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
34029         $(rtld-installed-name).
34030         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
34031         (rtld_installed_name): Likewise.
34032         (library_path): Likewise.
34033         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
34034         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
34035         $(run-program-prefix) to tst-tables.sh.
34036         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
34037         it to run tst-table-from and tst-table-to.
34038         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
34039         Pass it to tst-table.sh.
34040         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
34041         $(run-program-prefix) to tst-gettext.sh.
34042         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
34043         tst-translit.sh.
34044         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
34045         tst-gettext2.sh.
34046         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
34047         to run tst-gettext.
34048         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
34049         to run tst-gettext2.
34050         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
34051         to run tst-translit.
34052         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
34053         $(run-program-prefix) to tst-mtrace.sh.
34054         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
34055         to run tst-mtrace.
34056         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
34057         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
34058         $(rtld-installed-name).
34059         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
34060         (rtld_installed_name): Likewise.
34061         (run_program_prefix): New variable.  Use it to run wordexp-test.
34062
34063         * Makeconfig (ARCH): Remove all definitions.
34064         (machine): Likewise.
34065         [ARCH]: Remove conditional code.
34066         [!objdir]: Give error.
34067         [!objdir] (objpfx): Remove.
34068         [!objdir] (common-objpfx): Likewise.
34069         [!objdir] (common-objdir): Likewise.
34070         * configure.in (config_makefile): Remove.  Hardcode Makefile in
34071         AC_CONFIG_FILES call.
34072         * configure: Regenerated.
34073
34074         [BZ #13888]
34075         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
34076         or TMPDIR.
34077         (testout): Likewise.
34078
34079         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
34080         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
34081         $(rtld-installed-name).
34082         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
34083         (rtld_installed_name): Likwise.
34084         (runit): Remove function.
34085         (run_getconf): New variable,  Use it for running getconf binary.
34086
34087 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
34088
34089         [BZ #14716]
34090         * string/test-memmem.c (check_result): New function.
34091         (do_one_test): Use it.
34092         (check1): New function.
34093         (test_main): Use it.
34094
34095 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
34096
34097         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
34098
34099 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
34100
34101         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
34102         (_G_LSEEK64): Likewise.
34103         (_G_MMAP64): Likewise.
34104         (_G_FSTAT64): Likewise.
34105         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
34106         (_G_LSEEK64): Likewise.
34107         (_G_MMAP64): Likewise.
34108         (_G_FSTAT64): Likewise.
34109         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
34110         unconditional.  Call __mmap64 directly.
34111         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
34112         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
34113         __lseek64 directly.
34114         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
34115         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
34116         __mmap64 directly.
34117         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
34118         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
34119         __lseek64 directly.
34120         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
34121         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
34122         __lseek64 directly.
34123         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
34124         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
34125         __lseek64 directly.
34126         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
34127         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
34128         __fxstat64 directly.
34129         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
34130         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
34131         unconditional.
34132         (freopen64) [!_G_OPEN64]: Remove conditional code.
34133         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
34134         unconditional.
34135         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
34136         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
34137         unconditional.
34138         (ftello64) [!_G_LSEEK64]: Remove conditional code.
34139         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
34140         unconditional.
34141         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
34142         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
34143         unconditional.
34144         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
34145         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
34146         unconditional.
34147         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
34148         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
34149         unconditional.
34150         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
34151         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
34152         unconditional.
34153         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
34154
34155 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
34156
34157         [BZ #12140]
34158         * manual/memory.texi (Malloc Tunable Parameters): Add note
34159         about free list pointers overwriting some perturb bytes.
34160         Wording suggested by Roland McGrath.
34161
34162 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
34163
34164         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
34165         (lgamma_test): Likewise.
34166         (tgamma_test): Likewise.
34167
34168 2012-10-16  Florian Weimer  <fweimer@redhat.com>
34169
34170         [BZ #14700]
34171         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
34172         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
34173
34174 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
34175
34176         * NEWS: Mention BZ #14716.
34177         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
34178         when removing AVAILABLE1_USES_J macro.
34179
34180 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
34181
34182         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
34183         (__bswap_64): __uint64_t for unsigned 64-bit int.
34184
34185 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
34186
34187         * include/string.h (memmem): Declare libc hidden alias.
34188         * string/memmem.c (memmem): Define libc hidden alias.
34189         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
34190         __read, __close instead of open, read, close.
34191
34192 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
34193
34194         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
34195         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
34196         global and hidden.
34197         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
34198         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
34199         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
34200         Likewise.
34201         (__rawmemchr_sse2): Likewise.
34202         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
34203         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
34204         (__strchr_sse2): Likewise.
34205         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
34206         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
34207         (__strcasecmp_sse2): Likewise.
34208         (__strncasecmp_sse2): Likewise.
34209         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
34210         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
34211         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
34212         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
34213         (__strrchr_sse2): Likewise.
34214         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
34215         ifunc-impl-list.c.
34216         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
34217         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
34218         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
34219         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
34220         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
34221         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
34222         * sysdeps/x86_64/multiarch/memset.S: Likewise.
34223         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
34224         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
34225         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
34226         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
34227         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
34228         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
34229         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
34230         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
34231         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
34232         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
34233         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
34234         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
34235         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
34236         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
34237         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
34238         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
34239         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
34240         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
34241         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
34242         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
34243         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
34244         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
34245         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
34246
34247         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
34248         global and hidden.
34249         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
34250         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
34251         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
34252         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
34253         Likewise.
34254         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
34255         Likewise.
34256         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
34257         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
34258         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
34259         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
34260         ifunc-impl-list.c.
34261         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
34262         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
34263         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
34264         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
34265         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
34266         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
34267         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
34268         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
34269         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
34270         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
34271         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
34272         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
34273         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
34274         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
34275         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
34276         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
34277         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
34278         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
34279         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
34280         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
34281         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
34282         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
34283         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
34284         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
34285         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
34286         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
34287         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
34288         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
34289         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
34290         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
34291         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
34292         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
34293         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
34294         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
34295         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
34296         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
34297         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
34298         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
34299         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
34300         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
34301         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
34302
34303         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
34304         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
34305         * include/ifunc-impl-list.h: New file.
34306         * misc/ifunc-impl-list.c: Likewise.
34307         * misc/Makefile (routines): Add ifunc-impl-list.
34308         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
34309         * string/test-string.h: Include <ifunc-impl-list.h>.
34310         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
34311         TEST_NAME]: New variables.
34312         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
34313         are defined.
34314         (test_init): Call __libc_ifunc_impl_list to initialize
34315         func_list if TEST_IFUNC and TEST_NAME are defined.
34316
34317         * string/Makefile (strop-tests): Add bcopy and bzero.
34318         * string/test-bcopy.c: New file.
34319         * string/test-bzero.c: Likewise.
34320         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
34321         defined.
34322         * string/test-memset.c: Support bzero test if TEST_BZERO is
34323         defined.
34324         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
34325         __libc_memmove.
34326         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
34327         __libc_memset.
34328         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
34329         of memset.
34330
34331 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
34332
34333         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
34334         * configure: Regenerated.
34335
34336         * Makeconfig (+link-static-before-libc): Don't include
34337         $(link-static-libc).
34338
34339         * libio/libio.h (_IO_pos_t): Remove.
34340
34341 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
34342
34343         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
34344         McGrath.
34345
34346 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
34347
34348         * crypt/crypt-entry.c: Include fips-private.h.
34349         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
34350         * crypt/md5c-test.c (main): Tolerate disabled MD5.
34351         * sysdeps/unix/sysv/linux/fips-private.h: New file.
34352         * sysdeps/generic/fips-private.h: New file, dummy fallback.
34353
34354 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
34355
34356         * crypt/crypt-private.h: Include stdbool.h.
34357         (_ufc_setup_salt_r): Return bool.
34358         * crypt/crypt-entry.c: Include errno.h.
34359         (__crypt_r): Return NULL with EINVAL for bad salt.
34360         * crypt/crypt_util.c (bad_for_salt): New.
34361         (_ufc_setup_salt_r): Check that salt is long enough and within
34362         the specified alphabet.
34363         * crypt/badsalttest.c: New file.
34364         * crypt/Makefile (tests): Add it.
34365         ($(objpfx)badsalttest): New.
34366
34367 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
34368
34369         * NEWS: Add entry for BZ #14602.
34370
34371 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
34372
34373         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
34374         type-generic.
34375         * math/libm-test.inc: Update comment listing what functions and
34376         macros are tested.
34377         (isgreater_test): New function.
34378         (isgreaterequal_test): Likewise.
34379         (isless_test): Likewise.
34380         (islessequal_test): Likewise.
34381         (islessgreater_test): Likewise.
34382         (isunordered_test): Likewise.
34383         (main): Call the new functions.
34384
34385 2012-10-09  Roland McGrath  <roland@hack.frob.com>
34386
34387         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
34388         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
34389         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
34390         * sysdeps/i386/configure: Regenerated.
34391         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
34392         * sysdeps/mach/configure: Regenerated.
34393         * sysdeps/mach/hurd/configure: Regenerated.
34394         * sysdeps/powerpc/configure: Regenerated.
34395         * sysdeps/powerpc/powerpc32/configure: Regenerated.
34396         * sysdeps/powerpc/powerpc64/configure: Regenerated.
34397         * sysdeps/s390/s390-32/configure: Regenerated.
34398         * sysdeps/s390/s390-64/configure: Regenerated.
34399         * sysdeps/sh/configure: Regenerated.
34400         * sysdeps/sparc/configure: Regenerated.
34401         * sysdeps/unix/sysv/linux/configure: Regenerated.
34402         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
34403         * sysdeps/x86_64/configure: Regenerated.
34404
34405         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
34406         defined.  Don't check if MAP is NULL.
34407
34408 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
34409
34410         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
34411         (_G_stat64): Likewise.
34412         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
34413         (_G_stat64): Likewise.
34414         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
34415         instead of struct _G_stat64.
34416         * libio/fileops.c (mmap_remap_check): Likewise.
34417         (decide_maybe_mmap): Likewise.
34418         (_IO_new_file_seekoff): Likewise.
34419         (_IO_file_stat): Likewise.
34420         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
34421         _G_off64_t.
34422         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
34423         instead of struct _G_stat64.
34424         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
34425
34426 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
34427
34428         [BZ #14602]
34429         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
34430         Replace with ...
34431         (CHECK_EOL): New macro.
34432         (two_way_short_needle): Check beginning of haystack for EOL.  Use
34433         CHECK_EOL.
34434         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
34435         Replace with CHECK_EOL.
34436         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
34437         Replace with CHECK_EOL.
34438
34439 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
34440
34441         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
34442         type-generic.
34443         * math/libm-test.inc: Update comment listing what functions and
34444         macros are tested.
34445         (finite_test): New function.
34446         (isinf_test): Likewise.
34447         (isnan_test): Likewise.
34448         (fpclassify_test): Test subnormal input.
34449         (isfinite_test): Likewise.
34450         (isnormal_test): Likewise.
34451         (main): Call the new functions.
34452
34453 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
34454
34455         [BZ #14660]
34456         * Makerules (%.dynsym): Force C locale when running
34457         $(OBJDUMP) --dynamic-syms.
34458
34459 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
34460
34461         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
34462         <stdint.h>.
34463
34464 2012-10-06  David S. Miller  <davem@davemloft.net>
34465
34466         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
34467         upper 32-bits of the length value in %o2 since we use branch-on-register
34468         tests which consider the entire 64-bit register.
34469
34470 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
34471
34472         * string/test-strstr.c (check2): Add a test for page boundary.
34473
34474 2012-10-05  David S. Miller  <davem@davemloft.net>
34475
34476         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
34477         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
34478         file.
34479         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
34480         sysdep_routines.
34481         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
34482         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
34483         and bzero when HWCAP_SPARC_CRYPTO is present.
34484
34485 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
34486
34487         [BZ #14602]
34488         * string/test-strstr.c (check2): New function.
34489         (test_main): Call check2.
34490
34491         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
34492         and bug-strchr1.
34493         * string/bug-strcasestr1.c (do_test): Moved to ...
34494         * string/test-strcasestr.c (check1): Here.  New function.
34495         (do_one_test): Break out result checking code into ...
34496         (check_result): This.  New function.
34497         (do_one_test): Call check_result.
34498         (test_main): Call check1.
34499         * string/bug-strchr1.c (do_test): Moved to ...
34500         * string/test-strchr.c (check1): Here.  New function.
34501         (do_one_test): Break out result checking code into ...
34502         (check_result): This.  New function.
34503         (do_one_test): Call check_result.
34504         (test_main): Call check1.
34505         * string/bug-strstr1.c (main): Moved to ...
34506         * string/test-strstr.c (check1): Here.  New function.
34507         (do_one_test): Break out result checking code into ...
34508         (check_result): This.  New function.
34509         (do_one_test): Call check_result.
34510         (test_main): Call check1.
34511         * string/bug-strcasestr1.c: Removed.
34512         * string/bug-strchr1.c: Likewise.
34513         * string/bug-strstr1.c: Likewise.
34514
34515         * elf/Makefile (dl-routines): Add hwcaps.
34516         * elf/dl-support.c (_dl_important_hwcaps): Removed.
34517         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
34518         (_dl_important_hwcaps): Moved to ...
34519         * elf/dl-hwcaps.c: Here.  New file.
34520         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
34521
34522         [BZ #14557]
34523         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
34524         if IS_IN_rtld isn't defined.
34525
34526         * elf/dl-support.c (_dl_sysinfo_map): New.
34527         Include "get-dynamic-info.h" and "setup-vdso.h".
34528         (_dl_non_dynamic_init): Call setup_vdso.
34529         * elf/dynamic-link.h: Don't include <assert.h>.
34530         (elf_get_dynamic_info): Moved to ...
34531         * elf/get-dynamic-info.h: Here.  New file.
34532         * elf/dynamic-link.h: Include "get-dynamic-info.h".
34533         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
34534         * elf/setup-vdso.h: Here.  New file.
34535         * elf/rtld.c: Include "setup-vdso.h".
34536         (dl_main): Call setup_vdso.
34537
34538 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
34539
34540         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
34541         creal in comment listing functions tested.  List finite, isinf,
34542         isnan, isless, islessequal, isgreater, isgreaterequal,
34543         islessgreater, isunordered, lgamma_r and pow10 as functions and
34544         macros not tested.  Mention which functions not tested are aliases
34545         for other functions.  Fix typo.  Note that signs of NaNs are not
34546         tested.
34547
34548         * scripts/config.guess: Update from config.git.
34549         * scripts/config.sub: Likewise.
34550
34551 2012-10-04  Roland McGrath  <roland@hack.frob.com>
34552
34553         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
34554         * misc/madvise.c (madvise): Renamed to __madvise.
34555         Make madvise a weak alias.
34556         * include/sys/mman.h: Declare __madvise.
34557         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
34558         * sysdeps/unix/syscalls.list
34559         (madvise): Make __madvise the strong name, and madvise a weak alias.
34560         * sysdeps/unix/sysv/linux/syscalls.list
34561         (madvise, mmap): Remove redundant entries.
34562         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
34563         * malloc/malloc.c (mtrim): Likewise.
34564         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
34565
34566 2012-10-03  Roland McGrath  <roland@hack.frob.com>
34567
34568         * sysdeps/mach/hurd/dl-cache.c: File removed.
34569         * config.h.in (USE_LDCONFIG): New #undef.
34570         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
34571         * configure: Regenerated.
34572         * elf/Makefile (dl-routines): Add dl-cache only under
34573         [$(use-ldconfig) = yes].
34574         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
34575         cache on [USE_LDCONFIG].
34576         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
34577         [USE_LDCONFIG].
34578         * elf/rtld.c (dl_main): Likewise.
34579
34580 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
34581
34582         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
34583         _SC_LEVEL4_CACHE_LINESIZE.
34584
34585 2012-10-03  Roland McGrath  <roland@hack.frob.com>
34586
34587         * sysdeps/unix/bsd/confstr.h: File removed.
34588
34589 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
34590
34591         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
34592         sys/sdt-config.h.
34593
34594 2012-10-02  Roland McGrath  <roland@hack.frob.com>
34595
34596         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
34597         Make 'mapoff' field ElfW(Off) rather than off_t.
34598
34599 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
34600
34601         * nscd/Makefile: Remove nscd-cflags and all its users.
34602         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
34603         (CFLAGS-nonlib): Add compiler flags for nscd modules.
34604
34605         [BZ #10631]
34606         * malloc.c (malloc_printerr): Clarify error message.
34607
34608 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
34609
34610         [BZ #14648]
34611         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
34612         Set bit_FMA_Usable if FMA is supported.
34613         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
34614         macro.
34615         (bit_FMA4_Usable): Updated.
34616         (index_FMA_Usable): New macro.
34617         (CPUID_FMA): Likewise
34618         (HAS_FMA): Defined with bit_FMA_Usable.
34619
34620 2012-10-01  Roland McGrath  <roland@hack.frob.com>
34621
34622         * bits/types.h (__swblk_t): Type removed.
34623         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
34624         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
34625         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
34626         (__SWBLK_T_TYPE): Likewise.
34627         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
34628         (__SWBLK_T_TYPE): Likewise.
34629         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
34630         (__SWBLK_T_TYPE): Likewise.
34631         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
34632         (__SWBLK_T_TYPE): Likewise.
34633
34634 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
34635             Honza Horak <hhorak@redhat.com>
34636
34637         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
34638         (xdr_mapname): Use YPMAXMAP as maxsize.
34639         (xdr_peername): Use YPMAXPEER as maxsize.
34640         (xdr_keydat): Use YPAXRECORD as maxsize.
34641         (xdr_valdat): Use YPMAXRECORD as maxsize.
34642
34643 2012-10-01  Roland McGrath  <roland@hack.frob.com>
34644
34645         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
34646
34647         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
34648         * csu/init-first.c: ... here.
34649         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
34650         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
34651         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
34652         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
34653         * sysdeps/i386/init-first.c: File removed.
34654         * sysdeps/sh/init-first.c: File removed.
34655
34656 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
34657
34658         [BZ #14645]
34659         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
34660         if x * y might underflow to zero and z is zero.
34661         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
34662         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34663         * math/libm-test.inc (min_subnorm_value): New variable.
34664         (fma_test): Add more tests.
34665         (fma_test_towardzero): Likewise.
34666         (fma_test_downward): Likewise
34667         (fma_test_upward): Likewise.
34668         (initialize): Set min_subnorm_value.
34669
34670 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
34671
34672         [BZ #14638]
34673         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
34674         0 + 0.
34675         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
34676         mode for addition resulting in exact zero.
34677         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
34678         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
34679         exact 0 + 0.
34680         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
34681         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34682         * math/libm-test.inc (fma_test): Add more tests.
34683         (fma_test_towardzero): New function.
34684         (fma_test_downward): Likewise.
34685         (fma_test_upward): Likewise.
34686         (main): Call the new functions.
34687
34688 2012-09-28  David S. Miller  <davem@davemloft.net>
34689
34690         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
34691
34692 2012-09-28  Roland McGrath  <roland@hack.frob.com>
34693
34694         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
34695         instead of SIGALRM.
34696
34697         * sysdeps/gnu/_G_config.h: Moved to ...
34698         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
34699         * sysdeps/mach/hurd/_G_config.h: Moved to ...
34700         * sysdeps/generic/_G_config.h: ... here.
34701
34702         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
34703
34704         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
34705
34706         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
34707         Conditionalize target on [libnss_test1.so-version].
34708
34709         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
34710
34711         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
34712         (elfobjdir): Move out of conditionals.
34713
34714         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
34715         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
34716         (__nss_lookup_function): Conditionalize label remove_from_tree on
34717         [!DO_STATIC_NSS || SHARED], matching its only use.
34718
34719 2012-09-28  David S. Miller  <davem@davemloft.net>
34720
34721         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
34722         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
34723         file.
34724         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
34725         sysdep_routines.
34726         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
34727         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
34728         when HWCAP_SPARC_CRYPTO is present.
34729
34730 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
34731
34732         * io/tst-mknodat.c: Create a FIFO instead of a socket.
34733
34734 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
34735
34736         [BZ #6530]
34737         * stdio-common/vfprintf.c (process_string_arg): Revert
34738         2000-07-22 change.
34739
34740 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
34741
34742         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
34743         for testcase.
34744         * stdio-common/tst-sprintf.c: Include <locale.h>
34745         (main): Test sprintf's handling of incomplete multibyte
34746         characters.
34747
34748 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
34749
34750         * elf/dl-runtime.c (VERSYMIDX): Removed.
34751         * elf/dl-version.c (VERSYMIDX): Likewise.
34752         * elf/do-rel.h (VERSYMIDX): Likewise.
34753         (VALIDX): Likewise.
34754         * elf/dynamic-link.h (VERSYMIDX): Likewise.
34755         * elf/rtld.c (VALIDX): Likewise.
34756         (ADDRIDX): Likewise.
34757         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
34758         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
34759         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
34760         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
34761         (VALIDX): Likewise.
34762         (ADDRIDX): Likewise.
34763
34764 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
34765
34766         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
34767
34768 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
34769
34770         [BZ #11438]
34771         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
34772         to global scope.
34773         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
34774         addresses are in the same scope as 192.0.2/24.
34775         * posix/gai.conf: Document new scope table defaults.
34776
34777 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34778
34779         [BZ #5298]
34780         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
34781         for ftell.  Compute offsets from write pointers instead.
34782         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
34783
34784 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34785
34786         [BZ #14543]
34787         * libio/Makefile (tests): New test case tst-fseek.
34788         * libio/tst-fseek.c: New test case to verify that fseek/ftell
34789         combination works in wide mode.
34790         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
34791         state when the external buffer state changes.
34792
34793 2012-09-27  David S. Miller  <davem@davemloft.net>
34794
34795         [BZ #14376]
34796         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
34797         pass reloc->r_addend in as the 'high' argument to
34798         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
34799
34800         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34801
34802 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
34803
34804         * rt/tst-aio2.c: Include <pthread.h>.
34805         * rt/tst-aio3.c: Likewise.
34806
34807 2012-09-27  Steve Ellcey  <sellcey@mips.com>
34808
34809         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
34810
34811 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
34812
34813         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
34814         contents on [SHARED].
34815
34816 2012-09-26  Marek Polacek  <polacek@redhat.com>
34817
34818         [BZ #14530]
34819         [BZ #13741]
34820         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
34821         for C++ and GCC <4.3 as well as for non GCC compilers.
34822
34823 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
34824
34825         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34826
34827 2012-09-25  Roland McGrath  <roland@hack.frob.com>
34828
34829         * Makefile.in (all, install): Declare with .PHONY.
34830         Reported by Michael Hope <michael.hope@linaro.org>.
34831
34832 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
34833
34834         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
34835         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
34836         system header.
34837         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
34838         Likewise.
34839         (sydep_routines): Add the new and the internal functions.
34840         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
34841         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
34842         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
34843         (GLIBC_2.17): Add the new function.
34844         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
34845         (GLIBC_2.17): Likewise.
34846         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
34847         (GLIBC_2.17): Likewise.
34848         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
34849         (GLIBC_2.17): Likewise.
34850         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
34851
34852 2012-09-25  Alan Modra  <amodra@gmail.com>
34853
34854         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
34855         Add release barrier before setting once_control to say
34856         initialisation is done.  Add hints on lwarx.  Use macro in
34857         place of isync.
34858         (clear_once_control): Add release barrier.
34859
34860 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
34861
34862         [BZ #13629]
34863         * math/s_clog.c (__clog): Handle more values close to |z| = 1
34864         specially.
34865         * math/s_clog10.c (__clog10): Likewise.
34866         * math/s_clog10f.c (__clog10f): Likewise.
34867         * math/s_clog10l.c (__clog10l): Likewise.
34868         * math/s_clogf.c (__clogf): Likewise.
34869         * math/s_clogl.c (__clogl): Likewise.
34870         * math/Makefile (libm-calls): Add x2y2m1.
34871         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
34872         (__x2y2m1): Likewise.
34873         (__x2y2m1l): Likewise.
34874         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
34875         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
34876         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
34877         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
34878         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
34879         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
34880         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
34881         * sysdeps/i386/fpu/libm-test-ulps: Update.
34882         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34883
34884         [BZ #14621]
34885         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
34886         int as type of variable DEPTH.
34887         (glob): Use size_t instead of int as type of variables NEWCOUNT
34888         and OLD_PATHC.
34889
34890 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
34891
34892         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
34893         Add s_sincosf-sse2.
34894         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
34895         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
34896         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
34897         macros for using routine as __sincosf_ia32.
34898         Use macro for function declaration and weak_alias.
34899         * sysdeps/i386/fpu/libm-test-ulps: Update.
34900
34901         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
34902         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34903
34904         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
34905         subnormal argument.
34906         * math/s_cexpf.c (__cexpf): Likewise.
34907         * math/s_csinf.c (__csinf): Likewise.
34908         * math/s_csinhf.c (__csinhf): Likewise.
34909         * math/s_ctanf.c (__ctanf): Likewise.
34910         * math/s_ctanhf.c (__ctanhf): Likewise.
34911         * math/s_ccosh.c (__ccoshf): Likewise.
34912         * math/s_cexp.c (__cexpl): Likewise.
34913         * math/s_csin.c (__csin): Likewise.
34914         * math/s_csinh.c (__csinh): Likewise.
34915         * math/s_ctan.c (__ctan): Likewise.
34916         * math/s_ctanh.c (ctanh): Likewise.
34917         * math/s_ccoshl.c (__ccoshl): Likewise.
34918         * math/s_cexpl.c (__cexpl): Likewise.
34919         * math/s_csinl.c (__csinl): Likewise.
34920         * math/s_csinhl.c (__csinhl): Likewise.
34921         * math/s_ctanl.c (__ctanl): Likewise.
34922         * math/s_ctanhl.c (__ctanhl): Likewise.
34923
34924 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
34925
34926         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
34927         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
34928         (_IO_off_t): Define to __off_t, not _G_off_t.
34929         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
34930         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
34931         (_IO_wint_t): Define to wint_t, not _G_wint_t.
34932         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
34933         type of __dummy and __dummy2 fields.
34934         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
34935         (_G_ssize_t): Likewise.
34936         (_G_off_t): Likewise.
34937         (_G_pid_t): Likewise.
34938         (_G_uid_t): Likewise.
34939         (_G_wchar_t): Likewise.
34940         (_G_wint_t): Likewise.
34941         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
34942         (_G_ssize_t): Likewise.
34943         (_G_off_t): Likewise.
34944         (_G_pid_t): Likewise.
34945         (_G_uid_t): Likewise.
34946         (_G_wchar_t): Likewise.
34947         (_G_wint_t): Likewise.
34948         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
34949         (_G_ssize_t): Likewise.
34950         (_G_off_t): Likewise.
34951         (_G_pid_t): Likewise.
34952         (_G_uid_t): Likewise.
34953         (_G_wchar_t): Likewise.
34954         (_G_wint_t): Likewise.
34955
34956 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
34957
34958         * malloc/arena.c: Include malloc-sysdep.h.
34959         (shrink_heap): Use check_may_shrink_heap to decide if madvise
34960         is sufficient to shrink the heap or an unmap is needed.
34961         * sysdeps/generic/malloc-sysdep.h: New file.  Define
34962         new function check_may_shrink_heap.
34963         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
34964         new function check_may_shrink_heap.
34965
34966 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
34967
34968         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
34969         comments.
34970
34971 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
34972
34973         * catgets/test-gencat.sh: Add "set -e".
34974         * elf/tst-pathopt.sh: Likewise.
34975         * grp/tst_fgetgrent.sh: Likewise.
34976         * iconvdata/run-iconv-test.sh: Likewise.
34977         * intl/tst-gettext.sh: Likewise.
34978         * intl/tst-gettext2.sh: Likewise.
34979         * intl/tst-gettext4.sh: Likewise.
34980         * intl/tst-gettext6.sh: Likewise.
34981         * intl/tst-translit.sh: Likewise.
34982         * io/ftwtest-sh: Likewise.
34983         * libio/test-freopen.sh: Likewise.
34984         * malloc/tst-mtrace.sh: Likewise.
34985         * posix/globtest.sh: Likewise.
34986         * posix/tst-getconf.sh: Likewise.
34987         * posix/wordexp-tst.sh: Likewise.
34988         * stdio-common/tst-printf.sh: Likewise.
34989         * stdio-common/tst-unbputc.sh: Likewise.
34990         * stdlib/tst-fmtmsg.sh: Likewise.
34991         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
34992         * catgets/Makefile: Do not specify -e option when running
34993         testsuite shell scripts.
34994         * elf/Makefile: Likewise.
34995         * grp/Makefile: Likewise.
34996         * iconvdata/Makefile: Likewise.
34997         * intl/Makefile: Likewise.
34998         * io/Makefile: Likewise.
34999         * libio/Makefile: Likewise.
35000         * malloc/Makefile: Likewise.
35001         * posix/Makefile: Likewise.
35002         * stdio-common/Makefile: Likewise.
35003         * stdlib/Makefile: Likewise.
35004         * sysdeps/x86_64/Makefile: Likewise.
35005
35006         * io/ftwtest-sh: Add copyright header.
35007         * posix/globtest.sh: Likewise.
35008         * posix/tst-getconf.sh: Likewise.
35009         * posix/wordexp-tst.sh: Likewise.
35010         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
35011
35012 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
35013
35014         [BZ #13679]
35015         * Makeconfig (+link): Defined as $(+link-static) if
35016         $(build-shared) isn't yes.
35017         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
35018         isn't yes.
35019         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
35020
35021         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
35022
35023         [BZ #14562]
35024         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
35025         new chunk size with MALLOC_ALIGN_MASK.
35026
35027 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
35028
35029         [BZ #5044]
35030         * stdio-common/printf_fphex.c: Include <stdbool.h> and
35031         <rounding-mode.h>.
35032         (__printf_fphex): Determine rounding using get_rounding_mode and
35033         round_away.
35034         * stdio-common/tst-printf-round.c (struct hex_test): New
35035         structure.
35036         (hex_tests): New variable.
35037         (test_hex_in_one_mode): New function.
35038         (do_test): Also run tests for hex float output.
35039
35040 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
35041
35042         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
35043         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
35044         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
35045         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
35046         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
35047         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
35048         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
35049         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
35050
35051 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
35052
35053         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
35054         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
35055         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
35056         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
35057
35058 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
35059
35060         [BZ #14579]
35061         * elf/rtld.c (dl_main): Limit the check for self loading to normal
35062         mode only.
35063         * elf/tst-rtld-load-self.sh: New test.
35064         * elf/Makefile: Run it.
35065
35066 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
35067
35068         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
35069         (tst-writev-ENV): Remove.
35070         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
35071
35072 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
35073
35074         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
35075
35076 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
35077
35078         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
35079         unconditional.
35080         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
35081         Likewise.
35082         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
35083         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
35084         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
35085         Likewise.
35086
35087 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
35088
35089         [BZ #14587]
35090         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
35091         * config.make.in (have-cpp-asm-debuginfo): Removed.
35092         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
35093         * configure: Regenerated.
35094
35095 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
35096
35097         [BZ #5044]
35098         * stdio-common/printf_fp.c: Include <stdbool.h> and
35099         <rounding-mode.h>.
35100         (___printf_fp): Determine rounding using get_rounding_mode and
35101         round_away.
35102         * stdio-common/tst-printf-round.c: New file.
35103         * stdio-common/Makefile (tests): Add tst-printf-round.
35104         (link-libm): New variable.
35105         ($(objpfx)tst-printf-round): Depend in $(link-libm).
35106
35107 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
35108
35109         [BZ #14576]
35110         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
35111         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
35112         Likewise.
35113         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
35114         Likewise.
35115
35116 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
35117
35118         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
35119         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
35120         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
35121         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
35122
35123 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
35124
35125         [BZ #14518]
35126         * include/rounding-mode.h: New file.
35127         * sysdeps/generic/get-rounding-mode.h: Likewise.
35128         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
35129         * stdlib/strtod_l.c: Include <rounding-mode.h>.
35130         (MAX_VALUE): New macro.
35131         (MIN_VALUE): Likewise.
35132         (overflow_value): New function.
35133         (underflow_value): Likewise.
35134         (round_and_return): Use overflow_value and underflow_value to
35135         determine return values in overflow and underflow cases.  Use
35136         round_away to determine rounding depending on rounding mode.
35137         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
35138         determine return values in overflow and underflow cases.
35139         * stdlib/tst-strtod-round.c: Include <fenv.h>.
35140         (struct test_results): New structure.
35141         (struct test): Use struct test_results to store expected results
35142         for all rounding modes.
35143         (TEST): Include expected results for all rounding modes.
35144         (test_in_one_mode): New function.
35145         (do_test): Use test_in_one_mode to compute and check results.
35146         Check results for all rounding modes.
35147         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
35148         $(link-libm).
35149
35150 2012-12-09  Allan McRae  <allan@archlinux.org>
35151
35152         * sysdeps/i386/fpu/libm-test-ulps: Update
35153
35154 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
35155
35156         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
35157         (_G_int32_t): Likewise.
35158         (_G_uint16_t): Likewise.
35159         (_G_uint32_t): Likewise.
35160         (_G_HAVE_BOOL): Likewise.
35161         (_G_HAVE_ATEXIT): Likewise.
35162         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
35163         (_G_HAVE_IO_FILE_OPEN): Likewise.
35164         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
35165         (_G_int32_t): Likewise.
35166         (_G_uint16_t): Likewise.
35167         (_G_uint32_t): Likewise.
35168         (_G_HAVE_BOOL): Likewise.
35169         (_G_HAVE_ATEXIT): Likewise.
35170         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
35171         (_G_HAVE_IO_FILE_OPEN): Likewise.
35172         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
35173         (_G_int32_t): Likewise.
35174         (_G_uint16_t): Likewise.
35175         (_G_uint32_t): Likewise.
35176         (_G_HAVE_BOOL): Likewise.
35177         (_G_HAVE_ATEXIT): Likewise.
35178         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
35179         (_G_HAVE_IO_FILE_OPEN): Likewise.
35180
35181 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
35182
35183         * csu/libc-tls.c: Update copyright years.
35184
35185 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
35186
35187         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
35188         [!_G_USING_THUNKS]: Remove conditional code.
35189         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
35190         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
35191
35192         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
35193         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
35194         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
35195         (_G_VTABLE_LABEL_PREFIX): Likewise.
35196         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
35197         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
35198         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
35199         (_G_VTABLE_LABEL_PREFIX): Likewise.
35200         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
35201         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
35202         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
35203         (_G_VTABLE_LABEL_PREFIX): Likewise.
35204         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
35205
35206 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
35207
35208         * libio/Makefile: Include ../Makeconfig before tests.
35209         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
35210         only if $(build-shared) is yes.
35211
35212         * iconv/gconv_db.c: Update copyright years.
35213
35214 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
35215
35216         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
35217         unwind info if defined PIC. Fix special cases description.
35218         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
35219
35220         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
35221         DP_HI_MASK entry.
35222         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
35223
35224 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
35225
35226         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
35227
35228         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
35229         is NULL.
35230
35231         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
35232         (LDLIBS-tst-chk4): This.
35233         (LDFLAGS-tst-chk5): Renamed to ...
35234         (LDLIBS-tst-chk5): This.
35235         (LDFLAGS-tst-chk6): Renamed to ...
35236         (LDLIBS-tst-chk6): This.
35237         (LDFLAGS-tst-lfschk4): Renamed to ...
35238         (LDLIBS-tst-lfschk4): This.
35239         (LDFLAGS-tst-lfschk5): Renamed to ...
35240         (LDLIBS-tst-lfschk5): This.
35241         (LDFLAGS-tst-lfschk6): Renamed to ...
35242         (LDLIBS-tst-lfschk6): This.
35243
35244         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
35245         on $(common-objpfx)soversions.mk.
35246
35247 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
35248
35249         [BZ #10014]
35250         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
35251         example host name.
35252
35253 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
35254
35255         * malloc/arena.c (arena_get_retry): New function that gets
35256         another arena for the caller to try its request on.
35257         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
35258         current arena cannot fulfill the request.
35259         (__libc_memalign): Likewise.
35260         (__libc_memalign): Likewise.
35261         (__libc_pvalloc): Likewise.
35262         (__libc_calloc): Likewise.
35263
35264 2012-09-05  John Tobey  <john.tobey@gmail.com>
35265
35266         [BZ #13542]
35267         * manual/arith.texi (Operations on Complex): Fix description
35268         of carg branch cut.
35269
35270 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
35271
35272         [BZ #10014]
35273         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
35274         host name.
35275
35276         [BZ #10038]
35277         * manual/memory.texi (Memory): Make order of menu items match
35278         order of sections.
35279
35280 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35281
35282         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
35283         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
35284         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
35285
35286 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35287
35288         * csu/libc-tls.c (static_dtv): Renamed to ...
35289         (_dl_static_dtv): This.  Make it global.
35290         (_dl_initial_dtv): Removed.
35291         (__libc_setup_tls): Updated.
35292         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
35293         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
35294         DL_INITIAL_DTV.
35295
35296 2012-09-06  Petr Machata  <pmachata@redhat.com>
35297
35298         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
35299         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
35300         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
35301         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
35302
35303 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35304
35305         [BZ #14545]
35306         * csu/libc-tls.c (_dl_initial_dtv): New variable.
35307         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
35308         freeing dtv[-1].
35309
35310 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35311
35312         [BZ #14544]
35313         * Makeconfig (link-static-before-libc): Replace $(+prector)
35314         with $(+prectorT).
35315         (link-static-after-libc): Replace $(+postctor) with
35316         $(+postctorT).
35317         (link-bounded): Replace $(+prector)/$(+postctor) with
35318         $(+prectorT)/$(+postctorT).
35319         (+prectorT): New macro.
35320         (+postctorT): Likewise.
35321
35322 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
35323
35324         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
35325         (round_str): Handle values above the maximum for IBM long double
35326         as inexact.
35327         * stdlib/tst-strtod-round.c (tests): Regenerated.
35328
35329 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35330
35331         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
35332         assembler flag.
35333         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
35334         zarch_nohighgprs around the zarch optimized routines.
35335         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
35336         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
35337         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
35338         for zarch.
35339
35340 2012-09-05  David S. Miller  <davem@davemloft.net>
35341
35342         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35343
35344         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
35345         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
35346         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
35347         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
35348         entries.
35349
35350 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35351
35352         * malloc/arena.c: Fold copyright years.
35353         * malloc/mcheck.c, malloc/memusage.c: Likewise.
35354
35355 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35356
35357         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
35358
35359 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35360
35361         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
35362
35363 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35364
35365         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
35366         change internal state upon failure.
35367
35368 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35369
35370         * malloc/mcheck.c (mcheck_check_all): Fix typo.
35371         * malloc/memusage.c (mmap): Likewise.
35372         (mmap64, mremap): Likewise.  Adjust name in comment.
35373
35374 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
35375
35376         * libio/fileops.c: Fix typos in comments.
35377         * libio/oldfileops.c: Likewise.
35378         * libio/wfileops.c: Likewise.
35379
35380 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
35381
35382         [BZ #1349]
35383         * malloc/Makefile (tests): Add tst-malloc-usable test case.
35384         (tst-malloc-usable-ENV): Set environment for test case.
35385         * malloc/hooks.c (malloc_check_get_size): New function to get
35386         requested size.
35387         * malloc/malloc.c (musable): Use malloc_check_get_size.
35388         * malloc/tst-malloc-usable.c: New test case.
35389
35390 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
35391
35392         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
35393
35394 2012-09-05  Allan McRae  <allan@archlinux.org>
35395
35396         [BZ #13966]
35397         * configure.in (CXX_SYSINCLUDES): Use compiler output to
35398         determine header location.
35399         * configure: Regenerated.
35400
35401 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
35402
35403         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
35404         float format.
35405         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
35406         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
35407         format.
35408         (test): Regenerate.
35409
35410 2012-09-04  David S. Miller  <davem@davemloft.net>
35411
35412         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
35413         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
35414         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
35415
35416 2012-09-04  Florian Weimer  <fweimer@redhat.com>
35417
35418         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
35419         failures.
35420
35421         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
35422
35423 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
35424
35425         [BZ #9914]
35426         * libio/iogetdelim.c: Include <limits.h>.
35427         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
35428         + len + 1 would overflow.
35429
35430 2012-09-03  Andreas Jaeger  <aj@suse.de>
35431
35432         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35433         * sysdeps/i386/fpu/libm-test-ulps: Update.
35434
35435 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
35436
35437         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
35438         Add s_sinf-sse2, s_conf-sse2.
35439
35440         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
35441         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
35442         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
35443         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
35444
35445         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
35446         for using routine as __sinf_ia32.
35447         Use macro for function declaration and weak_alias.
35448         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
35449         for using routine as __cosf_ia32.
35450         Use macro for function declaration and weak_alias.
35451
35452         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
35453         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
35454
35455         * sysdeps/x86_64/fpu/s_sinf.S: New file.
35456         * sysdeps/x86_64/fpu/s_cosf.S: New file.
35457         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35458
35459         * math/libm-test.inc (cos_test): Add more test cases.
35460         (sin_test): Likewise.
35461         (sincos_test): Likewise.
35462
35463 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35464
35465         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
35466         (IFUNC_RESOLVE): Make pointers to the specialized implementations
35467         hidden.
35468         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
35469
35470 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
35471
35472         [BZ #14538]
35473         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
35474         first element of the GOT.
35475         (elf_machine_load_address): Return the difference between
35476         the runtime address of _DYNAMIC and elf_machine_dynamic ().
35477
35478 2012-09-01  Allan McRae  <allan@archlinux.org>
35479
35480         [BZ #13412]
35481         * configure.in (AWK): Require gawk version 3.0 or later.
35482         * configure: Regenerated.
35483
35484 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
35485
35486         * sysdeps/unix/sysv/linux/kernel-features.h
35487         (__ASSUME_POSIX_CPU_TIMERS): Remove.
35488         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
35489         [__NR_clock_getres]: Make code unconditional.
35490         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
35491         (clock_getcpuclockid): Remove code left unreachable by removal of
35492         conditionals.
35493         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
35494         code unconditional.
35495         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
35496         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
35497         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
35498         Make code unconditional.
35499         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
35500         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
35501         * sysdeps/unix/sysv/linux/clock_settime.c
35502         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
35503         conditional code.
35504         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
35505         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
35506
35507 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
35508
35509         [BZ #14476]
35510         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
35511         scripts/test-installation.pl.
35512
35513         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
35514         and $ld_so_version if it is set.
35515
35516 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
35517
35518         [BZ #14516]
35519         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
35520         failure if reading from procfs failed.
35521         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
35522
35523 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
35524
35525         * sysdeps/unix/sysv/linux/kernel-features.h
35526         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
35527         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
35528         Remove conditional code.
35529         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35530         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
35531         Remove conditional code.
35532         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35533         * sysdeps/unix/sysv/linux/i386/fxstat.c
35534         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35535         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35536         * sysdeps/unix/sysv/linux/i386/fxstatat.c
35537         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35538         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35539         * sysdeps/unix/sysv/linux/i386/lxstat.c
35540         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35541         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35542         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
35543         Remove conditional code.
35544         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35545         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
35546         Remove conditional code.
35547         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35548         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
35549         <kernel-features.h>.
35550         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
35551         Remove.
35552         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
35553         Remove conditional code.
35554         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35555         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
35556         Remove conditional.
35557
35558 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
35559
35560         [BZ #5400]
35561         * NEWS: Add fixed bug number.
35562
35563 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
35564
35565         [BZ #14519]
35566         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
35567         underflowing exponent in case of negative sign.
35568         * stdlib/tst-strtod-round-data: Add more tests.
35569         * stdlib/tst-strtod-round.c (tests): Regenerated.
35570
35571         [BZ #3479]
35572         * stdlib/strtod_l.c (NDIG): Remove.
35573         (HEXNDIG): Likewise.
35574         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
35575         smallest representable value.
35576         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
35577         lie within an exact representation of 1/2 ulp of the result.
35578         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
35579         unconditionally.
35580         (TENS_P9_IDX): Define unconditionally.
35581         (TENS_P9_SIZE): Likewise.
35582         (TENS_P10_IDX): Likewise.
35583         (TENS_P10_SIZE): Likewise.
35584         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
35585         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
35586         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
35587         entries for 10^2^13 and 10^2^14.
35588         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
35589         (TENS_P13_IDX): Define.
35590         (TENS_P13_SIZE): Likewise.
35591         (TENS_P14_IDX): Likewise.
35592         (TENS_P14_SIZE): Likewise.
35593         (_fpioconst_pow10): Change array size to
35594         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
35595         unconditional.
35596         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
35597         1024]: Add entries for 10^2^13 and 10^2^14.
35598         [LAST_POW10 > _LAST_POW10]: Remove #error.
35599         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
35600         (_fpioconst_pow10): Change array size to
35601         FPIOCONST_POW10_ARRAY_SIZE.
35602         * stdlib/gen-fpioconst.c: New file.
35603         * stdlib/gen-tst-strtod-round.c: Likewise.
35604         * stdlib/tst-strtod-round-data: Likewise.
35605         * stdlib/tst-strtod-round.c: Likewise.
35606         * stdlib/Makefile (tests): Add tst-strtod-round.
35607
35608         [BZ #14459]
35609         * stdlib/strtod_l.c: Include <stdint.h>.
35610         (NDEBUG): Do not define.
35611         (round_and_return): Change EXPONENT parameter to type intmax_t.
35612         Rearrange calculations to avoid internal overflow possibilities.
35613         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
35614         Rearrange calculations to avoid internal overflow possibilities.
35615         Assert that number fits inside MPNSIZE limbs.
35616         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
35617         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
35618         calculations and add assertions to avoid internal overflow
35619         possibilities.  Add casts to avoid signed/unsigned operations.
35620         * stdlib/tst-strtod-overflow.c: New file.
35621         * stdlib/Makefile (tests): Add tst-strtod-overflow.
35622
35623 2012-08-25  Marek Polacek  <polacek@redhat.com>
35624
35625         * time/time.h: Fix some typos in comments.
35626
35627 2012-08-23  Roland McGrath  <roland@hack.frob.com>
35628
35629         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
35630         * posix/tst-rfc3484-2.c: Likewise.
35631         * posix/tst-rfc3484-3.c: Likewise.
35632
35633 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
35634
35635         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
35636         (EF_ARM_ABI_FLOAT_HARD): Likewise.
35637
35638 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
35639
35640         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
35641         #include of fxstatat64.c.
35642
35643 2012-08-22  Roland McGrath  <roland@hack.frob.com>
35644
35645         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
35646         * shadow/getspent_r.c: Likewise.
35647         * shadow/getspnam.c: Likewise.
35648         * shadow/getspnam_r.c: Likewise.
35649         * gshadow/getsgent.c: Likewise.
35650         * gshadow/getsgent_r.c: Likewise.
35651         * gshadow/getsgnam.c: Likewise.
35652         * gshadow/getsgnam_r.c: Likewise.
35653         * inet/getnetbyad.c: Likewise.
35654         * inet/getnetbyad_r.c: Likewise.
35655         * inet/getnetbynm.c: Likewise.
35656         * inet/getnetbynm_r.c: Likewise.
35657         * inet/getnetent.c: Likewise.
35658         * inet/getnetent_r.c: Likewise.
35659         * inet/getproto.c: Likewise.
35660         * inet/getproto_r.c: Likewise.
35661         * inet/getprtent.c: Likewise.
35662         * inet/getprtent_r.c: Likewise.
35663         * inet/getprtname.c: Likewise.
35664         * inet/getprtname_r.c: Likewise.
35665         * inet/getrpcbyname.c: Likewise.
35666         * inet/getrpcbyname_r.c: Likewise.
35667         * inet/getrpcbynumber.c: Likewise.
35668         * inet/getrpcbynumber_r.c: Likewise.
35669         * inet/getrpcent.c: Likewise.
35670         * inet/getrpcent_r.c: Likewise.
35671         * inet/getaliasent.c: Likewise.
35672         * inet/getaliasent_r.c: Likewise.
35673         * inet/getaliasname.c: Likewise.
35674         * inet/getaliasname_r.c: Likewise.
35675         * nscd/getgrgid_r.c: Likewise.
35676         * nscd/getgrnam_r.c: Likewise.
35677         * nscd/gethstbyad_r.c: Likewise.
35678         * nscd/gethstbynm3_r.c: Likewise.
35679         * nscd/getpwnam_r.c: Likewise.
35680         * nscd/getpwuid_r.c: Likewise.
35681         * nscd/getsrvbynm_r.c: Likewise.
35682         * nscd/getsrvbypt_r.c: Likewise.
35683         * nscd/gai.c: Likewise.
35684
35685         * configure.in (build_nscd): New substituted variable, set
35686         by --disable-build-nscd and defaults to $use_nscd.
35687         * configure: Regenerated.
35688         * config.make.in (build-nscd): New substituted variable.
35689         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
35690         Change conditional to require [$(build-nscd) = yes] as well.
35691         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
35692
35693         [BZ# 13696]
35694         * configure.in (use_nscd): New substituted variable, set by
35695         --disable-nscd.  If enabled, define USE_NSCD.
35696         * configure: Regenerated.
35697         * config.h.in: Add USE_NSCD.
35698         * config.make.in (use-nscd): New substituted variable.
35699         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
35700         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
35701         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
35702         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
35703         (CFLAGS-getgrnam_r.c): Likewise.
35704         (CFLAGS-initgroups.c): Likewise.
35705         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
35706         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
35707         Variables removed.
35708         * inet/getnetgrent_r.c
35709         (nscd_setnetgrent): New function, broken out of ...
35710         (setnetgrent): ... here.  Call it.
35711         (innetgr): Conditionalize nscd bits on [USE_NSCD].
35712         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
35713         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
35714         * nscd/Makefile (routines, aux): Move definitions after include of
35715         Makeconfig.  Conditionalize on [$(use-nscd) != no].
35716         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
35717         Conditionalize on [USE_NSCD].
35718         (is_nscd, nscd_init_cb): Likewise.
35719         (nss_load_library): Conditionalize init callback on [USE_NSCD].
35720         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
35721         * nss/nss_db/db-init.c: Likewise.
35722         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
35723         [USE_NSCD].
35724         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
35725         (make_request): Use it.
35726         (cache_valid_p): New function.
35727         (__check_pf): Use it.
35728         * NEWS: Add item for --disable-nscd.
35729
35730 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
35731
35732         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
35733         to support sed >= 4.2.1-20-ga9bf076.
35734         * configure: Regenerated.
35735
35736 2012-08-22  Roland McGrath  <roland@hack.frob.com>
35737
35738         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
35739         Conditionalize whole body on [IREL].
35740
35741 2012-08-22  Jeff Law <law@redhat.com>
35742
35743         [BZ #14505]
35744         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
35745         if the family is PF_UNSPEC.
35746
35747 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
35748
35749         * Makerules (lib-version): Rename from V.
35750         (install-lib-nosubdir): Change V to lib-version.
35751
35752 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
35753
35754         [BZ #14252]
35755         * powerpc32/power6/wcschr.c: New file.
35756         * powerpc32/power6/wcscpy.c: New file.
35757         * powerpc32/power6/wcsrchr.c: New file.
35758         * powerpc64/power6/wcschr.c: New file.
35759         * powerpc64/power6/wcscpy.c: New file.
35760         * powerpc64/power6/wcsrchr.c: New file.
35761
35762 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
35763
35764         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
35765         (two_way_short_needle): Use it.
35766         * string/strstr.c (AVAILABLE1_USES_J): Define.
35767         * string/strcasestr.c: Likewise.
35768
35769         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
35770         array references.
35771         * string/strcasestr.c (TOLOWER): Make side-effect safe.
35772
35773         [BZ #11607]
35774         * NEWS: Add an entry.
35775         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
35776         define their defaults.
35777         (two_way_short_needle): Detect end-of-string on-the-fly.
35778         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
35779         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
35780         * string/bug-strcasestr1.c: New test.
35781         * string/Makefile: Run it.
35782
35783 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
35784
35785         [BZ #11607]
35786         * string/str-two-way.h (two_way_short_needle): Optimize matching of
35787         the first character.
35788
35789 2012-08-21  Roland McGrath  <roland@hack.frob.com>
35790
35791         * csu/elf-init.c (__libc_csu_irel): Function removed.
35792         * csu/libc-start.c (apply_irel): New function.
35793         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
35794
35795 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
35796
35797         * sysdeps/unix/sysv/linux/kernel-features.h
35798         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
35799         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
35800         <kernel-features.h>.
35801         [__NR_fadvise64_64]: Make code unconditional.
35802         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
35803         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
35804         !__NR_fadvise64_64)]: Likewise.
35805         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
35806         !__NR_fadvise64_64))]: Likewise.
35807         [__NR_fadvise64]: Make code unconditional.
35808         [!__NR_fadvise64]: Remove conditional code.
35809         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
35810         <kernel-features.h>.
35811         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35812         unconditional.
35813         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35814         conditional code.
35815         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
35816         not include <kernel-features.h>.
35817         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35818         unconditional.
35819         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35820         conditional code.
35821         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
35822         include <kernel-features.h>.
35823         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35824         unconditional.
35825         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35826         conditional code.
35827
35828 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
35829
35830         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
35831         slight instruction rearrangements per scrollpipe analysis.
35832         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
35833
35834 2012-08-20  Roland McGrath  <roland@hack.frob.com>
35835
35836         * manual/syslog.texi (syslog; vsyslog, closelog):
35837         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
35838         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
35839
35840         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
35841         DSOCAPS to match condition on defining it.
35842
35843 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
35844
35845         * sysdeps/unix/sysv/linux/kernel-features.h
35846         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
35847         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
35848         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35849         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35850         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
35851         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35852         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35853         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
35854         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35855         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35856
35857         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
35858         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
35859
35860         * sysdeps/unix/sysv/linux/kernel-features.h
35861         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
35862         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
35863         unconditional.
35864         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35865         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
35866         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
35867         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35868         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
35869         Make code unconditional.
35870         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35871         (__mmap64) [!__NR_mmap2]: Likewise.
35872         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
35873         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
35874         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35875         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
35876         [__NR_mmap2]: Make code unconditional.
35877         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35878         (__mmap64) [!__NR_mmap2]: Likewise.
35879
35880 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35881
35882         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
35883
35884 2012-08-18  Andreas Jaeger  <aj@suse.de>
35885
35886         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
35887
35888 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
35889
35890         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
35891         * include/unistd.h (__have_sock_cloexec): Likewise.
35892         (__have_pipe2): Likewise.
35893         (__have_dup3): Likewise.
35894
35895 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
35896
35897         [BZ #9685]
35898         * include/unistd.h (__have_pipe2): Change define into an extern int.
35899         (__have_dup3): Likewise.
35900         * socket/have_sock_cloexec.c: Include fcntl.h.
35901         (__have_pipe2): New variable.
35902         (__have_dup3): Likewise.
35903
35904 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
35905
35906         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
35907
35908 2012-08-17  Marek Polacek  <polacek@redhat.com>
35909
35910         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
35911         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
35912
35913 2012-08-17  Roland McGrath  <roland@hack.frob.com>
35914
35915         * configure.in: Add AC_SUBST for sysheaders.
35916         * configure: Regenerated.
35917         * config.make.in (sysheaders): New substituted variable.
35918
35919         * sysdeps/unix/mkfifo.c: Moved ...
35920         * sysdeps/posix/mkfifo.c: ... here.
35921         * sysdeps/unix/mkfifoat.c: Moved ...
35922         * sysdeps/posix/mkfifoat.c: ... here.
35923
35924         * sysdeps/unix/utime.c: Moved ...
35925         * sysdeps/posix/utime.c: ... here.
35926
35927         * sysdeps/unix/time.c: Moved ...
35928         * sysdeps/posix/time.c: ... here.
35929         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
35930         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
35931
35932         * sysdeps/unix/nice.c: Moved ...
35933         * sysdeps/posix/nice.c: ... here.
35934
35935         * sysdeps/unix/alarm.c: Moved ...
35936         * sysdeps/posix/alarm.c: ... here.
35937
35938         * intl/Makefile ($(codeset_mo)): Depend on the input file.
35939
35940 2012-08-17  Jeff Law <law@redhat.com>
35941
35942         * intl/Makefile (codeset_mo): New variable.
35943         ($(codeset_mo)): New target.
35944         (tst-codeset.out): Depend on that.  Remove explicit rule.
35945         (tst-gettext3.out, tst-gettext5.out): Likewise.
35946         (LOCPATH-ENV, tst-codeset-ENV): New variables.
35947         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
35948         * intl/tst-codeset.sh: Remove.
35949         * intl/tst-gettext3.sh: Likewise.
35950         * intl/tst-gettext5.sh: Likewise.
35951
35952 2012-08-17  Roland McGrath  <roland@hack.frob.com>
35953
35954         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
35955         * sysdeps/unix/syscalls.list: ... here.
35956
35957         * sysdeps/posix/getaddrinfo.c
35958         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
35959         (gaiconf_init, gaiconf_reload): Use them.
35960         [!_STATBUF_ST_NSEC]
35961         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
35962         Define using time_t rather than struct timespec.
35963
35964         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
35965         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
35966         Macros removed.
35967         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
35968         [!NO_THREADS].
35969         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
35970         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
35971         Likewise.
35972
35973         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
35974         __libc_cleanup_push argument.
35975
35976         * bits/param.h: New file.
35977         * misc/sys/param.h: New file.
35978         * include/sys/param.h: New file.
35979         * misc/Makefile (headers): Add bits/param.h.
35980         * sysdeps/generic/sys/param.h: File removed.
35981         * sysdeps/unix/sysv/linux/bits/param.h: New file.
35982         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
35983         * sysdeps/mach/hurd/bits/param.h: New file.
35984         * sysdeps/mach/hurd/sys/param.h: File removed.
35985
35986         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
35987         last change.
35988
35989         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
35990         [_IO_MTSAFE_IO].
35991         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
35992         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
35993         New macros.
35994
35995         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
35996         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
35997         rather than -D_IO_MTSAFE_IO conditionally.
35998         * stdio-common/Makefile (CPPFLAGS): Likewise.
35999         * wcsmbs/Makefile (CPPFLAGS): Likewise.
36000         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
36001         Use $(libio-mtsafe).
36002         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
36003         of -D_IO_MTSAFE_IO.
36004         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
36005         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
36006         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
36007         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
36008         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
36009         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
36010         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
36011         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
36012         (CFLAGS-fread_u_chk.c): Likewise.
36013         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
36014         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
36015         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
36016         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
36017         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
36018         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
36019         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
36020         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
36021         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
36022
36023         * libio/Makefile: Test [$(libc-reentrant) = yes]
36024         instead of [$(filter %REENTRANT, $(defines)) nonempty].
36025
36026         * Makeconfig
36027         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
36028         * sysdeps/pthread/configure: File removed.
36029         * sysdeps/pthread/Makeconfig: New file.
36030         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
36031         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
36032
36033 2012-08-16  Gary Benson  <gbenson@redhat.com>
36034
36035         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
36036         unmapping the first object in a namespace.
36037
36038 2012-08-16  Roland McGrath  <roland@hack.frob.com>
36039
36040         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
36041         (__internal_setnetgrent): ... this.  Add internal_function to
36042         definition.  Add libc_hidden_def.
36043         (setnetgrent): Update caller.
36044         (internal_endnetgrent): Renamed to ...
36045         (__internal_endnetgrent): ... this.  Add internal_function to
36046         definition.  Add libc_hidden_def.
36047         (endnetgrent): Update caller.
36048         (internal_getnetgrent_r): Renamed to ...
36049         (__internal_getnetgrent_r): ... this.  Add internal_function to
36050         definition.  Add libc_hidden_def.
36051         (__getnetgrent_r): Update caller.
36052         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
36053
36054 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
36055
36056         * stdlib/longlong.h: Update from GCC.
36057
36058 2012-08-16  Roland McGrath  <roland@hack.frob.com>
36059
36060         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
36061         on _QL, which is set by umul_ppmm but never used.
36062         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
36063         variables, which are set by GMP macros but never used.
36064         * stdio-common/_itowa.c (_itowa): Likewise.
36065         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
36066         * stdlib/mod_1.c (mpn_mod_1): Likewise.
36067
36068 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
36069
36070         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
36071         struct La_sh_regs is not constant.
36072         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
36073         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
36074         and struct La_sparc64_regs are not constant.
36075
36076 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
36077
36078         * sysdeps/unix/sysv/linux/kernel-features.h
36079         (__ASSUME_POSIX_TIMERS): Remove.
36080         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
36081         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36082         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
36083         Make code unconditional.
36084         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36085         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
36086         Make code unconditional.
36087         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36088         * sysdeps/unix/sysv/linux/clock_nanosleep.c
36089         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
36090         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36091         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
36092         Make code unconditional.
36093         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36094         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
36095         (__libc_missing_posix_timers): Remove.
36096
36097 2012-08-15  Roland McGrath  <roland@hack.frob.com>
36098
36099         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
36100         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
36101
36102         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
36103
36104         * elf/dl-sym.c: Include <stdlib.h>.
36105
36106         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
36107         constants, which avoids warnings in 32-bit builds.
36108
36109         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
36110         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
36111
36112         * misc/lseek.c: File moved to ...
36113         * io/lseek.c: ... here.
36114
36115         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
36116
36117         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
36118         shifting LEN more than 31 bits at once.
36119
36120 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
36121
36122         [BZ #14195]
36123         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
36124         segmentation fault for a case of two empty input strings.
36125         * string/test-strncasecmp.c (check1): Renamed to...
36126         (bz12205): ...this.
36127         (bz14195): Add new testcase for two empty input strings and N > 0.
36128         (test_main): Call new testcase, adapt for renamed function.
36129
36130 2012-08-15  Andreas Jaeger  <aj@suse.de>
36131
36132         [BZ #14090]
36133         * crypt/md5test2.c: New test, based on test supplied by Serge
36134         Belyshev <belyshev@depni.sinp.msu.ru>.
36135         * crypt/Makefile (xtests): Add md5test-giant..
36136         * crypt/Makefile ($(objpfx)md5test-giant): Add.
36137
36138 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
36139
36140         [BZ #14090]
36141         * crypt/md5.c (md5_process_block): Don't assume the buffer
36142         length is less than 2**32.
36143         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
36144         length is less than 2**64.
36145
36146 2012-08-15  Roland McGrath  <roland@hack.frob.com>
36147
36148         * string/str-two-way.h: Include <sys/param.h>.
36149         (MAX): Macro removed.
36150
36151         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
36152         Move #define and #undef of memmove to just before and after
36153         including <string.h>.
36154
36155         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
36156         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
36157         and after including <string.h>.  Move declarations of
36158         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
36159         to before #include "string/memmove.c".
36160
36161         * include/dirent.h: Declare __getdirentries.
36162
36163         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
36164         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
36165
36166 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
36167
36168         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
36169         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
36170         * sysdeps/i386/configure: Regenerated.
36171         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
36172         STABS_CURRENT_FILE, and STABS_FUN.
36173         (END): Remove call to STABS_FUN_END.
36174         (STABS_CURRENT_FILE1): Delete.
36175         (STABS_CURRENT_FILE): Likewise.
36176         (STABS_FUN): Likewise.
36177         (STABS_FUN_END): Likewise.
36178         (STABS_FUN2): Likewise.
36179         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
36180         * sysdeps/x86_64/configure: Regenerated.
36181
36182 2012-08-14  Roland McGrath  <roland@hack.frob.com>
36183
36184         * elf/dl-open.c: Include <atomic.h>.
36185         * elf/dl-lookup.c: Likewise.
36186
36187 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
36188
36189         * sysdeps/unix/sysv/linux/kernel-features.h
36190         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
36191         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
36192         unconditionally.
36193         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
36194         unconditionally.
36195         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
36196         condition on __ASSUME_CLONE_THREAD_FLAGS.
36197
36198 2012-08-14  Andreas Jaeger  <aj@suse.de>
36199
36200         * sysdeps/i386/fpu/libm-test-ulps: Update.
36201
36202 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
36203
36204         * include/atomic.h (atomic_exchange_and_add): Split into ...
36205         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
36206         New atomic macros.
36207
36208 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
36209
36210         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
36211
36212 2012-08-13  Jeff Law <law@redhat.com>
36213
36214         * manual/stdio.texi (snprintf): Clarify handling of the trailing
36215         null byte in the output string.
36216
36217 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
36218
36219         * sysdeps/unix/sysv/linux/kernel-features.h
36220         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
36221         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
36222         (__ASSUME_ARG_MAX_STACK_BASED): Define.
36223         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
36224         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
36225         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
36226         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
36227
36228 2012-08-09  Jeff Law <law@redhat.com>
36229
36230         [BZ #13939]
36231         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
36232         When avoid_arena is set, don't retry in the that arena.  Pick the
36233         next one, whatever it might be.
36234         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
36235         (arena_lock): Pass in new parameter to arena_get2.
36236         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
36237         arena_get2.
36238         (__libc_malloc): Unify retrying after main arena failure with
36239         __libc_memalign version.
36240         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
36241
36242 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
36243
36244         [BZ #14166]
36245         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
36246         to __redirect_strstr.
36247         (__strstr_sse42): Use typeof __redirect_strstr.
36248         (__strstr_ia32): Likewise.
36249         (__libc_strstr): New prototype.
36250         (strstr): Renamed to ...
36251         (__libc_strstr): This.
36252         (strstr): New strong alias of __libc_strstr.
36253         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
36254         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
36255         __redirect_time.
36256         Include <time.h>.
36257         (__libc_time): New prototype.
36258         (time_ifunc): Replace time with __libc_time.
36259         (time): New strong alias and hidden definition of __libc_time.
36260         (__GI_time): Remove strong alias.
36261         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
36262         Include <stddef.h>.
36263         (memmove): Redefined to __redirect_memmove.
36264         (__memmove_sse2): Use typeof __redirect_memmove.
36265         (__memmove_ssse3): Likewise.
36266         (__memmove_ssse3_back): Likewise.
36267         (__libc_memmove): New prototype.
36268         (memmove): Renamed to ...
36269         (__libc_memmove): This.
36270         (memmove): New strong alias of __libc_memmove.
36271
36272 2012-08-08  Mark Salter  <msalter@redhat.com>
36273
36274         * elf/elf.h
36275         (R_MN10300_TLS_GD): Define.
36276         (R_MN10300_TLS_LD): Likewise.
36277         (R_MN10300_TLS_LDO): Likewise.
36278         (R_MN10300_TLS_GOTIE): Likewise.
36279         (R_MN10300_TLS_IE): Likewise.
36280         (R_MN10300_TLS_LE): Likewise.
36281         (R_MN10300_TLS_DTPMOD): Likewise.
36282         (R_MN10300_TLS_DTPOFF): Likewise.
36283         (R_MN10300_TLS_TPOFF): Likewise.
36284         (R_MN10300_SYM_DIFF): Likewise.
36285         (R_MN10300_ALIGN): Likewise.
36286         (R_MN10300_NUM): Update.
36287
36288 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
36289
36290         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
36291         Remove.
36292
36293 2012-08-08  Roland McGrath  <roland@hack.frob.com>
36294
36295         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
36296
36297         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
36298         sysdeps/unix -> sysdeps/posix move.
36299         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
36300
36301 2012-08-07      Allan McRae     <allan@archlinux.org>
36302
36303         [BZ #14303]
36304         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
36305         (SUNOS_CPP): Likewise.
36306         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
36307         not found.
36308         (open_input): Call CPP using execvp.
36309
36310 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
36311
36312         * sysdeps/unix/sysv/linux/kernel-features.h
36313         (__ASSUME_PROT_GROWSUPDOWN): Remove.
36314         (__ASSUME_NO_CLONE_DETACHED): Likewise.
36315         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
36316         (__ASSUME_WAITID_SYSCALL): Likewise.
36317         * sysdeps/unix/sysv/linux/dl-execstack.c
36318         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
36319         code unconditional.
36320         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
36321         conditional code.
36322         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
36323         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
36324         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
36325         code.
36326         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
36327         unconditional.
36328         [__ASSUME_WAITID_SYSCALL]: Likewise.
36329         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
36330
36331 2012-08-07  Roland McGrath  <roland@hack.frob.com>
36332
36333         * sysdeps/unix/closedir.c: Renamed to ...
36334         * sysdeps/posix/closedir.c: ... here.
36335         * sysdeps/unix/dirfd.c: Renamed to ...
36336         * sysdeps/posix/dirfd.c: ... here.
36337         * sysdeps/unix/dirstream.h: Renamed to ...
36338         * sysdeps/posix/dirstream.h: ... here.
36339         * sysdeps/unix/fdopendir.c: Renamed to ...
36340         * sysdeps/posix/fdopendir.c: ... here.
36341         * sysdeps/unix/opendir.c: Renamed to ...
36342         * sysdeps/posix/opendir.c: ... here.
36343         * sysdeps/unix/readdir.c: Renamed to ...
36344         * sysdeps/posix/readdir.c: ... here.
36345         * sysdeps/unix/readdir_r.c: Renamed to ...
36346         * sysdeps/posix/readdir_r.c: ... here.
36347         * sysdeps/unix/rewinddir.c: Renamed to ...
36348         * sysdeps/posix/rewinddir.c: ... here.
36349         * sysdeps/unix/seekdir.c: Renamed to ...
36350         * sysdeps/posix/seekdir.c: ... here.
36351         * sysdeps/unix/telldir.c: Renamed to ...
36352         * sysdeps/posix/telldir.c: ... here.
36353         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
36354         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
36355         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
36356         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
36357
36358         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
36359         * bits/fcntl.h: ... here.
36360
36361         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
36362         not 0.
36363         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
36364         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
36365         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
36366         (struct flock): Move l_start, l_len to the beginning.
36367         Use __pid_t for l_pid.
36368         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
36369         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
36370         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
36371         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
36372         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
36373         [__USE_LARGEFILE64] (struct flock64): New type.
36374         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
36375
36376         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
36377         * bits/dirent.h: ... here.
36378
36379         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
36380         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
36381
36382 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
36383
36384         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36385         Change from 2.6.0 to 2.6.16.
36386         * sysdeps/unix/sysv/linux/configure: Regenerated.
36387         * sysdeps/unix/sysv/linux/kernel-features.h
36388         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
36389         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
36390         version.
36391         (__ASSUME_UTIMES): Likewise.
36392         (__ASSUME_CLONE_STOPPED): Remove.
36393         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
36394         architectures, not kernel version.
36395         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
36396         (__ASSUME_NO_CLONE_DETACHED): Likewise.
36397         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
36398         (__ASSUME_WAITID_SYSCALL): Likewise.
36399         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
36400         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
36401         * README: State 2.6.16 as minimum Linux kernel version.  Do not
36402         refer to older versions.
36403
36404 2012-08-06  Roland McGrath  <roland@hack.frob.com>
36405
36406         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
36407         Define alphasort64 as an alias.
36408         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
36409         Define versionsort64 as an alias.
36410         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
36411         Define scandir64 as an alias.
36412         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
36413         Define scandirat64 as an alias.
36414         * dirent/alphasort64.c (alphasort64):
36415         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
36416         * dirent/versionsort64.c: Likewise.
36417         * dirent/scandir64.c: Likewise.
36418         * dirent/scandirat64.c: Likewise.
36419         * sysdeps/wordsize-64/alphasort.c: File removed.
36420         * sysdeps/wordsize-64/alphasort64.c: File removed.
36421         * sysdeps/wordsize-64/scandir.c: File removed.
36422         * sysdeps/wordsize-64/scandir64.c: File removed.
36423         * sysdeps/wordsize-64/scandirat.c: File removed.
36424         * sysdeps/wordsize-64/scandirat64.c: File removed.
36425         * sysdeps/wordsize-64/versionsort.c: File removed.
36426         * sysdeps/wordsize-64/versionsort64.c: File removed.
36427         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
36428         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
36429         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
36430         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
36431         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
36432         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
36433         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
36434         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
36435
36436         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
36437         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
36438         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
36439         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36440         [defined __arch64__ || defined __sparcv9]
36441         (__INO_T_MATCHES_INO64_T): New macro.
36442         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
36443         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
36444         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
36445         * sysdeps/unix/sysv/linux/bits/dirent.h
36446         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
36447         (_DIRENT_MATCHES_DIRENT64): New macro.
36448
36449         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
36450         Define lockf64 as an alias.
36451         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
36452         Define fseeko64 as an alias.
36453         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
36454         Define ftello64 as an alias.
36455         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
36456         Define _IO_fgetpos64 and fgetpos64 as aliases.
36457         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
36458         Define _IO_fsetpos64 and fsetpos64 as aliases.
36459         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
36460         Conditionalize body on this.
36461         * libio/fseeko64.c: Likewise.
36462         * libio/ftello64.c: Likewise.
36463         * libio/iofgetpos64.c: Likewise.
36464         * libio/iofsetpos64.c: Likewise.
36465         * sysdeps/wordsize-64/lockf.c: File removed.
36466         * sysdeps/wordsize-64/lockf64.c: File removed.
36467         * sysdeps/wordsize-64/fseeko.c: File removed.
36468         * sysdeps/wordsize-64/fseeko64.c: File removed.
36469         * sysdeps/wordsize-64/ftello.c: File removed.
36470         * sysdeps/wordsize-64/ftello64.c: File removed.
36471         * sysdeps/wordsize-64/iofgetpos.c: File removed.
36472         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
36473         * sysdeps/wordsize-64/iofsetpos.c: File removed.
36474         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
36475         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
36476         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
36477         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
36478         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
36479         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
36480         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
36481         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
36482         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
36483         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
36484         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
36485
36486         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
36487         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
36488         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
36489         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36490         [defined __arch64__ || defined __sparcv9]
36491         (__OFF_T_MATCHES_OFF64_T): New macro.
36492         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
36493         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
36494         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
36495         (__OFF_T_MATCHES_OFF64_T): New macro.
36496
36497 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
36498
36499         * stdlib/secure-getenv.c (__secure_getenv): Replace
36500         GLIBC_2_16 with GLIBC_2_17.
36501
36502 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
36503
36504         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
36505         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
36506
36507 2012-08-03  David S. Miller  <davem@davemloft.net>
36508
36509         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36510
36511 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
36512
36513         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
36514         Remove.
36515         (__ASSUME_CORRECT_SI_PID): Likewise.
36516         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
36517         (__ASSUME_TMPFS_NAME): Likewise.
36518         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
36519         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
36520         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
36521         (HAVE_AUX_SECURE): Make definition unconditional.
36522         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
36523         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
36524
36525 2012-08-03  Roland McGrath  <roland@hack.frob.com>
36526
36527         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
36528         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
36529         * sysdeps/mach/hurd/eloop-threshold.h: New file.
36530         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
36531         __eloop_threshold instead of SYMLOOP_MAX.
36532
36533         * sysdeps/generic/eloop-threshold.h: New file.
36534         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
36535         of MAXSYMLINKS.
36536         * elf/chroot_canon.c (chroot_canon): Likewise.
36537
36538 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
36539
36540         [BZ #13717]
36541         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36542         Change to 2.6.0 everywhere.
36543         * sysdeps/unix/sysv/linux/configure: Regenerated.
36544         * sysdeps/unix/sysv/linux/kernel-features.h
36545         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
36546         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
36547         kernel versions.
36548         (__ASSUME_POSIX_TIMERS): Define unconditionally.
36549         (__ASSUME_FUTEX_REQUEUE): Remove.
36550         (__ASSUME_STATFS64): Define unconditionally.
36551         (__ASSUME_AT_SECURE): Likewise.
36552         (__ASSUME_CORRECT_SI_PID): Likewise.
36553         (__ASSUME_TGKILL): Define without depending on kernel version for
36554         i386.
36555         (__ASSUME_UTIMES): Likewise.
36556         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
36557         kernel version.
36558         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
36559         (__ASSUME_TMPFS_NAME): Likewise.
36560         * README: Update reference to Linux kernel versions.
36561
36562 2012-08-02  Marek Polacek  <polacek@redhat.com>
36563
36564         [BZ# 14150]
36565         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
36566         libc_cv_asm_type_prefix with %.
36567         * configure: Regenerated.
36568         * include/libc-symbols.h: Remove comment about
36569         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
36570         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
36571         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
36572         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
36573         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
36574         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
36575         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
36576         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
36577         * elf/tst-unique2mod1.c: Likewise.
36578         * elf/tst-unique1mod2.c: Likewise.
36579         * elf/tst-unique1mod1.c: Likewise.
36580         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
36581         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
36582         Replace ASM_TYPE_DIRECTIVE with .type.
36583         * sysdeps/s390/s390-64/sysdep.h: Likewise.
36584         * sysdeps/i386/sysdep.h: Likewise.
36585         * sysdeps/x86_64/sysdep.h: Likewise.
36586         * sysdeps/sh/sysdep.h: Likewise.
36587         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
36588         Do not define ASM_TYPE_DIRECTIVE.
36589         * sysdeps/powerpc/sysdep.h: Likewise.
36590         * sysdeps/powerpc/powerpc32/sysdep.h:
36591         Replace ASM_TYPE_DIRECTIVE with .type.
36592         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
36593         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
36594         * sysdeps/i386/fpu/e_powf.S: Likewise.
36595         * sysdeps/i386/fpu/e_expl.S: Likewise.
36596         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
36597         * sysdeps/i386/fpu/e_acosh.S: Likewise.
36598         * sysdeps/i386/fpu/e_pow.S: Likewise.
36599         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
36600         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
36601         * sysdeps/i386/fpu/s_expm1.S: Likewise.
36602         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
36603         * sysdeps/i386/fpu/e_log2.S: Likewise.
36604         * sysdeps/i386/fpu/e_log2l.S: Likewise.
36605         * sysdeps/i386/fpu/e_scalb.S: Likewise.
36606         * sysdeps/i386/fpu/e_powl.S: Likewise.
36607         * sysdeps/i386/fpu/e_log10f.S: Likewise.
36608         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
36609         * sysdeps/i386/fpu/e_logl.S: Likewise.
36610         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
36611         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
36612         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
36613         * sysdeps/i386/fpu/e_log2f.S: Likewise.
36614         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
36615         * sysdeps/i386/fpu/e_log.S: Likewise.
36616         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
36617         * sysdeps/i386/fpu/e_logf.S: Likewise.
36618         * sysdeps/i386/fpu/e_log10l.S: Likewise.
36619         * sysdeps/i386/fpu/e_atanh.S: Likewise.
36620         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
36621         * sysdeps/i386/fpu/e_log10.S: Likewise.
36622         * sysdeps/i386/fpu/s_frexp.S: Likewise.
36623         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
36624         * sysdeps/i386/fpu/s_asinh.S: Likewise.
36625         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
36626         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
36627         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
36628         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
36629         * sysdeps/i386/i686/strtok.S: Likewise.
36630         * sysdeps/i386/i386-mcount.S: Likewise.
36631         * sysdeps/i386/strtok.S: Likewise.
36632         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
36633         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
36634         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
36635         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
36636         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
36637         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
36638         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
36639         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
36640         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
36641         * sysdeps/x86_64/_mcount.S: Likewise.
36642         * sysdeps/x86_64/strtok.S: Likewise.
36643         * sysdeps/sh/_mcount.S: Likewise.
36644
36645 2012-08-01  Roland McGrath  <roland@hack.frob.com>
36646
36647         * libio/iofopen.c: Include <fcntl.h>.
36648         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
36649         (_IO_fopen64, fopen64): Define as aliases.
36650         * libio/iofopen64.c: Include <fcntl.h>.
36651         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
36652         Conditionalize body on this.
36653         * sysdeps/wordsize-64/iofopen.c: File removed.
36654         * sysdeps/wordsize-64/iofopen64.c: File removed.
36655
36656 2012-08-01  Marek Polacek  <polacek@redhat.com>
36657
36658         * libc/Makeconfig: Use elf in place of binfmt-subdir.
36659         Use dlfcn directly instead of a variable.
36660         (binfmt-subdir): Do not define.
36661         (dlfcn): Likewise.
36662
36663 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
36664
36665         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
36666         Remove all definitions.
36667         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
36668         <kernel-features.h>.
36669         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
36670         (miss_F_GETOWN_EX): Remove all definitions.
36671         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
36672         macro definition.
36673         [!__ASSUME_FCNTL64]: Remove conditional code.
36674         [__ASSUME_FCNTL64]: Make code unconditional.
36675         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
36676         <kernel-features.h>.
36677         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
36678         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
36679         (lockf64) [__NR_fcntl64]: Make code unconditional.
36680         (lockf64) [__ASSUME_FCNTL64]: Likewise.
36681
36682         * sysdeps/unix/sysv/linux/kernel-features.h
36683         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
36684         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
36685         Make code unconditional.
36686         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36687         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36688         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
36689         [__NR_vfork]: Make code unconditional.
36690         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36691         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36692         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
36693         [__NR_vfork]: Make code unconditional.
36694         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36695         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36696
36697 2012-08-01  Roland McGrath  <roland@hack.frob.com>
36698
36699         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
36700         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
36701
36702         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36703         Define mkstemp64 as an alias.
36704         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36705         Define mkstemps64 as an alias.
36706         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36707         Define mkostemp64 as an alias.
36708         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36709         Define mkostemps64 as an alias.
36710         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
36711         Conditionalize body on this.
36712         * misc/mkostemp64.c: Likewise.
36713         * misc/mkostemps64.c: Likewise.
36714         * misc/mkstemps64.c: Likewise.
36715         * sysdeps/wordsize-64/mkstemp64.c: File removed.
36716         * sysdeps/wordsize-64/mkostemp64.c: File removed.
36717         * sysdeps/wordsize-64/mkostemp.c: File removed.
36718         * sysdeps/wordsize-64/mkstemp.c: File removed.
36719         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
36720         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
36721         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
36722         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
36723
36724         [BZ #14138]
36725         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
36726         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
36727         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
36728         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
36729
36730         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
36731         compat_symbol macros from <shlib-compat.h> rather than the underlying
36732         default_symbol_version and symbol_version macros, so that DEFAULT
36733         lines in shlib-versions are respected.
36734         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
36735
36736 2012-08-01  Florian Weimer  <fweimer@redhat.com>
36737
36738         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
36739         Declare with warn_unused_result.
36740         (setgid, setregid, setegid, setresgid): Likewise.
36741         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
36742         Likewise.
36743         * WUR-REPORT: Remove set*id functions.
36744
36745 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
36746
36747         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
36748
36749 2012-07-31  Roland McGrath  <roland@hack.frob.com>
36750
36751         [BZ #10191]
36752         * include/sys/socket.h (__libc_accept, __libc_accept4):
36753         Add attribute_hidden.
36754         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
36755
36756         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
36757         use of PTR_MANGLE.
36758         * inet/getnetgrent_r.c (setup): Likewise.
36759
36760         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
36761
36762 2012-07-31  David S. Miller  <davem@davemloft.net>
36763
36764         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36765
36766 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
36767
36768         [BZ #13629]
36769         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
36770         value between 1.0 and 2.0 and smaller part has absolute value less
36771         than 1.0.
36772         * math/s_clog10.c (__clog10): Likewise.
36773         * math/s_clog10f.c (__clog10f): Likewise.
36774         * math/s_clog10l.c (__clog10l): Likewise.
36775         * math/s_clogf.c (__clogf): Likewise.
36776         * math/s_clogl.c (__clogl): Likewise.
36777         * math/libm-test.inc (clog_test): Add more tests.
36778         (clog10_test): Likewise.
36779         * sysdeps/i386/fpu/libm-test-ulps: Update.
36780         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36781
36782 2012-07-31  Florian Weimer  <fweimer@redhat.com>
36783
36784         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
36785         Exit with zero in case no suitable GID is found, and write a
36786         message to standard error.
36787
36788 2012-07-30  Roland McGrath  <roland@hack.frob.com>
36789
36790         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
36791         rather than to 1.
36792         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
36793         (MAXPATHLEN): Removed.
36794         (NOGROUP, NODEV): New macros.
36795         (setbit, clrbit, isset, isclr): New macros.
36796         (howmany, roundup, powerof2): New macros.
36797         (DEV_BSIZE): New macro.
36798
36799         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
36800         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
36801
36802         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
36803         definition on [!__NO_LONG_DOUBLE_MATH].
36804
36805         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
36806         PTR_MANGLE and PTR_DEMANGLE.
36807
36808         * socket/accept4.c (accept4): Rename to __libc_accept4.
36809         Define accept4 as a weak alias.
36810
36811         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
36812         on [_DIRENT_HAVE_D_TYPE].
36813         * io/ftw.c (ftw_dir): Likewise.
36814
36815         * io/xmknod.c (__xmknod): Don't check PATH for being null.
36816
36817         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
36818
36819         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
36820         Use the BSD numbers rather than the arbitrary ones we had.
36821         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
36822         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
36823         (SIGXCPU, SIGXFSZ): New macros.
36824         (_NSIG): Now 32.
36825
36826         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
36827         initializer on [_LIBC_REENTRANT].
36828
36829         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
36830         definitions inside [_POSIX_MAPPED_FILES].
36831
36832         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
36833
36834         * dirent/opendir.c: Include <fcntl.h>.
36835
36836         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
36837         (__libc_getspecific): Likewise.
36838         (__libc_key_create): Likewise.
36839
36840         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
36841         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
36842         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
36843         (tmpfile64): Define as alias.
36844         * sysdeps/wordsize-64/tmpfile.c: File removed.
36845         * sysdeps/wordsize-64/tmpfile64.c: File removed.
36846         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
36847         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
36848
36849         * stdio-common/vfscanf.c: Include <stdbool.h>.
36850         * nss/makedb.c: Likewise.
36851         * stdio-common/_i18n_number.h: Likewise.
36852         * argp/argp-help.c: Likewise.
36853         * posix/wordexp.c: Likewise.
36854         * sysdeps/posix/spawni.c: Likewise.
36855         * nss/nss_files/files-initgroups.c: Likewise.
36856         * stdio-common/reg-modifier.c: Include <stdlib.h>.
36857         * nss/nss_files/files-initgroups.c: Likewise.
36858         * nss/nss_db/db-netgrp.c: Likewise.
36859         * nss/nss_db/db-initgroups.c: Likewise.
36860         * io/fchmodat.c: Include <sys/stat.h>.
36861
36862         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
36863         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
36864
36865         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
36866         [HAVE_MMAP].
36867
36868         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
36869         Add multiple inclusion protection.
36870
36871 2012-07-27  David S. Miller  <davem@davemloft.net>
36872
36873         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36874
36875 2012-07-27  Gary Benson  <gbenson@redhat.com>
36876
36877         [BZ #14298]
36878         * elf/rtld.c: Include <stap-probe.h>.
36879         (dl_main): Added static probes "init_start" and "init_complete".
36880         * elf/dl-load.c: Include <stap-probe.h>.
36881         (lose): Take new parameter "nsid".
36882         Added static probe "map_failed".
36883         (_dl_map_object_from_fd): Pass namespace id to lose.
36884         Added static probe "map_start".
36885         (open_verify): Pass namespace id to lose.
36886         * elf/dl-open.c: Include <stap-probe.h>.
36887         (dl_open_worker) Added static probes "map_complete", "reloc_start"
36888         and "reloc_complete".
36889         * elf/dl-close.c: Include <stap-probe.h>.
36890         (_dl_close_worker): Added static probes "unmap_start" and
36891         "unmap_complete".
36892         * elf/rtld-debugger-interface.txt: New file documenting the above.
36893
36894 2012-07-26  Roland McGrath  <roland@hack.frob.com>
36895
36896         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
36897         rather than a string variable.
36898         * sunrpc/rpc_main.c (h_output): Likewise.
36899         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
36900
36901 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
36902
36903         * inet/check_native.c: New file.
36904
36905 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
36906
36907         [BZ #13629]
36908         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
36909         if larger part has absolute value 1.0.
36910         * math/s_clog10.c (__clog10): Likewise.
36911         * math/s_clog10f.c (__clog10f): Likewise.
36912         * math/s_clog10l.c (__clog10l): Likewise.
36913         * math/s_clogf.c (__clogf): Likewise.
36914         * math/s_clogl.c (__clogl): Likewise.
36915         * math/libm-test.inc (clog_test): Add more tests.
36916         (clog10_test): Likewise.
36917         * sysdeps/i386/fpu/libm-test-ulps: Update.
36918         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36919
36920         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
36921         (pltexit): Likewise.
36922         (La_regs): Likewise.
36923         (La_retval): Likewise.
36924         (int_retval): Likewise.
36925         Update #error for removed macros to refer only to definitions in
36926         tst-audit.h.
36927         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
36928         macro.
36929         (pltexit): Likewise.
36930         (La_regs): Likewise.
36931         (La_retval): Likewise.
36932         (int_retval): Likewise.
36933         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
36934         macro.
36935         (pltexit): Likewise.
36936         (La_regs): Likewise.
36937         (La_retval): Likewise.
36938         (int_retval): Likewise.
36939         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
36940         macro.
36941         (pltexit): Likewise.
36942         (La_regs): Likewise.
36943         (La_retval): Likewise.
36944         (int_retval): Likewise.
36945         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
36946         macro.
36947         (pltexit): Likewise.
36948         (La_regs): Likewise.
36949         (La_retval): Likewise.
36950         (int_retval): Likewise.
36951         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
36952         macro.
36953         (pltexit): Likewise.
36954         (La_regs): Likewise.
36955         (La_retval): Likewise.
36956         (int_retval): Likewise.
36957         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
36958         macro.
36959         (pltexit): Likewise.
36960         (La_regs): Likewise.
36961         (La_retval): Likewise.
36962         (int_retval): Likewise.
36963         * sysdeps/generic/tst-audit.h: Update comment to refer only to
36964         macro definitions in tst-audit.h.
36965         * sysdeps/i386/tst-audit.h: New file.
36966         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
36967         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
36968         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
36969         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
36970         * sysdeps/sh/tst-audit.h: Likewise.
36971         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
36972         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
36973         * sysdeps/x86_64/tst-audit.h: Likewise.
36974
36975 2012-07-26  Andreas Jaeger  <aj@suse.de>
36976
36977         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
36978         ptrace.
36979
36980         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
36981         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
36982         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
36983         PTRACE_O_MASK.
36984         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
36985         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
36986         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
36987
36988         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
36989         value.
36990
36991         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
36992         _sigsys.
36993         (si_call_addr, si_syscall, si_arch): Define new macro.
36994         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
36995         _sigsys.
36996         (si_call_addr, si_syscall, si_arch): Define new marcro.
36997         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
36998         _sigsys.
36999         (si_call_addr, si_syscall, si_arch): Define new macro.
37000         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
37001         _sigsys.
37002         (si_call_addr, si_syscall, si_arch): Define new macro.
37003
37004 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
37005
37006         [BZ #13717]
37007         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
37008         Change to 2.4.21 where previously 2.4.1.
37009         * sysdeps/unix/sysv/linux/configure: Regenerated.
37010         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
37011         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
37012         Linux kernel version.
37013         (__ASSUME_STD_AUXV): Remove.
37014         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
37015         kernel version.
37016         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
37017         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
37018         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
37019         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
37020         (__ASSUME_NETLINK_SUPPORT): Likewise.
37021         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
37022         (__no_netlink_support): Remove conditional definition.
37023         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
37024         Remove.
37025         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
37026         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
37027         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
37028         (if_nameindex_ioctl): Remove.
37029         (if_nameindex_netlink): Do not handle __no_netlink_support.
37030         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
37031         code.
37032         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
37033         Remove conditional code.
37034         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
37035         code.
37036         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
37037         unconditional.
37038         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
37039         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
37040         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
37041         Remove.
37042         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
37043         [!__ASSUME_STD_AUXV]: Remove conditional code.
37044         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
37045         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
37046         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
37047         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
37048         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
37049         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
37050         code.
37051         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
37052         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
37053         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
37054         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
37055         conditional code.
37056         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
37057         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
37058         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
37059         code.
37060         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
37061         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
37062         conditional code.
37063         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
37064         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
37065         code unconditional.
37066         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37067         conditional code.
37068         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
37069         unconditional.
37070         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37071         conditional code.
37072         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
37073         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
37074         unconditional.
37075         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37076         conditional code.
37077         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
37078         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
37079         code unconditional.
37080         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37081         conditional code.
37082         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
37083         unconditional.
37084         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37085         conditional code.
37086         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
37087         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
37088         code unconditional.
37089         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37090         conditional code.
37091         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
37092         unconditional.
37093         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37094         conditional code.
37095
37096 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
37097
37098         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
37099         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
37100         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
37101         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
37102         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
37103         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
37104         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
37105         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
37106         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
37107         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
37108         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
37109         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
37110         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
37111         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
37112         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
37113         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
37114         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
37115         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
37116         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
37117         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
37118         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
37119         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
37120         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
37121
37122 2012-07-25  Florian Weimer  <fweimer@redhat.com>
37123
37124         * Versions.def: Add GLIBC_2.17.
37125         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
37126         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
37127         Introduce __libc_secure_getenv.
37128         * stdlib/Versions (2.17): Add secure_getenv
37129         (GLIBC_PRIVATE): Add __libc_secure_getenv.
37130         * stdlib/secure-getenv.c: Rename __secure_getenv to
37131         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
37132         symbol __secure_getenv for GLIBC_2.0.
37133         * stdlib/tst-secure-getenv.c: New.
37134         * stdlib/Makefile (tests): Add testcase.
37135         * manual/startup.texi (Environment Access): Document
37136         secure_getenv.
37137         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
37138         __libc_secure_getenv.
37139         * inet/ruserpass.c (ruserpass): Likewise.
37140         * malloc/mtrace.c (mtrace): Likewise.
37141         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
37142         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
37143         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
37144         * sysdeps/posix/tempname.c: Likewise.  Evaluate
37145         HAVE_SECURE_GETENV.
37146         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
37147         __secure_getenv to __libc_secure_getenv.
37148         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
37149         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
37150         Likewise.
37151         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
37152         Likewise.
37153         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
37154         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
37155         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
37156         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
37157         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
37158         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
37159         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
37160
37161 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
37162
37163         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
37164         (struct La_i86_retval): Likewise.
37165         (struct La_x86_64_regs): Likewise.
37166         (struct La_x86_64_retval): Likewise.
37167         (struct La_x32_regs): Likewise.
37168         (struct La_x32_retval): Likewise.
37169         (struct La_ppc32_regs): Likewise.
37170         (struct La_ppc32_retval): Likewise.
37171         (struct La_ppc64_regs): Likewise.
37172         (struct La_ppc64_retval): Likewise.
37173         (struct La_sh_regs): Likewise.
37174         (struct La_sh_retval): Likewise.
37175         (struct La_s390_32_regs): Likewise.
37176         (struct La_s390_32_retval): Likewise.
37177         (struct La_s390_64_regs): Likewise.
37178         (struct La_s390_64_retval): Likewise.
37179         (struct La_sparc32_regs): Likewise.
37180         (struct La_sparc32_retval): Likewise.
37181         (struct La_sparc64_regs): Likewise.
37182         (struct La_sparc64_retval): Likewise.
37183         (struct audit_ifaces): Remove architecture-specific pltenter and
37184         pltexit members.
37185         * sysdeps/i386/ldsodefs.h: New file.
37186         * sysdeps/powerpc/ldsodefs.h: Likewise.
37187         * sysdeps/s390/ldsodefs.h: Likewise.
37188         * sysdeps/sh/ldsodefs.h: Likewise.
37189         * sysdeps/sparc/ldsodefs.h: Likewise.
37190         * sysdeps/x86_64/ldsodefs.h: Likewise.
37191
37192 2012-07-25  Marek Polacek  <polacek@redhat.com>
37193
37194         [BZ #6808]
37195         * math/libm-test.inc (yn_test): Add another test.
37196         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
37197         to ERANGE when the result is +-Inf.
37198         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
37199         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
37200         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
37201         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
37202
37203 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
37204
37205         * conform/data/time.h-data (NULL): Use macro-constant.  Require
37206         equal to 0.
37207         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
37208         clock_t.
37209         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
37210
37211 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
37212
37213         * configure.in <sysdeps resolving>: Correct printing
37214         Implies_before.
37215         * configure: Regenerate.
37216
37217 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
37218
37219         * math/w_ilogb.c: Include <limits.h>.
37220         * math/w_ilogbl.c: Likewise.
37221
37222 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
37223
37224         * manual/lang.texi (__va_copy): Document primarily as ISO C99
37225         va_copy.  Document allowing for unavailable va_copy only as
37226         pre-C99 compatibility.
37227         * manual/string.texi (Copying and Concatenation): Use va_copy
37228         instead of __va_copy in concat example.
37229
37230 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
37231
37232         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
37233         (__sendto): Use create_address_port.  Initialize APORT and deallocate
37234         it if not null.
37235
37236         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
37237         with O_NOLINK passed to __file_name_lookup.
37238
37239         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
37240         with O_NOLINK passed to __file_name_lookup.
37241
37242         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
37243         negative N or less than NGIDS.
37244
37245         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
37246         type to string_t.  Set ERANGE as errno and return it if NAME is not big
37247         enough.  Use memcpy instead of strncpy.
37248
37249 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
37250
37251         * elf/Makefile (check-data): Remove.
37252         (localplt.data): New vpath directive.
37253         ($(objpfx)check-localplt.out): Use localplt.data from vpath
37254         instead of $(check-data).
37255         * scripts/data/localplt-generic.data: Move to ...
37256         * sysdeps/generic/localplt.data: ... here.
37257         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
37258         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
37259         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
37260         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
37261         ... here.
37262         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
37263         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
37264         ... here.
37265         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
37266         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
37267         ... here.
37268         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
37269         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
37270         ... here.
37271         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
37272         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
37273         ... here.
37274         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
37275         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
37276         ... here.
37277
37278 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37279
37280         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
37281         PPC32 and PPC64 files.
37282         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
37283         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
37284
37285 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37286
37287         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
37288         __makecontext_ret to ...
37289         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
37290         ... here and call exit if uc_link is NULL.  New file.
37291         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
37292         __makecontext_ret.S.
37293         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
37294         __makecontext_ret to ...
37295         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
37296         ... here and call exit if uc_link is NULL.  New file.
37297         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
37298         __makecontext_ret.S.
37299
37300 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37301
37302         * elf/elf.h (R_390_IRELATIVE): New definition.
37303         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
37304         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
37305         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
37306         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
37307         (elf_machine_lazy_rel): Likewise.
37308         * sysdeps/s390/dl-irel.h: New file.
37309         * sysdeps/s390/s390-64/memcpy.S: New asm code.
37310         * sysdeps/s390/s390-64/memset.S: New asm code.
37311         * sysdeps/s390/s390-64/memcmp.S: New asm code.
37312         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
37313         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
37314         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
37315         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
37316         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
37317         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
37318         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
37319         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
37320         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
37321         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
37322         * sysdeps/s390/s390-32/memcpy.S: New asm code.
37323         * sysdeps/s390/s390-32/memset.S: New asm code.
37324         * sysdeps/s390/s390-32/memcmp.S: New asm code.
37325
37326 2012-07-17  Marek Polacek  <polacek@redhat.com>
37327
37328         [BZ #14349]
37329         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
37330         * sysdeps/s390/s390-64/configure.in: Likewise.
37331         * sysdeps/sparc/configure.in: Likewise.
37332         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
37333         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
37334         * sysdeps/i386/configure.in: Likewise.
37335         * sysdeps/x86_64/configure.in: Likewise.
37336         * sysdeps/sh/configure.in: Likewise.
37337         * sysdeps/s390/s390-32/configure: Regenerated.
37338         * sysdeps/s390/s390-64/configure: Likewise.
37339         * sysdeps/x86_64/configure: Likewise.
37340         * sysdeps/sh/configure: Likewise.
37341         * sysdeps/powerpc/powerpc64/configure: Likewise.
37342         * sysdeps/powerpc/powerpc32/configure: Likewise.
37343         * sysdeps/sparc/configure: Likwise.
37344         * sysdeps/i386/configure: Likewise.
37345
37346         * elf/dl-open.c: Comment fixes.
37347
37348 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
37349
37350         * Makefile [CXX] (check-data): Remove.
37351         [CXX] (c++-types.data): New vpath directive.
37352         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
37353         vpath.  Do not allow for C++ type data being missing.
37354         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
37355         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
37356         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
37357         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
37358         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
37359         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
37360         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
37361         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
37362         ... here.
37363         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
37364         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
37365         ... here.
37366         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
37367         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
37368         ... here.
37369         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
37370         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
37371         ... here.
37372         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
37373         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
37374         ... here.
37375         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
37376         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
37377         ... here.
37378         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
37379         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
37380         ... here.
37381         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
37382         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
37383
37384         * elf/tls-macros.h (TLS_LE): Move architecture-specific
37385         definitions to architecture-specific files.
37386         (TLS_IE): Likewise.
37387         (TLS_LD): Likewise.
37388         (TLS_GD): Likewise.
37389         * sysdeps/i386/tls-macros.h: New file.
37390         * sysdeps/powerpc/tls-macros.h: Likewise.
37391         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
37392         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
37393         * sysdeps/sh/tls-macros.h: Likewise.
37394         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
37395         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
37396         * sysdeps/x86_64/tls-macros.h: Likewise.
37397
37398 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
37399
37400         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
37401         zero value for regular exit case.
37402
37403         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
37404         (__start_context): Preserve zero value for regular exit case.
37405
37406 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
37407             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37408
37409         * manual/setjmp.texi (setcontext): Clarify normal process
37410         termination when uc_link is the null pointer.
37411         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
37412         exit call.
37413
37414 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
37415
37416         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
37417         preprocessor.  Test for each exception mask separately.
37418
37419 2012-07-16  Andreas Jaeger  <aj@suse.de>
37420
37421         * po/ru.po: Update from translation team.
37422
37423 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
37424
37425         * conform/data/string.h-data (NULL): Use macro-constant.  Require
37426         equal to 0.
37427         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
37428         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
37429         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
37430         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
37431         [ISO || ISO99 || ISO11] (*_t): Do not allow.
37432
37433 2012-07-13  Andreas Jaeger  <aj@suse.de>
37434
37435         * po/fr.po: Update from translation team.
37436
37437 2012-07-12  Marek Polacek  <polacek@redhat.com>
37438
37439         [BZ #14173]
37440         * math/libm-test.inc (yn_test): Add test for BZ #14173.
37441         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
37442         loop condition.
37443
37444 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
37445
37446         [BZ #13717]
37447         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
37448         Change to 2.4.1 where previously 2.4.0.
37449         * sysdeps/unix/sysv/linux/configure: Regenerated.
37450         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
37451         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
37452         version.
37453         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
37454         (__ASSUME_AT_CLKTCK): Remove.
37455         (__ASSUME_AT_PAGESIZE): Likewise.
37456         (__ASSUME_AT_XID): Likewise.
37457         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
37458         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
37459         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
37460         unconditionally.
37461         (HAVE_AUX_PAGESIZE): Likewise.
37462         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
37463         [__ASSUME_AT_CLKTCK]: Make code unconditional.
37464         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
37465
37466 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
37467
37468         [BZ #14307]
37469         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
37470         the temporary buffer used to invoke __gethostbyname2_r,
37471         __gethostbyaddr_r and gethostbyname4_r to make room for struct
37472         host_data / struct gaih_addrtuple.
37473         * resolv/nss_dns/dns-host.c (global scope): Move definition of
37474         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
37475         header file nss/nsswitch.h.
37476         * nss/nsswitch.h (global scope): Add definition of implementation
37477         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
37478         resolv/nss_dns/dns-host.c).
37479
37480 2012-07-11  Andreas Jaeger  <aj@suse.de>
37481
37482         * po/fr.po: Update from translation team.
37483
37484         * po/sv.po: Update from translation team
37485         * po/fr.po: Another update from translation team.
37486
37487 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37488
37489         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
37490         for subnormals or multiply small sinh result by itself.
37491         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
37492         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
37493
37494 2012-07-11  David S. Miller  <davem@davemloft.net>
37495
37496         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37497
37498 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
37499
37500         [BZ #14347]
37501         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
37502         (INTERNAL_MARK): Shift it here.
37503
37504 2012-07-10  Marek Polacek  <polacek@redhat.com>
37505
37506         [BZ #14151]
37507         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
37508         libc_cv_asm_global_directive with .globl.
37509         * configure: Regenerated.
37510         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
37511         with .globl.
37512         * sysdeps/i386/configure: Regenerated.
37513         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
37514         with .globl.
37515         * sysdeps/x86_64/configure: Regenerated.
37516         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
37517         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
37518         * elf/tst-unique2mod2.c: Likewise.
37519         * elf/tst-unique2mod1.c: Likewise.
37520         * elf/tst-unique1mod2.c: Likewise.
37521         * elf/tst-unique1mod1.c: Likewise.
37522         * sysdeps/s390/s390-32/sysdep.h: Likewise.
37523         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
37524         * sysdeps/s390/s390-64/sysdep.h: Likewise.
37525         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
37526         * sysdeps/mach/sysdep.h: Likewise.
37527         * sysdeps/i386/sysdep.h: Likewise.
37528         * sysdeps/i386/i386-mcount.S: Likewise.
37529         * sysdeps/x86_64/_mcount.S: Likewise.
37530         * sysdeps/x86_64/sysdep.h: Likewise.
37531         * sysdeps/sh/_mcount.S: Likewise.
37532         * sysdeps/sh/sysdep.h: Likewise.
37533         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
37534         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
37535         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
37536         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
37537         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
37538         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
37539         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
37540         * locale/localeinfo.h: Likewise.
37541         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
37542         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
37543
37544 2012-07-09  Roland McGrath  <roland@hack.frob.com>
37545
37546         [BZ #14336]
37547         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
37548         system".
37549         * manual/message.texi (The Uniforum approach): Likewise.
37550         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
37551         (glibc iconv Implementation): Likewise.
37552
37553 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
37554
37555         [BZ #14337]
37556         * math/s_clog.c (__clog): Avoid scaling a value down where that
37557         could result in underflow.
37558         * math/s_clog10.c (__clog10): Likewise.
37559         * math/s_clog10f.c (__clog10f): Likewise.
37560         * math/s_clog10l.c (__clog10l): Likewise.
37561         * math/s_clogf.c (__clogf): Likewise.
37562         * math/s_clogl.c (__clogl): Likewise.
37563         * math/libm-test.inc (clog_test): Add more tests.
37564         (clog10_test): Likewise.
37565         * sysdeps/i386/fpu/libm-test-ulps: Update.
37566         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37567
37568 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
37569
37570         [BZ #14283]
37571         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
37572         by 7 not 8 to examine high bit of fractional part.
37573
37574         [BZ #14042]
37575         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
37576         for call to __mcount_internal.
37577         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
37578         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
37579         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
37580
37581 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
37582
37583         [BZ #14154]
37584         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
37585         approximation for values within 0x1p-13f of an odd multiple of
37586         pi/4.
37587         * math/libm-test.inc (tan_test): Do not allow spurious underflow
37588         exception.  Add more tests.
37589         * sysdeps/i386/fpu/libm-test-ulps: Update.
37590
37591         [BZ #6778]
37592         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
37593         inputs and return -1 for them.  Do not check for +Inf in case not
37594         reachable for +Inf.
37595         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
37596         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
37597         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
37598         and return -1 for them.  Do not check for +Inf in case not
37599         reachable for +Inf.
37600         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
37601         define.
37602         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
37603         and return -1 for them.  Do not check for +Inf in case not
37604         reachable for +Inf.
37605         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
37606         spurious underflow.
37607         * sysdeps/i386/fpu/libm-test-ulps: Update.
37608         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37609
37610 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
37611
37612         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
37613
37614 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
37615
37616         [BZ #14157]
37617         [BZ #14331]
37618         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
37619         could result in spurious underflow.  Scale down values above
37620         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
37621         * math/s_csqrtf.c (__csqrtf): Likewise.
37622         * math/s_csqrtl.c (__csqrtl): Likewise.
37623         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
37624         spurious underflow.
37625         * sysdeps/i386/fpu/libm-test-ulps: Update.
37626         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37627
37628 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
37629
37630         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
37631         xopen-msg.sed.
37632         * catgets/xopen-msg.awk: New file.
37633         * catgets/xopen-msg.sed: Removed.
37634
37635         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
37636         po2text.sed.
37637         * intl/po2test.awk: New file.
37638         * intl/po2test.sed: Removed.
37639
37640 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
37641
37642         [BZ #14328]
37643         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
37644         or multiply small sinh result by itself.
37645         * math/s_ctanf.c (__ctanf): Likewise.
37646         * math/s_ctanh.c (__ctanh): Likewise.
37647         * math/s_ctanhf.c (__ctanhf): Likewise.
37648         * math/s_ctanhl.c (__ctanhl): Likewise.
37649         * math/s_ctanl.c (__ctanl): Likewise.
37650         * math/libm-test.inc (ctan_test_tonearest): New function.
37651         (ctan_test_towardzero): Likewise.
37652         (ctan_test_downward): Likewise.
37653         (ctan_test_upward): Likewise.
37654         (ctanh_test_tonearest): Likewise.
37655         (ctanh_test_towardzero): Likewise.
37656         (ctanh_test_downward): Likewise.
37657         (ctanh_test_upward): Likewise.
37658         (main): Call these new functions.
37659         * sysdeps/i386/fpu/libm-test-ulps: Update.
37660         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37661
37662 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
37663
37664         * .gitignore: Delete /ports entry.
37665
37666 2012-07-03  Andreas Jaeger  <aj@suse.de>
37667
37668         * po/bg.po: Update from translation team.
37669         * po/cs.po: Likewise.
37670         * po/de.po: Likewise.
37671         * po/hr.po: Likewise.
37672         * po/nl.pl: Likewise.
37673         * po/pl.po: Likewise.
37674         * po/vi.po: Likewise.
37675
37676 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
37677
37678         * Makeconfig [!+link] (+link-before-libc): New variable.
37679         [!+link] (+link-after-libc): Likewise.
37680         [!+link] (+link-tests): Likewise.
37681         [!+link] (+link): Define in terms of $(+link-before-libc) and
37682         $(+link-after-libc).
37683         [!+link-static] (+link-static-before-libc): New variable.
37684         [!+link-static] (+link-static-after-libc): Likewise.
37685         [!+link-static] (+link-static-tests): Likewise.
37686         [!+link-static] (+link-static): Define in terms of
37687         $(+link-static-before-libc) and $(+link-static-after-libc).
37688         [build-shared] (link-libc-before-gnulib): New variable.
37689         [build-shared] (link-libc-tests): Likewise.
37690         [build-shared] (link-libc): Define in terms of
37691         $(link-libc-before-gnulib).
37692         [!build-shared] (link-libc-tests): New variable.
37693         (link-libc-static-tests): New variable.
37694         [!gnulib] (gnulib-arch): New variable.
37695         [!gnulib] (gnulib-tests): Likewise.
37696         [!gnulib] (static-gnulib-arch): Likewise.
37697         [!gnulib] (static-gnulib-tests): Likewise.
37698         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
37699         Define with "=" instead of ":=".
37700         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
37701         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
37702         * Rules (binaries-all-notests): New variable.
37703         (binaries-all-tests): Likewise.
37704         (binaries-static-notests): Likewise.
37705         (binaries-static-tests): Likewise.
37706         (binaries-all): Define using $(binaries-all-notests) and
37707         $(binaries-all-tests).
37708         (binaries-static): Define using $(binaries-static-notests) and
37709         $(binaries-static-tests).
37710         (binaries-shared-tests): New variable.
37711         (binaries-shared-notests): Likewise.
37712         (binaries-shared): Remove variable.
37713         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
37714         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
37715         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
37716         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
37717         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
37718         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
37719         * elf/Makefile (sln-modules): New variable.
37720         (extra-objs): Add $(sln-modules:=.o).
37721         (ldconfig-modules): Add static-stubs.
37722         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
37723         * elf/static-stubs.c: New file.
37724
37725         [BZ #14283]
37726         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
37727         by 7 not 8 to examine high bit of fractional part.  Use volatile
37728         variables when splitting into final array of floats if
37729         __FLT_EVAL_METHOD__ != 0.
37730         * math/libm-test.inc (cos_test): Add another test.
37731         (sin_test): Likewise.
37732         * sysdeps/i386/fpu/libm-test-ulps: Update.
37733
37734         [BZ #14273]
37735         * math/libm-test.inc (cosh_test): Add more tests.
37736
37737         * version.h (RELEASE): Set to "development".
37738         (VERSION): Set to "2.16.90".
37739
37740 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
37741
37742         * NEWS: Update copyright. Remove last-updated date.
37743         Mention math library bug fixes and timezone data changes.
37744         * README: Mention GNU/Hurd, x32, and HPPA support status.
37745
37746 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
37747
37748         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
37749
37750 2012-06-27  Andreas Jaeger  <aj@suse.de>
37751
37752         * manual/contrib.texi (Contributors): Add Samuel Thibault.
37753
37754 2012-06-25  Andreas Jaeger  <aj@suse.de>
37755
37756         * sysdeps/s390/fpu/libm-test-ulps: Update.
37757
37758 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
37759             Thomas Schwinge  <thomas@codesourcery.com>
37760
37761         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
37762         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
37763         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
37764         fanotify_mark.
37765
37766 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
37767
37768         * sysdeps/mach/start.c: Remove file.
37769         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
37770         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
37771         * sysdeps/sh/init-first.c: Likewise.
37772
37773         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
37774         registers for frame unwinding purposes, add CFI directives.
37775         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
37776         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
37777         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
37778         Likewise.
37779
37780         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
37781         __fortify_fail returning.
37782         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
37783
37784         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
37785         sysdeps/sh/____longjmp_chk.S.
37786         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
37787         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
37788         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
37789         (gen-as-const-headers): Append sigaltstack-offsets.sym.
37790
37791         * sysdeps/sh/abort-instr.h: New file.
37792         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
37793         process in case exit returns.
37794
37795         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
37796         initialize the GOT register before use.
37797
37798         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
37799         calculation of ARGC > 4.
37800
37801         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
37802         meaningful names to some local labels.
37803
37804 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
37805             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
37806
37807         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
37808         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
37809         (__arch_compare_and_exchange_val_16_acq): Likewise.
37810         (__arch_compare_and_exchange_val_32_acq): Likewise.
37811         (atomic_exchange_and_add): Fix gUSA sequence.
37812         (atomic_add): Likewise.
37813         (atomic_add_negative): Likewise.
37814         (atomic_add_zero): Likewise.
37815         (atomic_bit_test_set): Likewise.
37816
37817 2012-06-22  Andreas Schwab  <schwab@redhat.com>
37818
37819         [BZ #13579]
37820         * include/link.h (struct link_map): Add l_free_initfini.
37821         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
37822         l_initfini.
37823         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
37824         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
37825         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
37826         set.
37827
37828 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
37829
37830         * configure.in: Use AC_LANG_SOURCE.
37831         * configure: Regenerate.
37832
37833 2012-06-22  Roland McGrath  <roland@hack.frob.com>
37834
37835         * configure.in (libc_cv_localstatedir): New substituted variable.
37836         * configure: Regenerated.
37837         * config.make.in (localstatedir): New variable, substituted from
37838         libc_cv_localstatedir.
37839         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
37840         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
37841         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
37842         * sysdeps/gnu/configure: Regenerated.
37843
37844 2012-06-21  Jeff Law  <law@redhat.com>
37845
37846         [BZ #14277]
37847         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
37848         free.  Simplify list management for _LIBC case.
37849
37850 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
37851
37852         [BZ #14273]
37853         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
37854         Clear sign bit of 64-bit integer value before comparing against
37855         overflow value.
37856
37857         * sysdeps/mach/configure: Regenerated.
37858
37859 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
37860
37861         [BZ #14278]
37862         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
37863
37864 2012-06-21  Jeff Law  <law@redhat.com>
37865
37866         [BZ #13882]
37867         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
37868         uint16_t for elements in the "seen" array to avoid char overflows.
37869         * elf/dl-fini.c (_dl_sort_fini): Likewise.
37870         * elf/dl-open.c (dl_open_worker): Likewise.
37871
37872 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
37873
37874         * scripts/list-sources.sh: Scan PORTS for translations.
37875         * po/libc.pot: Regenerated.
37876
37877 2012-06-21  Andreas Jaeger  <aj@suse.de>
37878
37879         [BZ #12194]
37880         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
37881         warning.
37882         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
37883         * bits/byteswap-16.h (__bswap_16): Likewise.
37884         * bits/byteswap.h (__bswap_constant_16): Likewise.
37885
37886 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
37887
37888         [BZ #14117]
37889         * sysdeps/i386/fpu_control.h: Removed.
37890         * sysdeps/x86_64/fpu_control.h: Moved to ...
37891         * sysdeps/x86/fpu_control.h: Here.
37892
37893         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
37894         (_FPU_SETCW): Likewise.
37895
37896 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
37897
37898         [BZ #14117]
37899         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
37900         * sysdeps/x86/fpu/bits/mathinline.h: This.
37901         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
37902
37903         [BZ #14050]
37904         [BZ #14117]
37905         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
37906         functions if __x86_64__ is defined.
37907
37908 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
37909
37910         * string/endian.h: Add !__ASSEMBLER__ condition for including
37911         conversion interfaces.
37912
37913 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
37914
37915         [BZ #14241]
37916         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
37917         of ABS(x) in calculating zero to negative powers other than odd
37918         integers.
37919         * math/libm-test.inc (pow_test): Add more tests.
37920
37921 2012-06-15  Andreas Jaeger  <aj@suse.de>
37922
37923         * manual/contrib.texi (Contributors): Update entry of Liubov
37924         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
37925         Machado Filho.
37926
37927 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
37928
37929         * string/string.h: Add __wur to GNU version of strerror_r.
37930
37931 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
37932
37933         [BZ #14229]
37934         * string/Makefile (tests): Add tst-strtok_r.
37935         * string/tst-strtok_r.c: New file.
37936         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
37937         RAX_LP/RDX_LP on SAVE_PTR.
37938
37939 2012-06-14  Roland McGrath  <roland@hack.frob.com>
37940
37941         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
37942
37943 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
37944
37945         * libm_test.inc (csqrt_test): Allow more spurious underflow
37946         exceptions.
37947         (j0_test): Likewise.
37948         (j1_test): Likewise.
37949         (y0_test): Likewise.
37950         (y1_test): Likewise.
37951
37952 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
37953
37954         * po/Makefile (libc.pot): Use UTF-8 charset.
37955
37956 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
37957
37958         [BZ #14210]
37959         Suppress sign-conversion warning from FD_SET.
37960         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
37961         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
37962         not unsigned long int.
37963         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
37964
37965 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
37966
37967         [BZ #14050]
37968         [BZ #14117]
37969         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
37970         __extern_always_inline instead of __extern_inline.
37971         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
37972         (__signbit): Likewise.
37973         (__signbitl): Support C++ namespace.
37974         (lrintf): New inline function.
37975         (lrint): Likewise.
37976         (llrintf): Likewise.
37977         (llrint): Likewise.
37978         (fmaxf): Likewise.
37979         (fmax): Likewise.
37980         (fminf): Likewise.
37981         (fmin): Likewise.
37982         (rint): Likewise.
37983         (rintf): Likewise.
37984         (ceil): Likewise.
37985         (ceilf): Likewise.
37986         (floor): Likewise.
37987         (floorf): Likewise.
37988         (nearbyint): Likewise.
37989         (nearbyintf): Likewise.
37990
37991 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
37992
37993         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
37994         non-default versions.
37995
37996 2012-06-11  Roland McGrath  <roland@hack.frob.com>
37997
37998         [BZ #14218]
37999         * manual/argp.texi (Argp): Reword argp_parse description slightly.
38000
38001 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
38002
38003         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
38004         (FE_UPWARD, FE_DOWNWARD): Don't define.
38005         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
38006         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
38007
38008         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
38009         reading it.
38010         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
38011         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
38012
38013 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
38014
38015         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
38016         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
38017         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
38018         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
38019
38020 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
38021
38022         [BZ #14117]
38023         * sysdeps/i386/fpu/bits/fenv.h: Removed.
38024         * sysdeps/i386/fpu/Implies: New file.
38025         * sysdeps/x86_64/fpu/Implies: Likewise.
38026         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
38027         * sysdeps/x86/fpu/bits/fenv.h: This.
38028
38029         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
38030         __SSE_MATH__.
38031
38032 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
38033
38034         [BZ #14134]
38035         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
38036         character 0xffff that matches the last element of the
38037         conversion table.
38038
38039 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38040
38041         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
38042         fmodl commit.
38043
38044 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38045
38046         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
38047         values higher than 25.6283.
38048
38049 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38050
38051         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
38052         subnormal exponent extraction and add some __builtin_expect.
38053         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
38054         Fix for subnormal mantissa calculation.
38055
38056 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
38057
38058         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
38059         cpu2 is -1 and errno is not ENOSYS.
38060
38061 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
38062
38063         [BZ #14117]
38064         * sysdeps/i386/i486/bits/string.h: Renamed to ...
38065         * sysdeps/x86/bits/string.h: This.
38066         * sysdeps/x86_64/bits/string.h: Removed.
38067
38068         * sysdeps/i386/i486/bits/string.h: Define inline functions only
38069         if not compiling for x86-64, but compiling for >= i486.
38070
38071         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
38072         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
38073
38074         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
38075         New macro from Linux kernel 3.4.0.
38076         (FP_XSTATE_MAGIC2): Likewise.
38077         (FP_XSTATE_MAGIC2_SIZE): Likewise.
38078         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
38079         (struct _fpx_sw_bytes): New struct.
38080         (struct _xsave_hdr): Likewise.
38081         (struct _ymmh_state): Likewise.
38082         (struct _xstate): Likewise.
38083
38084         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
38085         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
38086         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
38087         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
38088         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
38089         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
38090
38091         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
38092         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
38093         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
38094         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
38095         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
38096         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
38097
38098 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
38099
38100         [BZ #13743]
38101         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
38102         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
38103         (sysdep_headers): Include sys/platform/ppc.h.
38104         * sysdeps/powerpc/test-gettimebase.c: Test for
38105         __ppc_get_timebase() to catch future ISA opcode/insn changes.
38106         * manual/Makefile (appendices): Include platform.texi.
38107         * manual/contrib.texi (Contributors): Update @node pointers.
38108         * manual/maint.texi (Maintenance): Likewise.
38109         (Platform): New node.
38110         * manual/platform.texi: New file.  Document the new features.
38111
38112 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
38113             Jakub Jelinek  <jakub@redhat.com>
38114
38115         [BZ #14188]
38116         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
38117         where __builtin_expect is unavailable.
38118
38119 2012-06-03  David S. Miller  <davem@davemloft.net>
38120
38121         * stdlib/longlong.h: Updated from GCC.
38122
38123 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
38124
38125         [BZ #14042]
38126         * sysdeps/powerpc/powerpc32/mcount.c: New file.
38127         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
38128         __mcount_internal.
38129         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
38130         (GLIBC_2.16): Likewise.
38131
38132 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
38133
38134         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
38135
38136 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
38137
38138         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
38139         (default-abi): New variable.
38140         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
38141         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
38142         variable.
38143         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
38144         Likewise.
38145         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
38146         Likewise.
38147         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
38148         Likewise.
38149
38150         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
38151         definition.  Document in comment.
38152
38153 2012-06-01  David S. Miller  <davem@davemloft.net>
38154
38155         * stdlib/longlong.h: Updated from GCC.
38156
38157 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
38158
38159         [BZ #14117]
38160         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
38161         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
38162         sys/debugreg.h sys/io.h here.
38163         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
38164         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
38165         sys/io.h.
38166         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
38167         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
38168         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
38169         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
38170         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
38171         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
38172
38173         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
38174         Define only if __x86_64__ is defined.
38175
38176 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
38177
38178         [BZ #14048]
38179         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
38180         Use int64_t for variable i.
38181         * math/libm-test.inc (fmod_test): Add more tests.
38182
38183         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
38184         z computation is not scheduled after fetestexcept.
38185         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
38186         Use math_force_eval instead of asm to ensure calculation scheduled
38187         before exception test.
38188         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
38189         Ensure a1 + u.d computation is not scheduled after fetestexcept.
38190
38191 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
38192
38193         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
38194         computation is not scheduled after fetestexcept.
38195
38196 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
38197
38198         [BZ #14117]
38199         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
38200         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
38201
38202 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38203
38204         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
38205         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
38206
38207 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
38208
38209         [BZ #14117]
38210         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
38211         <bits/wordsize.h>.
38212         (__WCHAR_MIN): Support __WORDSIZE == 64.
38213         (__WCHAR_MAX): Likewise.
38214
38215         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
38216         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
38217
38218         [BZ #14183]
38219         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
38220         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
38221
38222         [BZ #14117]
38223         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
38224         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
38225
38226         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
38227         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
38228
38229         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
38230         Defined to 1 if __x86_64__ isn't defined.
38231         (_STAT_VER_LINUX_OLD): New.
38232         (st_atime): Remove duplicate.
38233         (st_mtime): Likewise.
38234         (st_ctime): Likewise.
38235
38236 2012-05-31  David S. Miller  <davem@davemloft.net>
38237
38238         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
38239         entries.
38240
38241 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
38242
38243         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
38244         gen-libm-test.pl.
38245
38246         [BZ #14132]
38247         * elf/dl-reloc.c: Include <_itoa.h>.
38248         (_dl_reloc_bad_type): Remove use of INTUSE.
38249         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
38250         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
38251         * stdio-common/psiginfo.c (psiginfo): Likewise.
38252         * stdio-common/psignal.c (psignal): Likewise.
38253         * string/strsignal.c (strsignal): Likewise.
38254         * include/signal.h (_sys_siglist): Declare hidden proto.
38255         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
38256         INTVARDEF with libc_hidden_data_def.
38257         * stdio-common/itoa-udigits.c: Likewise.
38258         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
38259         (_itoa_lower_digits_internal): Remove declaration.
38260         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
38261         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
38262         (_sys_sigabbrev_internal): Remove aliases.
38263         (_sys_siglist): Define hidden alias.
38264
38265 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
38266
38267         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
38268         bits/sysctl.h.
38269
38270 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
38271
38272         [BZ #14117]
38273         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
38274         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
38275
38276         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
38277         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
38278         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
38279         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
38280         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
38281         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
38282
38283         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
38284         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
38285         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
38286
38287         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
38288         with __addr.
38289         (insw): Likewise.
38290         (insl): Likewise.
38291         (outsb): Likewise.
38292         (outsw): Likewise.
38293         (outsl): Likewise.
38294
38295         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
38296         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
38297         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
38298
38299         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
38300         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
38301         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
38302         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
38303         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
38304         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
38305
38306         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
38307         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
38308
38309         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
38310         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
38311
38312         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
38313         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
38314         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
38315
38316         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
38317         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
38318         to ...
38319         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
38320
38321         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
38322         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
38323         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
38324
38325         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
38326         for x86-64.
38327         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
38328
38329 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
38330
38331         * math/math.h (M_El): Use two more decimal places.
38332         (M_LOG2El): Likewise.
38333         (M_LOG10El): Likewise.
38334         (M_LN2l): Likewise.
38335         (M_LN10l): Likewise.
38336         (M_PIl): Likewise.
38337         (M_PI_2l): Likewise.
38338         (M_PI_4l): Likewise.
38339         (M_1_PIl): Likewise.
38340         (M_2_PIl): Likewise.
38341         (M_2_SQRTPIl): Likewise.
38342         (M_SQRT2l): Likewise.
38343         (M_SQRT1_2l): Likewise.
38344
38345 2012-05-31  David S. Miller  <davem@davemloft.net>
38346
38347         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
38348         values between float registers.
38349         * sysdeps/sparc/sparc64/memset.S: Likewise.
38350         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
38351
38352 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
38353
38354         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
38355         -D_FORTIFY_SOURCE=1.
38356         (CPPFLAGS-tst-longjmp_chk.c): Define.
38357         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
38358         (CPPFLAGS-tst-longjmp_chk2.c): Define.
38359         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
38360         CFLAGS-tst-wchar-h.c.
38361
38362 2012-05-31  Marek Polacek  <polacek@redhat.com>
38363
38364         [BZ #14132]
38365         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
38366         __endmntent_internal): Remove declaration.
38367         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
38368         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
38369         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
38370
38371 2012-05-30  David S. Miller  <davem@davemloft.net>
38372
38373         * sysdeps/sparc/sparc32/soft-fp/q_util.c
38374         (___Q_simulate_exceptions): Use real FP ops rather than writing
38375         into the %fsr.
38376         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
38377         Likewise.
38378
38379 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38380
38381         [BZ #14117]
38382         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
38383         * sysdeps/x86/bits/xtitypes.h: This.
38384
38385         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
38386         * sysdeps/x86/bits/wordsize.h: This.
38387
38388         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
38389         * sysdeps/x86/bits/huge_vall.h: This.
38390
38391         * sysdeps/i386/bits/select.h: Removed.
38392         * sysdeps/x86_64/bits/select.h: Renamed to ...
38393         * sysdeps/x86/bits/select.h: This.
38394
38395         * sysdeps/i386/bits/setjmp.h: Removed.
38396         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
38397         * sysdeps/x86/bits/setjmp.h: This.
38398
38399         * sysdeps/i386/bits/mathdef.h: Removed.
38400         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
38401         * sysdeps/x86/bits/mathdef.h: This.
38402
38403 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
38404
38405         [BZ #14132]
38406         * include/sys/socket.h (__connect_internal)
38407         (__libc_sa_len_internal): Remove declaration.
38408         (__connect, __libc_sa_len): Declare hidden_proto.
38409         (SA_LEN): Remove use of INTUSE.
38410         * socket/connect.c: Add libc_hidden_def.
38411         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
38412         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
38413         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
38414         alias.
38415         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
38416         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
38417         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
38418         of adding _internal alias.
38419
38420 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38421
38422         [BZ #14117]
38423         * sysdeps/i386/bits/link.h: Removed.
38424         * sysdeps/i386/bits/linkmap.h: Likewise.
38425         * sysdeps/x86_64/bits/link.h: Renamed to ...
38426         * sysdeps/x86/bits/link.h: This.
38427         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
38428         * sysdeps/x86/bits/linkmap.h: This.
38429
38430         * sysdeps/i386/bits/endian.h: Removed.
38431         * sysdeps/x86_64/bits/endian.h: Renamed to ...
38432         * sysdeps/x86/bits/endian.h: This.
38433
38434         * sysdeps/i386/bits/byteswap.h: Removed.
38435         * sysdeps/i386/bits/byteswap-16.h: Likewise.
38436         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
38437         * sysdeps/x86/bits/byteswap.h: This.
38438         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
38439         * sysdeps/x86/bits/byteswap-16.h: This.
38440         * sysdeps/i386/Implies: Add x86.
38441         * sysdeps/x86_64/Implies: Likewise.
38442
38443 2012-05-30  David S. Miller  <davem@davemloft.net>
38444
38445         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
38446         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
38447         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
38448         (FP_TRAPPING_EXCEPTIONS): Define.
38449         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
38450         (FP_TRAPPING_EXCEPTIONS): Define.
38451         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
38452         subnormals only when inexact has been signalled or underflow
38453         exceptions are enabled.
38454         (_FP_PACK_CANONICAL): Likewise.
38455
38456 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38457
38458         [BZ #14183]
38459         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
38460         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
38461
38462 2012-05-30  Richard Henderson  <rth@twiddle.net>
38463
38464         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
38465         with #ifndef NOT_IN_libc.
38466
38467         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
38468         marked to avoid plt entry.
38469
38470 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38471
38472         [BZ #14112]
38473         * Makeconfig (default-abi): New macro.
38474         (abi-includes): Likewise.
38475         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
38476         $(abi-$(default-abi)-lib-soname) for soname if defined.
38477         ($(common-objpfx)gnu/lib-names.stmp): Generate from
38478         abi-variants.
38479         * Makefile (installed-stubs): Likewise.
38480         * include/stubs-biarch.h: Removed.
38481         * scripts/lib-names.awk: Only handle one library at a time.
38482         * scripts/soversions.awk: Remove WORDSIZE support.
38483         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
38484         entries.
38485         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
38486         Removed.
38487         (syscall-list-default-condition): Likewise.
38488         (syscall-list-default-condition): Likewise.
38489         (syscall-list-includes): Likewise.
38490         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
38491         syscall-list-* with abi-*.  Handle undefined abi-variants.
38492         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
38493         * sysdeps/unix/sysv/linux/i386/Implies: New file.
38494         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
38495         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
38496         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
38497         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
38498         Removed.
38499         (syscall-list-32-options): Likewise.
38500         (syscall-list-32-condition): Likewise.
38501         (syscall-list-64-options): Likewise.
38502         (syscall-list-64-condition): Likewise.
38503         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
38504         macro.
38505         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
38506         Renamed to ...
38507         (abi-*): This.
38508         (abi-64-ld-soname): New macro.
38509         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
38510         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
38511         Renamed to ...
38512         (abi-*): This.
38513         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
38514         * sysdeps/x86_64/x32/shlib-versions: Likewise.
38515
38516 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
38517
38518         * sysdeps/unix/sysv/linux/kernel-features.h
38519         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
38520         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
38521         include <kernel-features.h>.
38522         [!__NR_ftruncate64]: Remove conditional code.
38523         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38524         [__NR_ftruncate64]: Make code unconditional.
38525         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38526         * sysdeps/unix/sysv/linux/truncate64.c: Do not
38527         include <kernel-features.h>.
38528         [!__NR_ftruncate64]: Remove conditional code.
38529         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38530         [__NR_ftruncate64]: Make code unconditional.
38531         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38532         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
38533         include <kernel-features.h>.
38534         [!__NR_ftruncate64]: Remove conditional code.
38535         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38536         [__NR_ftruncate64]: Make code unconditional.
38537         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38538         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
38539         include <kernel-features.h>.
38540         [!__NR_ftruncate64]: Remove conditional code.
38541         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38542         [__NR_ftruncate64]: Make code unconditional.
38543         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38544
38545         * configure.in (libc_cv_fpie): Weaken to a compile test using
38546         LIBC_TRY_CC_OPTION.
38547         * configure: Regenerated.
38548
38549 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38550
38551         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
38552         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
38553         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
38554         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
38555         Refreshed.
38556         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
38557         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
38558         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
38559         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
38560         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
38561         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
38562         Refreshed.
38563
38564 2012-05-27  David S. Miller  <davem@davemloft.net>
38565
38566         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
38567         (___Q_zero): New.
38568         (__Q_simulate_exceptions): Return void.  Change to simulate
38569         exceptions by writing into the %fsr.
38570         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
38571         (__Qp_handle_exceptions): Likewise.
38572         (numbers): Delete.
38573         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
38574         __Qp_handle_exceptions.
38575         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
38576         __Qp_handle_exceptions.
38577         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
38578         as unused and give dummy FP_RND_NEAREST initializer.
38579         (FP_INHIBIT_RESULTS): Define.
38580         (___Q_simulate_exceptions): Update declaration.
38581         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
38582         formatting.
38583         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
38584         as unused and give dummy FP_RND_NEAREST initializer.
38585         (__Qp_handle_exceptions): Update declaration.
38586         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
38587         formatting.
38588
38589 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
38590
38591         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
38592         the temporary FPU control word.
38593         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
38594         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
38595         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
38596         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
38597         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
38598         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
38599         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
38600         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
38601         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
38602         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
38603         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
38604
38605 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
38606
38607         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
38608         fields.
38609
38610 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
38611
38612         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
38613         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
38614         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
38615         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
38616         Likewise.
38617         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
38618         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
38619         Likewise.
38620
38621 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
38622
38623         * po/h.po: Update from translation team.
38624
38625 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
38626
38627         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
38628
38629         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
38630         handling of denormals.
38631         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
38632         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
38633         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
38634         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
38635         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
38636         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
38637         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
38638         Likewise.
38639
38640 2012-05-26  Marek Polacek  <polacek@redhat.com>
38641
38642         [BZ #14152]
38643         * math/libm-test.inc (fma_test): Don't always expect underflow
38644         exception.
38645
38646 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
38647
38648         [BZ #12416]
38649         * elf/tst-execstack.c: Include stackinfo.h.
38650         (do_test): Adjust test case to ensure that pthread_getattr_np
38651         behaviour remains the same after marking stack executable.
38652
38653 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
38654
38655         * sysdeps/unix/sysv/linux/kernel-features.h
38656         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
38657         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
38658         kernel-features.h.
38659         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
38660         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
38661         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
38662         kernel-features.h.
38663         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
38664         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
38665
38666 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
38667
38668         * configure.in: Define the default includes to being none.
38669         * configure: Regenerated.
38670
38671 2012-05-25  Roland McGrath  <roland@hack.frob.com>
38672
38673         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
38674         * sysdeps/x86_64/setjmp.S: Likewise.
38675         * sysdeps/i386/bsd-setjmp.S: Likewise.
38676         * sysdeps/i386/bsd-_setjmp.S: Likewise.
38677         * sysdeps/i386/setjmp.S: Likewise.
38678         * sysdeps/i386/__longjmp.S: Likewise.
38679         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
38680         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
38681
38682         * include/stap-probe.h: New file.
38683         * configure.in: Handle --enable-systemtap.
38684         * configure: Regenerated.
38685         * config.h.in (USE_STAP_PROBE): New #undef.
38686         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
38687         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
38688         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
38689
38690 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
38691
38692         [BZ #13717]
38693         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
38694         to 2.4.0 where earlier.
38695         * sysdeps/unix/sysv/linux/configure: Regenerated.
38696         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
38697         <kernel-features.h>.
38698         [__ASSUME_32BITUIDS]: Make code unconditional.
38699         [!__ASSUME_32BITUIDS]: Remove conditional code.
38700         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
38701         <kernel-features.h>.
38702         [__ASSUME_32BITUIDS]: Make code unconditional.
38703         [!__ASSUME_32BITUIDS]: Remove conditional code.
38704         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
38705         [__ASSUME_32BITUIDS]: Make code unconditional.
38706         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
38707         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
38708         <kernel-features.h>.
38709         [__ASSUME_32BITUIDS]: Make code unconditional.
38710         [!__ASSUME_32BITUIDS]: Remove conditional code.
38711         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
38712         <kernel-features.h>.
38713         [__ASSUME_32BITUIDS]: Make code unconditional.
38714         [!__ASSUME_32BITUIDS]: Remove conditional code.
38715         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
38716         <kernel-features.h>.
38717         [__ASSUME_32BITUIDS]: Make code unconditional.
38718         [!__ASSUME_32BITUIDS]: Remove conditional code.
38719         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
38720         <kernel-features.h>.
38721         [__ASSUME_32BITUIDS]: Make code unconditional.
38722         [!__ASSUME_32BITUIDS]: Remove conditional code.
38723         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
38724         <kernel-features.h>.
38725         [__ASSUME_32BITUIDS]: Make code unconditional.
38726         [!__ASSUME_32BITUIDS]: Remove conditional code.
38727         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
38728         <kernel-features.h>.
38729         [__ASSUME_32BITUIDS]: Make code unconditional.
38730         [!__ASSUME_32BITUIDS]: Remove conditional code.
38731         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
38732         <kernel-features.h>.
38733         [__ASSUME_32BITUIDS]: Make code unconditional.
38734         [!__ASSUME_32BITUIDS]: Remove conditional code.
38735         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
38736         <kernel-features.h>.
38737         [__ASSUME_32BITUIDS]: Make code unconditional.
38738         [!__ASSUME_32BITUIDS]: Remove conditional code.
38739         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
38740         <kernel-features.h>.
38741         [__ASSUME_32BITUIDS]: Make code unconditional.
38742         [!__ASSUME_32BITUIDS]: Remove conditional code.
38743         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
38744         <kernel-features.h>.
38745         [__ASSUME_32BITUIDS]: Make code unconditional.
38746         [!__ASSUME_32BITUIDS]: Remove conditional code.
38747         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
38748         <kernel-features.h>.
38749         [__NR_setresgid] (__setresgid): Do not declare.
38750         [__ASSUME_32BITUIDS]: Make code unconditional.
38751         [!__ASSUME_32BITUIDS]: Remove conditional code.
38752         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
38753         <kernel-features.h>.
38754         [__NR_setresuid] (__setresuid): Do not declare.
38755         [__ASSUME_32BITUIDS]: Make code unconditional.
38756         [!__ASSUME_32BITUIDS]: Remove conditional code.
38757         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
38758         <kernel-features.h>.
38759         [__ASSUME_32BITUIDS]: Make code unconditional.
38760         [!__ASSUME_32BITUIDS]: Remove conditional code.
38761         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
38762         <kernel-features.h>.
38763         [__ASSUME_32BITUIDS]: Make code unconditional.
38764         [!__ASSUME_32BITUIDS]: Remove conditional code.
38765         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
38766         <kernel-features.h>.
38767         [__ASSUME_32BITUIDS]: Make code unconditional.
38768         [!__ASSUME_32BITUIDS]: Remove conditional code.
38769         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
38770         <kernel-features.h>.
38771         [__ASSUME_32BITUIDS]: Make code unconditional.
38772         [!__ASSUME_32BITUIDS]: Remove conditional code.
38773         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
38774         <kernel-features.h>.
38775         [__ASSUME_32BITUIDS]: Make code unconditional.
38776         [!__ASSUME_32BITUIDS]: Remove conditional code.
38777         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
38778         <kernel-features.h>.
38779         [__ASSUME_32BITUIDS]: Make code unconditional.
38780         [!__ASSUME_32BITUIDS]: Remove conditional code.
38781         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
38782         <kernel-features.h>.
38783         [__ASSUME_32BITUIDS]: Make code unconditional.
38784         [!__ASSUME_32BITUIDS]: Remove conditional code.
38785         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
38786         <kernel-features.h>.
38787         [__ASSUME_32BITUIDS]: Make code unconditional.
38788         [!__ASSUME_32BITUIDS]: Remove conditional code.
38789         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
38790         <kernel-features.h>.
38791         [__ASSUME_32BITUIDS]: Make code unconditional.
38792         [!__ASSUME_32BITUIDS]: Remove conditional code.
38793         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
38794         <kernel-features.h>.
38795         [__ASSUME_32BITUIDS]: Make code unconditional.
38796         [!__ASSUME_32BITUIDS]: Remove conditional code.
38797         * sysdeps/unix/sysv/linux/kernel-features.h
38798         (__ASSUME_SETRESUID_SYSCALL): Remove.
38799         (__ASSUME_SETRESGID_SYSCALL): Likewise.
38800         (__ASSUME_32BITUIDS): Likewise.
38801         (__ASSUME_LDT_WORKS): Likewise.
38802         (__ASSUME_O_DIRECTORY): Likewise.
38803         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
38804         architecture but not kernel version.
38805         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
38806         (__ASSUME_MMAP2_SYSCALL): Likewise.
38807         (__ASSUME_STAT64_SYSCALL): Likewise.
38808         (__ASSUME_IPC64): Likewise.
38809         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
38810         <kernel-features.h>.
38811         [__ASSUME_32BITUIDS]: Make code unconditional.
38812         [!__ASSUME_32BITUIDS]: Remove conditional code.
38813         * sysdeps/unix/sysv/linux/opendir.c: Do not include
38814         <kernel-features.h>.
38815         [__ASSUME_O_DIRECTORY]: Make code unconditional.
38816         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
38817         132096]: Remove conditional code.
38818         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
38819         * sysdeps/unix/sysv/linux/s390/s390-32/chown.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/s390/s390-32/lchown.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/setegid.c: Do not include
38828         <kernel-features.h>.
38829         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
38830         unconditional.
38831         (__setresgid): Do not declare.
38832         [__ASSUME_32BITUIDS]: Make code unconditional.
38833         [!__ASSUME_32BITUIDS]: Remove conditional code.
38834         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
38835         <kernel-features.h>.
38836         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
38837         unconditional.
38838         (__setresuid): Do not declare.
38839         [__ASSUME_32BITUIDS]: Make code unconditional.
38840         [!__ASSUME_32BITUIDS]: Remove conditional code.
38841         * sysdeps/unix/sysv/linux/sh/chown.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/sparc/sparc32/semctl.c: Do not include
38846         <kernel-features.h>.
38847         [__ASSUME_32BITUIDS]: Make code unconditional.
38848         [!__ASSUME_32BITUIDS]: Remove conditional code.
38849
38850 2012-05-25  Richard Henderson  <rth@twiddle.net>
38851
38852         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
38853         dl_hwcap to ifunc resolver.
38854         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
38855         elf_ifunc_invoke.
38856         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
38857         dl_hwcap to ifunc resolver.
38858         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
38859
38860 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
38861
38862         [BZ #14153]
38863         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
38864         for |x| <= 2**-26, not 2**-57.
38865         * math/libm-test.inc (acos_test): Do not allow spurious underflow
38866         exception.
38867
38868 2012-05-24  Jeff Law  <law@redhat.com>
38869
38870         * stdio-common/Makefile (tests): Add bug25.
38871         * stdio-common/bug25.c: New test.
38872
38873 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
38874
38875         [BZ #13576]
38876         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
38877         multiple of MALLOC_ALIGNMENT in size.
38878         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
38879
38880 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
38881
38882         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
38883         Require >= 256.
38884         (FILENAME_MAX): Use macro-int-constant.
38885         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
38886         (_IOFBF): Use macro-int-constant.
38887         (_IOLBF): Likewise.
38888         (_IONBF): Likewise.
38889         (SEEK_CUR): Likewise.
38890         (SEEK_END): Likewise.
38891         (SEEK_SET): Likewise.
38892         (TMP_MAX): Likewise.
38893         (EOF): Use macro-int-constant.  Require < 0.
38894         (NULL): Use macro-constant.  Require == 0.
38895         (stdin): Require type to be FILE *.
38896         (stdout): Likewise.
38897         (stderr): Likewise.
38898         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
38899         macro-int-constant.
38900         (EXIT_SUCCESS): Likewise.
38901         (NULL): Use macro-constant.  Require == 0.
38902         (RAND_MAX): Use macro-int-constant.
38903         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
38904         [C99-based standards] (strtof): Require function.
38905         [C99-based standards] (strtold): Likewise.
38906         [C99-based standards] (strtoll): Likewise.
38907         [C99-based standards] (strtoull): Likewise.
38908         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
38909         [ISO || ISO99 || ISO11] (limits.h): Likewise.
38910         [ISO || ISO99 || ISO11] (math.h): Likewise.
38911         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
38912         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
38913         [ISO || ISO99 || ISO11] (*_t): Do not allow.
38914
38915 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
38916
38917         [BZ #14132]
38918         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
38919         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
38920         * intl/dgettext.c (DCGETTEXT): Likewise.
38921         * intl/gettext.c (DCGETTEXT): Likewise.
38922         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
38923         * posix/regex_internal.h (gettext): Likewise.
38924         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
38925         Remove declaration.
38926         * include/argz.h (__argz_count_internal)
38927         (__argz_stringify_internal): Remove declaration.
38928         (__argz_count, __argz_stringify): Declare hidden proto.
38929         * intl/dcgettext.c: Remove use of INTDEF.
38930         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
38931         * string/argz-stringify.c: Likewise.
38932         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
38933         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
38934         Declare hidden proto.
38935         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
38936         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
38937         Declare hidden proto.
38938         * include/stdio.h (__asprintf_internal): Don't declare.
38939         (__asprintf): Don't define as macro.  Declare hidden proto.
38940         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
38941         (__fsetlocking): Declare hidden proto.
38942         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
38943         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
38944         hidden proto.
38945         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
38946         (_IO_setlinebuf): Remove use of INTUSE.
38947         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
38948         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
38949         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
38950         Remove declaration.
38951         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
38952         (_IO_do_flush): Remove use of INTUSE.
38953         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
38954         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
38955         (_IO_adjust_column, _IO_least_wmarker)
38956         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
38957         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
38958         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
38959         (_IO_default_doallocate, _IO_wdefault_doallocate)
38960         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
38961         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
38962         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
38963         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
38964         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
38965         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
38966         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
38967         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
38968         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
38969         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
38970         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
38971         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
38972         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
38973         proto.
38974         (_IO_flush_all_internal, _IO_adjust_column_internal)
38975         (_IO_default_uflow_internal, _IO_default_finish_internal)
38976         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
38977         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
38978         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
38979         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
38980         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
38981         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
38982         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
38983         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
38984         (_IO_file_close_internal, _IO_file_close_it_internal)
38985         (_IO_file_underflow_internal, _IO_file_overflow_internal)
38986         (_IO_file_init_internal, _IO_file_attach_internal)
38987         (_IO_file_fopen_internal, _IO_file_read_internal)
38988         (_IO_file_sync_internal, _IO_file_seek_internal)
38989         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
38990         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
38991         (_IO_str_underflow_internal, _IO_str_overflow_internal)
38992         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
38993         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
38994         (_IO_list_all_internal, _IO_link_in_internal)
38995         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
38996         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
38997         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
38998         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
38999         (_IO_do_write_internal, _IO_padn_internal)
39000         (_IO_getline_info_internal, _IO_getline_internal)
39001         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
39002         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
39003         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
39004         (_IO_vfscanf_internal, _IO_vfprintf_internal)
39005         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
39006         (_IO_init_internal, _IO_un_link_internal): Don't declare.
39007         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
39008         with libc_hidden_ver, remove use of INTUSE.
39009         * libio/genops.c: Likewise.
39010         * libio/freopen.c: Likewise.
39011         * libio/freopen64.c: Likewise.
39012         * libio/iofclose.c: Likewise.
39013         * libio/iofdopen.c: Likewise.
39014         * libio/iofflush.c: Likewise.
39015         * libio/iofflush_u.c: Likewise.
39016         * libio/iofgets.c: Likewise.
39017         * libio/iofgets_u.c: Likewise.
39018         * libio/iofopen.c: Likewise.
39019         * libio/iofopncook.c: Likewise.
39020         * libio/iofread.c: Likewise.
39021         * libio/iofread_u.c: Likewise.
39022         * libio/ioftell.c: Likewise.
39023         * libio/iofwrite.c: Likewise.
39024         * libio/iogetline.c: Likewise.
39025         * libio/iogets.c: Likewise.
39026         * libio/iogetwline.c: Likewise.
39027         * libio/iopadn.c: Likewise.
39028         * libio/iopopen.c: Likewise.
39029         * libio/ioseekoff.c: Likewise.
39030         * libio/ioseekpos.c: Likewise.
39031         * libio/iosetbuffer.c: Likewise.
39032         * libio/iosetvbuf.c: Likewise.
39033         * libio/ioungetc.c: Likewise.
39034         * libio/ioungetwc.c: Likewise.
39035         * libio/iovdprintf.c: Likewise.
39036         * libio/iovsprintf.c: Likewise.
39037         * libio/iovsscanf.c: Likewise.
39038         * libio/memstream.c: Likewise.
39039         * libio/obprintf.c: Likewise.
39040         * libio/oldfileops.c: Likewise.
39041         * libio/oldiofclose.c: Likewise.
39042         * libio/oldiofdopen.c: Likewise.
39043         * libio/oldiofopen.c: Likewise.
39044         * libio/oldiopopen.c: Likewise.
39045         * libio/oldstdfiles.c: Likewise.
39046         * libio/putc.c: Likewise.
39047         * libio/setbuf.c: Likewise.
39048         * libio/setlinebuf.c: Likewise.
39049         * libio/stdfiles.c: Likewise.
39050         * libio/strops.c: Likewise.
39051         * libio/vasprintf.c: Likewise.
39052         * libio/vscanf.c: Likewise.
39053         * libio/vsnprintf.c: Likewise.
39054         * libio/vswprintf.c: Likewise.
39055         * libio/wfiledoalloc.c: Likewise.
39056         * libio/wfileops.c: Likewise.
39057         * libio/wgenops.c: Likewise.
39058         * libio/wmemstream.c: Likewise.
39059         * libio/wstrops.c: Likewise.
39060         * libio/__fpurge.c: Likewise.
39061         * libio/__fsetlocking.c: Likewise.
39062         * assert/assert.c: Likewise.
39063         * debug/fgets_chk.c: Likewise.
39064         * debug/fgets_u_chk.c: Likewise.
39065         * debug/fread_chk.c: Likewise.
39066         * debug/fread_u_chk.c: Likewise.
39067         * debug/gets_chk.c: Likewise.
39068         * debug/obprintf_chk.c: Likewise.
39069         * debug/vasprintf_chk.c: Likewise.
39070         * debug/vdprintf_chk.c: Likewise.
39071         * debug/vsnprintf_chk.c: Likewise.
39072         * debug/vsprintf_chk.c: Likewise.
39073         * malloc/mtrace.c: Likewise.
39074         * misc/error.c: Likewise.
39075         * misc/syslog.c: Likewise.
39076         * stdio-common/asprintf.c: Likewise.
39077         * stdio-common/fxprintf.c: Likewise.
39078         * stdio-common/getw.c: Likewise.
39079         * stdio-common/isoc99_fscanf.c: Likewise.
39080         * stdio-common/isoc99_scanf.c: Likewise.
39081         * stdio-common/isoc99_vfscanf.c: Likewise.
39082         * stdio-common/isoc99_vscanf.c: Likewise.
39083         * stdio-common/isoc99_vsscanf.c: Likewise.
39084         * stdio-common/printf-prs.c: Likewise.
39085         * stdio-common/printf_fp.c: Likewise.
39086         * stdio-common/printf_fphex.c: Likewise.
39087         * stdio-common/printf_size.c: Likewise.
39088         * stdio-common/putw.c: Likewise.
39089         * stdio-common/scanf.c: Likewise.
39090         * stdio-common/sprintf.c: Likewise.
39091         * stdio-common/tmpfile.c: Likewise.
39092         * stdio-common/vfprintf.c: Likewise.
39093         * stdio-common/vfscanf.c: Likewise.
39094         * stdlib/strfmon_l.c: Likewise.
39095         * sunrpc/openchild.c: Likewise.
39096         * sunrpc/xdr_stdio.c: Likewise.
39097         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
39098         * sysdeps/mach/hurd/tmpfile.c: Likewise.
39099
39100 2012-05-24  Roland McGrath  <roland@hack.frob.com>
39101
39102         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
39103
39104         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
39105         in the third column, to generate for the shared library an IFUNC
39106         that uses _dl_vdso_vsym.
39107         * Makerules (COMPILE.c, compile-stdin.c): New variables.
39108         * Makeconfig (object-suffixes-noshared): New variable.
39109
39110         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
39111         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
39112         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
39113         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
39114
39115         [BZ #14132]
39116         * include/sys/time.h (__gettimeofday): Remove macro.
39117         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
39118         * time/gettimeofday.c (__gettimeofday): Remove #undef.
39119         Remove INTDEF.
39120         (__gettimeofday): Add libc_hidden_def.
39121         (gettimeofday): Add libc_hidden_weak.
39122         * sysdeps/mach/gettimeofday.c: Likewise.
39123         * sysdeps/posix/gettimeofday.c: Likewise.
39124         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
39125         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
39126         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
39127         (__gettimeofday_internal): Remove strong_alias.
39128         (__gettimeofday): Add libc_hidden_def.
39129         (gettimeofday): Add libc_hidden_weak.
39130         * sysdeps/unix/syscalls.list (gettimeofday):
39131         Remove __gettimeofday_internal alias.
39132
39133 2012-05-24  Daniel Jacobowitz  <drow@false.org>
39134             H.J. Lu  <hongjiu.lu@intel.com>
39135
39136         [BZ #12495]
39137         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
39138         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
39139         (largebin_index_32_big): New.
39140         (largebin_index): Use it for 16-byte alignment.
39141         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
39142         correction with front_misalign.
39143
39144 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
39145
39146         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
39147         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
39148         Likewise.
39149         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
39150         Likewise.
39151         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
39152         Likewise.
39153         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
39154         Likewise.
39155         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
39156         Likewise.
39157         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
39158         Likewise.
39159         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
39160         Likewise.
39161         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
39162         Likewise.
39163         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
39164         Likewise.
39165         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
39166         Likewise.
39167         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
39168         Likewise.
39169         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
39170         Likewise.
39171
39172         * scripts/data/c++-types-x32-linux-gnu.data: New file.
39173         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
39174
39175 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
39176
39177         [BZ #10846]
39178         [BZ #14036]
39179         * math/libm-test.inc (exp_test): Add test from bug 14036.
39180         (pow_test): Add test from bug 10846.
39181
39182         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
39183         and other flags.
39184         (special_function): Do not include flags in test name.
39185         (parse_args): Likewise.
39186         * sysdeps/i386/fpu/libm-test-ulps: Update.
39187         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
39188         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
39189         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
39190         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39191
39192         * math/gen-libm-test.pl (%beautify): Add entries for underflow
39193         exceptions.
39194         * math/libm-test.inc ("Philosophy"): Update comment about
39195         exception testing.
39196         (UNDERFLOW_EXCEPTION): New macro.
39197         (UNDERFLOW_EXCEPTION_OK): Likewise.
39198         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
39199         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
39200         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
39201         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
39202         (INVALID_EXCEPTION_OK): Update value.
39203         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
39204         (OVERFLOW_EXCEPTION_OK): Likewise.
39205         (IGNORE_ZERO_INF_SIGN): Likewise.
39206         (test_exceptions): Handle underflow exceptions.
39207         (acos_test): Update for underflow exception expectations.
39208         (cexp_test): Likewise.
39209         (clog_test): Likewise.
39210         (clog10_test): Likewise.
39211         (csqrt_test): Likewise.
39212         (ctan_test): Likewise.
39213         (ctanh_test): Likewise.
39214         (exp_test): Likewise.
39215         (exp10_test): Likewise.
39216         (exp2_test): Likewise.
39217         (expm1_test): Likewise.
39218         (fma_test): Likewise.
39219         (j0_test): Likewise.
39220         (jn_test): Likewise.
39221         (nexttoward_test): Likewise.
39222         (pow_test): Likewise.
39223         (scalbn_test): Likewise.
39224         (scalbln_test): Likewise.
39225         (tan_test): Likewise.
39226         (y1_test): Likewise.
39227         * sysdeps/i386/fpu/libm-test-ulps: Update.
39228         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39229
39230 2012-05-23  David S. Miller  <davem@davemloft.net>
39231
39232         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
39233         (__libc_sigaction): Remove unused local variables.
39234
39235 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
39236
39237         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
39238
39239 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
39240
39241         mktime: avoid signed integer overflow
39242         * time/mktime.c (__mktime_internal): Do not mishandle the case
39243         where diff == INT_MIN.
39244
39245         mktime: simplify computation of average
39246         * time/mktime.c (ranged_convert): Use new time_t_avg function
39247         instead of rolling our own (probably-slower) code.
39248
39249         mktime: do not assume signed right shift propagates sign bit
39250         * time/mktime.c (isdst_differ): New static function.
39251         (__mktime_internal): No need to normalize tm_isdst now.
39252         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
39253         tm_isdst values.
39254
39255         mktime: merge another wrapv change from gnulib
39256         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
39257         from some compilers.
39258
39259         mktime: remove incorrect attempt at unusual arithmetics
39260         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
39261         The code didn't really work on such machines anyway.
39262         (TYPE_MINIMUM): Assume two's complement.
39263         (twos_complement_arithmetic): Verify that long_int and time_t
39264         are two's complement (or unsigned, in the latter case).
39265
39266         mktime: check signed shifts on long_int and time_t, too
39267         * time/mktime.c (SHR): Check that shifts work as desired
39268         on the types long_int and time_t too, as SHR is used on
39269         such types.
39270
39271         mktime: do not assume 'long' is wide enough
39272         * time/mktime.c (verify): Move decl up.
39273         (long_int): New type.
39274         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
39275         to remove assumption in the code that 'long' is wide enough to
39276         store year values.  This assumption is not true on x32 and on
39277         some non-glibc platforms.
39278
39279         mktime: merge wrapv change from gnulib
39280         * time/mktime.c (WRAPV): New macro.
39281         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
39282         (guess_time_tm, __mktime_internal): Do not assume that signed
39283         integer overflow wraps around; modern compilers generate code
39284         where this assumption is no longer valid.
39285
39286 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
39287
39288         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
39289         Replace "jmp L(pseudo_end)" with "ret".
39290         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
39291         Likewise.
39292
39293 2012-05-23  Andreas Jaeger  <aj@suse.de>
39294
39295         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
39296         * sysdeps/unix/sysv/linux/poll.c: Remove file.
39297
39298 2012-05-23  Andreas Jaeger  <aj@suse.de>
39299             Maximilian Attems  <max@stro.at>
39300
39301         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
39302         New macros.
39303
39304 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
39305
39306         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
39307         code so that pseudo_end is just ret and the stack pointer is
39308         correct also for static library in error case.
39309
39310 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
39311
39312         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
39313         move to syscalls.list.
39314         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
39315         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
39316         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
39317         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
39318
39319         * manual/install.texi (Running make install): Do not mention Linux
39320         kernel version for which pt_chown is not needed.
39321         (Linux): Do not mention problems with nscd with 2.0 kernels.
39322         * INSTALL: Regenerated.
39323
39324 2012-05-23  Andreas Jaeger  <aj@suse.de>
39325
39326         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
39327         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
39328         macro.
39329         * sysdeps/unix/sysv/linux/s390/bits/mman.h
39330         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39331         * sysdeps/unix/sysv/linux/sh/bits/mman.h
39332         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39333         * sysdeps/unix/sysv/linux/i386/bits/mman.h
39334         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39335         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
39336         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39337         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
39338         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39339         * sysdeps/unix/sysv/linux/bits/in.h
39340         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
39341
39342 2012-05-22  Roland McGrath  <roland@hack.frob.com>
39343
39344         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
39345         (PREPARE_VERSION): Just use assert instead, it will be elided
39346         under [NDEBUG] anyway.
39347
39348 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39349
39350         * sysdeps/unix/sysv/linux/Makefile: Include
39351         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
39352         (sysdep_routines): Remove sysctl.
39353         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
39354         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
39355         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
39356         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
39357         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
39358
39359 2012-05-22  Andreas Jaeger  <aj@suse.de>
39360
39361         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
39362         that pseudo_end is just ret and the stack pointer is correct also
39363         for static library in error case.
39364
39365 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
39366
39367         [BZ #14122]
39368         * nss/nsswitch.c (defconfig_entries): New variable.
39369         (__nss_database_lookup): Don't leak defconfig entries.
39370         (nss_parse_service_list): Don't leak on error paths.
39371         (free_database_entries): New function.
39372         (free_defconfig): New function.
39373         (free_mem): Move common code to free_database_entries.
39374
39375 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39376
39377         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
39378         Add arch_prctl.
39379         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
39380
39381         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
39382         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
39383         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
39384         New macro.
39385         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
39386         (INTERNAL_SYSCALL_TYPES): Likewise.
39387         (LOAD_ARGS_TYPES_[1-6]): Likewise.
39388         (LOAD_REGS_TYPES_[1-6]): Likewise.
39389         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
39390         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
39391
39392 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39393
39394         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
39395         copysignl for GLIBC_2_0.
39396         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
39397         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
39398         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
39399         logbl for GLIBC_2_0.
39400         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
39401         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
39402
39403 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39404
39405         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
39406         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
39407
39408         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
39409         Use "neg %eax".
39410
39411         * time/mktime.c: Update copyright years.
39412
39413 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
39414
39415         mktime: merge comment-quoting-style change from gnulib
39416         * time/mktime.c: Quote 'like this' in comments.
39417         The GNU coding standards suggest that we no longer quote `like this',
39418         as "`" and "'" are typically rendered asymmetrically nowadays.
39419         The typical gnulib style is to quote 'like this' when quoting
39420         code, and "like this" when quoting English.
39421
39422         * time/mktime.c (compile-command): Add "-I.".
39423
39424         mktime: merge mktime-internal.h change from gnulib
39425         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
39426
39427         mktime: merge time_r change from gnulib
39428         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
39429
39430         mktime: merge DEBUG change from gnulib
39431         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
39432         case system <time.h> has a #define.
39433
39434         mktime: merge <sys/types.h> change from gnulib
39435         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
39436         since <time.t> is now guaranteed to define time_t.
39437
39438         mktime: merge HAVE_CONFIG_H change from gnulib
39439         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
39440
39441 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39442
39443         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
39444         Use "neg %eax".
39445
39446         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
39447         __rlim_t cast.
39448         (struct rusage): Use anonymous union to pad each field to
39449         __syscall_slong_t.
39450
39451 2012-05-21  David S. Miller  <davem@davemloft.net>
39452
39453         * Makefules (o-iterator): Remove .s cases.
39454         (compile-command.s): Delete.
39455         (COMPILE.s): Delete.
39456         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
39457
39458 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
39459
39460         * configure.in (libc_cv_predef_stack_protector): Only consider
39461         "foobar" and "__stack_chk_fail" lines in libc_undefs.
39462         * configure: Regenerated.
39463
39464 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
39465
39466         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
39467         New macro.  Use R*LP on int and pointer.
39468         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
39469         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
39470         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
39471         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
39472
39473         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
39474         [__WORDSIZE_TIME64_COMPAT32] instead of
39475         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
39476         (struct utmp): Likewise.
39477         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
39478         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
39479         Renamed to ...
39480         (__WORDSIZE_TIME64_COMPAT32): This.
39481         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
39482         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
39483         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
39484         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
39485         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
39486         (__WORDSIZE_TIME64_COMPAT32): New macro.
39487
39488 2012-05-21  Andreas Jaeger  <aj@suse.de>
39489
39490         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
39491         only if [SHARED]. Add prototype for __wcschr_ia32.
39492
39493 2012-05-21  Roland McGrath  <roland@hack.frob.com>
39494
39495         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
39496         of %rbp unmolested in the jmp_buf while mangling the low bits.
39497         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
39498         unmolested high bits of %rbp while demangling the low bits.
39499         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
39500
39501 2012-05-21  Andreas Jaeger  <aj@suse.de>
39502
39503         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
39504         * sunrpc/svc_simple.c: Use it for registerrpc.
39505         * sunrpc/xcrypt.c: Use it for passwd2des.
39506
39507         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
39508
39509 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
39510
39511         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
39512         Don't define if [__SYSCALL_WORDSIZE != 32].
39513         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
39514         New macro.
39515
39516 2012-05-21  Bruno Haible  <bruno@clisp.org>
39517             Andreas Jaeger  <aj@suse.de>
39518
39519         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
39520         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
39521         inptr and inend for must_buffer_ch.
39522         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
39523         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
39524         * stdio-common/Makefile (tests): Remove bug15.
39525         (bug15-ENV): Remove macro.
39526         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
39527         anymore.
39528
39529 2012-05-19  Andreas Jaeger  <aj@suse.de>
39530             Roland McGrath  <roland@hack.frob.com>
39531
39532         * manual/contrib.texi: Completely rewritten. It contains now an
39533         alphabetical list of contributors and their contributions.
39534
39535 2012-05-21  Richard Henderson  <rth@twiddle.net>
39536
39537         * misc/getauxval.c (__getauxval): Use unsigned long int.
39538         * misc/sys/auxv.h: Include <sys/cdefs.h>.
39539         (getauxval): Use unsigned long int.
39540
39541 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
39542
39543         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
39544
39545 2012-05-21  Roland McGrath  <roland@hack.frob.com>
39546
39547         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
39548         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
39549         __alignof__ (long double).
39550
39551 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39552
39553         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39554
39555 2012-05-20  Richard Henderson  <rth@twiddle.net>
39556
39557         * misc/getauxval.c: New file.
39558         * misc/sys/auxv.h: New file.
39559         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
39560         (routines): Add getauxval.
39561         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
39562         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
39563         * elf/dl-sysdep.c (_dl_auxv): Remove.
39564         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
39565         * elf/dl-support.c (_dl_auxv): New variable.
39566         (_dl_aux_init): Initialize it.
39567         * manual/startup.texi (Auxiliary Vector): New node.
39568         * sysdeps/generic/bits/hwcap.h: New file.
39569         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
39570         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
39571         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
39572         * sysdeps/sparc/sysdep.h: ... here.  Include it.
39573         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
39574         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
39575         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
39576         Update.
39577         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
39578         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
39579         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
39580         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
39581         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
39582         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
39583         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
39584         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
39585
39586 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39587
39588         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39589
39590 2012-05-19  David S. Miller  <davem@davemloft.net>
39591
39592         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39593
39594 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
39595
39596         [BZ #14123]
39597         * math/s_ccosh.c: Include <float.h>
39598         (__ccosh): Avoid internal overflow calculating sinh and cosh
39599         values before multiplying by sin and cos values.
39600         * math/s_ccoshf.c: Likewise.
39601         * math/s_ccoshl.c: Likewise.
39602         * math/s_csin.c: Likewise.
39603         * math/s_csinf.c: Likewise.
39604         * math/s_csinl.c: Likewise.
39605         * math/s_csinh.c: Likewise.
39606         * math/s_csinhf.c: Likewise.
39607         * math/s_csinhl.c: Likewise.
39608         * math/libm-test.inc (ccos_test): Add more tests.
39609         (ccosh_test): Likewise.
39610         (csin_test): Likewise.
39611         (csinh_test): Likewise.
39612         * sysdeps/i386/fpu/libm-test-ulps: Update.
39613         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39614
39615 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
39616
39617         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
39618         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
39619
39620         * sysdeps/x86_64/x32/_itoa.h: Add comment.
39621
39622 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
39623
39624         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
39625         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
39626         * sysdeps/powerpc/soft-fp/Versions: Likewise.
39627         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
39628         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
39629         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
39630         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
39631         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
39632         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
39633         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
39634         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
39635         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
39636         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
39637         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
39638         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
39639         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
39640         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
39641         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
39642         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
39643         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
39644         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
39645         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
39646         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
39647         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
39648         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
39649         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
39650         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
39651         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
39652         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
39653         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
39654         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
39655
39656 2012-05-18  Andreas Jaeger  <aj@suse.de>
39657
39658         * csu/.gitignore: Delete.
39659
39660 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
39661
39662         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
39663         (timex): Use __syscall_slong_t.
39664
39665 2012-05-18  Andreas Jaeger  <aj@suse.de>
39666             Carlos O'Donell  <carlos_odonell@mentor.com>
39667
39668         * manual/install.texi (Configuring and compiling): Update
39669         description about files modified in the source directory.
39670         * INSTALL: Regenerated.
39671
39672 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
39673
39674         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
39675         value.  Use "or" to set return value to -1.
39676         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
39677         negate return value.
39678
39679 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
39680
39681         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
39682         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
39683         failure if the compiler has Graphite support disabled.
39684         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
39685         Likewise.
39686         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
39687         (CFLAGS-memmove.c): Likewise.
39688         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
39689         Likewise.
39690
39691 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
39692
39693         * sysdeps/x86_64/x32/_itoa.h: New file.
39694
39695         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
39696         getdents system call only if kernel and user dirents have the
39697         same d_ino and d_off.
39698
39699         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
39700         LLONG_MAX != LONG_MAX.
39701         (_itoa_word): Use _ITOA_WORD_TYPE on value.
39702         (_fitoa_word): Likewise.
39703
39704         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
39705         years.
39706         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
39707         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
39708         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
39709
39710         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
39711         include <bits/wordsize.h>.  Check __x86_64__ instead of
39712         __WORDSIZE.
39713         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
39714         if __x86_64__ is defined.  Use anonymous union on fpstate.
39715
39716         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
39717         anonymous union.
39718
39719 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
39720
39721         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
39722         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
39723         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
39724         Refer to _rtld_local_ro instead of _rtld_global_ro.
39725         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
39726         Likewise.
39727         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
39728         Likewise.
39729         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
39730         Likewise.
39731         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
39732         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
39733         of _rtld_global, and rtld_progname instead of _dl_argv[0].
39734
39735         * sysdeps/powerpc/powerpc32/dl-machine.c
39736         (__elf_machine_runtime_setup) [PROF]: Don't reference
39737         _dl_prof_resolve.
39738
39739 2012-05-18  Andreas Jaeger  <aj@suse.de>
39740
39741         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
39742         function only available for GCCs before 3.4 since GCC 3.4
39743         introduced a builtin.
39744         (lrint): Likewise.
39745         (llrintf): Likewise.
39746         (llrint): Likewise.
39747         (fmaxf): Likewise.
39748         (fmax): Likewise.
39749         (fminf): Likewise.
39750         (fmin): Likewise.
39751         (rint): Likewise.
39752         (rintf): Likewise.
39753         (nearbyint): Likewise.
39754         (nearbyintf): Likewise.
39755         (ceil): Likewise.
39756         (ceilf): Likewise.
39757         (floor): Likewise.
39758         (floorf): Likewise.
39759
39760 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
39761
39762         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
39763         on both fields and cast pointer to __syscall_ulong_t.
39764
39765         * bits/types.h (__fsword_t): New type.
39766         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
39767         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
39768         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39769         (__FSWORD_T_TYPE): Likewise.
39770         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39771         (__FSWORD_T_TYPE): Likewise.
39772         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39773         (__FSWORD_T_TYPE): Likewise.
39774         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
39775         (__FSWORD_T_TYPE): Likewise.
39776         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
39777         __SWORD_TYPE with __fsword_t.
39778         (statfs64): Likewise.
39779
39780 2012-05-17  David S. Miller  <davem@davemloft.net>
39781
39782         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
39783
39784 2012-05-17  Andreas Jaeger  <aj@suse.de>
39785
39786         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
39787         warning.
39788
39789 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
39790
39791         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
39792
39793 2012-05-17  Andreas Jaeger  <aj@suse.de>
39794
39795         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
39796         when it is used.
39797
39798 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
39799
39800         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
39801
39802 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
39803
39804         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
39805         * sysdeps/x86_64/tst-mallocalign1.c: New file.
39806
39807 2012-05-17  Andreas Jaeger  <aj@suse.de>
39808             Carlos O'Donell  <carlos_odonell@mentor.com>
39809
39810         [BZ #14059]
39811         * sysdeps/x86_64/multiarch/init-arch.h
39812         (bit_YMM_Usable): Rename to...
39813         (bit_AVX_Usable): ... this.
39814         (bit_FMA4_Usable): New macro.
39815         (bit_XMM_state): New macro.
39816         (bit_YMM_state): New macro.
39817         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
39818         [__ASSEMBLER__] (index_AVX_Usable): ... this.
39819         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
39820         (CPUID_OSXSAVE): New macro.
39821         (CPUID_AVX): New macro.
39822         (CPUID_FMA4): New macro.
39823         (index_YMM_Usable): Rename to...
39824         (index_AVX_Usable): ... this.
39825         (HAS_AVX): Use HAS_ARCH_FEATURE.
39826         (HAS_FMA4): Likewise.
39827         (HAS_YMM_USABLE): Remove.
39828         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
39829         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
39830         are present.
39831         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
39832         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
39833         * sysdeps/x86_64/multiarch/Makefile: Likewise.
39834         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
39835         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
39836
39837 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
39838
39839         * math/libm-test.c: Support platforms without multiple rounding modes.
39840         * math/bug-nextafter.c: Support platforms without FP exceptions.
39841         * math/bug-nexttoward.c: Likewise.
39842         * math/test-fenv.c: Likewise.
39843         * math/test-misc.c: Likewise.
39844         * stdlib/bug-getcontext.c: Likewise.
39845
39846 2012-05-17  Andreas Jaeger  <aj@suse.de>
39847
39848         * manual/examples/search.c (critter_cmp): Change signature to
39849         avoid warnings.
39850         * manual/string.texi (Collation Functions): Likewise.
39851
39852 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39853
39854         * bits/types.h: Fold copyright years.
39855         * bits/typesizes.h: Likewise.
39856         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
39857         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
39858         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
39859         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
39860         * time/time.h: Likewise.
39861
39862 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
39863
39864         [BZ #208]
39865         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
39866         in instead of returning them.  Return void.
39867         (__libc_mallinfo): Accumulate over all arenas.
39868         (__malloc_stats): Adjust for change in int_mallinfo interface.
39869
39870 2012-05-16  Roland McGrath  <roland@hack.frob.com>
39871
39872         [BZ #10375]
39873         * configure.in (NM): Add AC_CHECK_TOOL for it.
39874         (libc_extra_cflags): New substituted variable.
39875         Check for -fstack-protector being used implicitly.
39876         * configure: Regenerated.
39877         * config.make.in (config-extra-cflags): New variable,
39878         gets @libc_extra_cflags@.
39879         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
39880
39881         [BZ #10375]
39882         * configure.in: Check for _FORTIFY_SOURCE being predefined.
39883         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
39884         * configure: Regenerated.
39885         * config.make.in (CPPUNDEFS): New substituted variable.
39886         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
39887         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
39888         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
39889
39890 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39891
39892         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
39893         (mq_attr): Use __syscall_slong_t.
39894
39895 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39896
39897         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
39898         Check __x86_64__ instead of __WORDSIZE.
39899         (_STAT_VER_LINUX): Likewise.
39900         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
39901         __syscall_ulong_t and __syscall_slong_t.
39902         (stat64): Likewise.
39903
39904 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39905
39906         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
39907
39908 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39909
39910         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
39911
39912 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39913
39914         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
39915         __syscall_ulong_t.
39916
39917         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
39918         include <bits/wordsize.h>.  Check __x86_64__ instead of
39919         __WORDSIZE.
39920         (greg_t): Use "__extension__ long long int" if __x86_64__ is
39921         defined.
39922         (mcontext_t): Replace "unsigned long" with "unsigned long long".
39923
39924         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
39925         include <bits/wordsize.h>.  Check __x86_64__ instead of
39926         __WORDSIZE.
39927         (user_regs_struct): Use "__extension__ unsigned long long"
39928         instead of "unsigned long" if __x86_64__ is defined.
39929         (user): Likewise.  Pad after pointer field if __ILP32__ is
39930         defined.
39931
39932 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
39933
39934         * configure.in (makeinfo): Require version 4.5 or later.  Allow
39935         versions 5 to 9.
39936         * configure: Regenerated.
39937         * manual/install.texi (texinfo): Increase version requirement to
39938         4.5 or later.
39939         * INSTALL: Regenerated.
39940
39941         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
39942
39943 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39944
39945         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
39946
39947         * sysdeps/x86_64/x32/ffs.c: New file.
39948
39949         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
39950         __syscall_ulong_t.
39951         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
39952         defined.  Use __syscall_ulong_t.
39953         (shminfo): Use __syscall_ulong_t.
39954         (shm_info): Likewise.
39955
39956         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
39957         __syscall_ulong_t.
39958
39959         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
39960         <bits/wordsize.h>.
39961         (msgqnum_t): Use __syscall_ulong_t.
39962         (msglen_t): Likewise.
39963         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
39964         __syscall_ulong_t.
39965
39966         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
39967         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
39968
39969         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
39970
39971         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
39972         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
39973
39974         * sysvipc/sys/msg.h (msgbuf): Replace long int with
39975         __syscall_slong_t.
39976
39977         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
39978         include <bits/wordsize.h>.  Check __x86_64__ instead of
39979         __WORDSIZE.
39980
39981         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
39982         "unsigned long long int" if __x86_64__ is defined.
39983         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
39984
39985         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
39986         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
39987         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
39988
39989         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
39990         <stdint.h>.
39991         (GET_PC): Cast to uintptr_t first.
39992         (GET_FRAME): Likewise.
39993         (GET_STACK): Likewise.
39994
39995         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
39996         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
39997         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
39998         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
39999         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
40000         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
40001         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
40002         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
40003         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
40004         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
40005         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
40006         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
40007         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
40008         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
40009         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
40010         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
40011         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
40012         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
40013         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
40014         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
40015         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
40016         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
40017         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
40018         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
40019         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
40020         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
40021         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
40022         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
40023         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
40024
40025 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
40026
40027         * Makerules (+depfiles): Also collect depfiles from .oS in
40028         $(extra-objs).
40029         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
40030         .oS, $(libnldbl-routines)).
40031
40032         * Makerules (native-compile-mkdep-flags): Define.
40033         * sunrpc/Makefile (extra-objs): Add $(addprefix
40034         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
40035         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
40036         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
40037         calling $(make-target-directory).
40038
40039 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40040
40041         * bits/types.h (__snseconds_t): Removed.
40042         * time/time.h (struct timespec): Replace __snseconds_t with
40043         __syscall_slong_t.
40044         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
40045         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
40046         Likewise.
40047         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
40048         (__SNSECONDS_T_TYPE): Likewise.
40049         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
40050         (__SNSECONDS_T_TYPE): Likewise.
40051         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
40052         (__SNSECONDS_T_TYPE): Likewise.
40053
40054 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40055
40056         * sysdeps/mach/hurd/bits/typesizes.h
40057         (__SYSCALL_SLONG_TYPE): New macro.
40058         (__SYSCALL_ULONG_TYPE): Likewise.
40059
40060 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40061
40062         * bits/types.h (__syscall_slong_t): New type.
40063         (__syscall_ulong_t): Likewise.
40064
40065         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
40066         (__SYSCALL_ULONG_TYPE): Likewise.
40067         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
40068         (__SYSCALL_SLONG_TYPE): Likewise.
40069         (__SYSCALL_ULONG_TYPE): Likewise.
40070         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
40071         (__SYSCALL_SLONG_TYPE): Likewise.
40072         (__SYSCALL_ULONG_TYPE): Likewise.
40073         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
40074         (__SYSCALL_SLONG_TYPE): Likewise.
40075         (__SYSCALL_ULONG_TYPE): Likewise.
40076
40077 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40078
40079         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
40080         Add sigaltstack-offsets.sym.
40081         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
40082         <sigaltstack-offsets.h>.
40083         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
40084         longjmp_msg pointer.
40085         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
40086         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
40087         signal stack.
40088         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
40089
40090 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
40091
40092         * elf/stackguard-macros.h: Remove file.
40093         * sysdeps/generic/stackguard-macros.h: New file.
40094         * sysdeps/i386/stackguard-macros.h: Likewise.
40095         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
40096         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
40097         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
40098         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
40099         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
40100         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
40101         * sysdeps/x86_64/stackguard-macros.h: Likewise.
40102         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
40103         <elf/stackguard-macros.h>.
40104
40105         [BZ #14109]
40106         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
40107         __aligned__ in attribute.
40108         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
40109         (gregset_t): Likewise.
40110
40111 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40112
40113         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
40114         * sysdeps/x86_64/64/Implies-after: Here.  New file.
40115         * sysdeps/x86_64/x32/Implies-after: New file.
40116
40117 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40118
40119         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
40120         and access return value for _dl_profile_fixup.  Use R10_LP to
40121         load frame size.
40122
40123 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40124
40125         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
40126
40127 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40128
40129         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
40130         * sysdeps/x86_64/x32/sysdep.h: New file.
40131
40132 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40133
40134         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
40135         * sysdeps/x86_64/setjmp.S: Likewise.
40136
40137 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40138
40139         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
40140         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
40141         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
40142         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
40143         remove unused global constant.
40144
40145 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
40146
40147         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
40148         include of <not-cancel.h>.
40149
40150 2012-05-15  Roland McGrath  <roland@hack.frob.com>
40151
40152         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
40153
40154 2012-05-15  Jeff Law  <law@redhat.com>
40155             Andreas Jaeger  <aj@suse.de>
40156
40157         [BZ #13594]
40158         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
40159         out from...
40160         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
40161         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
40162         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
40163         code changing __hst_map_handle.map.
40164
40165 2012-05-15  Roland McGrath  <roland@hack.frob.com>
40166
40167         * configure.in (sysnames): Look for Implies-before and Implies-after
40168         files.
40169         * configure: Regenerated.
40170
40171 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40172
40173         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
40174         8-byte data alignment with LP_SIZE alignment.
40175
40176 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40177
40178         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
40179         into R10_LP.
40180
40181 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40182
40183         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
40184
40185 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40186
40187         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
40188         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
40189         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
40190         Likewise.
40191         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
40192
40193 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40194
40195         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
40196         (stackinfo_sub_sp): Likewise.
40197
40198 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40199
40200         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
40201         RAX_LP.
40202
40203 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40204
40205         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
40206         into R*_LP.
40207
40208 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40209
40210         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
40211         sizes into R*_LP.
40212
40213 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40214
40215         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
40216
40217 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40218
40219         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
40220         into R11_LP and load __x86_64_shared_cache_size_half into
40221         R8_LP.
40222
40223 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40224
40225         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
40226         R8_LP.
40227
40228 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40229
40230         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
40231         logb for POWER7.
40232         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
40233         logbf for POWER7.
40234         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
40235         logbl for POWER7.
40236         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
40237         powerpc32/power7/fpu/s_logb.c via #include.
40238         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
40239         powerpc32/power7/fpu/s_logbf.c via #include.
40240         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
40241         powerpc32/power7/fpu/s_logbl.c via #include.
40242
40243 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
40244
40245         * README.libm: Remove file.
40246
40247 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40248
40249         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
40250         count for x32.  Use R*_LP and omit operand-size suffix.
40251
40252 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40253
40254         * shlib-versions: Move x86_64-.*-linux.* entries to ...
40255         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
40256         * sysdeps/x86_64/x32/shlib-versions: New file.
40257
40258 2012-05-14  Roland McGrath  <roland@hack.frob.com>
40259
40260         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
40261         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
40262         Use _dl_fatal_printf instead.
40263
40264 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
40265
40266         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
40267         set if not set by the user.  Do not allow for being unset.
40268         * sysdeps/unix/sysv/linux/configure: Regenerated.
40269
40270 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40271
40272         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
40273         the `q' suffix from lea and replace .quad with ASM_ADDR.
40274
40275 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40276
40277         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
40278         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
40279         instead of $17.
40280         (PTR_DEMANGLE): Likewise.
40281
40282 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40283
40284         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
40285         (LP_OP): Likewise.
40286         (ASM_ADDR): Likewise.
40287         (RAX_LP): Likewise.
40288         (RBP_LP): Likewise.
40289         (RBX_LP): Likewise.
40290         (RCX_LP): Likewise.
40291         (RDI_LP): Likewise.
40292         (RSI_LP): Likewise.
40293         (RSP_LP): Likewise.
40294         (R8_LP): Likewise.
40295         (R9_LP): Likewise.
40296         (R10_LP): Likewise.
40297         (R10_LP): Likewise.
40298         (R11_LP): Likewise.
40299         (R12_LP): Likewise.
40300         (R13_LP): Likewise.
40301         (R14_LP): Likewise.
40302         (R15_LP): Likewise.
40303
40304 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40305
40306         * sysdeps/x86_64/x32/dl-machine.h: New file.
40307
40308 2012-05-14  Andreas Jaeger  <aj@suse.de>
40309
40310         * manual/Makefile (subdir): Remove export of subdir.
40311         (all): Remove target.
40312         (.PHONY): Remove all from list.
40313         (mkinstalldirs): Remove.
40314         (.PHONY): Remove installdirs from list.
40315         ($(inst_infodir)/libc.info): Use make-target-directory.
40316         (installdirs): Remove.
40317         (subdir_%): Remove.
40318         (glibc-targets): Remove.
40319         (lib): Remove.
40320         (stubs): Remove.
40321         ($(objpfx)stubs ../po/manual.pot): Remove.
40322         ($(objpfx)stamp%): Remove.
40323         (make-target-directory): Remove.
40324         (subdir_install): Remove.
40325         (routines): Remove.
40326         (aux): Remove.
40327         (sources): Remove.
40328         (objects): Remove.
40329         (headers): Remove.
40330
40331         [BZ #13750]
40332         * manual/.gitignore: Remove, it's not needed anymore.
40333         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
40334         all files in it.
40335         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
40336         directory.
40337         (texis): Renamed to $(objpfx)texis.
40338         (texis-path): New, contains path to generated files.
40339         (chapters.%): Use texis-path for complete path, add extra argument
40340         libc-texinfo.sh.
40341         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
40342         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
40343         (summary,texi, stamp-summary): Use complete path of
40344         files. Generate files in build dir.
40345         (dir-add.texi): Build in build dir.
40346         (libm-err.texi,stamp-libm-err): Likewise.
40347         (version.texi, stamp-version): Likewise.
40348         (.%c.texi): Likewise.
40349         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
40350         (mostlyclean): Remove target.
40351         (realclean): Remove target.
40352         (generated): Add new variable with contents from mostlyclean and
40353         realclean, remove entries duplicated in common-mostlyclean, add
40354         stamp-libm-err and stamp-version.
40355         (generated-dirs): Add libc directory.
40356         ($(inst_infodir)/libc.info): Install files from build dir.
40357
40358         * manual/install.texi (Configuring and compiling): Adjust since
40359         the info files are not part of the tar ball anymore.
40360
40361 2012-05-14  Andreas Jaeger  <aj@suse.de>
40362
40363         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
40364         variable.
40365
40366 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
40367
40368         [BZ #13717]
40369         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
40370         to 2.2.0 where earlier.
40371         * sysdeps/unix/sysv/linux/configure: Regenerated.
40372         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
40373         Remove conditional code.
40374         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
40375         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
40376         Remove conditional code.
40377         [!__NR_lchown]: Likewise.
40378         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
40379         [__NR_lchown]: Likewise.
40380         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
40381         comment referencing __ASSUME_LCHOWN_SYSCALL.
40382         * sysdeps/unix/sysv/linux/i386/sigaction.c
40383         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40384         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40385         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
40386         Remove conditional code.
40387         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
40388         (__protocol_available): Remove #if 0 code.
40389         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
40390         conditional code.
40391         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
40392         * sysdeps/unix/sysv/linux/kernel-features.h
40393         (__ASSUME_GETCWD_SYSCALL): Don't define.
40394         (__ASSUME_REALTIME_SIGNALS): Likewise.
40395         (__ASSUME_PREAD_SYSCALL): Likewise.
40396         (__ASSUME_PWRITE_SYSCALL): Likewise.
40397         (__ASSUME_POLL_SYSCALL): Likewise.
40398         (__ASSUME_LCHOWN_SYSCALL): Likewise.
40399         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
40400         non-SPARC.
40401         (__ASSUME_SIOCGIFNAME): Don't define.
40402         (__ASSUME_MSG_NOSIGNAL): Likewise.
40403         (__ASSUME_SENDFILE): Define unconditionally.
40404         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
40405         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
40406         conditional code.
40407         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
40408         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
40409         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
40410         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
40411         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
40412         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
40413         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
40414         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
40415         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40416         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40417         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
40418         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40419         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40420         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
40421         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40422         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40423         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
40424         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40425         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40426         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
40427         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40428         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40429         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
40430         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40431         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40432         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
40433         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40434         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40435         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
40436         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40437         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40438         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
40439         Remove conditional code.
40440         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40441         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
40442         Remove conditional code.
40443         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40444         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
40445         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
40446         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
40447         Remove conditional code.
40448         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40449         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
40450         Remove conditional code.
40451         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40452         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
40453         Remove conditional code.
40454         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40455         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
40456         Remove conditional code.
40457         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40458         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
40459         Remove conditional code.
40460         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40461         * sysdeps/unix/sysv/linux/sh/pwrite64.c
40462         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40463         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40464         * sysdeps/unix/sysv/linux/sigaction.c
40465         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40466         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40467         * sysdeps/unix/sysv/linux/sigpending.c
40468         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40469         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40470         * sysdeps/unix/sysv/linux/sigprocmask.c
40471         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40472         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40473         * sysdeps/unix/sysv/linux/sigsuspend.c
40474         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40475         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40476         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
40477         (__libc_missing_rt_sigs): Remove.
40478         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
40479         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
40480         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
40481         Remove conditional code.
40482         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
40483         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
40484         return 1.
40485         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
40486         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
40487         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
40488         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
40489
40490 2012-05-14  Andreas Jaeger  <aj@suse.de>
40491
40492         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
40493         it's not used in glibc.
40494         (__coshm1): Likewise.
40495         (__acosh1p): Likewise.
40496         (__sgn): Likewise.
40497
40498         * manual/string.texi (Copying and Concatenation): Add missing
40499         variable in concat example.
40500         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
40501
40502 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40503
40504         [BZ #14103]
40505         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
40506         __builtin_clzl with __builtin_clzll.
40507
40508 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40509
40510         [BZ #14104]
40511         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
40512         libc_freeres_ptr.
40513
40514 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
40515
40516         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
40517         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
40518         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
40519         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
40520
40521 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
40522
40523         * NEWS: Update ia64 info.
40524
40525 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
40526
40527         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
40528         used as bcopy.
40529
40530 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
40531
40532         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
40533         * sysdeps/unix/syscalls.list (dup3): Likewise.
40534         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
40535         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
40536
40537 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
40538
40539         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
40540         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
40541
40542 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
40543
40544         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
40545         thread pointer.
40546         (TLS_IE): Use mov/add instead of movq/addq to load thread
40547         pointer.
40548         (TLS_GD_PREFIX): New.
40549         (TLS_GD): Use it.
40550
40551 2012-05-11  David S. Miller  <davem@davemloft.net>
40552
40553         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
40554         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
40555         (_FPU_SETCW): Likewise.
40556
40557 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40558
40559         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
40560         is 32-byte aligned.
40561
40562 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
40563
40564         [BZ #11837]
40565         * iconvdata/gb18030.c: Update tables.
40566         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
40567         characters specially.
40568         (BODY for TO_LOOP): Add encoding of missing ranges.
40569
40570 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
40571
40572         [BZ #13673]
40573         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
40574         * sysdeps/mach/hurd/dup3.c: Likewise.
40575         * sysdeps/mach/hurd/readlinkat.c: Likewise.
40576         * sysdeps/powerpc/memmove.c:: Likewise.
40577
40578 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40579
40580         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
40581         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
40582
40583 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40584
40585         * elf/elf.h (R_X86_64_RELATIVE64): New.
40586         (R_X86_64_NUM): Updated.
40587         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
40588         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
40589         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
40590         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
40591         tst-quad1pie tst-quad2pie
40592         (modules-names): Add tst-quadmod1 tst-quadmod2.
40593         ($(objpfx)tst-quad1): New dependency.
40594         ($(objpfx)tst-quad2): Likewise.
40595         ($(objpfx)tst-quad1pie): Likewise.
40596         ($(objpfx)tst-quad2pie): Likewise.
40597         * sysdeps/x86_64/tst-quad1.c: New file.
40598         * sysdeps/x86_64/tst-quad1pie.c: New file.
40599         * sysdeps/x86_64/tst-quad2.c: Likewise.
40600         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
40601         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
40602         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
40603         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
40604         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
40605
40606 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40607
40608         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
40609         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
40610         * streams/stropts.h (t_scalar_t): Define type.
40611
40612         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
40613         (_PATH_PRESERVE): Set to "/var/lib".
40614         (_PATH_RWHODIR): Set to "/var/spool/rwho".
40615
40616         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
40617         instead of int.
40618
40619         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
40620         if __dir_mkfile succeeded.
40621
40622         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
40623         checking for _hurd_dtablesize.  Unlock it right after having
40624         finished _hurd_dtable allocation.
40625
40626 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40627
40628         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
40629         * sysdeps/mach/hurd/configure: Regenerated.
40630         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
40631         special-casing to...
40632         * sysdeps/gnu/configure.in: ... this new file.
40633         * sysdeps/unix/sysv/linux/configure: Regenerated.
40634         * sysdeps/gnu/configure: New generated file.
40635
40636         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
40637         for Linux: use nsec instead of usec, as well as:
40638         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
40639         members of type struct timespec.
40640         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
40641         New macros.
40642         (struct stat64): Likewise.
40643         (_STATBUF_ST_NSEC): New macro.
40644         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
40645
40646         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
40647         __strtoul_internal rather than strtoul.
40648
40649 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40650
40651         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
40652         and reject them.
40653
40654 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40655
40656         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
40657         which preserves existing values.
40658         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
40659
40660 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40661
40662         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
40663         TIMEOUT values.  Return EINVAL for NFDS values either negative or
40664         greater than FD_SETSIZE.
40665
40666 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40667
40668         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
40669         allocated, call __vm_protect to finish enabling the existing space, and
40670         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
40671         allocate the remainder.
40672
40673 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40674
40675         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
40676         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
40677
40678 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40679
40680         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
40681         sysdeps/mach/hurd/readlink.c.
40682
40683         * posix/tst-sysconf.c (posix_options): Only use
40684         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
40685         _POSIX_SYNCHRONIZED_IO when they are defined
40686         * sysdeps/mach/hurd/bits/posix_opt.h:
40687         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
40688         (_XOPEN_REALTIME): Undefine macro.
40689         (_XOPEN_REALTIME_THREADS): Undefine macro.
40690         (_XOPEN_SHM): Undefine macro.
40691         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
40692         macro to -1.
40693         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
40694         macro to -1.
40695         (_POSIX_ASYNC_IO): Undefine macro.
40696         (_POSIX_PRIORITIZED_IO): Undefine macro.
40697         (_POSIX_SPIN_LOCKS): Define macro to -1.
40698
40699         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
40700         SA_NODEFER, SA_RESETHAND.
40701         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
40702         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
40703         F_DUPFD_CLOEXEC.
40704
40705 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40706
40707         * elf/Makefile (pldd-modules): Define unconditionally.
40708
40709 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40710
40711         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
40712
40713 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40714
40715         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
40716         Return ENOENT when name is empty.
40717         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
40718
40719 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40720
40721         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
40722
40723         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
40724
40725 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40726
40727         Fix mlock in all cases except non-readable pages.
40728         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
40729         instead of VM_PROT_ALL as parameter to __vm_wire function.
40730
40731         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
40732         (__mkdir): When path is `/', just fail with EEXIST.
40733         * sysdeps/mach/hurd/mkdirat.c: Likewise.
40734
40735 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40736
40737         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
40738         <sys/uio.h> (for writev).
40739         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
40740         and <sys/param.h> (for MIN).
40741
40742 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40743
40744         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
40745         REQUESTED_TIME.  Properly set the remaining time and return EINTR
40746         if interrupted.
40747
40748 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40749
40750         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
40751         Depend on against $(link-rpcuserlibs).
40752
40753 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40754
40755         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
40756         (__libc_stack_end): Do not use attribute_relro.
40757         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
40758         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
40759         to libthread-provided value.
40760         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
40761         attribute_relro.
40762
40763 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40764
40765         [BZ #3748]
40766         * bits/libc-lock.h (__libc_once_get): New macro.
40767         * sysdeps/mach/bits/libc-lock.h: Likewise.
40768         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
40769         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
40770         instead of using implementation details.
40771
40772         * libio/fileops.c: Unconditionally include <kernel-features.h>.
40773         * libio/freopen.c: Likewise.
40774         * libio/freopen64.c: Likewise.
40775         * misc/syslog.c: Likewise.
40776         * nscd/connections.c: Likewise.
40777         * nscd/netgroupcache.c: Likewise.
40778         * sysdeps/posix/getcwd.c: Likewise.
40779
40780 2012-05-10  Roland McGrath  <roland@hack.frob.com>
40781
40782         * math/w_ilogbf.c: Add #include <limits.h>.
40783
40784 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40785
40786         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
40787         path instead of returning without unlocking.
40788
40789         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
40790         immediate-write ioctls.
40791         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
40792
40793 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40794
40795         * sysdeps/mach/hurd/i386/init-first.c (init): Use
40796         __builtin_frame_address instead of making assumptions about the
40797         location of the return address relative to DATA.  Force early load of
40798         the return address.
40799         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
40800         __builtin_frame_address.
40801
40802         dup3 for GNU Hurd.
40803         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
40804         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
40805         implement dup3 and do some further code clean-ups.
40806         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
40807         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
40808
40809 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40810
40811         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
40812
40813         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
40814         HURD_CRITICAL_END around holding _hurd_dtable_lock.
40815         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
40816         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
40817         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
40818         d->port.lock.
40819
40820         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
40821         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
40822         when handler == SIG_ERR, not when handler != SIG_ERR.
40823
40824 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40825
40826         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
40827         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
40828         definitions.
40829
40830         accept4 for GNU Hurd.
40831         * include/sys/socket.h (__libc_accept4): New prototype.
40832         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
40833         to implement __libc_accept4.
40834         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
40835         __libc_accept4.
40836         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
40837
40838         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
40839         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
40840         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
40841         signal-defines.sym.
40842
40843 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40844
40845         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
40846
40847 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40848
40849         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
40850         assertion on O_CLOEXEC flag.
40851         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
40852         * hurd/intern-fd.c: Likewise.
40853         * hurd/port2fd.c: Likewise.
40854
40855 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40856
40857         [BZ #3906]
40858         * bits/in.h (IPV6_PKTINFO): Define new macro.
40859         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
40860
40861 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40862
40863         [BZ #13954]
40864         [BZ #13955]
40865         [BZ #13956]
40866         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
40867         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
40868         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
40869         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
40870         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
40871         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
40872         * math/libm-test.inc (logb_test) : Additional logb tests.
40873
40874 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
40875             Andreas Jaeger  <aj@suse.de>
40876
40877         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
40878         * configure: Regenerated.
40879         * config.h.in (LINK_OBSOLETE_RPC): New macro.
40880         * config.make.in (link-obsolete-rpc): New substituted variable.
40881         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
40882         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
40883         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
40884         (shared-only-routines): Don't set it under [link-obsolete-rpc],
40885         so that libc.a contains the symbols.
40886         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
40887         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
40888         * sunrpc/auth_none.c: Likewise.
40889         * sunrpc/auth_unix.c: Likewise.
40890         * sunrpc/authdes_prot.c: Likewise.
40891         * sunrpc/authuxprot.c: Likewise.
40892         * sunrpc/clnt_gen.c: Likewise.
40893         * sunrpc/clnt_perr.c: Likewise.
40894         * sunrpc/clnt_raw.c: Likewise.
40895         * sunrpc/clnt_simp.c: Likewise.
40896         * sunrpc/clnt_tcp.c: Likewise.
40897         * sunrpc/clnt_udp.c: Likewise.
40898         * sunrpc/clnt_unix.c: Likewise.
40899         * sunrpc/des_crypt.c: Likewise.
40900         * sunrpc/des_soft.c: Likewise.
40901         * sunrpc/get_myaddr.c: Likewise.
40902         * sunrpc/key_call.c: Likewise.
40903         * sunrpc/key_prot.c: Likewise.
40904         * sunrpc/netname.c: Likewise.
40905         * sunrpc/pm_getmaps.c: Likewise.
40906         * sunrpc/pm_getport.c: Likewise.
40907         * sunrpc/pmap_clnt.c: Likewise.
40908         * sunrpc/pmap_prot.c: Likewise.
40909         * sunrpc/pmap_prot2.c: Likewise.
40910         * sunrpc/pmap_rmt.c: Likewise.
40911         * sunrpc/publickey.c: Likewise.
40912         * sunrpc/rpc_cmsg.c: Likewise.
40913         * sunrpc/rpc_common.c: Likewise.
40914         * sunrpc/rpc_dtable.c: Likewise.
40915         * sunrpc/rpc_prot.c: Likewise.
40916         * sunrpc/rpc_thread.c: Likewise.
40917         * sunrpc/rtime.c: Likewise.
40918         * sunrpc/svc.c: Likewise.
40919         * sunrpc/svc_auth.c: Likewise.
40920         * sunrpc/svc_raw.c: Likewise.
40921         * sunrpc/svc_run.c: Likewise.
40922         * sunrpc/svc_tcp.c: Likewise.
40923         * sunrpc/svc_udp.c: Likewise.
40924         * sunrpc/svc_unix.c: Likewise.
40925         * sunrpc/svcauth_des.c: Likewise.
40926         * sunrpc/xcrypt.c: Likewise.
40927         * sunrpc/xdr.c: Likewise.
40928         * sunrpc/xdr_array.c: Likewise.
40929         * sunrpc/xdr_float.c: Likewise.
40930         * sunrpc/xdr_intXX_t.c: Likewise.
40931         * sunrpc/xdr_mem.c: Likewise.
40932         * sunrpc/xdr_rec.c: Likewise.
40933         * sunrpc/xdr_ref.c: Likewise.
40934         * sunrpc/xdr_sizeof.c: Likewise.
40935         * sunrpc/xdr_stdio.c: Likewise.
40936
40937 2012-05-10  Roland McGrath  <roland@hack.frob.com>
40938
40939         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
40940         change.  Update copyright years.
40941
40942 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
40943
40944         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
40945
40946 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
40947             Joseph Myers  <joseph@codesourcery.com>
40948             Paul Pluzhnikov  <ppluzhnikov@google.com>
40949
40950         [BZ #14012]
40951         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
40952         requiring rpcgen.
40953         [cross-compiling] (extra-libs): Likewise.
40954         [cross-compiling] (extra-libs-others): Likewise.
40955         [cross-compiling] (librpcsvc-routines): Likewise.
40956         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
40957         [cross-compiling] (omit-deps): Likewise.
40958         (sunrpc-CPPFLAGS): New variable.
40959         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
40960         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
40961         (cross-rpcgen-objs): New variable.
40962         (extra-objs): Append $(cross-rpcgen-objs).
40963         ($(cross-rpcgen-objs)): New rule.
40964         ($(objpfx)cross-rpcgen): Likewise.
40965         (rpcgen-cmd): Define to use $(built-program-file).  Expand
40966         comment.
40967         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
40968         ($(objpfx)x%.stmp): Likewise.
40969         * sunrpc/proto.h [IS_IN_build] (_): Define.
40970         [IS_IN_build] (_libc_intl_domainname): Likewise.
40971
40972 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40973
40974         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
40975         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
40976         and R_X86_64_TPOFF64.
40977
40978 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
40979
40980         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
40981         sysdeps/unix/sysv/syscalls.list.
40982         (stime): Likewise.
40983         (utime): Likewise.
40984         * sysdeps/unix/sysv/syscalls.list: Remove file.
40985
40986 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
40987
40988         [BZ #3440]
40989         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
40990         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
40991         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
40992         (__LC_IDENTIFICATION): Make these macros useful in #if
40993         expressions, as required by C99.
40994
40995 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
40996
40997         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
40998         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
40999         after this.
41000
41001 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
41002
41003         * stdlib/longlong.h: Updated from GCC.
41004
41005 2012-05-09  Andreas Jaeger  <aj@suse.de>
41006
41007         * nscd/nscd.c (run_modes): Make named enum, reorder so that
41008         default is first entry.
41009         (run_mode): Set type.
41010         (main): Remove informal message about syslog.
41011         (options): Fix typo.
41012
41013         [BZ #14053]
41014         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
41015         to asm.
41016         (lrint): Likewise.
41017         (llrintf): Likewise.
41018         (llrint): Likewise.
41019         (rint): Likewise.
41020         (rintf): Likewise.
41021         (nearbyint): Likewise.
41022         (nearbyintf): Likewise.
41023
41024 2012-05-09  Andreas Jaeger  <aj@suse.de>
41025             Pedro Alves  <palves@redhat.com>
41026
41027         * nscd/nscd.c (run_mode): Use enum.
41028         (main): Cleanup coding style issue.
41029
41030 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
41031             Andreas Jaeger  <aj@suse.de>
41032
41033         * nscd/nscd.c (go_background): Replaced with...
41034         (run_mode): ... this.
41035         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
41036         (options): Add -F --foreground.
41037         (main): Implement it.
41038         (parse_opt): Parse it.
41039
41040 2012-05-09  Andreas Jaeger  <aj@suse.de>
41041
41042         [BZ #14083]
41043         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
41044         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
41045         -Wconversion warning.
41046         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
41047         Likewise.
41048
41049 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
41050
41051         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
41052         == 0.
41053         (LC_ALL): Use macro-int-constant.
41054         (LC_COLLATE): Likewise.
41055         (LC_CTYPE): Likewise.
41056         (LC_MESSAGES): Likewise.
41057         (LC_MONETARY): Likewise.
41058         (LC_NUMERIC): Likewise.
41059         (LC_TIME): Likewise.
41060         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
41061         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
41062         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41063         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
41064         Specify type.
41065         [C99-based standards] (float_t): Expect type.
41066         [C99-based standards] (double_t): Expect type.
41067         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
41068         type.
41069         [C99-based standards] (HUGE_VALL): Likewise.
41070         [C99-based standards] (INFINITY): Likewise.
41071         [C99-based standards] (NAN): Likewise.
41072         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
41073         [C99-based standards] (FP_NAN): Likewise.
41074         [C99-based standards] (FP_NORMAL): Likewise.
41075         [C99-based standards] (FP_SUBNORMAL): Likewise.
41076         [C99-based standards] (FP_ZERO): Likewise.
41077         [C99-based standards] (FP_FAST_FMA): Use
41078         optional-macro-int-constant.  Specify type.  Require == 1.
41079         [C99-based standards] (FP_FAST_FMAF): Likewise.
41080         [C99-based standards] (FP_FAST_FMAL): Likewise.
41081         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
41082         [C99-based standards] (FP_ILOGBNAN): Likewise.
41083         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
41084         Specify type.
41085         [C99-based standards] (MATH_ERREXCEPT): Likewise.
41086         [C99-based standards] (math_errhandling): Specify type.
41087         [ISO99 || ISO11] (signgam): Do not allow.
41088         [non-C99-based standards] (copysignf): Do not allow.
41089         [non-C99-based standards] (exp2f): Likewise.
41090         [non-C99-based standards] (log2f): Likewise.
41091         [non-C99-based standards] (modff): Allow.
41092         [non-C99-based standards] (erff): Do not allow.
41093         [non-C99-based standards] (erfcf): Likewise.
41094         [non-C99-based standards] (gammaf): Likewise.
41095         [non-C99-based standards] (hypotf): Likewise.
41096         [non-C99-based standards] (j0f): Likewise.
41097         [non-C99-based standards] (j1f): Likewise.
41098         [non-C99-based standards] (jnf): Likewise.
41099         [non-C99-based standards] (lgammaf): Likewise.
41100         [non-C99-based standards] (tgammaf): Likewise.
41101         [non-C99-based standards] (y0f): Likewise.
41102         [non-C99-based standards] (y1f): Likewise.
41103         [non-C99-based standards] (ynf): Likewise.
41104         [non-C99-based standards] (isnanf): Likewise.
41105         [non-C99-based standards] (acoshf): Likewise.
41106         [non-C99-based standards] (asinhf): Likewise.
41107         [non-C99-based standards] (atanhf): Likewise.
41108         [non-C99-based standards] (cbrtf): Likewise.
41109         [non-C99-based standards] (expm1f): Likewise.
41110         [non-C99-based standards] (ilogbf): Likewise.
41111         [non-C99-based standards] (log1pf): Likewise.
41112         [non-C99-based standards] (logbf): Likewise.
41113         [non-C99-based standards] (nextafterf): Likewise.
41114         [non-C99-based standards] (remainderf): Likewise.
41115         [non-C99-based standards] (rintf): Likewise.
41116         [non-C99-based standards] (scalbf): Likewise.
41117         [non-C99-based standards] (copysignl): Likewise.
41118         [non-C99-based standards] (exp2l): Likewise.
41119         [non-C99-based standards] (log2l): Likewise.
41120         [non-C99-based standards] (modfl): Allow.
41121         [non-C99-based standards] (erfl): Do not allow.
41122         [non-C99-based standards] (erfcl): Likewise.
41123         [non-C99-based standards] (gammal): Likewise.
41124         [non-C99-based standards] (hypotl): Likewise.
41125         [non-C99-based standards] (j0l): Likewise.
41126         [non-C99-based standards] (j1l): Likewise.
41127         [non-C99-based standards] (jnl): Likewise.
41128         [non-C99-based standards] (lgammal): Likewise.
41129         [non-C99-based standards] (tgammal): Likewise.
41130         [non-C99-based standards] (y0l): Likewise.
41131         [non-C99-based standards] (y1l): Likewise.
41132         [non-C99-based standards] (ynl): Likewise.
41133         [non-C99-based standards] (isnanl): Likewise.
41134         [non-C99-based standards] (acoshl): Likewise.
41135         [non-C99-based standards] (asinhl): Likewise.
41136         [non-C99-based standards] (atanhl): Likewise.
41137         [non-C99-based standards] (cbrtl): Likewise.
41138         [non-C99-based standards] (expm1l): Likewise.
41139         [non-C99-based standards] (ilogbl): Likewise.
41140         [non-C99-based standards] (log1pl): Likewise.
41141         [non-C99-based standards] (logbl): Likewise.
41142         [non-C99-based standards] (nextafterl): Likewise.
41143         [non-C99-based standards] (remainderl): Likewise.
41144         [non-C99-based standards] (rintl): Likewise.
41145         [non-C99-based standards] (scalbl): Likewise.
41146         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41147         [non-C99-based standards] (FP_*): Do not allow.
41148         [C99-based standards] (FP_*): Change to
41149         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
41150         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
41151         allow.
41152         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
41153         (SIG_ERR): Likewise.
41154         [X/Open-based standards] (SIG_HOLD): Likewise.
41155         (SIG_IGN): Likewise.
41156         (SIGABRT): Use macro-int-constant.  Specify type.  Require
41157         positive value.
41158         (SIGFPE): Likewise.
41159         (SIGILL): Likewise.
41160         (SIGINT): Likewise.
41161         (SIGSEGV): Likewise.
41162         (SIGTER): Likewise.
41163         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
41164         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
41165         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
41166         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
41167         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
41168         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
41169         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
41170         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
41171         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
41172         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
41173         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
41174         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
41175         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
41176         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
41177         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
41178         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
41179         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
41180         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
41181         [X/Open-based standards] (SIGTRAP): Likewise.
41182         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
41183         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
41184         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
41185         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
41186         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
41187         allow.
41188
41189 2012-05-08  Ian Wienand  <ianw@vmware.com>
41190
41191         [BZ #14080]
41192         * time/tzset.c (__tzset_parse_tz): Update default rules for
41193         daylight time changes in the Energy Policy Act of 2005.
41194
41195 2012-05-09  Andreas Jaeger  <aj@suse.de>
41196
41197         [BZ #13983]
41198         * elf/ldconfig.c (parse_conf): Change string to make clear that
41199         ldconfig only issued a warning if ld.so.conf does not exist.
41200
41201 2012-05-08  David S. Miller  <davem@davemloft.net>
41202
41203         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
41204         movxtod instead of popping the value on the stack.
41205
41206         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41207
41208 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
41209
41210         * config.h.in: Add HAVE_ARM_PCS_VFP.
41211
41212 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
41213
41214         [BZ #13979]
41215         * include/features.h: Warn if user requests __FORTIFY_SOURCE
41216         checking but the checks are disabled for any reason.
41217
41218 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
41219
41220         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
41221         and ELF64_R_TYPE with ELFW(R_TYPE).
41222
41223 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
41224
41225         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
41226         (ulimit): Likewise.
41227
41228         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
41229         (settimeofday): Likewise.
41230
41231 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
41232
41233         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
41234         a struct th_u2 inside the union, and move tu_block/tu_code into
41235         a new th_u3 union of tu_block/tu_code inside of that.  Move
41236         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
41237         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
41238         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
41239         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
41240         (th_stuff): Change to th_u1.tu_stuff.
41241         (th_data): Define.
41242         (th_msg): Change to th_u1.th_u2.tu_data.
41243
41244 2012-05-07  David S. Miller  <davem@davemloft.net>
41245
41246         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41247
41248         [BZ #14074]
41249         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
41250         (SETUP_PIC_REG): Use it.
41251         (SETUP_PIC_REG_LEAF): Use it.
41252
41253 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
41254
41255         [BZ #13885]
41256         [BZ #13923]
41257         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41258         USE_AS_EXPM1L.
41259         (EXPL_FINITE): Likewise.
41260         (FLDLOG): Likewise.
41261         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
41262         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
41263         e_expl.S.
41264         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41265         USE_AS_EXPM1L.
41266         (EXPL_FINITE): Likewise.
41267         (FLDLOG): Likewise.
41268         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
41269         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
41270         e_expl.S.
41271         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
41272         test of -max_value argument for long double.
41273         * sysdeps/i386/fpu/libm-test-ulps: Update.
41274         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41275
41276 2012-05-06  David S. Miller  <davem@davemloft.net>
41277
41278         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
41279         quad soft-float symbols whose references which are compiler
41280         generated.
41281         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
41282
41283 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
41284
41285         [BZ #13884]
41286         [BZ #13914]
41287         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41288         USE_AS_EXP10L.
41289         (EXPL_FINITE): Likewise.
41290         (FLDLOG): Likewise.
41291         (c0): Likewise.
41292         (c1): Likewise.
41293         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
41294         Adjust comments for base varying.
41295         (__expl_finite): Change alias to EXPL_FINITE.
41296         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
41297         e_expl.S.
41298         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
41299         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
41300         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
41301         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
41302         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41303         USE_AS_EXP10L.
41304         (EXPL_FINITE): Likewise.
41305         (FLDLOG): Likewise.
41306         (c0): Likewise.
41307         (c1): Likewise.
41308         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
41309         Adjust comments for base varying.
41310         (__expl_finite): Change alias to EXPL_FINITE.
41311         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
41312         tests for bugs.
41313         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
41314
41315         [BZ #14064]
41316         * math/libm-test.inc (check_float_internal): Correct ulp
41317         calculation for subnormal expected results.
41318
41319 2012-05-06  Andreas Jaeger  <aj@suse.de>
41320
41321         * Makeconfig (+math-flags): New, set to -frounding-math.
41322         (+cflags): Add +math-flags so that all of glibc gets compiled with
41323         it.
41324
41325         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
41326
41327 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
41328
41329         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
41330         Disable one test.
41331
41332         [BZ #13787]
41333         [BZ #13922]
41334         [BZ #14036]
41335         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
41336         (__ieee754_expl): Allow for and saturate large arguments.
41337         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
41338         (u_threshold): Likewise.
41339         (__exp): Call __ieee754_exp before checking for overflow and
41340         underflow.
41341         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
41342         (u_threshold): Likewise.
41343         (__expf): Call __ieee754_expf before checking for overflow and
41344         underflow.
41345         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
41346         (u_threshold): Likewise.
41347         (__expl): Call __ieee754_expl before checking for overflow and
41348         underflow.
41349         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
41350         (__ieee754_expl): Allow for and saturate large arguments.
41351         * math/libm-test.inc (exp_test): Add another test.  Do not allow
41352         missing overflow exception on overflow.
41353         (expm1_test): Do not allow missing overflow exception on overflow.
41354
41355         * sysdeps/i386/fpu/e_expl.c: Move to ...
41356         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
41357         rather than using inline asm.
41358         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
41359         * sysdeps/x86_64/fpu/e_expl.S: Copy from
41360         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
41361
41362         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
41363         (nice): Likewise.
41364         (poll): Likewise.
41365         (signal): Likewise.
41366         (time): Likewise.
41367         (times): Likewise.
41368
41369 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
41370
41371         * sysdeps/unix/syscalls.list (adjtime): Add entry from
41372         sysdeps/unix/common/syscalls.list.
41373         (fchmod): Likewise.
41374         (fchown): Likewise.
41375         (ftruncate): Likewise.
41376         (getrusage): Likewise.
41377         (gettimeofday): Likewise.
41378         (setpgid): Likewise.
41379         (setregid): Likewise.
41380         (setreuid): Likewise.
41381         (sigaction): Likewise.
41382         (truncate): Likewise.
41383         (vhangup): Likewise.
41384         * sysdeps/unix/common/syscalls.list: Remove file.
41385         * sysdeps/unix/bsd/Implies: Don't include unix/common.
41386         * sysdeps/unix/sysv/linux/Implies: Likewise.
41387
41388 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
41389
41390         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
41391         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
41392         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
41393         Moved to ...
41394         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
41395         Here.
41396         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
41397         to ...
41398         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
41399         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
41400         to ...
41401         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
41402         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
41403         to ...
41404         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
41405         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
41406         to ...
41407         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
41408         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
41409         to ...
41410         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
41411         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
41412         to ...
41413         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
41414         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
41415         to ...
41416         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
41417         Here.
41418         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
41419         to ...
41420         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
41421         Here.
41422         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
41423         to ...
41424         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
41425         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
41426         Moved to ...
41427         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
41428         Here.
41429         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
41430         to ...
41431         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
41432
41433 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
41434
41435         * sysdeps/unix/common/bits/dirent.h: Remove file.
41436         * sysdeps/unix/common/bits/fcntl.h: Likewise.
41437
41438         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
41439         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
41440         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
41441         * sysdeps/unix/bsd/isatty.c: Likewise.
41442         * sysdeps/unix/bsd/tcdrain.c: Likewise.
41443         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
41444         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
41445
41446 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41447
41448         [BZ #13563]
41449         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
41450         long double comparison inaccuracies.
41451         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
41452         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41453
41454 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
41455
41456         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
41457         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
41458
41459 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
41460
41461         [BZ #14049]
41462         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
41463         nonzero digits before rounding a hex value.
41464         * stdlib/tst-strtod.c (tests): Add another test.
41465
41466 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
41467
41468         * sysdeps/s390/fpu/libm-test-ulps: Update.
41469
41470 2012-05-03  Andreas Jaeger  <aj@suse.de>
41471
41472         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
41473         does not get optimized out.
41474         (malloc_opt_barrier): New.
41475
41476 2012-05-03  Andreas Jaeger  <aj@suse.de>
41477             Roland McGrath  <roland@hack.frob.com>
41478
41479         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
41480         intermediate file deletion.
41481         (generated): Add .symlist files.
41482
41483 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
41484
41485         [BZ #13775]
41486         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
41487         Redirect under this condition.
41488         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
41489         [__USE_GNU] (__dprintf_chk): Not under this condition.
41490         [__USE_GNU] (__vdprintf_chk): Likewise.
41491         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
41492         under this condition.
41493         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
41494         [__USE_XOPEN2K8] (dprintf): Define under this condition.
41495         [__USE_XOPEN2K8] (vdprintf): Likewise.
41496         [__USE_GNU] (__dprintf_chk): Not under this condition.
41497         [__USE_GNU] (__vdprintf_chk): Likewise.
41498         [__USE_GNU] (dprintf): Likewise.
41499         [__USE_GNU] (vdprintf): Likewise.
41500
41501 2012-05-03  Roland McGrath  <roland@hack.frob.com>
41502
41503         * elf/Makefile (common-generated): Set this instead of generated for
41504         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
41505         $(all-built-dso)-derived lists.
41506
41507 2012-05-03  Andreas Jaeger  <aj@suse.de>
41508
41509         * sysdeps/i386/fpu/libm-test-ulps: Update.
41510
41511         * FAQ: Removed.
41512         * FAQ.in: Likewise.
41513         * scripts/gen-FAQ.pl: Likewise.
41514         * manual/install.texi (Installation): Point to online location of
41515         FAQ.
41516         * Makefile (files-for-dist): Remove FAQ.
41517         (FAQ): Remove.
41518
41519 2012-05-02  Allan McRae  <allan@archlinux.org>
41520
41521         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
41522         (LDFLAGS-reldepmod5.so): Likewise.
41523         (LDFLAGS-reldep6mod1.so): Likewise.
41524         (LDFLAGS-reldep6mod4.so): Likewise.
41525         (LDFLAGS-reldep8mod3.so): Likewise.
41526         (LDFLAGS-unload4mod1.so): Likewise.
41527         (LDFLAGS-unload4mod2.so): Likewise.
41528         (LDFLAGS-tst-initorder): Likewise.
41529         (LDFLAGS-tst-initordera2.so): Likewise.
41530         (LDFLAGS-tst-initordera3.so): Likewise.
41531         (LDFLAGS-tst-initordera4.so): Likewise.
41532         (LDFLAGS-tst-initorderb2.so): Likewise.
41533         (LDFLAGS-noload): Likewise.
41534         (LDFLAGS-next): Likewise.
41535         (LDFLAGS-order2mod1.so): Likewise.
41536         (LDFLAGS-order2mod2.so): Likewise.
41537         (LDFLAGS-tst-initorder2): Likewise.
41538         (LDFLAGS-tst-initorder2a.so): Likewise.
41539         (LDFLAGS-tst-initorder2b.so): Likewise.
41540         (LDFLAGS-tst-initorder2c.so): Likewise.
41541         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
41542
41543 2012-05-02  David S. Miller  <davem@davemloft.net>
41544
41545         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41546
41547 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
41548
41549         [BZ #14055]
41550         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
41551
41552 2012-05-02  Andreas Jaeger  <aj@suse.de>
41553
41554         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
41555         since we manipulate rounding mode.
41556         (CPPFLAGS-test-idouble.c): Likewise.
41557         (CPPFLAGS-test-ifloat.c): Likewise.
41558         (CFLAGS-test-ldouble.c): Likewise.
41559         (CFLAGS-test-double.c): Likewise.
41560         (CFLAGS-test-float.c): Likewise.
41561         (CFLAGS-test-misc.c): Likewise.
41562         (CFLAGS-test-test-fenv.c): Likewise.
41563
41564 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41565
41566         [BZ #2550]
41567         [BZ #2570]
41568         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
41569         comparisons to determine direction to adjust input.
41570
41571 2012-05-01  Roland McGrath  <roland@hack.frob.com>
41572
41573         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
41574         output to the target.
41575
41576         * scripts/localplt.awk: New file.
41577         * elf/Makefile ($(objpfx)check-localplt): Target removed.
41578         (check-localplt-CFLAGS): Variable removed.
41579         ($(all-built-dso:=.jmprel)): New static pattern rule.
41580         (generated): Add those targets.
41581         (localplt-built-dso): New variable.
41582         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
41583
41584         * elf/check-localplt.c: File removed.
41585
41586         * scripts/check-execstack.awk: New file.
41587         * elf/Makefile ($(objpfx)check-execstack): Target removed.
41588         (check-execstack-CFLAGS): Variable removed.
41589         ($(objpfx)check-execstack.h): Target removed.
41590         ($(objpfx)execstack-default): New target.
41591         (generated): Add that instead of check-execstack.h.
41592         ($(all-built-dso:=.phdr)): New static pattern rule.
41593         (generated): Add those targets.
41594         * elf/check-execstack.c: File removed.
41595
41596         * scripts/check-textrel.awk: New file.
41597         * elf/Makefile ($(objpfx)check-textrel): Target removed.
41598         (check-textrel-CFLAGS): Variable removed.
41599         (all-built-dso): Use := to define.o
41600         ($(all-built-dso:=.dyn)): New static pattern rule.
41601         (generated): Add those targets.
41602         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
41603         * config.make.in (READELF): New substituted variable.
41604         * elf/check-textrel.c: File removed.
41605
41606 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
41607
41608         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
41609         allow.
41610         * conform/data/ctype.h-data [C99-based standards] (isblank):
41611         Expect function.
41612         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
41613         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
41614         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41615         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
41616         Specify type.  Require positive value.
41617         (EILSEQ): Likewise.
41618         (ERANGE): Likewise.
41619         [ISO || POSIX] (EILSEQ): Do not expect.
41620         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
41621         Specify type.  Require positive value.
41622         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
41623         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
41624         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
41625         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
41626         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
41627         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
41628         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
41629         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
41630         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
41631         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
41632         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
41633         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
41634         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
41635         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
41636         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
41637         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
41638         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
41639         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
41640         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
41641         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
41642         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
41643         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
41644         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
41645         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
41646         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
41647         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
41648         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
41649         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
41650         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
41651         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
41652         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
41653         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
41654         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
41655         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
41656         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
41657         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
41658         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
41659         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
41660         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
41661         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
41662         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
41663         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
41664         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
41665         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
41666         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
41667         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
41668         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
41669         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
41670         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
41671         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
41672         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
41673         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
41674         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
41675         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
41676         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
41677         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
41678         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
41679         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
41680         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
41681         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
41682         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
41683         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
41684         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
41685         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
41686         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
41687         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
41688         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
41689         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
41690         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
41691         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
41692         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
41693         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
41694         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
41695         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
41696         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
41697         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
41698         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
41699         Require >= 2.
41700         (FLT_ROUNDS): Expect as macro, not constant.
41701         (FLT_MANT_DIG): Use macro-int-constant.
41702         (DBL_MANT_DIG): Likewise.
41703         (LDBL_MANT_DIG): Likewise.
41704         (FLT_DIG): Likewise.
41705         (DBL_DIG): Likewise.
41706         (LDBL_DIG): Likewise.
41707         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
41708         (DBL_MIN_EXP): Likewise.
41709         (LDBL_MIN_EXP): Likewise.
41710         (FLT_MAX_EXP): Use macro-int-constant.
41711         (DBL_MAX_EXP): Likewise.
41712         (LDBL_MAX_EXP): Likewise.
41713         (FLT_MAX_10_EXP): Likewise.
41714         (DBL_MAX_10_EXP): Likewise.
41715         (LDBL_MAX_10_EXP): Likewise.
41716         (FLT_MAX): Use macro-constant.
41717         (DBL_MAX): Likewise.
41718         (LDBL_MAX): Likewise.
41719         (FLT_EPSILON): Use macro-constant.  Give upper bound.
41720         (DBL_EPSILON): Likewise.
41721         (LDBL_EPSILON): Likewise.
41722         (FLT_MIN): Likewise.
41723         (DBL_MIN): Likewise.
41724         (LDBL_MIN): Likewise.
41725         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
41726         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
41727         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
41728         [ISO11] (FLT_HAS_SUBNORM): Likewise.
41729         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
41730         [ISO11] (DBL_DECIMAL_DIG): Likewise.
41731         [ISO11] (FLT_DECIMAL_DIG): Likewise.
41732         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
41733         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
41734         [ISO11] (FLT_TRUE_MIN): Likewise.
41735         [ISO11] (LDBL_TRUE_MIN): Likewise.
41736         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41737         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
41738         (SCHAR_MIN): Use macro-int-constant.  Specify type.
41739         (SCHAR_MAX): Likewise.
41740         (UCHAR_MAX): Likewise.
41741         (CHAR_MIN): Likewise.
41742         (CHAR_MAX): Likewise.
41743         (MB_LEN_MAX): Use macro-int-constant.
41744         (SHRT_MIN): Use macro-int-constant.  Specify type.
41745         (SHRT_MAX): Likewise.
41746         (USHRT_MAX): Likewise.
41747         (INT_MAX): Likewise.
41748         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
41749         bound negative.
41750         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
41751         bound with "U".
41752         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
41753         bound with "L".
41754         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
41755         bound negative.  Suffix upper bound with "L".
41756         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
41757         bound with "UL".
41758         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
41759         Specify type.
41760         [C99-based standards] (LLONG_MAX): Likewise.
41761         [C99-based standards] (ULLONG_MAX): Likewise.
41762         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
41763         == 0.
41764         [ISO11] (max_align_t): Require type.
41765         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41766
41767         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
41768         from $CFLAGS, without defining away __attribute__ calls.
41769         (checknamespace): Use $CFLAGS_namespace.
41770
41771         * conform/conformtest.pl (@keywords): Only include C99 keywords
41772         for standards based on C99 or C11.
41773
41774         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
41775         Disable tests.
41776         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
41777         UNIX98]: Likewise.
41778
41779         * conform/conformtest.pl: Handle "macro-int-constant" and test for
41780         usability of symbols in #if.
41781
41782         * conform/conformtest.pl: If macro or constant types start
41783         "promoted:", expect the symbol to be of the following type
41784         promoted by the integer promotions.
41785
41786         * conform/conformtest.pl: Parse all "constant" and "macro" lines
41787         in one place.  Also handle "macro-constant".
41788
41789         * conform/conformtest.pl: Only accept expected macro values with
41790         "==".  Parse all "macro" lines in one place.
41791         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
41792
41793         * conform/conformtest.pl: Handle braced types on "constant" lines
41794         instead of handling "typed-constant".
41795         * conform/data/signal.h-data: Use "constant" instead of
41796         "typed-constant".
41797
41798         * conform/conformtest.pl: Handle "optional-" at start of lines in
41799         one place rather than duplicating several cases.  Handle each
41800         format of "macro" line with initial "optional-".
41801
41802         * conform/conformtest.pl: Only accept expected constant or
41803         optional-constant values with "==".  Parse all "constant" lines in
41804         one place.  Parse all "optional-constant" lines in one place.
41805         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
41806         * conform/data/fmtmsg.h-data: Likewise.
41807         * conform/data/netinet/in.h-data: Likewise.
41808         * conform/data/tar.h-data: Likewise.
41809         * conform/data/limits.h-data: Use "==" form on "constant" and
41810         "optional-constant" lines.
41811
41812         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
41813         Use -std=c99 for XOPEN2K.
41814         (@knownproblems): Remove.
41815         (newtoken): Don't check %isknown.
41816
41817         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
41818         Do not expect macro.
41819         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
41820         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
41821         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
41822         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
41823         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
41824         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
41825         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
41826         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
41827         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
41828         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
41829         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
41830         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
41831         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
41832         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
41833         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
41834         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
41835         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
41836         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
41837         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
41838         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
41839         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
41840         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
41841         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
41842         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
41843         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
41844         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
41845         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
41846         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
41847         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
41848         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
41849         [XPG3] (acosh): Likewise.
41850         [XPG3] (asinh): Likewise.
41851         [XPG3] (atanh): Likewise.
41852         [XPG3] (cbrt): Likewise.
41853         [XPG3] (expm1): Likewise.
41854         [XPG3] (ilogb): Likewise.
41855         [XPG3] (log1p): Likewise.
41856         [XPG3] (logb): Likewise.
41857         [XPG3] (nextafter): Likewise.
41858         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
41859         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
41860         [XPG3] (remainder): Likewise.
41861         [XPG3] (rint): Likewise.
41862         [XPG3 || XPG4 || UNIX98] (round): Likewise.
41863         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
41864         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
41865         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
41866         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
41867         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
41868         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
41869         [UNIX98 || XOPEN2K] (scalb): Expect.
41870         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
41871         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
41872         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
41873         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
41874         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
41875         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
41876         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
41877         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
41878         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
41879         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
41880         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
41881         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
41882         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
41883         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
41884         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
41885         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
41886         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
41887         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
41888         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
41889         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
41890         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
41891         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
41892         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
41893         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
41894         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
41895         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
41896         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
41897         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
41898         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
41899         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
41900         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
41901         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
41902         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
41903         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
41904         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
41905         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
41906         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
41907         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
41908         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
41909         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
41910         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
41911         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
41912         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
41913         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
41914         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
41915         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
41916         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
41917         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
41918         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
41919         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
41920         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
41921         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
41922         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
41923         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
41924         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
41925         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
41926         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
41927         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
41928         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
41929         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
41930         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
41931         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
41932         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
41933         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
41934         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
41935         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
41936         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
41937         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
41938         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
41939         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
41940         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
41941         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
41942         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
41943         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
41944         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
41945         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
41946         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
41947         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
41948         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
41949         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
41950         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
41951         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
41952         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
41953         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
41954         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
41955         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
41956         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
41957         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
41958         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
41959         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
41960         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
41961         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
41962         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
41963         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
41964         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
41965         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
41966         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
41967         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
41968         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
41969         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
41970         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
41971         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
41972         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
41973         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
41974         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
41975         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
41976         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
41977         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
41978         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
41979         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
41980         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
41981         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
41982         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
41983         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
41984         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
41985         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
41986         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
41987         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
41988         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
41989         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
41990         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
41991         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
41992         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
41993         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
41994         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
41995         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
41996         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
41997         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
41998         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
41999         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
42000         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
42001         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
42002         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
42003         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
42004         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
42005         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
42006         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
42007
42008         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
42009         _XOPEN_SOURCE_EXTENDED for XPG4.
42010
42011         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
42012
42013         * Makeconfig (localtime): Remove variable.
42014         (inst_localtime-file): Likewise.
42015
42016 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
42017
42018         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
42019         Update.
42020         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
42021         Update.
42022         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
42023         Update.
42024         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
42025         Update.
42026         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
42027         Update.
42028         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
42029         Update.
42030         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
42031         Update.
42032         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
42033         Update.
42034         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
42035         Update.
42036
42037 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
42038
42039         [BZ #2550]
42040         [BZ #2570]
42041         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
42042         comparisons to determine direction to adjust input.
42043         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
42044         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
42045         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
42046         Likewise.
42047         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
42048         Likewise.
42049         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
42050         Likewise.
42051         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
42052         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
42053         Likewise.
42054         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
42055         Likewise.
42056         * math/libm-test.inc (nexttoward_test): Add more tests.
42057
42058 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
42059
42060         [BZ #14040]
42061         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
42062         in version GLIBC_2.1, not GLIBC_2.0.
42063         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
42064         Likewise.
42065
42066 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
42067
42068         [BZ #13942]
42069         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
42070         (1 - x) * (1 + x).
42071         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
42072         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
42073         * math/libm-test.inc (acos_test): Add more tests.
42074         (asin_test): Likewise.
42075         * sysdeps/i386/fpu/libm-test-ulps: Update.
42076         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42077
42078         [BZ #14034]
42079         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
42080         of square root.
42081         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
42082         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
42083         * math/libm-test.inc (acos_test_tonearest): New function.
42084         (acos_test_towardzero): Likewise.
42085         (acos_test_downward): Likewise.
42086         (acos_test_upward): Likewise.
42087         (asin_test_tonearest): Likewise.
42088         (asin_test_towardzero): Likewise.
42089         (asin_test_downward): Likewise.
42090         (asin_test_upward): Likewise.
42091         (main): Call the new functions.
42092         * sysdeps/i386/fpu/libm-test-ulps: Update.
42093         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
42094
42095         [BZ #13884]
42096         [BZ #13924]
42097         * math/e_exp10.c: Include <float.h>.
42098         (__ieee754_exp10): Handle underflow here rather than multiplying
42099         large negative argument by M_LN10.
42100         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
42101         of __ieee754_expf.
42102         * math/e_exp10l.c: Include <float.h>.
42103         (__ieee754_exp10l): Handle underflow here rather than multiplying
42104         large negative argument by M_LN10l.
42105         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
42106         spurious overflow exception on underflow.
42107
42108 2012-04-29  Marek Polacek  <polacek@redhat.com>
42109
42110         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
42111         (__fortify_function): New macro.
42112         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
42113         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
42114         __extern_always_inline.
42115         * libio/bits/stdio2.h: Likewise.
42116         * libio/bits/stdio.h: Likewise.
42117         * string/string.h: Likewise.
42118         * string/bits/string3.h: Likewise.
42119         * include/stdio.h: Likewise.
42120         * stdlib/bits/stdlib.h: Likewise.
42121         * stdlib/stdlib.h: Likewise.
42122         * rt/bits/mqueue2.h: Likewise.
42123         * rt/mqueue.h: Likewise.
42124         * posix/bits/unistd.h: Likewise.
42125         * posix/unistd.h: Likewise.
42126         * io/bits/poll2.h: Likewise.
42127         * io/bits/fcntl2.h: Likewise.
42128         * io/fcntl.h: Likewise.
42129         * io/sys/poll.h: Likewise.
42130         * misc/bits/syslog.h: Likewise.
42131         * misc/bits/syslog-ldbl.h: Likewise.
42132         * misc/sys/syslog.h: Likewise.
42133         * socket/bits/socket2.h: Likewise.
42134         * socket/sys/socket.h: Likewise.
42135         * debug/tst-chk1.c: Likewise.
42136         * wcsmbs/bits/wchar2.h: Likewise.
42137         * wcsmbs/bits/wchar-ldbl.h: Likewise.
42138         * wcsmbs/wchar.h: Likewise.
42139
42140 2012-04-29  Andreas Jaeger  <aj@suse.de>
42141
42142         * Makerules (tests): Remove enable-check-abi protection.
42143         (check-abi-warn): Remove.
42144         (check-abi-%): Remove check-abi-warn usage.
42145
42146         * configure.in: Remove check-abi configure option.
42147         * configure: Regenerated.
42148         * config.make.in (enable-check-abi): Remove.
42149
42150 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
42151
42152         [BZ #14033]
42153         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
42154         double functions to double *_finite functions.
42155
42156         [BZ #13941]
42157         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
42158         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
42159         LDBL_MIN_EXP.
42160         * stdio-common/Makefile (tests): Add tst-sprintf3.
42161         * stdio-common/tst-sprintf3.c: New file.
42162
42163         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
42164         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
42165
42166 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
42167
42168         * conform/conformtest.pl: Remove duplicate typed-constant
42169         handling.
42170
42171 2012-04-28  David S. Miller  <davem@davemloft.net>
42172
42173         * Makerules (%.abilist): Add vpath on sysdep_dirs.
42174         (check-abi-%): Remove AWK script prerequisite and explicit
42175         abilist directory.
42176         (check-abi): Rewrite to just diff the symlist with the abilist.
42177         (config-tls, config-abi-config): Delete, no longer used.
42178         (update-abi-%): Remove AWK script and explicit abilist directory.
42179         (update-abi): Rewrite to simply compare and conditionally copy the
42180         symlist and the sysdep abilist file.  Remove update-abi-config
42181         checks.
42182         * abilist/ld.abilist: Remove.
42183         * abilist/libBrokenLocale.abilist: Remove.
42184         * abilist/libanl.abilist: Remove.
42185         * abilist/libcrypt.abilist: Remove.
42186         * abilist/libdl.abilist: Remove.
42187         * abilist/librt.abilist: Remove.
42188         * abilist/libthread_db.abilist: Remove.
42189         * abilist/libutil.abilist: Remove.
42190         * scripts/extract-abilist.awk: Remove.
42191         * scripts/merge-abilist.awk: Remove.
42192         * sysdeps/generic/libcidn.abilist: New file.
42193         * sysdeps/generic/libnss_compat.abilist: New file.
42194         * sysdeps/generic/libnss_db.abilist: New file.
42195         * sysdeps/generic/libnss_dns.abilist: New file.
42196         * sysdeps/generic/libnss_files.abilist: New file.
42197         * sysdeps/generic/libnss_hesiod.abilist: New file.
42198         * sysdeps/generic/libnss_nis.abilist: New file.
42199         * sysdeps/generic/libnss_nisplus.abilist: New file.
42200         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
42201         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
42202         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
42203         file.
42204         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
42205         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
42206         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
42207         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
42208         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
42209         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
42210         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
42211         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
42212         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
42213         file.
42214         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
42215         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
42216         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
42217         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
42218         file.
42219         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
42220         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
42221         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
42222         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
42223         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
42224         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
42225         file.
42226         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
42227         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
42228         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
42229         file.
42230         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
42231         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
42232         New file.
42233         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
42234         New file.
42235         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
42236         New file.
42237         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
42238         New file.
42239         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
42240         New file.
42241         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
42242         New file.
42243         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
42244         New file.
42245         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
42246         New file.
42247         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
42248         New file.
42249         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
42250         New file.
42251         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
42252         New file.
42253         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
42254         New file.
42255         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
42256         New file.
42257         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
42258         file.
42259         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
42260         New file.
42261         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
42262         New file.
42263         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
42264         file.
42265         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
42266         New file.
42267         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
42268         New file.
42269         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
42270         file.
42271         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
42272         New file.
42273         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
42274         New file.
42275         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
42276         New file.
42277         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
42278         New file.
42279         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
42280         New file.
42281         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
42282         New file.
42283         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
42284         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
42285         file.
42286         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
42287         New file.
42288         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
42289         file.
42290         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
42291         file.
42292         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
42293         file.
42294         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
42295         file.
42296         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
42297         file.
42298         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
42299         New file.
42300         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
42301         file.
42302         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
42303         file.
42304         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
42305         New file.
42306         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
42307         file.
42308         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
42309         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
42310         file.
42311         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
42312         New file.
42313         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
42314         file.
42315         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
42316         file.
42317         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
42318         file.
42319         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
42320         file.
42321         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
42322         file.
42323         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
42324         New file.
42325         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
42326         file.
42327         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
42328         file.
42329         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
42330         New file.
42331         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
42332         file.
42333         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
42334         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
42335         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
42336         file.
42337         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
42338         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
42339         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
42340         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
42341         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
42342         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
42343         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
42344         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
42345         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
42346         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
42347         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
42348         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
42349         file.
42350         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
42351         New file.
42352         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
42353         file.
42354         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
42355         file.
42356         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
42357         file.
42358         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
42359         file.
42360         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
42361         file.
42362         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
42363         New file.
42364         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
42365         New file.
42366         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
42367         file.
42368         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
42369         New file.
42370         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
42371         file.
42372         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
42373         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
42374         file.
42375         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
42376         New file.
42377         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
42378         file.
42379         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
42380         file.
42381         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
42382         file.
42383         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
42384         file.
42385         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
42386         file.
42387         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
42388         New file.
42389         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
42390         New file.
42391         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
42392         file.
42393         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
42394         New file.
42395         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
42396         file.
42397
42398 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
42399
42400         * conform/conformtest.pl: Fix typo in handling typed-constant from
42401         allow-header.
42402
42403 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
42404
42405         * README: Cut down references to pre-2.6 Linux kernels and
42406         Linuxthreads.  Update lists of configurations in libc and ports
42407         and sort alphabetically.  Say "or newer" with Linux kernel version
42408         requirements.
42409
42410         * config.h.in [IS_IN_build]: Allow compiling without optimization.
42411
42412 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
42413
42414         [BZ #887]
42415         * math/libm-test.inc (logb_test_downward): New test to expose
42416         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
42417         rounding mode.
42418
42419 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
42420
42421         [BZ #14027]
42422         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
42423         to be done.
42424         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
42425         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
42426
42427 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
42428
42429         * sysdeps/unix/i386/brk.S: Remove file.
42430         * sysdeps/unix/i386/dl-brk.S: Likewise.
42431         * sysdeps/unix/i386/pipe.S: Likewise.
42432         * sysdeps/unix/i386/sigreturn.S: Likewise.
42433         * sysdeps/unix/i386/syscall.S: Likewise.
42434         * sysdeps/unix/i386/vfork.S: Likewise.
42435         * sysdeps/unix/i386/wait.S: Likewise.
42436
42437         * sysdeps/unix/common/tcsendbrk.c: Move to ...
42438         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
42439
42440         * configure.in (arm*-none*): Do not allow without
42441         --enable-hacker-mode.
42442         (netbsd*): Remove case setting base_os.
42443         (386bsd*): Likewise.
42444         (freebsd*): Likewise.
42445         (bsdi*): Likewise.
42446         (osf*): Likewise.
42447         (sunos*): Likewise.
42448         (ultrix*): Likewise.
42449         (newsos*): Likewise.
42450         (dynix*): Likewise.
42451         (*bsd*): Likewise.
42452         (sysv*): Likewise.
42453         (isc*): Likewise.
42454         (esix*): Likewise.
42455         (sco*): Likewise.
42456         (minix*): Likewise.
42457         (irix4*): Likewise.
42458         (irix6*): Likewise.
42459         (solaris[2-9]*): Likewise.
42460         (none): Likewise.
42461         * configure: Regenerated.
42462
42463 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42464
42465         [BZ #11521]
42466         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
42467         overflow or cancellation in calculating denominator.
42468         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
42469         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
42470         down expression to avoid unexpected rounding in newer GCCs.
42471         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
42472
42473 2012-04-26  David S. Miller  <davem@davemloft.net>
42474
42475         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
42476         long-double compat symbols.
42477         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
42478         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
42479         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
42480         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
42481         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
42482         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
42483         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
42484         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
42485         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
42486         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
42487         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
42488         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
42489         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
42490
42491 2012-04-25  David S. Miller  <davem@davemloft.net>
42492
42493         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
42494         HWCAP_* values only after the memory barriers have been defined.
42495         (atomic_full_barrier): Define.
42496         (atomic_read_barrier): Define.
42497         (atomic_write_barrier): Define.
42498
42499 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
42500
42501         * shlib-versions: Add libgcc_s version information.
42502         * sysdeps/generic/libgcc_s.h: Remove.
42503         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
42504         libgcc_s.h.
42505         * sysdeps/gnu/unwind-resume.c: Likewise.
42506         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
42507
42508 2012-04-25  David S. Miller  <davem@davemloft.net>
42509
42510         * sysdeps/unix/sparc/brk.S: Delete.
42511         * sysdeps/unix/sparc/dl-brk.S: Delete.
42512         * sysdeps/unix/sparc/pipe.S: Delete.
42513         * sysdeps/unix/sparc/sysdep.S: Delete.
42514         * sysdeps/unix/sparc/sysdep.h: Delete.
42515         * sysdeps/unix/sparc/vfork.S: Delete.
42516         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
42517         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
42518         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
42519         (ret_ERRVAL, r0, r1, MOVE): Define.
42520         (JUMPTARGET): Remove.
42521         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
42522         sysdeps/unix/sparc/sysdep.h
42523         (ENTRY, END): Remove.
42524         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
42525
42526 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
42527
42528         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
42529         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
42530         -DIS_IN_build.
42531
42532         * timezone/README: Update upstream location and email address for
42533         tzcode and tzdata.
42534         * timezone/zdump.c: Update from tzcode 2012b.
42535         * timezone/zic.c: Likewise.
42536
42537         * configure.in (libc_cv_as_needed): Remove test.
42538         * configure: Regenerated.
42539         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
42540         conditional definition.
42541         [$(have-as-needed) != yes] (no-as-needed): Likewise.
42542         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
42543         * config.make.in (have-as-needed): Remove variable.
42544
42545 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
42546             Paul Pluzhnikov  <ppluzhnikov@google.com>
42547
42548         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
42549         strings correctly.
42550
42551 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
42552
42553         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
42554         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
42555         * sysdeps/sh/strlen.S: Likewise.
42556
42557 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
42558
42559         * sysdeps/unix/fork.S: Remove file.
42560         * sysdeps/unix/i386/fork.S: Likewise.
42561         * sysdeps/unix/sparc/fork.S: Likewise.
42562
42563         * sysdeps/unix/system.c: Remove file.
42564         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
42565
42566         * sysdeps/unix/getegid.S: Remove file.
42567         * sysdeps/unix/geteuid.S: Likewise.
42568
42569 2012-04-24  Roland McGrath  <roland@hack.frob.com>
42570
42571         * scripts/check-localplt.awk: New file.
42572         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
42573         of diff.
42574         * scripts/data/localplt-generic.data: Add a comment.
42575
42576         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
42577         NODE when __dir_mkfile failed.
42578         * sysdeps/mach/hurd/symlinkat.c: Likewise.
42579         Reported by Ludovic Courtès <ludo@gnu.org>.
42580
42581 2012-04-24  Andreas Jaeger  <aj@suse.de>
42582
42583         * Makerules (common-clean): Also remove gen-as-const-headers
42584         files.
42585
42586 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
42587
42588         * Makerules (native-compile): Do not change working directory for
42589         build.  Use $(OUTPUT_OPTION) in command.
42590         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
42591
42592 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42593
42594         [BZ #13886]
42595         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
42596         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
42597         * math/libm-test.inc (floor_test): Add more tests.
42598         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
42599
42600 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
42601
42602         * sysdeps/unix/getdents.c: Remove file.
42603         * sysdeps/unix/sysv/getdents.c: Likewise.
42604         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
42605
42606         * sysdeps/unix/syscalls.list (madvise): Add syscall from
42607         sysdeps/unix/mman/syscalls.list.
42608         (mmap): Likewise.
42609         (mprotect): Likewise.
42610         (msync): Likewise.
42611         (munmap): Likewise.
42612         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
42613         * sysdeps/unix/mman/syscalls.list: Remove.
42614         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
42615
42616         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
42617         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
42618         * configure: Regenerated.
42619         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
42620         $(libgcc_s_suffix).
42621         * config.make.in (libgcc_s_suffix): Remove variable.
42622
42623 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
42624
42625         * sysdeps/unix/sysv/gethostname.c: Move to ...
42626         * sysdeps/posix/gethostname.c: ... here.
42627
42628         * sysdeps/unix/execve.S: Remove file.
42629
42630         * sysdeps/unix/_exit.S: Remove file.
42631
42632 2012-04-23  Andreas Jaeger  <aj@suse.de>
42633
42634         [BZ #13739]
42635         * manual/Makefile: Remove make dist support, there's no
42636         need for a stand-alone documentation tar ball.
42637         (TEXI2DVI): Define always, it's not in Makeconfig.
42638         (dist): Removed.
42639         (tar-it): Removed.
42640         (edition): Removed.
42641         (glibc-doc-$(edition).tar): Removed
42642         (%.Z): Removed.
42643         (%.gz): Removed.
42644         (%.uu): Removed.
42645         (ETAGS): Remove, it's in Makeconfig.
42646         (move-if-change): Remove, it's in Makeconfig.
42647
42648 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
42649
42650         [BZ #13970]
42651         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
42652         (strtod, strtof, strtold, strtol, strtoul, strtoq)
42653         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
42654         (strtod_l, strtof_l, strtold_l): Remove __wur.
42655         It is not necessarily an error to ignore strtol's return value.
42656         One can reliably look at the stored endptr to decide whether
42657         the number had valid syntax.
42658
42659 2012-04-21  Andreas Jaeger  <aj@suse.de>
42660
42661         [BZ #13739]
42662         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
42663
42664 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
42665
42666         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
42667         * sysdeps/unix/sysv/Versions: Remove file.
42668
42669 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
42670
42671         [BZ #13927]
42672         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
42673
42674 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
42675
42676         [BZ #7064]
42677         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
42678         version from __vm86.
42679
42680 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
42681
42682         * sysdeps/unix/common/lxstat.c: Remove file.
42683         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
42684
42685         * sysdeps/unix/sysv/Makefile: Remove file.
42686
42687         * sysdeps/unix/sysv/direct.h: Remove file.
42688
42689         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
42690         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
42691         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
42692         * sysdeps/unix/sysv/bits/signum.h: Likewise.
42693         * sysdeps/unix/sysv/bits/stat.h: Likewise.
42694         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
42695         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
42696
42697         * sysdeps/unix/sysv/setrlimit.c: Remove file.
42698
42699         * sysdeps/unix/xmknod.c: Remove file.
42700         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
42701
42702         * sysdeps/unix/sysv/settimeofday.c: Remove file.
42703
42704         * sysdeps/unix/sysv/i386/time.S: Remove file.
42705
42706         * sysdeps/unix/fxstat.c: Remove file.
42707         * sysdeps/unix/xstat.c: Likewise.
42708         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
42709
42710         * sysdeps/unix/sysv/sigaction.c: Remove file.
42711
42712         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
42713         (sysdep_headers): Remove variable.
42714         [termio.h not in sysdep_headers] (generated): Likewise.
42715         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
42716         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
42717         * sysdeps/unix/sysv/tcdrain.c: Likewise.
42718         * sysdeps/unix/sysv/tcflow.c: Likewise.
42719         * sysdeps/unix/sysv/tcflush.c: Likewise.
42720         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
42721         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
42722         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
42723         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
42724         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
42725
42726         * sysdeps/unix/siglist.c: Remove file.
42727
42728         * sysdeps/unix/getppid.S: Remove file.
42729
42730         * sysdeps/unix/mkdir.c: Remove file.
42731         * sysdeps/unix/rmdir.c: Likewise.
42732
42733 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
42734
42735         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
42736         ERR_MAX value.
42737         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
42738         errlist-compat value.
42739
42740 2012-04-18  David S. Miller  <davem@davemloft.net>
42741
42742         * sysdeps/generic/memcopy.h (reg_char): Delete.
42743         * debug/strcat_chk.c: Use char, not reg_char.
42744         * debug/strcpy_chk.c: Likewise.
42745         * debug/strncat_chk.c: Likewise.
42746         * debug/strncpy_chk.c: Likewise.
42747         * string/memchr.c: Likewise.
42748         * string/memrchr.c: Likewise.
42749         * string/rawmemchr.c: Likewise.
42750         * string/strcat.c: Likewise.
42751         * string/strchr.c: Likewise.
42752         * string/strchrnul.c: Likewise.
42753         * string/strcmp.c: Likewise.
42754         * string/strcpy.c: Likewise.
42755         * string/strncat.c: Likewise.
42756         * string/strncmp.c: Likewise.
42757         * string/strncpy.c: Likewise.
42758
42759 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
42760
42761         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
42762         __builtin_memcopy is called when src and dest ranges are known to not
42763         overlap.
42764
42765 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
42766
42767         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
42768         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
42769         fwd_align_merge macro call.
42770         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
42771         bwd_align_merge macro call.
42772         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
42773
42774 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
42775
42776         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
42777         bwd_align_merge macros.
42778         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
42779         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
42780         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
42781
42782 2012-04-18  David S. Miller  <davem@davemloft.net>
42783
42784         * sysdeps/sparc/sparc64/memcopy.h: Delete.
42785
42786 2012-04-18  Andreas Jaeger  <aj@suse.de>
42787
42788         [BZ# 6794]
42789         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
42790         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
42791         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42792
42793         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
42794         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
42795         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42796
42797         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
42798         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
42799         Adjust for changed ldbl-128 files.
42800
42801         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
42802         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
42803         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42804
42805 2012-04-17  David S. Miller  <davem@davemloft.net>
42806
42807         * sysdeps/sparc/sparc32/memcopy.h: Delete.
42808
42809 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
42810
42811         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
42812         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
42813         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
42814         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
42815         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
42816         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
42817
42818 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42819
42820         [BZ #6794]
42821         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
42822         * math/libm-test.inc: Add ilogb errno and exception tests.
42823         * math/w_ilogb.c: New file: ilogb wrapper.
42824         * math/w_ilogbf.c: New file: ilogbf wrapper.
42825         * math/w_ilogbl.c: New file: ilogbl wrapper.
42826         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
42827         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
42828         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
42829         exception being thrown with 0.0 as argument.
42830         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
42831         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
42832         exception being thrown with 0.0 as argument.
42833         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
42834         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
42835         exception being thrown with 0.0 as argument.
42836         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
42837         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
42838         exception being thrown with 0.0 as argument.
42839         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
42840         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
42841         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
42842         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
42843         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
42844         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
42845         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
42846         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
42847         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
42848
42849 2012-04-17  Petr Baudis  <pasky@ucw.cz>
42850
42851         * include/sys/uio.h: Change __vector to __iovec to avoid clash
42852         with altivec.
42853
42854 2012-04-16  Marek Polacek  <polacek@redhat.com>
42855
42856         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
42857
42858 2012-04-16  Marek Polacek  <polacek@redhat.com>
42859
42860         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
42861         operands of fdivp instruction.
42862
42863 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
42864
42865         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
42866         * elf/tst-auditmod3b.c: Likewise.
42867         * elf/tst-auditmod4b.c: Likewise.
42868         * elf/tst-auditmod5b.c: Likewise.
42869         * elf/tst-auditmod6b.c: Likewise.
42870         * elf/tst-auditmod6c.c: Likewise.
42871         * elf/tst-auditmod7b.c: Likewise.
42872         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
42873         * sysdeps/x86_64/preconfigure.in: Likewise.
42874         * sysdeps/x86_64/preconfigure: Regenerated.
42875
42876 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
42877
42878         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
42879         __ILP32__.
42880
42881 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
42882
42883         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
42884         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
42885
42886 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
42887
42888         [BZ #13973]
42889         * locale/iso-639.def: Fix gl language name. Spotted by
42890         Yaron Shahrabani.
42891
42892 2012-04-12  Roland McGrath  <roland@hack.frob.com>
42893
42894         [BZ #2074]
42895         * libio/libio.h (__io_write_fn): Update comment.
42896
42897 2012-04-12  Petr Baudis  <pasky@ucw.cz>
42898
42899         [BZ #2074]
42900         * stdio.texi (Hook Functions): The user provided writer function
42901         is not allowed to return -1.
42902
42903 2012-04-11  David S. Miller  <davem@davemloft.net>
42904
42905         * sysdeps/sparc/fpu/libm-test-ulps: Update.
42906
42907 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
42908
42909         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
42910         Add a leading slash to rtkaio.
42911
42912 2012-04-11  Jim Meyering  <meyering@redhat.com>
42913
42914         [BZ #11959]
42915         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
42916         It is not necessarily an error to ignore fwrite's return
42917         value.  One can reliably use ferror to test for errors after
42918         the fact.
42919
42920 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
42921
42922         * bits/types.h (__snseconds_t): New type.
42923         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
42924
42925         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
42926         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
42927         (__SNSECONDS_T_TYPE): Likewise.
42928         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
42929         (__SNSECONDS_T_TYPE): Likewise.
42930         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
42931         (__SNSECONDS_T_TYPE): Likewise.
42932
42933 2012-04-10  Andreas Jaeger  <aj@suse.de>
42934
42935         [BZ #2636]
42936         * manual/time.texi (Processor Time): Return type of times is
42937         elapsed real time since an arbitrary point in the past.
42938         (CPU Time): Move CLK_TCK from here...
42939         (Processor Time): ...to here.  Correct description.
42940         * manual/conf.texi (Constants for Sysconf): Correct description of
42941         _SC_CLK_TCK.
42942
42943 2012-04-10  David S. Miller  <davem@davemloft.net>
42944
42945         [BZ #13967]
42946         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
42947         where the is a gap between DT_REL(A) and DT_JMPREL.
42948
42949 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
42950
42951         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
42952         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
42953         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
42954
42955 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
42956
42957         * elf/dl-support.c (_dl_inhibit_cache): New variable.
42958         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
42959         (dl_main): Handle --inhibit-cache.
42960         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
42961         _dl_inhibit_cache.
42962         * elf/dl-load.c (_dl_map_object): Use it.
42963         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
42964
42965 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
42966
42967         [BZ #13872]
42968         * sysdeps/i386/fpu/e_powl.S (p78): New object.
42969         (__ieee754_powl): Saturate large exponents rather than testing for
42970         overflow of y*log2(x).
42971         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
42972         * math/libm-test.inc (pow_test): Do not permit spurious overflow
42973         exceptions.
42974
42975         [BZ #11521]
42976         * math/s_ctan.c: Include <float.h>.
42977         (__ctan): Avoid internal overflow or cancellation in calculating
42978         denominator.
42979         * math/s_ctanf.c: Likewise.
42980         * math/s_ctanl.c: Likewise.
42981         * math/s_ctanh.c: Likewise.
42982         * math/s_ctanhf.c: Likewise.
42983         * math/s_ctanhl.c: Likewise.
42984         * math/libm-test.inc (ctan_test): Add more tests.
42985         (ctanh_test): Likewise.
42986         * sysdeps/i386/fpu/libm-test-ulps: Update.
42987         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42988
42989 2012-04-09  Andreas Jaeger  <aj@suse.de>
42990
42991         [BZ #6894]
42992         * manual/filesys.texi (Directory Entries): Mention that d_namlen
42993         is an optional BSD extension.
42994
42995         [BZ #10254]
42996         * manual/stdio.texi (Opening Streams): Document additional fopen
42997         parameters.
42998
42999 2012-04-09  Roland McGrath  <roland@hack.frob.com>
43000
43001         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
43002         %eax without telling the compiler.
43003
43004 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
43005
43006         [BZ # 13963]
43007         * manual/install.texi: Use sourceware.org.
43008
43009 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
43010
43011         [BZ #13873]
43012         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
43013         (__ieee754_pow): Generate overflow and underflow using huge*huge
43014         and tiny*tiny rather than just returning constant infinity or zero
43015         for large exponents.
43016         * math/libm-test.inc (pow_test): Require overflow exceptions for
43017         applicable cases of large exponents.
43018
43019         [BZ #706]
43020         * sysdeps/i386/fpu/e_pow.S (p10): New object.
43021         (__ieee754_pow): Use iterative multiplication algorithm only for
43022         integer exponents with absolute value below 1024.  Check for odd
43023         integer exponents when using algorithm for real exponents.
43024         * math/libm-test.inc (pow_test): Add more tests.
43025         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
43026
43027 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
43028
43029         [BZ #13705]
43030         * math/libm-test.inc (exp_test): Do not allow overflow exception
43031         on underflow test.
43032
43033 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
43034
43035         [BZ #13705]
43036         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
43037         instead of __kernel_standard_f.
43038
43039 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
43040
43041         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
43042         * sysdeps/x86_64/memset_chk.S: Likewise.
43043
43044 2012-04-08  Andreas Jaeger  <aj@suse.de>
43045
43046         [BZ #10153]
43047         * manual/startup.texi (Environment Access): Describe return value
43048         for putenv and setenv.
43049
43050         [BZ #6895]
43051         * manual/filesys.texi (Directory Entries): Add description for
43052         DT_LNK.
43053
43054         [BZ #6890]
43055         * manual/filesys.texi (Directory Entries): Clarify that it's file
43056         system not operating system in the description of DT_UNKNOWN.
43057
43058         [BZ #6578]
43059         * manual/syslog.texi (closelog): Fix reference, it's openlog.
43060
43061 2012-04-08  Stephen Compall  <s11@member.fsf.org>
43062
43063         [BZ #6649]
43064         * manual/llio.texi (Opening and Closing Files): Add cross
43065         reference to explain mode argument.
43066
43067 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
43068
43069         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
43070         * sysdeps/x86_64/memset_chk.S: Likewise.
43071
43072 2012-04-07  David S. Miller  <davem@davemloft.net>
43073
43074         * elf/elf.h (R_SPARC_WDISP10): Define.
43075         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
43076         R_SPARC_SIZE32.
43077         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
43078         R_SPARC_SIZE64 and R_SPARC_H34.
43079
43080 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
43081
43082         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
43083         conditions and remove no longer applicable assertion.
43084
43085 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
43086
43087         * bits/byteswap.h: Include <features.h>.
43088         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
43089         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
43090
43091 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
43092
43093         * bits/byteswap.h (__bswap_16): Removed.
43094         Include <bits/byteswap-16.h> to get __bswap_16.
43095         * sysdeps/i386/bits/byteswap.h: Likewise.
43096         * sysdeps/s390/bits/byteswap.h: Likewise.
43097         * sysdeps/x86_64/bits/byteswap.h: Likewise.
43098         * bits/byteswap-16.h: New file.
43099         * sysdeps/i386/bits/byteswap-16.h: Likewise.
43100         * sysdeps/s390/bits/byteswap-16.h: Likewise.
43101         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
43102         * string/Makefile (headers): Add bits/byteswap-16.h.
43103
43104 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
43105
43106         [BZ #13895]
43107         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
43108         extra indirection.
43109         * nss/Makefile (tests-static, tests): Add tst-nss-static.
43110         * nss/tst-nss-static.c: New.
43111
43112 2012-04-06  Robert Millan  <rmh@gnu.org>
43113
43114         [BZ #6486]
43115         * manual/llio.texi (File Position Primitive): lseek
43116         refers to WHENCE when it really means OFFSET.
43117
43118 2012-04-06  Andreas Jaeger  <aj@suse.de>
43119
43120         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
43121         strncmp declarations.
43122
43123         * abilist/libc.abilist: Add __poll and __ppoll.
43124
43125 2012-04-05  David S. Miller  <davem@davemloft.net>
43126
43127         * scripts/check-local-headers.sh: Accept a host triplet in the
43128         path matched by the exclude regexp.
43129
43130         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
43131         definition.
43132         * sysdeps/powerpc/powerpc32/dl-machine.h
43133         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
43134         * sysdeps/s390/s390-32/dl-machine.h
43135         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
43136         * sysdeps/sparc/sparc32/dl-machine.h
43137         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
43138         * sysdeps/sparc/sparc64/dl-machine.h
43139         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
43140
43141         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
43142         lazy binding.
43143         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
43144         undefined symbol errors.
43145
43146         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
43147         DT_NEEDED entries.
43148
43149 2012-04-05  Michael Matz  <matz@suse.de>
43150
43151         [BZ #13592]
43152         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
43153
43154 2012-04-05  Andreas Jaeger  <aj@suse.de>
43155
43156         [BZ #13908]
43157         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
43158         comment.
43159
43160 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
43161
43162         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
43163         which ROUND is no valid rounding mode.
43164
43165 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
43166
43167         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
43168         read again.
43169         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
43170
43171 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
43172
43173         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
43174         an exception using FPU order intentionally.
43175
43176 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
43177
43178         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
43179         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
43180         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
43181         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
43182
43183 2012-04-05  Simon Josefsson  <simon@josefsson.org>
43184
43185         [BZ #12340]
43186         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
43187         EINVAL when BUFLEN is too smal.
43188
43189 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
43190
43191         [BZ #13553]
43192         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
43193         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
43194
43195 2012-04-03  Andreas Jaeger  <aj@suse.de>
43196
43197         [BZ #13938]
43198         * manual/setjmp.texi (System V contexts): Fix sentence.
43199
43200         [BZ #13926]
43201         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
43202         New macro for this case.
43203         [!__GNUC__] (__bswap_64): New inline function for this case.
43204         * sysdeps/x86_64/bits/byteswap.h: Likewise.
43205         * bits/byteswap.h: Likewise.
43206         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
43207         ull, guard with __GLIBC_HAVE_LONG_LONG.
43208
43209         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
43210         __GLIBC_HAVE_LONG_LONG.
43211
43212         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
43213         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
43214
43215 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
43216
43217         [BZ #13691]
43218         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
43219         inptr and inend, rather than using last_ch.
43220
43221 2012-04-02  David S. Miller  <davem@davemloft.net>
43222
43223         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
43224         * stdio-common/printf-parse.h (read_int): Change return type to
43225         'int', return -1 on INT_MAX overflow.
43226         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
43227         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
43228         overflows INT_MAX.  Check for overflow of in-format-string precision
43229         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
43230         SIZE_MAX not INT_MAX for integer overflow test.
43231         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
43232         skip the construct in the format string but do not record anything.
43233         * stdio-common/bug22.c: Adjust to test both width/prevision
43234         INT_MAX overflow as well as total length INT_MAX overflow.  Check
43235         explicitly for proper errno values.
43236
43237 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
43238
43239         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
43240         CHAR_MAX.
43241         * string/test-strcmp.c [! WIDE]: Likewise.
43242         * time/tst-mktime2.c: Likewise for INT_MAX.
43243         * string/test-string.h: #include <sys/param.h> for MIN.
43244
43245         * csu/init-first.c (__libc_init_first): Call __ctype_init.
43246         * sysdeps/i386/init-first.c (init): Likewise.
43247         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
43248         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
43249         * sysdeps/sh/init-first.c (init): Likewise.
43250
43251 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
43252
43253         * po/ru.po: Update from translation team.
43254         * po/vi.po: Likewise.
43255
43256 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
43257
43258         * resolv/nss_dns/dns-host.c: Merge copyright years.
43259
43260 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43261
43262         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
43263         Optimize memcpy with prefetch if
43264         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
43265         src, dst pointers have unequal 16 byte alignments.
43266
43267 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
43268
43269         [BZ #13928]
43270         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
43271         from a CNAME entry and return the minimum ttl for the query.
43272         (gaih_getanswer_slice): Likewise.
43273
43274 2012-03-30  Jeff Law  <law@redhat.com>
43275
43276         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
43277         due to long keys.
43278         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
43279         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
43280
43281         * resolv/nss_dns/dns-host.c: Update copyright year.
43282
43283 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
43284
43285         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
43286         requests to save a system call.  Fix check that all bytes are sent.
43287
43288         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
43289         comments for sendmmsg.
43290
43291 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
43292
43293         [BZ #13691]
43294         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
43295         with only 1 character between 0x0041 and 0x01b0.
43296         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
43297         * wcsmbs/tst-mbsnrtowcs.c: New file.
43298
43299 2012-03-29  David S. Miller  <davem@davemloft.net>
43300
43301         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
43302         small copies by hand.
43303
43304 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
43305
43306         [BZ #13761]
43307         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
43308         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
43309         group memberships.
43310
43311 2012-03-28  David S. Miller  <davem@davemloft.net>
43312
43313         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
43314         that branches into memcpy.
43315         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
43316         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
43317         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
43318         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
43319         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
43320         bits.
43321         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
43322         implementation too.
43323         * sysdeps/sparc/mempcpy.S: New file.
43324
43325         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
43326         the IFUNC routine in the libc case.
43327         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
43328
43329         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
43330         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
43331         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
43332         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
43333         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
43334         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
43335         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
43336         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
43337
43338         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
43339         loop to 256 bytes instead of 64 bytes and fix test signedness.
43340
43341         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
43342         * sysdeps/sparc/sparc32/Makefile: rather than here...
43343         * sysdeps/sparc/sparc64/Makefile: and here.
43344
43345 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
43346
43347         * malloc/mallocbug.c: Avoid warnings about unused variables.
43348
43349 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
43350
43351         [BZ #13760]
43352         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
43353         in the right place. Discard and retry query if response is
43354         larger than input buffer size.
43355
43356 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
43357
43358         [BZ #369]
43359         [BZ #2678]
43360         [BZ #3866]
43361         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
43362         x for large integer exponent.
43363         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
43364         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
43365         sign of result as needed afterwards.
43366         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
43367         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
43368         result for underflowing pow the same as for overflow.
43369         (__kernel_standard_l): Handle powl overflow and underflow here
43370         rather than calling __kernel_standard.
43371         * math/libm-test.inc (pow_test): Add more tests.
43372
43373         [BZ #3868]
43374         [BZ #13879]
43375         [BZ #13910]
43376         [BZ #13911]
43377         [BZ #13912]
43378         [BZ #13913]
43379         [BZ #13915]
43380         [BZ #13916]
43381         [BZ #13917]
43382         [BZ #13918]
43383         [BZ #13919]
43384         [BZ #13920]
43385         [BZ #13921]
43386         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
43387         * sysdeps/ieee754/k_standard.c: Include <float.h>.
43388         (__kernel_standard_l): New function.
43389         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
43390         __kernel_standard.
43391         * math/w_acosl.c (__acosl): Likewise.
43392         * math/w_asinl.c (__asinl): Likewise.
43393         * math/w_atan2l.c (__atan2l): Likewise.
43394         * math/w_atanhl.c (__atanhl): Likewise.
43395         * math/w_coshl.c (__coshl): Likewise.
43396         * math/w_exp10l.c (__exp10l): Likewise.
43397         * math/w_exp2l.c (__exp2l): Likewise.
43398         * math/w_fmodl.c (__fmodl): Likewise.
43399         * math/w_hypotl.c (__hypotl): Likewise.
43400         * math/w_j0l.c (__j0l, __y0l): Likewise.
43401         * math/w_j1l.c (__j1l, __y1l): Likewise.
43402         * math/w_jnl.c (__jnl, __ynl): Likewise.
43403         * math/w_lgammal.c (__lgammal): Likewise.
43404         * math/w_log10l.c (__log10l): Likewise.
43405         * math/w_log2l.c (__log2l): Likewise.
43406         * math/w_logl.c (__logl): Likewise.
43407         * math/w_powl.c (__powl): Likewise.
43408         * math/w_remainderl.c (__remainderl): Likewise.
43409         * math/w_scalbl.c (sysv_scalbl): Likewise.
43410         * math/w_sinhl.c (__sinhl): Likewise.
43411         * math/w_sqrtl.c (__sqrtl): Likewise.
43412         * math/w_tgammal.c (__tgammal): Likewise.
43413         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
43414         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
43415         * math/libm-test.inc (acos_test): Add more tests.
43416         (acosh_test): Likewise.
43417         (asin_test): Likewise.
43418         (atanh_test): Likewise.
43419         (exp_test): Likewise.
43420         (exp10_test): Likewise.
43421         (exp2_test): Likewise.
43422         (expm1_test): Likewise.
43423         (lgamma_test): Likewise.
43424         (log_test): Likewise.
43425         (log10_test): Likewise.
43426         (log1p_test): Likewise.
43427         (log2_test): Likewise.
43428         (pow_test): Do not allow some spurious overflow exceptions.
43429         (sqrt_test): Add more tests.
43430         (tgamma_test): Likewise.
43431         (y0_test): Likewise.
43432         (y1_test): Likewise.
43433         (yn_test): Likewise.
43434
43435 2012-03-27  Anton Blanchard  <anton@samba.org>
43436
43437         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
43438         MAP_HUGETLB.
43439         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
43440         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
43441         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
43442
43443 2012-03-27  David S. Miller  <davem@davemloft.net>
43444
43445         * conform/Makefile: Run run-conformtest.sh using $(BASH).
43446
43447         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
43448         have-as-vis3 check.
43449
43450 2012-03-27  Andreas Jaeger  <aj@suse.de>
43451
43452         * sysdeps/x86_64/elf/configure.in: Moved to ...
43453         * sysdeps/x86_64/configure.in: ... here.
43454         * sysdeps/x86_64/elf/start.S: Moved to ...
43455         * sysdeps/x86_64/start.S: ... here.
43456         * sysdeps/x86_64/elf/configure: Delete.
43457
43458         * sysdeps/x86_64/configure.in: Merge contents from
43459         sysdeps/i386/configure.in (without i686 check).
43460
43461         * sysdeps/i386/elf/Versions: Merge into ...
43462         * sysdeps/i386/Versions: ... this.
43463         * sysdeps/i386/elf/Versions: Delete file.
43464         * sysdeps/i386/elf/start.S: Moved to ...
43465         * sysdeps/i386/start.S: ...here.
43466         * sysdeps/i386/elf/configure.in: Merge into...
43467         * sysdeps/i386/configure.in: ...here.
43468         * sysdeps/i386/elf/configure.in: Delete file.
43469         * sysdeps/i386/elf/configure: Delete file.
43470
43471         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
43472         * debug/backtracesyms.c: ... here.
43473         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
43474         * debug/backtracesymsfd.c: ... here.
43475         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
43476         * sysdeps/generic/ifunc-sel.h: ... here.
43477
43478         * sysdeps/unix/i386/start.c: Delete file.
43479         * sysdeps/unix/sparc/start.c: Delete file.
43480         * sysdeps/unix/start.c: Delete file.
43481
43482         * sysdeps/sh/elf/configure.in: Moved to ...
43483         * sysdeps/sh/configure.in: ... here.
43484         * sysdeps/sh/elf/start.S: Moved to ...
43485         * sysdeps/sh/start.S: ... here.
43486         * sysdeps/sh/elf/configure: Delete file.
43487
43488         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
43489         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
43490         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
43491         * sysdeps/powerpc/powerpc64/entry.h: ... here.
43492         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
43493         * sysdeps/powerpc/powerpc64/start.S: here.
43494         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
43495         * sysdeps/powerpc/powerpc64/Makefile: ... this.
43496         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
43497         * sysdeps/powerpc/powerpc64/configure.in: ... this.
43498         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
43499
43500         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
43501         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
43502         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
43503         * sysdeps/powerpc/powerpc32/start.S: ... here.
43504         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
43505         * sysdeps/powerpc/powerpc32/configure.in: ... this.
43506         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
43507
43508         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
43509         * sysdeps/powerpc/ifunc-sel.h: ... here.
43510         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
43511         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
43512
43513         * sysdeps/sparc/elf/configure.in: Moved to ...
43514         * sysdeps/sparc/configure.in: ... here.
43515         * sysdeps/sparc/elf/configure: Delete file.
43516         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
43517         * sysdeps/sparc/sparc32/start.S: ... here.
43518         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
43519         * sysdeps/sparc/sparc64/start.S: ... here.
43520         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
43521         * sysdeps/sparc/sparc32/Makefile: ... this.
43522         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
43523         * sysdeps/sparc/sparc64/Makefile: ... this.
43524
43525         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
43526         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
43527         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
43528         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
43529         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
43530         * sysdeps/s390/s390-32/setjmp.S: ... here.
43531         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
43532         * sysdeps/s390/s390-32/configure.in: ... here.
43533         * sysdeps/s390/s390-32/elf/configure: Delete file.
43534         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
43535         * sysdeps/s390/s390-32/start.S: ... here.
43536
43537         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
43538         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
43539         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
43540         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
43541         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
43542         * sysdeps/s390/s390-64/setjmp.S: ... here.
43543         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
43544         * sysdeps/s390/s390-64/configure.in: ... here
43545         * sysdeps/s390/s390-64/elf/configure: Delete file.
43546         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
43547         * sysdeps/s390/s390-64/start.S: ... here.
43548         * sysdeps/s390/s390-64/elf/configure: Delete.
43549
43550         * configure.in: Remove support for elf directories in sysdeps.
43551
43552         * configure: Regenerated.
43553         * sysdeps/i386/configure: Regenerated.
43554         * sysdeps/powerpc/powerpc32/configure: Regenerated.
43555         * sysdeps/powerpc/powerpc64/configure: Regenerated.
43556         * sysdeps/s390/s390-32/configure: Regenerated.
43557         * sysdeps/s390/s390-64/configure: Regenerated.
43558         * sysdeps/sh/configure: Regenerated.
43559         * sysdeps/sparc/configure: Regenerated.
43560         * sysdeps/x86_64/configure: Regenerated.
43561
43562 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
43563
43564         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43565
43566         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
43567         denormal result into account.
43568
43569 2012-03-25  Roland McGrath  <roland@hack.frob.com>
43570
43571         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
43572         Reported by Allan McRae <allan@archlinux.org>.
43573
43574 2012-03-23  Jeff Law  <law@redhat.com>
43575
43576         * nss/getnssent.c (__nss_getent): Fix typo.
43577
43578 2012-03-23  David S. Miller  <davem@davemloft.net>
43579
43580         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43581
43582 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
43583
43584         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
43585         to pad to uint64_t for each field.
43586         (dl_tls_index): Replace unsigned long with uint64_t.
43587
43588 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
43589         Paul Pluzhnikov  <ppluzhnikov@google.com>
43590
43591         [BZ #6528]
43592         * grp/Makefile (otherlibs): Don't set it.
43593         * inet/Makefile (otherlibs): Likewise.
43594         * login/Makefile (otherlibs): Likewise.
43595         * nscd/Makefile (otherlibs): Likewise.
43596         * posix/Makefile (otherlibs): Likewise.
43597         * pwd/Makefile (otherlibs): Likewise.
43598         * rt/Makefile (otherlibs): Likewise.
43599         * sunrpc/Makefile (otherlibs): Likewise.
43600         * nss/Makefile (otherlibs): Likewise.
43601         Add libnss_files to routines and static-only-routines.
43602         ($(objpfx)getent): Remove rule.
43603         * resolv/Makefile: Add libnss_dns and libresolv to routines and
43604         static-only-routines.
43605
43606 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
43607
43608         [BZ #13892]
43609         * math/s_cexp.c: Include <float.h>.
43610         (__cexp): Handle exp result overflowing not necessarily
43611         overflowing both real and imaginary parts of result.
43612         * math/s_cexpf.c: Likewise.
43613         * math/s_cexpl.c: Likewise.
43614         * math/libm-test.inc (cexp_test): Add more tests.
43615         * sysdeps/i386/fpu/libm-test-ulps: Update.
43616         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43617
43618 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43619
43620         * include/link.h (ELFW): New macro.
43621         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
43622         Replace ELF64_R_TYPE with ELFW(R_TYPE).
43623
43624 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43625
43626         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
43627         with uint64_t.
43628
43629 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43630
43631         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
43632         declaration.
43633         (struct La_x32_retval): Likewise.
43634
43635 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43636
43637         * sysdeps/x86_64/preconfigure.in: New file.
43638         * sysdeps/x86_64/preconfigure: New generated file.
43639
43640 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
43641
43642         [BZ #13824]
43643         * math/e_exp2l.c: Include <float.h>.
43644         (__ieee754_exp2l): Handle overflow and underflow cases
43645         separately.  Only pass fractional part of argument to
43646         __ieee754_expl.
43647         * math/libm-test.inc (exp2_test): Add more tests.
43648
43649         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
43650         negating x to take absolute value.
43651         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
43652         Likewise.
43653         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
43654         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
43655         Likewise.
43656         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
43657         computing low part if x was negated.
43658         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
43659
43660 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
43661
43662         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
43663         la_x32_gnu_pltexit.
43664         (pltexit): Cast int_retval to ptrdiff_t.
43665         * elf/tst-auditmod3b.c: Likewise.
43666         * elf/tst-auditmod4b.c: Likewise.
43667         * elf/tst-auditmod5b.c: Likewise.
43668         * elf/tst-auditmod6b.c: Likewise.
43669         * elf/tst-auditmod6c.c: Likewise.
43670         * elf/tst-auditmod7b.c: Likewise.
43671
43672         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
43673         and x32_gnu_pltexit.
43674
43675         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
43676         __ELF_NATIVE_CLASS.
43677         (La_x32_regs): New macro.
43678         (La_x32_retval): Likewise.
43679         (la_x32_gnu_pltenter): New function prototype.
43680         (la_x32_gnu_pltexit): Likewise.
43681
43682 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
43683
43684         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
43685         exponent.
43686
43687         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43688
43689         * configure.in (libc_cv_cc_nofma): Check for option to disable
43690         generation of FMA instructions.
43691         * configure: Regenerate.
43692         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
43693         * sysdeps/ieee754/dbl-64/Makefile: New file.
43694         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
43695         Remove brandred-fma4.
43696         (CFLAGS-brandred-fma4.c): Remove.
43697         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
43698         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
43699         define.
43700         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
43701         define.
43702
43703 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
43704
43705         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
43706         LLONG_MAX != LONG_MAX.
43707         (_itoa_word): Use _ITOA_WORD_TYPE on value.
43708         (_fitoa_word): Likewise.
43709         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
43710         LLONG_MAX != LONG_MAX.
43711         * stdio-common/_itowa.h: Include <_itoa.h>.
43712         (_itowa_word): Use _ITOA_WORD_TYPE on value.
43713         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
43714         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
43715         only if not defined.
43716         (_ITOA_WORD_TYPE): Likewise.
43717         (_itoa_word): Use _ITOA_WORD_TYPE on value.
43718         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
43719
43720 2012-03-21  David S. Miller  <davem@davemloft.net>
43721
43722         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43723
43724 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
43725
43726         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
43727         of x86_64 when setting libc_cv_slibdir, libdir and
43728         libc_cv_localedir.
43729         * sysdeps/unix/sysv/linux/configure: Regenerated.
43730
43731 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
43732
43733         * manual/lang.texi (Old Varargs): Remove section.
43734         (How Variadic): Update menu.
43735         (va_start): Do not mention varargs.h.
43736
43737 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
43738             Joseph Myers  <joseph@codesourcery.com>
43739
43740         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
43741         link test.
43742         * configure: Regenerated.
43743
43744 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
43745
43746         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
43747         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
43748         conformtest.pl
43749
43750 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
43751
43752         * NOTES: Remove.
43753         * Makefile (files-for-dist): Remove NOTES.
43754         (NOTES): Remove rule.
43755         * README: Don't refer to NOTES.
43756         * manual/creature.texi: Don't include macros.texi.
43757         * manual/intro.texi (creature.texi): Remove comment referring to
43758         NOTES.
43759
43760         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
43761         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
43762         * configure: Regenerated.
43763         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
43764         LIBC_TRY_CC_OPTION.
43765         (libc_cv_as_i686): Likewise.
43766         (libc_cv_cc_avx): Likewise.
43767         (libc_cv_cc_sse2avx): Likewise.
43768         (libc_cv_cc_fma4): Likewise.
43769         (libc_cv_cc_novzeroupper): Likewise.
43770         * sysdeps/i386/configure: Regenerated.
43771
43772         [BZ #13883]
43773         * sysdeps/i386/fpu/s_cexp.S: Remove.
43774         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
43775         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
43776         * math/libm-test.inc (cexp_test): Add more tests.
43777         * sysdeps/i386/fpu/libm-test-ulps: Update.
43778         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43779
43780 2012-03-21  Allan McRae  <allan@archlinux.org>
43781
43782         * timezone/Makefile: Do not install iso3166.tab and zone.tab
43783
43784 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
43785
43786         [BZ #13871]
43787         * math/w_exp2.c: Do not include <float.h>.
43788         (o_threshold, u_threshold): Remove.
43789         (__exp2): Calculate result before checking finiteness and calling
43790         __kernel_standard.
43791         * math/w_exp2f.c: Likewise.
43792         * math/w_exp2l.c: Likewise.
43793         * math/libm-test.inc (exp2_test): Require overflow exception for
43794         1e6 input.
43795
43796         [BZ #3866]
43797         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
43798         range of signed 64-bit integers before using fistpll.  Remove
43799         checks for whether integers fit in mantissa bits.
43800         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
43801         the range of signed 32-bit integers before using fistpl.  Remove
43802         checks for whether integers fit in mantissa bits.
43803         * sysdeps/i386/fpu/e_powl.S (p64): New object.
43804         (__ieee754_powl): Test for y outside the range of signed 64-bit
43805         integers before using fistpll.  Reduce 64-bit values to 63-bit
43806         ones as needed.
43807         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
43808         divide-by-zero is raised for zero to large negative powers.
43809         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
43810         (__ieee754_powl): Test for y outside the range of signed 64-bit
43811         integers before using fistpll.  Reduce 64-bit values to 63-bit
43812         ones as needed.
43813         * math/libm-test.inc (pow_test): Add more tests.
43814
43815 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
43816
43817         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
43818         <stdio-common/_itoa.h>.
43819         * debug/segfault.c: Likewise.
43820         * elf/dl-cache.c: Likewise.
43821         * elf/dl-minimal.c: Likewise.
43822         * elf/dl-misc.c: Likewise.
43823         * elf/dl-sysdep.c: Likewise.
43824         * elf/dl-version.c: Likewise.
43825         * elf/rtld.c: Likewise.
43826         * hurd/hurdsock.c: Likewise.
43827         * hurd/lookup-retry.c: Likewise.
43828         * malloc/malloc.c: Likewise.
43829         * malloc/mtrace.c: Likewise.
43830         * nscd/nscd_getgr_r.c: Likewise.
43831         * nscd/nscd_getpw_r.c: Likewise.
43832         * nscd/nscd_getserv_r.c: Likewise.
43833         * posix/getopt_init.c: Likewise.
43834         * posix/wordexp.c: Likewise.
43835         * stdio-common/_itoa.c: Likewise.
43836         * stdio-common/printf_fphex.c: Likewise.
43837         * stdio-common/vfprintf.c: Likewise.
43838         * string/_strerror.c: Likewise.
43839         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
43840         * sysdeps/i386/i686/hp-timing.h: Likewise.
43841         * sysdeps/mach/_strerror.c: Likewise.
43842         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
43843         * sysdeps/mach/hurd/sethostid.c: Likewise.
43844         * sysdeps/mach/hurd/xmknodat.c: Likewise.
43845         * sysdeps/mach/xpg-strerror.c: Likewise.
43846         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
43847         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
43848         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
43849         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
43850         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
43851         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
43852         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
43853         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
43854         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
43855         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
43856         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
43857         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
43858         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
43859         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
43860         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
43861         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
43862         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
43863         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
43864         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
43865         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
43866         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
43867
43868         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
43869
43870         * stdio-common/_itoa.h: Moved to ...
43871         * sysdeps/generic/_itoa.h: Here.
43872
43873         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
43874
43875         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
43876         instead of "_itoa.h" and "_itowa.h".
43877         * stdio-common/vfprintf.: Likewise.
43878
43879 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
43880
43881         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
43882         <bits/wordsize.h>.
43883         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
43884         (__signbit): Likwise.
43885         (llrintf): Likwise.
43886         (llrint): Likwise.
43887
43888 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
43889
43890         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
43891         __WORDSIZE != 64.
43892
43893 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
43894
43895         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
43896         OVERFLOW_EXCEPTION_OK.
43897         * math/libm-test.inc ("Philosophy"): Update comment about
43898         exception testing.
43899         (OVERFLOW_EXCEPTION): Define.
43900         (OVERFLOW_EXCEPTION_OK): Likewise.
43901         (INVALID_EXCEPTION_OK): Renumber.
43902         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
43903         (IGNORE_ZERO_INF_SIGN): Likewise.
43904         (test_exceptions): Handle FE_OVERFLOW.
43905         (exp10_test): Expect overflow exceptions.
43906         (exp2_test): Likewise.
43907         (expm1_test): Likewise.
43908         (nextafter_test): Likewise.
43909         (pow_test): Likewise.
43910         (scalbn_test): Likewise.
43911         (scalbln_test): Likewise.
43912
43913 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43914
43915         * sysdeps/x86_64/bits/atomic.h
43916         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
43917         64bit integer.
43918         (atomic_exchange_acq): Likewise.
43919         (__arch_exchange_and_add_body): Likewise.
43920         (__arch_add_body): Likewise.
43921         (atomic_add_negative): Likewise.
43922         (atomic_add_zero): Likewise.
43923
43924 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43925
43926         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
43927         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
43928
43929 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43930
43931         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
43932         Check __x86_64__ instead of __WORDSIZE.
43933
43934 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43935
43936         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
43937
43938 2012-03-19  David S. Miller  <davem@davemloft.net>
43939
43940         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43941
43942         * sysdeps/sparc/fpu/fenv_private.h: New file.
43943         * sysdeps/sparc/fpu/math_private.h: Use it.
43944         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
43945         Remove.
43946         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
43947         (libc_feholdexcept_setroundl): Remove.
43948         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
43949         Remove.
43950         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
43951         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
43952
43953 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43954
43955         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
43956         int64_t instead of long int.
43957         (INSERT_WORDS64): Likwise.
43958
43959 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43960
43961         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
43962         _Unwind_GetCFA return to _Unwind_Ptr first.
43963
43964 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
43965
43966         [BZ #13629]
43967         * math/s_clog.c: Include <float.h>.
43968         (__clog): Scale large or subnormal inputs.
43969         * math/s_clogf.c: Likewise.
43970         * math/s_clogl.c: Likewise.
43971         * math/s_clog10.c: Include <float.h>.
43972         (M_LOG10_2): Define.
43973         (__clog10): Scale large or subnormal inputs.
43974         * math/s_clog10f.c: Likewise.
43975         * math/s_clog10l.c: Likewise.
43976         * math/libm-test.inc (clog_test): Add more tests.
43977         (clog10_test): Likewise.
43978         * sysdeps/i386/fpu/libm-test-ulps: Update.
43979         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43980
43981         [BZ #11451]
43982         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
43983         x and y.
43984         * math/libm-test.inc (atan2_test): Add another test.
43985
43986         * Makerules (common-objdir-compile): Remove.
43987         * sysdeps/unix/Makefile (config-generated): Do not add
43988         $(unix-generated) to variable.
43989         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
43990         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
43991         Remove rule.
43992         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
43993         Likewise.
43994         [generic bits/local_lim.h] (before-compile): Do not append to
43995         variable.
43996         [generic bits/local_lim.h] (common-generated): Likewise.
43997         [generic sys/param.h] (before-compile): Do not append to variable.
43998         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
43999         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
44000         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
44001         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
44002         include.
44003         [generic sys/param.h] (sys/param.h-includes): Remove variable.
44004         [generic sys/param.h] (sys/param.h-includes): Remove rule.
44005         [generic sys/param.h] ($(addprefix
44006         $(common-objpfx),$(sys/param.h-includes))): Likewise.
44007         [generic sys/param.h] (common-generated): Do not append to
44008         variable.
44009         [generic sys/param.h] (sysdep_headers): Likewise.
44010         [generic bits/errno.h] (before-compile): Do not append to
44011         variable.
44012         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
44013         rule.
44014         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
44015         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
44016         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
44017         [generic bits/errno.h] (common-generated): Do not append to
44018         variable.
44019         [generic bits/ioctls.h] (before-compile): Do not append to
44020         variable.
44021         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
44022         rule.
44023         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
44024         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
44025         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
44026         rule.
44027         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
44028         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
44029         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
44030         [generic bits/ioctls.h] (common-generated): Do not append to
44031         variable.
44032         [generic sys/syscall.h] (syscall.h): Remove variable.
44033         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
44034         rule.
44035         [generic sys/syscall.h] (before-compile): Do not append to
44036         variable.
44037         [generic sys/syscall.h] (common-generated): Likewise.
44038         * sysdeps/unix/errnos-tmpl.c: Remove file.
44039         * sysdeps/unix/errnos.awk: Likewise.
44040         * sysdeps/unix/ioctls-tmpl.c: Likewise.
44041         * sysdeps/unix/ioctls.awk: Likewise.
44042         * sysdeps/unix/mk-local_lim.c: Likewise.
44043         * sysdeps/unix/snarf-ioctls: Likewise.
44044
44045 2012-03-19  Richard Henderson  <rth@twiddle.net>
44046
44047         * sysdeps/i386/fpu/fenv_private.h: New file.
44048         * sysdeps/i386/fpu/math_private.h: Use it.
44049         (math_opt_barrier, math_force_eval): Remove.
44050         (libc_feholdexcept_setround_53bit): Remove.
44051         (libc_feupdateenv_53bit): Remove.
44052         * sysdeps/x86_64/fpu/math_private.h: Likewise.
44053         (math_opt_barrier, math_force_eval): Remove.
44054         (libc_feholdexcept): Remove.
44055         (libc_feholdexcept_setround): Remove.
44056         (libc_fetestexcept, libc_fesetenv): Remove.
44057         (libc_feupdateenv_test): Remove.
44058         (libc_feupdateenv, libc_feholdsetround): Remove.
44059         (libc_feresetround): Remove.
44060
44061         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
44062         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
44063
44064         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
44065         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
44066         (libc_feupdateenv_testl): New.
44067         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
44068         (libc_feupdateenv_testf): New.
44069         (libc_feupdateenv): Use libc_feupdateenv_test.
44070         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
44071         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
44072
44073         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
44074         (libc_feholdsetroundf, libc_feholdsetroundl): New.
44075         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
44076         (libc_feresetround_noex): New.
44077         (libc_feresetround_noexf): New.
44078         (libc_feresetround_noexl): New.
44079         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
44080         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
44081         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
44082         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
44083         SET_RESTORE_ROUND.
44084         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
44085         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
44086         (__cos): Likewise.
44087         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
44088         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
44089         SET_RESTORE_ROUND_NOEX.
44090         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
44091         SET_RESTORE_ROUND_NOEXF.
44092         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
44093         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
44094         (libc_feholdsetroundf): New.
44095         (libc_feresetround, libc_feresetroundf): New.
44096
44097         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
44098         (libc_feholdexcept_setround_53bit): Convert from macro to function.
44099         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
44100
44101         * sysdeps/generic/math_private.h: Include <fenv.h>.
44102         (default_libc_feholdexcept): New.
44103         (default_libc_feholdexcept_setround): New.
44104         (default_libc_fesetenv, default_libc_feupdateenv): New.
44105         (libc_feholdexcept): Only define if undefined.
44106         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
44107         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
44108         (libc_feholdexcept_setroundl): Likewise.
44109         (libc_feholdexcept_setround_53bit): Likewise.
44110         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
44111         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
44112         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
44113         (libc_feupdateenv_53bit): Likewise.
44114         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
44115         (libc_feholdexcept): Convert from macro to inline function.
44116         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
44117         (libc_fesetenv, libc_feupdateenv): Likewise.
44118
44119         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
44120         not previously defined.
44121         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
44122         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
44123         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
44124         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
44125         * sysdeps/ieee754/flt-32/math_private.h: New file.
44126         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
44127         math_private.h below SET_FLOAT_WORD.
44128         (__isnan, __isinf_ns, __finite): Remove.
44129         (__isnanf, __isinf_nsf, __finitef): Remove.
44130
44131 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
44132
44133         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44134
44135 2012-03-17  David S. Miller  <davem@davemloft.net>
44136
44137         [BZ #6471]
44138         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
44139         for 2.16.
44140
44141 2012-03-16  David S. Miller  <davem@davemloft.net>
44142
44143         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
44144         warnings.
44145
44146         [BZ #6471]
44147         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
44148         properly.
44149         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
44150         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
44151         sysdep_routines when subdir is sysvipc.
44152         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
44153         __getshmlba helper.
44154
44155         * sysdeps/sparc/fpu/libm-test/ulps: Update.
44156
44157 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44158
44159         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
44160         [__LP64__].
44161
44162 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44163
44164         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
44165         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
44166         (__lround): Renamed to ...
44167         (__llround): This.  Replace long int with long long int.
44168         Define lround functions as aliases of llround functions.
44169         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
44170
44171 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44172
44173         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
44174         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
44175         adresses to uintptr_t.  Replace "long int" and "unsigned long
44176         int" with "greg_t" on va_arg.
44177
44178 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44179
44180         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
44181         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
44182
44183         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
44184         Move e_machine check before EI_CLASS check.  Handle x32
44185         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
44186         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
44187         SKIP_EM_IA_64 and include
44188         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
44189
44190         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
44191         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
44192         (add_system_dir): New macro.
44193
44194         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
44195         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
44196
44197 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
44198
44199         [BZ #2551]
44200         [BZ #2552]
44201         [BZ #2553]
44202         [BZ #2554]
44203         [BZ #2562]
44204         [BZ #2563]
44205         [BZ #2565]
44206         [BZ #2566]
44207         [BZ #2576]
44208         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
44209         (y0): Likewise.
44210         * math/w_j0f.c (j0f): Likewise.
44211         (y0f): Likewise.
44212         * math/w_j0l.c (__j0l): Likewise.
44213         (__y0l): Likewise.
44214         * math/w_j1.c (j1): Likewise.
44215         (y1): Likewise.
44216         * math/w_j1f.c (j1f): Likewise.
44217         (y1f): Likewise.
44218         * math/w_j1l.c (__j1l): Likewise.
44219         (__y1l): Likewise.
44220         * math/w_jn.c (jn): Likewise.
44221         (yn): Likewise.
44222         * math/w_jnf.c (jnf): Likewise.
44223         (ynf): Likewise.
44224         * math/w_jnl.c (__jnl): Likewise.
44225         (__ynl): Likewise.
44226         * math/libm-test.inc (j0_test): Add more tests.
44227         (j1_test): Likewise.
44228         (jn_test): Likewise.  Add trailing semicolon to existing test.
44229         (y0_test): Likewise.
44230         (y1_test): Likewise.
44231         * sysdeps/i386/fpu/libm-test-ulps: Update.
44232         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44233
44234         [BZ #13851]
44235         [BZ #13854]
44236         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
44237         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
44238         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
44239         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
44240         (__tanl): Set errno for infinite argument.
44241         * sysdeps/i386/fpu/mptan.c: Remove.
44242         * sysdeps/i386/fpu/s_tan.S: Likewise.
44243         * sysdeps/i386/fpu/s_tanl.S: Likewise.
44244         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
44245         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
44246         * math/libm-test.inc (tan_test): Add more tests and enable more
44247         tests for double and long double.
44248         * sysdeps/i386/fpu/libm-test-ulps: Update.
44249         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44250
44251 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
44252
44253         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
44254         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
44255
44256 2012-03-16  Roland McGrath  <roland@hack.frob.com>
44257
44258         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
44259         * configure.in: Use it for both main tree and add-ons.
44260         * configure: Regenerated.
44261
44262 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44263
44264         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
44265
44266 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
44267
44268         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
44269         in comment.
44270
44271         [BZ #13851]
44272         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
44273         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
44274         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
44275         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
44276         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
44277         infinite argument.
44278         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
44279         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
44280         != 0 for prec == 2.
44281         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
44282         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
44283         * sysdeps/i386/fpu/s_cosl.S: Likewise.
44284         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
44285         * sysdeps/i386/fpu/s_sinl.S: Likewise.
44286         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
44287         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
44288         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
44289         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
44290         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
44291         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
44292         * math/libm-test.inc (cos_test): Add more tests and enable more
44293         tests for long double.
44294         (sin_test): Likewise.
44295         (sincos_test): Likewise.
44296         * sysdeps/i386/fpu/libm-test-ulps: Update.
44297         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44298
44299 2012-03-16  David S. Miller  <davem@davemloft.net>
44300
44301         * sysdeps/sparc/fpu/math_private.h: New file.
44302
44303 2012-03-15  David S. Miller  <davem@davemloft.net>
44304
44305         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
44306         file.
44307         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
44308         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
44309         file.
44310         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
44311         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
44312         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
44313         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
44314         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
44315         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
44316         sysdep routines.
44317         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
44318
44319         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
44320         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
44321
44322         * sysdeps/sparc/sparc-ifunc.h: New file.
44323         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
44324         sparc-ifunc.h
44325         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
44326         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
44327         Likewise.
44328         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
44329         Likewise.
44330         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
44331         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
44332         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
44333         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
44334         Likewise.
44335         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
44336         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
44337         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
44338         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
44339         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
44340         Likewise.
44341         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
44342         Likewise.
44343         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
44344         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
44345         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
44346         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
44347         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
44348         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
44349         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
44350         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
44351         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
44352         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
44353         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
44354         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
44355         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
44356         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
44357         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
44358         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
44359         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
44360         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
44361         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
44362         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
44363         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
44364         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
44365         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
44366         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
44367
44368 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
44369
44370         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
44371         scaling.
44372         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44373
44374 2012-03-15  Andreas Jaeger  <aj@suse.de>
44375
44376         [BZ #13852]
44377         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
44378         ieee754/flt-32 implementation for sin, cos and sincos.
44379         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
44380         * sysdeps/i386/fpu/s_cosf.S: Likewise.
44381         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
44382         * sysdeps/i386/fpu/s_sinf.S: Likewise.
44383         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
44384         ieee754/flt-32 implementation for tan.
44385
44386         * math/libm-test.inc (cos_test): Enable some large input tests for
44387         float as well
44388         (sin_test): Likewise.
44389         (sincos_test): Likewise.
44390         (tan_test): Add tests for large input.
44391
44392         * sysdeps/i386/fpu/libm-test-ulps: Update.
44393
44394 2012-03-15  Andreas Jaeger  <aj@suse.de>
44395
44396         [BZ #13658]
44397         * math/libm-test.inc (cos_test): Add more test cases.
44398         (sin_test): Likewise.
44399         (sincos_test): Likewise.
44400
44401 2012-03-15  Andreas Jaeger  <aj@suse.de>
44402
44403         [BZ #13837]
44404         * math/libm-test.inc (cos_test): Add a test case for large input
44405         value.
44406         (sin_test): Likewise.
44407         (sincos_test): Likewise.
44408
44409 2012-03-15  Andreas Jaeger  <aj@suse.de>
44410             Joseph Myers  <joseph@codesourcery.com>
44411
44412         [BZ #13658]
44413         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
44414         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
44415         * sysdeps/i386/fpu/branred.c: Likewise.
44416         * sysdeps/i386/fpu/dosincos.c: Likewise.
44417         * sysdeps/i386/fpu/mpa.c: Likewise.
44418         * sysdeps/i386/fpu/s_cos.S: Likewise.
44419         * sysdeps/i386/fpu/s_sin.S: Likewise.
44420         * sysdeps/i386/fpu/s_sincos.S: Likewise.
44421         * sysdeps/i386/fpu/sincos32.c: Likewise.
44422
44423         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
44424         Define.
44425         (libc_feupdateenv_53bit): Define.
44426         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
44427         Define.
44428         (libc_feupdateenv_53bit): Define.
44429
44430         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
44431         53 bit (without extend i386 double precision).
44432
44433         * math/libm-test.inc (sincos_test): Add tests for large input.
44434         (sin): Likewise.
44435         (cos): Likewise.
44436
44437         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
44438
44439 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
44440
44441         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44442
44443 2012-03-15  David S. Miller  <davem@davemloft.net>
44444
44445         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
44446         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
44447         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
44448         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
44449         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
44450         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
44451         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
44452         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
44453         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
44454         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
44455         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
44456         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
44457         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
44458         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
44459         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
44460         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
44461         file.
44462         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
44463         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
44464         file.
44465         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
44466         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
44467         file.
44468         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
44469         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
44470         file.
44471         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
44472         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
44473         fmin/fmax sysdep routines.
44474         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
44475
44476 2012-03-14  David S. Miller  <davem@davemloft.net>
44477
44478         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
44479         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
44480         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
44481         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
44482         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
44483         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
44484         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
44485         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
44486         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
44487         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
44488         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
44489         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
44490         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
44491         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
44492         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
44493         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
44494         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
44495         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
44496         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
44497         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
44498         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
44499         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
44500         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
44501         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
44502         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
44503         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
44504         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
44505         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
44506         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
44507         routines.
44508         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
44509         file.
44510         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
44511         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
44512         file.
44513         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
44514         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
44515         file.
44516         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
44517         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
44518         file.
44519         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
44520         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
44521         file.
44522         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
44523         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
44524         file.
44525         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
44526         file.
44527         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
44528         file.
44529         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
44530         file.
44531         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
44532         New file.
44533         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
44534         file.
44535         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
44536         file.
44537         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
44538         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
44539         file.
44540         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
44541         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
44542         file.
44543         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
44544         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
44545         file.
44546         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
44547         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
44548         VIS3 routines.
44549
44550         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
44551         New file.
44552
44553         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44554
44555         * sysdeps/sparc/configure.in: New file.
44556         * sysdeps/sparc/configure: Generate.
44557         * configure.in (libc_cv_sparc_as_vis3): Substitute.
44558         * configure: Regenerate.
44559         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
44560         * config.make.in (have-as-vis3): New.
44561         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
44562         available use -Av9d instead of -Av9a.
44563         * sysdeps/sparc/sparc64/Makefile: Likewise.
44564         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
44565         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
44566         New file.
44567         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
44568         file.
44569         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
44570         New file.
44571         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
44572         file.
44573         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
44574         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
44575         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
44576         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
44577         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
44578
44579         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
44580         fzeros/fnegs to load 0x80000000 into a float register instead of
44581         using the stack.
44582         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
44583
44584 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
44585
44586         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
44587         bits/syscall.h.
44588         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
44589         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
44590         ($(inst_includedir)/bits/syscall.h): Remove rule.
44591         ($(objpfx)bits/syscall.d): Include instead of
44592         $(objpfx)syscall-list.d.
44593         (generated): Change syscall-list.h and syscall-list.d to
44594         bits/syscall.h and bits/syscall.d.
44595
44596 2012-03-14  Roland McGrath  <roland@hack.frob.com>
44597
44598         [BZ #13846]
44599         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
44600
44601 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
44602
44603         [BZ #13841]
44604         * math/s_csqrt.c: Include <float.h>.
44605         (__csqrt): Scale large or subnormal inputs.
44606         * math/s_csqrtf.c: Likewise.
44607         * math/s_csqrtl.c: Likewise.
44608         * math/libm-test.inc (csqrt_test): Add more tests.
44609         * sysdeps/i386/fpu/libm-test-ulps: Update.
44610         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44611
44612         [BZ #13840]
44613         * math/libm-test.inc (hypot_test): Add more tests.
44614
44615 2012-03-13  David S. Miller  <davem@davemloft.net>
44616
44617         [BZ #13840]
44618         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
44619         double-precision for the calculation instead of scaling.
44620
44621 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
44622
44623         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
44624         manipulate bits before adding and subtracting TWO52[sx].
44625         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
44626         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
44627         Likewise.
44628         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
44629
44630 2012-03-13  David S. Miller  <davem@davemloft.net>
44631
44632         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
44633         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
44634         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
44635         rtld-global-offsets.h
44636         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
44637
44638         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
44639         large parameters.
44640
44641         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
44642
44643         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
44644         'err' in the ifdef scope in which it is actually used.
44645
44646         * nss/nss_db/db-init.c: Include string.h
44647
44648 2012-03-12  David S. Miller  <davem@davemloft.net>
44649
44650         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
44651         masking out of the most significant byte of random value used.
44652         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
44653         Fix coding style in previous change.
44654
44655         * sysdeps/unix/sysv/linux/kernel-features.h
44656         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
44657         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
44658         expression.
44659         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
44660         later.
44661
44662 2012-03-11  David S. Miller  <davem@davemloft.net>
44663
44664         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
44665         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
44666         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
44667         for 'resultvar' otherwise things get truncated on 64-bit.
44668
44669         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
44670         Fix masking out of the most significant byte of random value used.
44671
44672         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44673
44674 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
44675
44676         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44677
44678 2012-03-09  David S. Miller  <davem@davemloft.net>
44679
44680         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
44681         variables with appropriate CPP guards.
44682         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
44683         from the frame pointer, not the stack pointer.  Correct layout
44684         comments.  Fix test on resulting framesize and the management of
44685         the outregs buffer for pltexit.  Preserve floating point return
44686         values across _dl_call_pltexit call.
44687         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
44688         framesize and the management of the outregs buffer for pltexit.
44689         Preserve floating point return values across _dl_call_pltexit
44690         call.
44691         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
44692         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
44693         (la_sparc64_gnu_pltexit): New functions.
44694         (print_exit): Fix format string for return register value.
44695
44696 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
44697
44698         * sunrpc/Makefile (others): Add rpcgen.
44699         ($(objpfx)rpcgen): Remove special build rule and dependency on
44700         libc.
44701         * sunrpc/rpcgen.c: New file.
44702
44703 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
44704
44705         [BZ #13673]
44706         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
44707         * stdio-common/bug-vfprintf-nargs.c: Likewise.
44708         * sysdeps/i386/crti.S: Likewise.
44709         * sysdeps/i386/crtn.S: Likewise.
44710         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
44711         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
44712         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
44713         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
44714         * sysdeps/sh/crti.S: Likewise.
44715         * sysdeps/sh/crtn.S: Likewise.
44716         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
44717
44718         [BZ #13673]
44719         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
44720         with URL.
44721         * locale/programs/locfile-kw.gperf: Likewise.
44722         * locale/programs/charmap-kw.h: Regenerated.
44723         * locale/programs/locfile-kw.h: Likewise.
44724
44725         [BZ #13673]
44726         * intl/plural.y: Replace FSF snail mail address with URL.
44727         * intl/plural.c: Regenerated.
44728
44729 2012-03-09  Richard Henderson  <rth@twiddle.net>
44730
44731         * include/math_private.h: Remove file.
44732         * math/math_private.h: Move file ...
44733         * sysdeps/generic/math_private.h: ... here.
44734
44735         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
44736         * sysdeps/powerpc/fpu/math_private.h: Likewise.
44737         * sysdeps/x86_64/fpu/math_private.h: Likewise.
44738
44739         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
44740         and <math_private.h>.
44741         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
44742         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
44743         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
44744         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
44745         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
44746         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
44747         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
44748         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
44749         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
44750         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
44751         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
44752         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
44753         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
44754         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
44755         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
44756         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
44757         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
44758         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
44759         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
44760         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
44761         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
44762         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
44763         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
44764         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
44765         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
44766         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
44767         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
44768         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
44769         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
44770         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
44771         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
44772         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
44773         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
44774         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
44775         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
44776         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
44777         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
44778         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
44779         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
44780         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
44781         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
44782         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
44783         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
44784         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
44785         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
44786         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
44787         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
44788         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
44789         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
44790         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
44791         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
44792         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
44793         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
44794         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
44795         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
44796         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
44797         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
44798         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
44799         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
44800         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
44801         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
44802         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
44803         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
44804         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
44805         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
44806         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
44807         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
44808         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
44809         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
44810         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
44811         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
44812         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
44813         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
44814         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
44815         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
44816         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
44817         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
44818         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
44819         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
44820         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
44821         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
44822         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
44823         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
44824         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
44825         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
44826         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
44827         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
44828         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
44829         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
44830         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
44831         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
44832         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
44833         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
44834         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
44835         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
44836         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
44837         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
44838         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
44839         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
44840         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
44841         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
44842         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
44843         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
44844         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
44845         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
44846         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
44847         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
44848         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
44849         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
44850         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
44851         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
44852         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
44853         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
44854         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
44855         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
44856         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
44857         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
44858         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
44859         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
44860         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
44861         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
44862         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
44863         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
44864         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
44865         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
44866         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
44867         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
44868         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
44869         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
44870         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
44871         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
44872         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
44873         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
44874         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
44875         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
44876         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
44877         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
44878         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
44879         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
44880         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
44881         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
44882         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
44883         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
44884         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
44885         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
44886         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
44887         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
44888         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
44889         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
44890         * sysdeps/ieee754/k_standard.c: Likewise.
44891         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
44892         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
44893         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
44894         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
44895         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
44896         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
44897         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
44898         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
44899         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
44900         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
44901         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
44902         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
44903         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
44904         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
44905         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
44906         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
44907         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
44908         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
44909         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
44910         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
44911         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
44912         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
44913         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
44914         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
44915         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
44916         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
44917         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
44918         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
44919         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
44920         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
44921         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
44922         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
44923         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
44924         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
44925         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
44926         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
44927         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
44928         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
44929         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
44930         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
44931         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
44932         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
44933         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
44934         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
44935         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
44936         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
44937         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
44938         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
44939         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
44940         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
44941         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
44942         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
44943         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
44944         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
44945         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
44946         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
44947         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
44948         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
44949         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
44950         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
44951         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
44952         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
44953         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
44954         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
44955         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
44956         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
44957         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
44958         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
44959         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
44960         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
44961         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
44962         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
44963         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
44964         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
44965         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
44966         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
44967         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
44968         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
44969         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
44970         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
44971         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
44972         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
44973         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
44974         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
44975         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
44976         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
44977         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
44978         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
44979         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
44980         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
44981         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
44982         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
44983         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
44984         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
44985         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
44986         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
44987         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
44988         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
44989         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
44990         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
44991         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
44992         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
44993         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
44994         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
44995         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
44996         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
44997         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
44998         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
44999         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
45000         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
45001         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
45002         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
45003         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
45004         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
45005         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
45006         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
45007         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
45008         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
45009         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
45010         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
45011         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
45012         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
45013         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
45014         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
45015         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
45016         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
45017         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
45018         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
45019         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
45020         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
45021         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
45022         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
45023         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
45024         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
45025         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
45026         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
45027         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
45028         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
45029         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
45030         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
45031         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
45032         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
45033         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
45034         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
45035         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
45036         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
45037         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
45038         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
45039         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
45040         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
45041         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
45042         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
45043         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
45044         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
45045         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
45046         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
45047         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
45048         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
45049         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
45050         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
45051         * sysdeps/ieee754/s_lib_version.c: Likewise.
45052         * sysdeps/ieee754/s_matherr.c: Likewise.
45053         * sysdeps/ieee754/s_signgam.c: Likewise.
45054         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
45055         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
45056         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
45057         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
45058         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
45059         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
45060         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
45061         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
45062         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
45063         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
45064         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
45065         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
45066         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
45067         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
45068         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
45069         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
45070         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
45071         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
45072         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
45073         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
45074         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
45075
45076 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
45077
45078         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
45079         * sunrpc/rpc_main.c: Likewise.
45080         * sunrpc/rpc_svcout.c: Likewise.
45081
45082 2012-03-09  David S. Miller  <davem@davemloft.net>
45083
45084         * include/math_private.h: New file.
45085
45086 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
45087
45088         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
45089         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
45090         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
45091         from <bits/socket_type.h>.
45092         (enum __socket_type): Don't define here.
45093         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
45094         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45095         bits/socket_type.h.
45096
45097         [BZ #13566]
45098         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
45099         checking __USE_GNU.
45100
45101         * Makerules ($(inst_includedir)/%.h): New rule.
45102         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
45103         (install-others): Remove variable setting.
45104         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
45105
45106 2012-03-08  Richard Henderson  <rth@twiddle.net>
45107
45108         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
45109         from macro to inline function; merge with the
45110         !__LIBC_INTERNAL_MATH_INLINES version.
45111         (__ieee754_sqrtf): Likewise.
45112
45113         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
45114         to inline function.
45115         (__rintf, __floor, __floorf): Likewise.
45116
45117         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
45118         macro to inline function.
45119         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
45120
45121         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
45122         not <math/math_private.h>.
45123
45124 2012-03-08  David S. Miller  <davem@davemloft.net>
45125
45126         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
45127         copyright year.
45128         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
45129
45130 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
45131
45132         * resolv/gai_misc.c (handle_requests): Fix struct timespec
45133         normalization.
45134         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
45135         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
45136
45137 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
45138
45139         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
45140         be defined individually, they must be defined as a block.  Define
45141         S for printing a string instead of hidint the different by using a
45142         macro for adding the 'l'.
45143         * stdio-common/tst-fphex-wide.c: Adjust.
45144
45145 2012-03-07  Marek Polacek  <polacek@redhat.com>
45146
45147         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
45148
45149 2012-03-08  Marek Polacek  <polacek@redhat.com>
45150
45151         [BZ #13806]
45152         * stdio-common/Makefile (tests): Add tst-fphex-wide.
45153         * stdio-common/tst-fphex.c: Define a few macros to make the
45154         test reusable.  Use them.
45155         * stdio-common/tst-fphex-wide.c: New file.
45156
45157 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
45158
45159         [BZ #6911]
45160         * manual/macros.texi (gnusystems): New macro.
45161         (nongnusystems): Likewise.
45162         (gnulinuxhurdsystems): Likewise.
45163         (gnuhurdsystems): Likewise..
45164         (gnulinuxsystems): Likewise.
45165         * manual/charset.texi: Use new macros or @theglibc{} to refer to
45166         variants of the GNU system, not "GNU system".
45167         * manual/conf.texi: Likewise.
45168         * manual/errno.texi: Likewise.  Update example of errno macro
45169         expansion.
45170         * manual/filesys.texi: Likewise.
45171         (getumask): Document as specific to GNU/Hurd.
45172         * manual/install.texi: Likewise.  Reword some references to
45173         GNU/Linux.
45174         * manual/intro.texi: Likewise.
45175         * manual/io.texi: Likewise.
45176         (File Name Portability): Detail which constraints are inapplicable
45177         to all GNU systems and which are only inapplicable to GNU/Hurd.
45178         * manual/job.texi: Likewise.
45179         * manual/llio.texi: Likewise.
45180         (O_NOCTTY): Document as present on GNU/Linux.
45181         * manual/maint.texi: Likewise.
45182         * manual/memory.texi: Likewise.
45183         * manual/pattern.texi: Likewise.
45184         * manual/pipe.texi: Likewise.
45185         * manual/process.texi: Likewise.
45186         * manual/resource.texi: Likewise.
45187         (RUSAGE_CHILDREN): Remove statement about specifying a particular
45188         child on GNU/Hurd.
45189         * manual/setjmp.texi: Likewise.
45190         * manual/signal.texi: Likewise.
45191         * manual/startup.texi: Likewise.
45192         * manual/stdio.texi: Likewise.
45193         * manual/terminal.texi: Likewise.
45194         (ONLCR): Document as POSIX.
45195         (OXTABS): Document availability on GNU/Linux as XTABS.
45196         (ONOEOT): Document availability separately from other bits.
45197         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
45198         * manual/time.texi: Likewise.
45199         * manual/users.texi: Likewise.
45200         * INSTALL: Regenerated.
45201         * sysdeps/gnu/errlist.c: Regenerated.
45202
45203         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
45204         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
45205         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
45206         puts.
45207         * configure: Regenerated.
45208
45209 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
45210
45211         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
45212         default includes instead of AC_HEADER_CHECK.
45213         * sysdeps/i386/configure: Regenerated.
45214
45215         [BZ #10716]
45216         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
45217         * math/s_cacoshf.c (__cacoshf): Likewise.
45218         * math/s_cacoshl.c (__cacoshl): Likewise.
45219         * math/s_casinh.c (__casinh): Set signs of result from argument.
45220         * math/s_casinhf.c (__casinhf): Likewise.
45221         * math/s_casinhl.c (__casinhl): Likewise.
45222         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
45223         (casinh_test): Add more tests.
45224         * sysdeps/i386/fpu/libm-test-ulps: Update.
45225         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45226
45227 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
45228
45229         * po/zh_TW.po: Update from translation team.
45230
45231         * login/Makefile (distribute): Remove variable.
45232         * catgets/Makefile: Likewise.
45233         * mach/Makefile: Likewise.
45234         * malloc/Makefile: Likewise.
45235         * misc/Makefile: Likewise.
45236         * iconv/Makefile: Likewise.
45237         * nscd/Makefile: Likewise.
45238         * hurd/Makefile: Likewise.
45239         * manual/Makefile: Likewise.
45240         * locale/Makefile: Likewise.
45241         * intl/Makefile: Likewise.
45242         * conform/Makefile: Likewise.
45243         * nss/Makefile: Likewise.
45244         * time/Makefile: Likewise.
45245         * soft-fp/Makefile: Likewise.
45246         * dirent/Makefile: Likewise.
45247         * gmon/Makefile: Likewise.
45248         * po/Makefile: Likewise.
45249         * rt/Makefile: Likewise.
45250         * socket/Makefile: Likewise.
45251         * math/Makefile: Likewise.
45252         * signal/Makefile: Likewise.
45253         * debug/Makefile: Likewise.
45254         * elf/Makefile: Likewise.
45255         * timezone/Makefile: Likewise.
45256         * stdlib/Makefile: Likewise.
45257         * iconvdata/Makefile: Likewise.
45258         * sunrpc/Makefile: Likewise.
45259         * io/Makefile: Likewise.
45260         * argp/Makefile: Likewise.
45261         * inet/Makefile: Likewise.
45262         * hesiod/Makefile: Likewise.
45263         * grp/Makefile: Likewise.
45264         * csu/Makefile: Likewise.
45265         * wctype/Makefile: Likewise.
45266         * crypt/Makefile: Likewise.
45267         * libio/Makefile: Likewise.
45268         * string/Makefile: Likewise.
45269         * nis/Makefile: Likewise.
45270         * resolv/Makefile: Likewise.
45271         * stdio-common/Makefile: Likewise.
45272         * wcsmbs/Makefile: Likewise.
45273         * dlfcn/Makefile: Likewise.
45274         * posix/Makefile: Likewise.
45275
45276         [BZ #6959]
45277         * timezone/Makefile: Don't install timezone files, just the programs
45278         and scripts.
45279
45280 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
45281
45282         * nss/databases.def: Add missing gshadow entry.
45283
45284         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
45285
45286 2012-03-06  Marek Polacek  <polacek@redhat.com>
45287
45288         [BZ #13726]
45289         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
45290         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
45291         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
45292         * stdio-common/tst-long-dbl-fphex.c: New file.
45293
45294 2012-03-06  David S. Miller  <davem@davemloft.net>
45295
45296         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
45297         (set_obp_int): New function.
45298         (get_obp_int): New function.
45299         (__get_clockfreq_via_dev_openprom): Likewise.
45300         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
45301         Avoid unused variable warnings on 'val' and use builtin_expect.
45302         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
45303         __builtin_expect.
45304         (INLINE_CLONE_SYSCALL): Likewise.
45305
45306 2012-03-05  David S. Miller  <davem@davemloft.net>
45307
45308         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45309
45310 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
45311
45312         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45313
45314         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
45315         only for |x| >= 40.
45316         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
45317
45318 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
45319
45320         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
45321         Replace gettimeofday with __vdso_gettimeofday.
45322
45323         * sysdeps/unix/sysv/linux/x86_64/init-first.c
45324         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
45325         __vdso_clock_gettime and __vdso_getcpu.
45326
45327         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
45328         time with __vdso_time.
45329
45330 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
45331
45332         * manual/lang.texi (size_t): Note types to which size_t may be
45333         equivalent with the GNU C Library, but do not describe when
45334         differences between them are significant.
45335
45336 2012-03-05  Andreas Jaeger  <aj@suse.de>
45337
45338         * sysdeps/i386/fpu/libm-test-ulps: Update.
45339
45340 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
45341
45342         [BZ #3976]
45343         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
45344         (__ieee754_pow): Save and restore rounding mode and use
45345         round-to-nearest for main computations.
45346         * math/libm-test.inc (pow_test_tonearest): New function.
45347         (pow_test_towardzero): Likewise.
45348         (pow_test_downward): Likewise.
45349         (pow_test_upward): Likewise.
45350         (main): Call the new functions.
45351         * sysdeps/i386/fpu/libm-test-ulps: Update.
45352         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45353
45354         [BZ #3976]
45355         * math/libm-test.inc (cosh_test_tonearest): New function.
45356         (cosh_test_towardzero): Likewise.
45357         (cosh_test_downward): Likewise.
45358         (cosh_test_upward): Likewise.
45359         (sinh_test_tonearest): Likewise.
45360         (sinh_test_towardzero): Likewise.
45361         (sinh_test_downward): Likewise.
45362         (sinh_test_upward): Likewise.
45363         (main): Call the new functions.
45364         * sysdeps/i386/fpu/libm-test-ulps: Update.
45365         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45366
45367 2012-03-05  Tom de Vries  <tom@codesourcery.com>
45368
45369         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
45370         default stack guard is set in last bytes.
45371         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
45372
45373 2012-03-05  Kees Cook  <keescook@chromium.org>
45374
45375         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
45376
45377         [BZ #13656]
45378         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
45379         possibly allocate from heap instead of stack.
45380         * stdio-common/bug-vfprintf-nargs.c: New file.
45381         * stdio-common/Makefile (tests): Add nargs overflow test.
45382
45383 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
45384
45385         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45386
45387 2012-03-03  Marek Polacek  <polacek@redhat.com>
45388
45389         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
45390         * math/math_private.h: Likewise.
45391         * stdlib/tst-strtod.c: Likewise.
45392         * sysdeps/i386/i486/bits/atomic.h: Likewise.
45393         * sysdeps/x86_64/bits/atomic.h: Likewise.
45394
45395 2012-03-02  David S. Miller  <davem@davemloft.net>
45396
45397         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
45398         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
45399         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
45400         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
45401         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
45402         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
45403         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
45404         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
45405
45406 2012-03-02  Roland McGrath  <roland@hack.frob.com>
45407
45408         [BZ #13792]
45409         * manual/examples/README: New file, says the example source files
45410         can be used under GPL>=2.
45411         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
45412         line containing just "*/".
45413         * manual/examples/add.c: Add copyright header (GPL>=2).
45414         * manual/examples/argp-ex1.c: Likewise.
45415         * manual/examples/argp-ex2.c: Likewise.
45416         * manual/examples/argp-ex3.c: Likewise.
45417         * manual/examples/argp-ex4.c: Likewise.
45418         * manual/examples/atexit.c: Likewise.
45419         * manual/examples/db.c: Likewise.
45420         * manual/examples/dir.c: Likewise.
45421         * manual/examples/dir2.c: Likewise.
45422         * manual/examples/execinfo.c: Likewise.
45423         * manual/examples/filecli.c: Likewise.
45424         * manual/examples/filesrv.c: Likewise.
45425         * manual/examples/fmtmsgexpl.c: Likewise.
45426         * manual/examples/genpass.c: Likewise.
45427         * manual/examples/inetcli.c: Likewise.
45428         * manual/examples/inetsrv.c: Likewise.
45429         * manual/examples/isockad.c: Likewise.
45430         * manual/examples/longopt.c: Likewise.
45431         * manual/examples/memopen.c: Likewise.
45432         * manual/examples/memstrm.c: Likewise.
45433         * manual/examples/mkfsock.c: Likewise.
45434         * manual/examples/mkisock.c: Likewise.
45435         * manual/examples/mygetpass.c: Likewise.
45436         * manual/examples/pipe.c: Likewise.
45437         * manual/examples/popen.c: Likewise.
45438         * manual/examples/rprintf.c: Likewise.
45439         * manual/examples/search.c: Likewise.
45440         * manual/examples/select.c: Likewise.
45441         * manual/examples/setjmp.c: Likewise.
45442         * manual/examples/sigh1.c: Likewise.
45443         * manual/examples/sigusr.c: Likewise.
45444         * manual/examples/stpcpy.c: Likewise.
45445         * manual/examples/strdupa.c: Likewise.
45446         * manual/examples/strftim.c: Likewise.
45447         * manual/examples/strncat.c: Likewise.
45448         * manual/examples/subopt.c: Likewise.
45449         * manual/examples/swapcontext.c: Likewise.
45450         * manual/examples/termios.c: Likewise.
45451         * manual/examples/testopt.c: Likewise.
45452         * manual/examples/testpass.c: Likewise.
45453         * manual/examples/timeval_subtract.c: Likewise.
45454
45455         [BZ #13792]
45456         * manual/time.texi (Elapsed Time): Move timeval_subtract example
45457         function to ...
45458         * manual/timeval_subtract.c.texi: ... here, new file.
45459
45460 2012-03-02  David S. Miller  <davem@davemloft.net>
45461
45462         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
45463
45464 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
45465
45466         [BZ #3976]
45467         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
45468         (__sin): Save and restore rounding mode and use round-to-nearest
45469         for all computations.
45470         (__cos): Save and restore rounding mode and use round-to-nearest
45471         for all computations.
45472         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
45473         <fenv.h>.
45474         (tan): Save and restore rounding mode and use round-to-nearest for
45475         all computations.
45476         * math/libm-test.inc (cos_test_tonearest): New function.
45477         (cos_test_towardzero): Likewise.
45478         (cos_test_downward): Likewise.
45479         (cos_test_upward): Likewise.
45480         (sin_test_tonearest): Likewise.
45481         (sin_test_towardzero): Likewise.
45482         (sin_test_downward): Likewise.
45483         (sin_test_upward): Likewise.
45484         (tan_test_tonearest): Likewise.
45485         (tan_test_towardzero): Likewise.
45486         (tan_test_downward): Likewise.
45487         (tan_test_upward): Likewise.
45488         (main): Call the new functions.
45489         * sysdeps/i386/fpu/libm-test-ulps: Update.
45490         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45491
45492         [BZ #10135]
45493         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
45494         small n, then large n, before computing and testing k+n.
45495         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
45496         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
45497         Likewise.
45498         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
45499         Likewise.
45500         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
45501         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
45502         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
45503         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
45504         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
45505         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
45506         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
45507         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
45508         * math/libm-test.inc (scalbn_test): Add more tests.
45509         (scalbln_test): Likewise.
45510
45511         * manual/filesys.texi (mode_t): Describe constraints on size and
45512         signedness, not exact equivalence to a particular type.
45513         (ino_t): Likewise.
45514         (ino64_t): Likewise.
45515         (dev_t): Likewise.
45516         (nlink_t): Likewise.
45517         (blkcnt_t): Likewise.
45518         (blkcnt64_t): Likewise.
45519         * manual/llio.texi (off_t): Likewise.
45520
45521         [BZ #3976]
45522         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
45523         (__ieee754_exp): Save and restore rounding mode and use
45524         round-to-nearest for all computations.
45525         * math/libm-test.inc (exp_test_tonearest): New function.
45526         (exp_test_towardzero): Likewise.
45527         (exp_test_downward): Likewise.
45528         (exp_test_upward): Likewise.
45529         (main): Call the new functions.
45530         * sysdeps/i386/fpu/libm-test-ulps: Update.
45531         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45532
45533 2012-03-01  Chris Demetriou  <cgd@google.com>
45534
45535         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
45536         have predictable order.
45537
45538 2012-03-01  David S. Miller  <davem@davemloft.net>
45539
45540         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
45541
45542         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
45543         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
45544         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
45545         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
45546
45547         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
45548         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
45549         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
45550         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
45551         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
45552         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
45553         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
45554         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
45555         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
45556
45557         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45558
45559         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
45560         * sysdeps/sparc/fpu/libm-test-ulps: to here.
45561         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
45562
45563         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
45564         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
45565         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
45566         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
45567         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
45568         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
45569         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
45570         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
45571         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
45572         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
45573         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
45574         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
45575         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
45576         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
45577         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
45578         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
45579         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
45580         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
45581         * sysdeps/sparc/elf/configure: Regenerated.
45582
45583 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
45584
45585         * configure.in (AS, LD): Require binutils 2.20 or later.
45586         * configure: Regenerated.
45587         * manual/install.texi (Tools for Compilation): Give binutils 2.20
45588         as required minimum version.
45589         * INSTALL: Regenerated.
45590
45591         [BZ #2541]
45592         [BZ #4108]
45593         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
45594         before squaring exponent.
45595         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
45596         bottom long double and 27 bits of top long double before squaring
45597         exponent.
45598         * math/libm-test.inc (erfc_test): Add more tests.
45599         * sysdeps/i386/fpu/libm-test-ulps: Update.
45600         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
45601         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45602
45603 2012-03-01  Kai Tietz  <ktietz@redhat.com>
45604
45605         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
45606         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
45607         containing bit-fields.
45608         * soft-fp/extended.h (_FP_UNION_E): Likewise.
45609         * soft-fp/single.h (_FP_UNION_S): Likewise.
45610         * soft-fp/double.h (_FP_UNION_D): Likewise.
45611
45612 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
45613
45614         [BZ #13786]
45615         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
45616         not include ../strcmp.S.
45617         [USE_AS_STRNCASECMP_L]: Likewise.
45618         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
45619         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
45620         * sysdeps/i386/i686/multiarch/strncase_l-c.c
45621         (__strncasecmp_l_ia32): Define as alias to
45622         __strncasecmp_l_nonascii.
45623
45624         [BZ #5794]
45625         * math/libm-test.inc (expm1_test): Add test for bug 5794.
45626         * sysdeps/i386/fpu/libm-test-ulps: Update.
45627         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45628
45629         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
45630         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45631
45632 2012-02-29  Jeff Law  <law@redhat.com>
45633
45634         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
45635         out of bounds read.
45636
45637 2012-02-29  Marek Polacek  <polacek@redhat.com>
45638
45639         [BZ #13706]
45640         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
45641         * elf/Makefile: Add rules to run tst-unused-dep.out.
45642
45643 2012-02-28  David S. Miller  <davem@davemloft.net>
45644
45645         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
45646         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
45647         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
45648         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
45649         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
45650         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
45651
45652 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
45653
45654         * math/libm-test.inc (llround_test): Move one test from
45655         lround_test.  Use TEST_f_L in moved test.
45656         (lround_test): Move misplaced test to llround_test.  Add testcase
45657         from bug 2561.
45658
45659 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
45660
45661         * sysdeps/x86_64/fpu/e_expf.S: New file.
45662         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
45663
45664 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
45665
45666         [BZ #13637]
45667         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
45668         of remain_len that may cause incomplete multi-byte character and
45669         false match.
45670         * posix/bug-regex33.c: New file.
45671         * posix/Makefile (tests): Add bug-regex33.
45672
45673 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
45674
45675         * manual/macros.texi: New file.
45676         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
45677         * manual/libc.texinfo: Include macros.texi.
45678         * manual/creatute.texi: Likewise.
45679         * manual/install.texi: Likewise.
45680         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
45681         @glibcadj{} in references to the GNU C Library.
45682         * manual/charset.texi: Likewise.
45683         * manual/conf.texi: Likewise.
45684         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
45685         when not using those macros.
45686         * manual/creature.texi: Likewise.
45687         * manual/crypt.texi: Likewise.
45688         * manual/errno.texi: Likewise.
45689         * manual/filesys.texi: Likewise.
45690         * manual/header.texi: Likewise.
45691         * manual/install.texi: Likewise.
45692         * manual/intro.texi: Likewise.
45693         * manual/io.texi: Likewise.
45694         * manual/job.texi: Likewise.
45695         * manual/lang.texi: Likewise.
45696         * manual/libc.texiinfo: Likewise.
45697         * manual/llio.texi: Likewise.
45698         * manual/locale.texi: Likewise.
45699         * manual/maint.texi: Likewise.
45700         * manual/math.texi: Likewise.
45701         * manual/memory.texi: Likewise.
45702         * manual/message.texi: Likewise.
45703         * manual/nss.texi: Likewise.
45704         * manual/pattern.texi: Likewise.
45705         * manual/process.texi: Likewise.
45706         * manual/resource.texi: Likewise.
45707         * manual/search.texi: Likewise.
45708         * manual/setjmp.texi: Likewise.
45709         * manual/signal.texi: Likewise.
45710         * manual/socket.texi: Likewise.
45711         * manual/startup.texi: Likewise.
45712         * manual/stdio.texi: Likewise.
45713         * manual/string.texi: Likewise.
45714         * manual/sysinfo.texi: Likewise.
45715         * manual/syslog.texi: Likewise.
45716         * manual/terminal.texi: Likewise.
45717         * manual/time.texi: Likewise.
45718         * manual/users.texi: Likewise.
45719         * INSTALL: Regenerated.
45720         * NOTES: Regenerated.
45721         * sysdeps/gnu/errlist.c: Regenerated.
45722
45723 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
45724
45725         * include/dirent.h: Include <dirstream.h> before
45726         <dirent/dirent.h>.
45727
45728 2012-02-28  David S. Miller  <davem@davemloft.net>
45729
45730         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
45731         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
45732         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
45733         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
45734
45735 2012-02-27  David S. Miller  <davem@davemloft.net>
45736
45737         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
45738         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
45739         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
45740         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
45741
45742         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
45743         frame pointer instead of stack pointer relative arg slot.
45744         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
45745         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
45746         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
45747
45748 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
45749
45750         [BZ #3992]
45751         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
45752
45753 2012-02-27  David S. Miller  <davem@davemloft.net>
45754
45755         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
45756         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
45757         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
45758         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
45759         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
45760         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
45761         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
45762         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
45763
45764 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
45765
45766         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
45767         later.  Allow versions 5-9.
45768         * configure: Regenerated.
45769         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
45770         required minimum version and 4.6 as recommended version.  Do not
45771         mention bugs in GCC 2.7 and 2.8.
45772         * INSTALL: Regenerated.
45773
45774 2012-02-27  David S. Miller  <davem@davemloft.net>
45775
45776         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
45777         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
45778         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
45779         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
45780         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
45781         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
45782         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
45783         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
45784
45785         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
45786         manipulate bits before adding and subtracting TWO112[sx].
45787         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
45788
45789 2012-02-27  Roland McGrath  <roland@hack.frob.com>
45790
45791         [BZ #13775]
45792         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
45793         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
45794         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
45795         being in POSIX, because they are in 1003.1-2008.
45796
45797         * rt/tst-aio.c: Include <fcntl.h>.
45798         * rt/tst-aio7.c: Likewise.
45799         * rt/tst-aio64.c: Likewise.
45800
45801         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
45802
45803 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
45804
45805         * manual/install.texi (--with-headers): Describe headers as
45806         interface headers, not private headers.
45807         (Specific advice for GNU/Linux systems): Describe use of headers
45808         from "make headers_install", not private headers from older
45809         kernels.
45810         * INSTALL: Regenerated.
45811         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
45812         Change to 2.6.19.
45813         * sysdeps/unix/sysv/linux/configure: Regenerated.
45814
45815         * manual/llio.texi (fclean): Remove documentation.
45816
45817         * manual/Makefile (libc-texi-generated): New variable.  Include
45818         version.texi.
45819         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
45820         $(libc-texi-generated), not duplicated list of files.
45821         (version.texi, stamp-version): New rules.
45822         (realclean): Remove $(libc-texi-generated), not individual files
45823         from that list.  Do not remove dir-add.texinfo.
45824         * manual/libc.texinfo: Comment out uses of edition numbers and
45825         references to printed manual.  Remove last-updated dates.
45826         (EDITION): Comment out.
45827         (ISBN): Likewise.
45828         (VERSION, UPDATED): Remove.
45829         (version.texi): Include.
45830
45831 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
45832
45833         * sysdeps/posix/spawni.c: Include <signal.h>.
45834         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
45835         * sysdeps/pthread/aio_fsync.c: Likewise.
45836
45837 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
45838
45839         * conform/Makefile (tests): Run only when not cross-compiling and
45840         when fast-check is not defined.
45841
45842         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
45843         * conform/data/limits.h-data: Fixes for POSIX2008.
45844         * conform/run-conformtest.sh: Run all tests.
45845         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
45846         headers.
45847         * include/bits/dlfcn.h: Likewise.
45848         * include/langinfo.h: Likewise.
45849         * include/monetary.h: Likewise.
45850         * include/sys/poll.h: Likewise.
45851
45852         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
45853         for __USE_GNU.
45854         * posix/spawn.h: Define __need_sigset_t.
45855         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
45856         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
45857         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
45858         to get sigevent_t only.
45859         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
45860         only for __USE_GNU.
45861         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
45862         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
45863         process_vm_writev only for __USE_GNU.
45864         * termios/termios.h: Declare tcgetsid also for POSIX2008.
45865
45866         * conform/Makefile: For now ignore errors from run-conformtest.
45867         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
45868         POSIX to avoid namespace pollution.  Don't prepend headers.
45869         * conform/data/aio.h-data: Fixes for POSIX testing.
45870         * conform/data/fcntl.h-data: Likewise.
45871         * conform/data/glob.h-data: Likewise.
45872         * conform/data/grp.h-data: Likewise.
45873         * conform/data/pthread.h-data: Likewise.
45874         * conform/data/pwd.h-data: Likewise.
45875         * conform/data/signal.h-data: Likewise.
45876         * conform/data/spawn.h-data: Likewise.
45877         * conform/data/stdio.h-data: Likewise.
45878         * conform/data/stdlib.h-data: Likewise.
45879         * conform/data/stropts.h-data: Likewise.
45880         * conform/data/sys/mman.h-data: Likewise.
45881         * conform/data/sys/stat.h-data: Likewise.
45882         * conform/data/sys/types.h-data: Likewise.
45883         * conform/data/sys/wait.h-data: Likewise.
45884         * conform/data/time.h-data: Likewise.
45885         * conform/data/unistd.h-data: Likewise.
45886         * conform/data/utime.h-data: Likewise.
45887
45888         * io/sys/stat.h: fchmod was always in POSIX.
45889         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
45890         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
45891         * rt/aio.h: Define __need_timespec before including <time.h>.
45892         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
45893         struct.  Add forward declaration of pthread_attr_t and use it in
45894         sigevent.
45895         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
45896         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
45897         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
45898         always remove CLK_TCK definition.
45899
45900 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
45901
45902         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
45903
45904 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
45905
45906         * conform/run-conformtest.sh: New file.
45907         * conform/Makefile: Run run-conformtest for tests.
45908         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
45909         support.
45910
45911         * conform/data/uchar.h-data: New file.
45912         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
45913         * conform/data/arpa/inet.h-data: Likewise.
45914         * conform/data/assert.h-data: Likewise.
45915         * conform/data/complex.h-data: Likewise.
45916         * conform/data/cpio.h-data: Likewise.
45917         * conform/data/ctype.h-data: Likewise.
45918         * conform/data/dirent.h-data: Likewise.
45919         * conform/data/dlfcn.h-data: Likewise.
45920         * conform/data/errno.h-data: Likewise.
45921         * conform/data/fcntl.h-data: Likewise.
45922         * conform/data/float.h-data: Likewise.
45923         * conform/data/fmtmsg.h-data: Likewise.
45924         * conform/data/fnmatch.h-data: Likewise.
45925         * conform/data/ftw.h-data: Likewise.
45926         * conform/data/glob.h-data: Likewise.
45927         * conform/data/grp.h-data: Likewise.
45928         * conform/data/iconv.h-data: Likewise.
45929         * conform/data/inttypes.h-data: Likewise.
45930         * conform/data/langinfo.h-data: Likewise.
45931         * conform/data/libgen.h-data: Likewise.
45932         * conform/data/limits.h-data: Likewise.
45933         * conform/data/locale.h-data: Likewise.
45934         * conform/data/math.h-data: Likewise.
45935         * conform/data/monetary.h-data: Likewise.
45936         * conform/data/mqueue.h-data: Likewise.
45937         * conform/data/ndbm.h-data: Likewise.
45938         * conform/data/net/if.h-data: Likewise.
45939         * conform/data/netdb.h-data: Likewise.
45940         * conform/data/netinet/in.h-data: Likewise.
45941         * conform/data/nl_types.h-data: Likewise.
45942         * conform/data/poll.h-data: Likewise.
45943         * conform/data/pthread.h-data: Likewise.
45944         * conform/data/pwd.h-data: Likewise.
45945         * conform/data/regex.h-data: Likewise.
45946         * conform/data/sched.h-data: Likewise.
45947         * conform/data/search.h-data: Likewise.
45948         * conform/data/semaphore.h-data: Likewise.
45949         * conform/data/setjmp.h-data: Likewise.
45950         * conform/data/signal.h-data: Likewise.
45951         * conform/data/spawn.h-data: Likewise.
45952         * conform/data/stdarg.h-data: Likewise.
45953         * conform/data/stdio.h-data: Likewise.
45954         * conform/data/stdlib.h-data: Likewise.
45955         * conform/data/string.h-data: Likewise.
45956         * conform/data/strings.h-data: Likewise.
45957         * conform/data/stropts.h-data: Likewise.
45958         * conform/data/sys/ipc.h-data: Likewise.
45959         * conform/data/sys/mman.h-data: Likewise.
45960         * conform/data/sys/msg.h-data: Likewise.
45961         * conform/data/sys/resource.h-data: Likewise.
45962         * conform/data/sys/select.h-data: Likewise.
45963         * conform/data/sys/sem.h-data: Likewise.
45964         * conform/data/sys/shm.h-data: Likewise.
45965         * conform/data/sys/socket.h-data: Likewise.
45966         * conform/data/sys/stat.h-data: Likewise.
45967         * conform/data/sys/statvfs.h-data: Likewise.
45968         * conform/data/sys/time.h-data: Likewise.
45969         * conform/data/sys/timeb.h-data: Likewise.
45970         * conform/data/sys/times.h-data: Likewise.
45971         * conform/data/sys/types.h-data: Likewise.
45972         * conform/data/sys/uio.h-data: Likewise.
45973         * conform/data/sys/un.h-data: Likewise.
45974         * conform/data/sys/utsname.h-data: Likewise.
45975         * conform/data/sys/wait.h-data: Likewise.
45976         * conform/data/syslog.h-data: Likewise.
45977         * conform/data/tar.h-data: Likewise.
45978         * conform/data/termios.h-data: Likewise.
45979         * conform/data/utime.h-data: Likewise.
45980         * conform/data/utmpx.h-data: Likewise.
45981         * conform/data/varargs.h-data: Likewise.
45982         * conform/data/wchar.h-data: Likewise.
45983         * conform/data/wctype.h-data: Likewise.
45984         * conform/data/wordexp.h-data: Likewise.
45985
45986         * include/stropts.h: New file.
45987         * include/uchar.h: New file.
45988         * include/aio.h: Changes to allow conformtest.pl to use the headers.
45989         * include/assert.h: Likewise.
45990         * include/ctype.h: Likewise.
45991         * include/dirent.h: Likewise.
45992         * include/dlfcn.h: Likewise.
45993         * include/fcntl.h: Likewise.
45994         * include/fnmatch.h: Likewise.
45995         * include/glob.h: Likewise.
45996         * include/grp.h: Likewise.
45997         * include/libio.h: Likewise.
45998         * include/locale.h: Likewise.
45999         * include/math.h: Likewise.
46000         * include/net/if.h: Likewise.
46001         * include/netdb.h: Likewise.
46002         * include/netinet/in.h: Likewise.
46003         * include/pthread.h: Likewise.
46004         * include/pwd.h: Likewise.
46005         * include/regex.h: Likewise.
46006         * include/sched.h: Likewise.
46007         * include/search.h: Likewise.
46008         * include/setjmp.h: Likewise.
46009         * include/signal.h: Likewise.
46010         * include/stdio.h: Likewise.
46011         * include/stdlib.h: Likewise.
46012         * include/string.h: Likewise.
46013         * include/sys/cdefs.h: Likewise.
46014         * include/sys/mman.h: Likewise.
46015         * include/sys/msg.h: Likewise.
46016         * include/sys/resource.h: Likewise.
46017         * include/sys/select.h: Likewise.
46018         * include/sys/socket.h: Likewise.
46019         * include/sys/stat.h: Likewise.
46020         * include/sys/statvfs.h: Likewise.
46021         * include/sys/time.h: Likewise.
46022         * include/sys/times.h: Likewise.
46023         * include/sys/uio.h: Likewise.
46024         * include/sys/utsname.h: Likewise.
46025         * include/sys/wait.h: Likewise.
46026         * include/termios.h: Likewise.
46027         * include/time.h: Likewise.
46028         * include/ulimit.h: Likewise.
46029         * include/unistd.h: Likewise.
46030         * include/utime.h: Likewise.
46031         * include/wchar.h: Likewise.
46032         * include/wctype.h: Likewise.
46033         * include/wordexp.h: Likewise.
46034
46035         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
46036
46037         * time/time.h: TIME_UTC must be a macro.
46038         Make timespec_get available for ISO C11 only as well.
46039
46040 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
46041
46042         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
46043         Reported by Peng Haitao <penght@cn.fujitsu.com>.
46044
46045 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
46046
46047         * configure.in: Use -o not -a in test for unsupported multi-arch.
46048
46049 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
46050
46051         * manual/texinfo.tex: Update to version 2012-01-19.16.
46052
46053 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
46054
46055         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
46056
46057 2012-02-24  Roland McGrath  <roland@hack.frob.com>
46058
46059         [BZ #13738]
46060         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
46061         * manual/fdl-1.3.texi: New file.
46062         * manual/fdl-1.1.texi: File removed.
46063
46064         [BZ #13738]
46065         * manual/libc.texinfo (FDL_VERSION): New @set.
46066         Use it for mention of FDL in cover text.
46067         (Documentation License): Use it in @include file name.
46068
46069 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
46070             Roland McGrath  <roland@hack.frob.com>
46071
46072         [BZ #5461]
46073         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
46074         (not LONG_LONG_MAX and LONG_LONG_MIN.
46075         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
46076         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
46077         name.
46078         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
46079
46080 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
46081
46082         [BZ #2547]
46083         [BZ #11365]
46084         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
46085         manipulate bits before adding and subtracting TWO23[sx].
46086         * math/libm-test.inc (nearbyint_test): Add more tests.
46087
46088 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
46089
46090         [BZ #2548]
46091         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
46092         bits before adding and subtracting TWO23[sx].
46093         * math/libm-test.inc (rint_test): Add more tests.
46094         (rint_test_tonearest): Likewise.
46095         (rint_test_towardzero): Likewise.
46096         (rint_test_downward): Likewise.
46097         (rint_test_upward: Likewise.
46098
46099 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
46100
46101         [BZ #10110]
46102         * include/stdc-predef.h: New file.  Extracted from features.h.
46103         * include/features.h: Include stdc-predef.h.
46104         * Makefile (headers): Add stdc-predef.h.
46105         * CONFORMANCE (Compiler limitations): Update.
46106
46107 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
46108
46109         * manual/libc.texinfo (VERSION, UPDATED): Revert.
46110
46111 2012-02-21  David S. Miller  <davem@davemloft.net>
46112
46113         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
46114         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
46115
46116 2012-02-20  David S. Miller  <davem@davemloft.net>
46117
46118         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
46119         using a normal save/restore sequence, rather than allocating a
46120         dummy stack frame just to store a frame pointer and restore.
46121         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
46122
46123 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
46124
46125         * manual/install.texi: Fix stray word in line-wrapped comment.
46126
46127 2012-02-20  David S. Miller  <davem@davemloft.net>
46128
46129         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
46130         both binutils and gcc support GOTDATA.
46131
46132         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
46133         "rd %pc" in the PIC register setup sequences.
46134
46135         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
46136         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
46137         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
46138         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
46139         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
46140         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
46141         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
46142         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
46143         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
46144         (SYSCALL_ERROR_HANDLER): Likewise.
46145         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
46146         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
46147         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
46148         (SYSCALL_ERROR_HANDLER): Likewise.
46149
46150         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
46151         (HAVE_GCC_GOTDATA): New.
46152         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
46153         relocation support in both binutils and gcc.
46154         * sysdeps/sparc/elf/configure: Regenerate.
46155
46156         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
46157         * sysdeps/sparc/sparc32/elf/configure: Delete.
46158         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
46159         * sysdeps/sparc/sparc64/elf/configure: Delete.
46160         * sysdeps/sparc/elf/configure.in: New file.
46161         * sysdeps/sparc/elf/configure: Generate.
46162
46163         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
46164         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
46165         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
46166         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
46167         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
46168
46169 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
46170
46171         * manual/install.texi: Do not mention specific glibc version
46172         numbers.
46173         * manual/libc.texinfo (VERSION, UPDATED): Update.
46174         (@copying): Use @copyright{} and range of years.
46175
46176 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
46177
46178         [BZ #13695]
46179         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
46180         [crti.S not in sysdirs] (generated): Do not append.
46181         [crti.S not in sysdirs] (omit-deps): Likewise.
46182         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
46183         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
46184         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
46185         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
46186         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
46187         Likewise.
46188         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
46189         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
46190         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
46191         * csu/defs.awk: Remove file.
46192         * sysdeps/generic/initfini.c: Likewise.
46193         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
46194         variable.
46195         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
46196         Likewise.
46197
46198 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
46199
46200         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
46201         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
46202         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
46203         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
46204         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
46205         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
46206         <bits/epoll.h>.
46207         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
46208         (__EPOLL_PACKED): Define to empty if not defined by
46209         <bits/epoll.h>.
46210         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
46211         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46212         bits/epoll.h.
46213
46214 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
46215
46216         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
46217         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
46218         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
46219         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
46220         <bits/timerfd.h>.
46221         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
46222         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46223         bits/timerfd.h.
46224
46225 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
46226
46227         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
46228         in C locale.
46229         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
46230         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
46231         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
46232         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46233
46234 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
46235
46236         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
46237         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
46238
46239 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
46240
46241         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
46242         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
46243         defined.
46244         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
46245         Likewise.
46246         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
46247         entry for 2.16.
46248
46249 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
46250
46251         * math/w_acos.c: Use non-signaling floating-point comparisons.
46252         * math/w_acosf.c: Likewise.
46253         * math/w_acosh.c: Likewise.
46254         * math/w_acoshf.c: Likewise.
46255         * math/w_acoshl.c: Likewise.
46256         * math/w_acosl.c: Likewise.
46257         * math/w_asin.c: Likewise.
46258         * math/w_asinf.c: Likewise.
46259         * math/w_asinl.c: Likewise.
46260         * math/w_atanh.c: Likewise.
46261         * math/w_atanhf.c: Likewise.
46262         * math/w_atanhl.c: Likewise.
46263         * math/w_exp2.c: Likewise.
46264         * math/w_exp2f.c: Likewise.
46265         * math/w_exp2l.c: Likewise.
46266         * math/w_j0.c: Likewise.
46267         * math/w_j0f.c: Likewise.
46268         * math/w_j0l.c: Likewise.
46269         * math/w_j1.c: Likewise.
46270         * math/w_j1f.c: Likewise.
46271         * math/w_j1l.c: Likewise.
46272         * math/w_jn.c: Likewise.
46273         * math/w_jnf.c: Likewise.
46274         * math/w_log.c: Likewise.
46275         * math/w_log10.c: Likewise.
46276         * math/w_log10f.c: Likewise.
46277         * math/w_log10l.c: Likewise.
46278         * math/w_log2.c: Likewise.
46279         * math/w_log2f.c: Likewise.
46280         * math/w_log2l.c: Likewise.
46281         * math/w_logf.c: Likewise.
46282         * math/w_logl.c: Likewise.
46283         * math/w_sqrt.c: Likewise.
46284         * math/w_sqrtf.c: Likewise.
46285         * math/w_sqrtl.c: Likewise.
46286         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
46287         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
46288         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
46289         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
46290         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
46291
46292 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
46293
46294         [BZ #9739]
46295         * manual/string.texi (strnlen): Use correct parameter name in
46296         equivalent expression.
46297
46298 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
46299
46300         [BZ #11174]
46301         * manual/users.texi (seteuid): Consistently use neweuid for
46302         argument name.
46303
46304 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
46305
46306         [BZ #13704]
46307         * manual/nss.texi (Services in the NSS configuration): Correct
46308         list of services in example configuration file.
46309
46310 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
46311
46312         [BZ #11322]
46313         * manual/arith.texi: Remove statements about negative zero
46314         behaving identically to zero.
46315
46316 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
46317
46318         [BZ #5993]
46319         * manual/install.texi: Do not document upgrading from libc5.
46320
46321 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
46322
46323         [BZ #4596]
46324         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
46325
46326 2012-02-18  David S. Miller  <davem@davemloft.net>
46327
46328         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
46329         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
46330         %o7 across the call.
46331         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
46332         instead.
46333         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
46334         SETUP_PIC_REG_LEAF.
46335         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
46336         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
46337         * sysdeps/sparc/crtn.S: Likewise.
46338
46339 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
46340
46341         * aout/Makefile: Remove.
46342
46343 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
46344
46345         [BZ #13058]
46346         * manual/examples/argp-ex1.c (main): Format definition in GNU
46347         style.
46348         * manual/examples/argp-ex2.c (main): Likewise.
46349         * manual/examples/argp-ex3.c (main): Likewise.
46350         * manual/examples/argp-ex4.c (main): Likewise.
46351         * manual/examples/longopt.c (main): Use new-style prototype
46352         definition.
46353         * manual/examples/strncat.c (main): Specify return type and use
46354         (void) for arguments.
46355         * manual/examples/subopt.c (main): Use char **argv argument.
46356
46357 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46358
46359         [BZ #5077]
46360         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
46361         rounding modes.
46362
46363 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
46364
46365         [BZ #6907]
46366         * manual/string.texi (strchr): Change when strchrnul is
46367         recommended.
46368
46369 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
46370
46371         [BZ #174]
46372         * manual/locale.texi (setlocale): Document LOCPATH.
46373
46374 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46375
46376         [BZ #10210]
46377         * manual/process.texi (execle): Move @dots{} before last argument.
46378
46379 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
46380
46381         [BZ #12047]
46382         * manual/charset.texi (Generic Charset Conversion): Fix typo
46383         (LC_TYPE -> LC_CTYPE).
46384
46385 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
46386
46387         [BZ #5805]
46388         * manual/arith.texi (scalbn): Use @var{} on parameter names.
46389         (scalbnf): Likewise.
46390         (scalbnl): Likewise.
46391         (scalbln): Likewise.
46392         (scalblnf): Likewise.
46393         (scalblnl): Likewise.
46394         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
46395         (vwarnx): Likewise.
46396         (verr): Likewise.
46397         (verrx): Likewise.
46398         * manual/filesys.texi (telldir): Use braces around return type.
46399         * manual/llio.texi (mmap): Add space after comma.
46400         (mmap64): Likewise.
46401         * manual/math.texi (jn): Use @var{} on parameter names.
46402         (jnf): Likewise.
46403         (jnl): Likewise.
46404         (yn): Likewise.
46405         (ynf): Likewise.
46406         (ynl): Likewise.
46407         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
46408         line.
46409         * manual/resource.texi (ulimit): Use @dots{} instead of literal
46410         "...".
46411         (sched_get_priority_min): Remove semicolon on @deftypefun line.
46412         (sched_get_priority_max): Likewise.
46413         * manual/signal.texi (sigvec): Add space after comma.
46414         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
46415         names.
46416         (if_indextoname): Likewise.
46417         (if_freenameindex): Likewise.
46418         (sendto): Use ',' instead of '.' in prototype.
46419         * manual/startup.texi (syscall): Use @dots{} instead of literal
46420         "...".
46421         * manual/stdio.texi (__fpending): Separate initial words of
46422         paragraph from @deftypefun line.
46423         * manual/syslog.texi (syslog): Use @dots{} instead of literal
46424         "...".
46425         (vsyslog): Use @var{} on parameter names.
46426         * manual/terminal.texi (stty): Use @var{} on parameter names.
46427         * manual/users.texi (getutmp): Use @var{} on parameter names.
46428         (getutmpx): Likewise.
46429
46430 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46431
46432         [BZ #6884]
46433         * manual/stdio.texi (fopen): Fix typos in description of
46434         ",ccs=STRING".
46435
46436 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
46437
46438         [BZ #4026]
46439         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
46440         get clock_id definition.
46441
46442 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
46443
46444         [BZ #4822]
46445         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
46446         (madvise): Cast every argument to void on its own.
46447
46448 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46449
46450         [BZ #9902]
46451         * manual/startup.texi (Exit Status): Fix typo.
46452
46453 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46454
46455         [BZ #10140]
46456         * manual/examples/argp-ex1.c: Include <stdlib.h>.
46457         * manual/examples/argp-ex2.c: Likewise.
46458         * manual/examples/argp-ex3.c: Likewise.
46459
46460 2012-02-16  Richard Henderson  <rth@redhat.com>
46461
46462         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
46463         * sysdeps/s390/s390-32/initfini.c: Remove.
46464         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
46465         * sysdeps/s390/s390-64/initfini.c: Remove.
46466
46467 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
46468
46469         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
46470         compiler output for sysdeps/generic/initfini.c.
46471         * sysdeps/sh/elf/initfini.c: Remove file.
46472
46473 2012-02-16  David S. Miller  <davem@davemloft.net>
46474
46475         [BZ #11494]
46476         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
46477
46478         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
46479         * sysdeps/sparc/crti.S: New file.
46480         * sysdeps/sparc/crtn.S: New file.
46481         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
46482         * sysdeps/sparc/sparc64/Makefile: Likewise.
46483
46484 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
46485
46486         [BZ #3335]
46487         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
46488
46489 2012-02-15  Roland McGrath  <roland@hack.frob.com>
46490
46491         [BZ #4822]
46492         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
46493
46494         * mach/devstream.c (cookie_io_functions_t): Macro removed.
46495         (write, read, close): Likewise.
46496         Patch by Aurelien Jarno <aurelien@aurel32.net>.
46497
46498 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
46499
46500         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
46501         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
46502         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
46503         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
46504         <bits/signalfd.h>.
46505         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
46506         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46507         bits/signalfd.h.
46508
46509 2012-02-14  Marek Polacek  <polacek@redhat.com>
46510
46511         * sysdeps/x86_64/crti.S: New file.
46512         * sysdeps/x86_64/crtn.S: New file.
46513         * sysdeps/x86_64/elf/initfini.c: Remove file.
46514
46515 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
46516
46517         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
46518         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
46519         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
46520         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
46521         <bits/inotify.h>.
46522         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
46523         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46524         bits/inotify.h.
46525
46526 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
46527
46528         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
46529         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
46530         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
46531         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
46532         <bits/eventfd.h>.
46533         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
46534         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46535         bits/eventfd.h.
46536
46537 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
46538
46539         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
46540         __feraiseexcept instead of feraiseexcept.
46541
46542         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
46543         nanosleep invocations.
46544         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
46545         strings, and add error checking for a nanosleep invocations.
46546
46547 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
46548
46549         Replace FSF snail mail address with URLs, as per GNU coding standards.
46550         Most of the snail mail addresses were wrong anyway, and omitting
46551         them makes the source code easier to maintain.  Almost all of the
46552         changes are to license notices and to locale LC_IDENTIFICATION
46553         addresses, except for this one:
46554         * manual/libc.texinfo: In "Published by", give the FSF's URL,
46555         not its snail mail address.
46556
46557 2012-02-09  Richard Henderson  <rth@twiddle.net>
46558
46559         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
46560         of kernel-features.h.
46561
46562         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
46563
46564 2012-02-08  Marek Polacek  <polacek@redhat.com>
46565
46566         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
46567         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
46568         * sysdeps/gnu/_G_config.h: Likewise.
46569         * sysdeps/generic/_G_config.h: Likewise.
46570
46571 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
46572
46573         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
46574         tests.
46575         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46576
46577         * sysdeps/powerpc/powerpc32/crti.S: New file.
46578         * sysdeps/powerpc/powerpc32/crtn.S: New file.
46579         * sysdeps/powerpc/powerpc64/crti.S: New file.
46580         * sysdeps/powerpc/powerpc64/crtn.S: New file.
46581
46582         * Makeconfig (have-initfini): Don't set.
46583         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
46584         * configure.in (nopic_initfini): Don't substitute.
46585         * config.h.in (HAVE_INITFINI): Don't #undef.
46586         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
46587         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
46588
46589 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
46590
46591         Support crti.S and crtn.S provided directly by architectures.
46592         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
46593         [crti.S in sysdirs] (omit-deps): Likewise.
46594         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
46595         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
46596         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
46597         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
46598         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
46599         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
46600         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
46601         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
46602         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
46603         compiler output for sysdeps/generic/initfini.c.
46604         * sysdeps/i386/elf/Makefile: Remove file.
46605         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
46606
46607 2012-02-07  Marek Polacek  <polacek@redhat.com>
46608
46609         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
46610         * sysdeps/gnu/_G_config.h: Likewise.
46611         * sysdeps/mach/hurd/_G_config.h: Likewise.
46612
46613 2012-02-07  Marek Polacek  <polacek@redhat.com>
46614
46615         * math/Makefile (tests): Add tst-CMPLX2.
46616         * math/tst-CMPLX2.c: New file.
46617
46618 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
46619
46620         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
46621
46622         * math/libm-test.inc (jn_test): Add missing L suffix.
46623
46624 2012-02-06  Marek Polacek  <polacek@redhat.com>
46625
46626         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
46627         * sysdeps/i386/fpu/e_powf.S: Likewise.
46628         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
46629         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
46630         * sysdeps/i386/fpu/e_acosh.S: Likewise.
46631         * sysdeps/i386/fpu/e_pow.S: Likewise.
46632         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
46633         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
46634         * sysdeps/i386/fpu/s_expm1.S: Likewise.
46635         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
46636         * sysdeps/i386/fpu/e_log2.S: Likewise.
46637         * sysdeps/i386/fpu/e_log2l.S: Likewise.
46638         * sysdeps/i386/fpu/e_scalb.S: Likewise.
46639         * sysdeps/i386/fpu/e_powl.S: Likewise.
46640         * sysdeps/i386/fpu/s_log1p.S: Likewise.
46641         * sysdeps/i386/fpu/e_log10f.S: Likewise.
46642         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
46643         * sysdeps/i386/fpu/e_logl.S: Likewise.
46644         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
46645         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
46646         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
46647         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
46648         * sysdeps/i386/fpu/e_log2f.S: Likewise.
46649         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
46650         * sysdeps/i386/fpu/e_log.S: Likewise.
46651         * sysdeps/i386/fpu/s_cexp.S: Likewise.
46652         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
46653         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
46654         * sysdeps/i386/fpu/e_logf.S: Likewise.
46655         * sysdeps/i386/fpu/e_log10l.S: Likewise.
46656         * sysdeps/i386/fpu/e_atanh.S: Likewise.
46657         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
46658         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
46659         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
46660         * sysdeps/i386/fpu/e_log10.S: Likewise.
46661         * sysdeps/i386/fpu/s_frexp.S: Likewise.
46662         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
46663         * sysdeps/i386/fpu/s_asinh.S: Likewise.
46664         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
46665         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
46666         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
46667         * sysdeps/i386/asm-syntax.h: Likewise.
46668         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
46669         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
46670         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
46671         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
46672         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
46673         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
46674         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
46675         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
46676         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
46677         * sysdeps/powerpc/sysdep.h: Likewise.
46678         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
46679         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
46680
46681 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
46682
46683         [BZ #411]
46684         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
46685
46686 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
46687
46688         * sysdeps/i386/sysdep.h: Include <features.h>.
46689         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
46690         version.
46691
46692 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
46693
46694         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
46695         Define.
46696         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
46697         LOAD_PIC_REG_STR.
46698
46699 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
46700
46701         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
46702         (SETUP_PIC_REG): Use GET_PC_THUNK.
46703         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
46704         macro.
46705
46706 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
46707
46708         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
46709         for non-PIC compilation.
46710         (SETUP_PIC_REG): Add .p2align directive.
46711         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
46712         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
46713         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
46714         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
46715         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
46716         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
46717         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
46718         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
46719         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
46720         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
46721         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
46722         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
46723         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
46724         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
46725         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
46726         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
46727         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
46728         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
46729         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
46730         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
46731         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
46732         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
46733         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
46734         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
46735         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
46736         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
46737         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
46738         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
46739         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
46740         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
46741         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
46742         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
46743         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
46744         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
46745         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
46746         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
46747         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
46748         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
46749         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
46750         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
46751         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
46752
46753 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
46754
46755         * math/tst-CMPLX.c: Include <stdio.h>.
46756
46757 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
46758
46759         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
46760         float.
46761         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
46762         * sysdeps/sparc/bits/mathdef.h: Likewise.
46763
46764 2012-01-31  Marek Polacek  <polacek@redhat.com>
46765
46766         * libio/libio.h: Don't define _PARAMS.
46767         * locale/programs/config.h: Don't define PARAMS.
46768         * stdlib/strtol_l.c: Likewise.
46769         (__strtol_l): Remove PARAMS from the prototype.
46770
46771 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
46772
46773         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
46774         names.  Just use the correct names.  Remove unnecessary wrapper
46775         functions.
46776         * malloc/arena.c: Likewise.
46777         * malloc/hooks.c: Likewise.
46778
46779         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
46780         ARENA_TEST says not to.  Simplify test for creation of a new arena.
46781         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
46782
46783 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
46784
46785         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
46786         into tail calls.
46787         (update_get_addr): New function.
46788         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
46789         GET_ADDR_MODULE parameter.
46790
46791 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
46792
46793         * crypt/cert.c: Remove __STDC__ conditionals.
46794         * crypt/crypt-entry.c: Likewise.
46795         * crypt/crypt_util.c: Likewise.
46796         * libio/filedoalloc.c: Likewise.
46797         * libio/fileops.c: Likewise.
46798         * libio/genops.c: Likewise.
46799         * libio/iofclose.c: Likewise.
46800         * libio/iofdopen.c: Likewise.
46801         * libio/iofopen.c: Likewise.
46802         * libio/iofopen64.c: Likewise.
46803         * libio/iogetdelim.c: Likewise.
46804         * libio/iopopen.c: Likewise.
46805         * libio/obprintf.c: Likewise.
46806         * libio/oldfileops.c: Likewise.
46807         * libio/oldiofclose.c: Likewise.
46808         * libio/oldiofdopen.c: Likewise.
46809         * libio/oldiofopen.c: Likewise.
46810         * libio/oldiopopen.c: Likewise.
46811         * libio/wfiledoalloc.c: Likewise.
46812         * libio/wgenops.c: Likewise.
46813         * locale/programs/xmalloc.c: Likewise.
46814         * misc/syslog.c: Likewise.
46815         * stdio-common/xbug.c: Likewise.
46816         * string/memchr.c: Likewise.
46817         * string/memcmp.c: Likewise.
46818         * string/memrchr.c: Likewise.
46819         * string/rawmemchr.c: Likewise.
46820         * sysdeps/posix/getcwd.c: Likewise.
46821         * time/strftime_l.c: Likewise.
46822
46823 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
46824
46825         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
46826         * config.make.in (config-cflags-sse2avx): Define.
46827         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
46828         Fix typo.
46829
46830 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
46831
46832         * scripts/config.guess: Update from upstream config git repository.
46833         * scripts/config.sub: Likewise.
46834
46835 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
46836
46837         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
46838         (EM_NUM): Update.
46839         (R_TILEPRO_*, R_TILEGX_*): New macros.
46840
46841         * scripts/firstversions.awk: Fix bug in version range handling.
46842
46843         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
46844
46845         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
46846
46847         * include/sys/epoll.h: New file.
46848         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
46849         libc_hidden_def.
46850
46851 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
46852
46853         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
46854         Avoid unnecessary __WORDSIZE == 64 test.
46855         (fmaxf): Use VEX format if possible.
46856         (fmax): Likewise.
46857         (fminf): Likewise.
46858         (fmin): Likewise.
46859
46860         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
46861         * math/math_private.h: Remove libc_fegetround* and
46862         libc_fesetround*.
46863         * sysdeps/i386/configure.in: Check for -msse2avx.
46864         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
46865         also if SSE2AVX is defined.
46866         Remove libc_fegetround* and libc_fesetround*.
46867         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
46868         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
46869         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
46870         of HAS_YMM_USABLE.
46871         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
46872         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
46873         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
46874         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
46875         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
46876
46877         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
46878
46879 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46880
46881         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
46882         size is not set.
46883         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
46884
46885 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
46886
46887         [BZ #13618]
46888         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
46889         relocation.
46890         * Makeconfig (libm): Define.
46891         * elf/Makefile: Add rules to build and run tst-relsort1.
46892         * elf/tst-relsort1.c: New file.
46893         * elf/tst-relsort1mod1.c: New file.
46894         * elf/tst-relsort1mod2.c: New file.
46895
46896 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
46897
46898         * math/s_ldexp.c: Remove __STDC__ conditionals.
46899         * math/s_ldexpf.c: Likewise.
46900         * math/s_ldexpl.c: Likewise.
46901         * math/s_nextafter.c: Likewise.
46902         * math/s_nexttowardf.c: Likewise.
46903         * math/s_significand.c: Likewise.
46904         * math/s_significandf.c: Likewise.
46905         * math/s_significandl.c: Likewise.
46906         * math/w_jnl.c: Likewise.
46907         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
46908         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
46909         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
46910         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
46911         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
46912         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
46913         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
46914         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
46915         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
46916         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
46917         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
46918         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
46919         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
46920         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
46921         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
46922         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
46923         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
46924         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
46925         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
46926         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
46927         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
46928         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
46929         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
46930         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
46931         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
46932         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
46933         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
46934         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
46935         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
46936         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
46937         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
46938         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
46939         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
46940         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
46941         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
46942         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
46943         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
46944         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
46945         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
46946         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
46947         * sysdeps/ieee754/k_standard.c: Likewise.
46948         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
46949         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
46950         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
46951         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
46952         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
46953         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
46954         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
46955         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
46956         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
46957         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
46958         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
46959         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
46960         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
46961         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
46962         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
46963         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
46964         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
46965         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
46966         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
46967         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
46968         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
46969         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
46970         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
46971         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
46972         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
46973         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
46974         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
46975         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
46976         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
46977         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
46978         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
46979         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
46980         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
46981         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
46982         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
46983         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
46984         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
46985         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
46986         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
46987         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
46988         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
46989         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
46990         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
46991         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
46992         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
46993         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
46994         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
46995         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
46996         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
46997         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
46998         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
46999         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
47000         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
47001         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
47002         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
47003         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
47004         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
47005         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
47006         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
47007         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
47008         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
47009         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
47010         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
47011         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
47012         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
47013         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
47014         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
47015         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
47016         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
47017         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
47018         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
47019         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
47020         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
47021         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
47022         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
47023         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
47024         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
47025         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
47026         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
47027         * sysdeps/ieee754/s_matherr.c: Likewise.
47028         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
47029         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
47030         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
47031         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
47032
47033 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
47034
47035         * crypt/md5.h: Remove __STDC__ conditionals.
47036         * libio/libioP.h: Likewise.
47037         * locale/programs/config.h: Likewise.
47038         * sysdeps/generic/sysdep.h: Likewise.
47039         * sysdeps/i386/asm-syntax.h: Likewise.
47040         * sysdeps/s390/asm-syntax.h: Likewise.
47041         * sysdeps/unix/sysdep.h: Likewise.
47042         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
47043         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
47044
47045 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
47046
47047         * libio/libio.h: Remove __STDC__ conditionals.
47048         * malloc/obstack.h: Likewise.
47049         * math/complex.h: Likewise.
47050         * math/math.h: Likewise.
47051         * sysdeps/generic/_G_config.h: Likewise.
47052         * sysdeps/gnu/_G_config.h: Likewise.
47053         * sysdeps/mach/hurd/_G_config.h: Likewise.
47054         * sysdeps/powerpc/bits/mathdef.h: Likewise.
47055         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
47056         * sysdeps/sparc/bits/mathdef.h: Likewise.
47057
47058 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
47059
47060         [BZ #13583]
47061         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
47062         Clean up HAS_* macros.
47063         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
47064         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
47065         possible.
47066         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
47067         HAS_AVX.
47068         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
47069         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
47070         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
47071         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
47072         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
47073
47074 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
47075
47076         * elf/tst-unique3.cc (gets): Remove declaration.
47077         * elf/tst-unique3lib.cc (gets): Likewise.
47078         * elf/tst-unique3lib2.cc (gets): Likewise.
47079         * elf/tst-unique4.cc (gets): Likewise.
47080
47081 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
47082
47083         * include/stdio.h: Add C++ protection.  Add gets declarations and
47084         definitions.
47085         * debug/tst-chk1.c: Don't declare gets here.
47086         * stdio-common/tst-gets.c: Likewise.
47087
47088 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
47089
47090         * posix/glob: Remove directory.
47091
47092 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
47093
47094         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
47095
47096 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
47097
47098         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
47099         of the non-standard EPFNOSUPPORT.
47100
47101 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
47102
47103         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
47104         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
47105         ANYWHERE set to 1 only on KERN_NO_SPACE error.
47106
47107 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
47108
47109         * wcsmbs/uchar.h: Test __STDC_VERSION__.
47110
47111 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
47112
47113         * nscd/aicache.c (addhstaiX): Do not cache negative results of
47114         transient errors.
47115         * nscd/grpcache.c (cache_addgr): Likewise.
47116         * nscd/hstcache.c (cache_addhst): Likewise.
47117         * nscd/initgrcache.c (addinitgroupsX): Likewise.
47118         * nscd/pwdcache.c (cache_addpw): Likewise.
47119         * nscd/servicescache.c (cache_addserv): Likewise.
47120
47121 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
47122
47123         * malloc/malloc.c: Various cleanups.
47124         * malloc/hooks.c: Likewise.
47125
47126         * stdlib/Makefile (tests): Add bug-fmtmsg1.
47127         * stdlib/bug-fmtmsg1.c: New file.
47128
47129         * stdlib/fmtmsg.c (init): Add missing unlock.
47130         Patch by Peng Haitao <penght@cn.fujitsu.com>.
47131
47132 2012-01-12  Marek Polacek  <polacek@redhat.com>
47133
47134         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
47135         and _GNU_SOURCE.
47136
47137 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
47138
47139         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
47140         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
47141         macro to ensure uniqueness of label name.
47142         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
47143         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
47144
47145 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
47146
47147         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
47148
47149         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
47150         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
47151         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
47152         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
47153
47154 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
47155
47156         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
47157
47158         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
47159         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
47160         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
47161
47162         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
47163
47164         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
47165         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
47166         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
47167         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
47168
47169         * math/bits/math-finite.h: Add ldexp support.
47170
47171 2012-01-10  Marek Polacek  <polacek@redhat.com>
47172
47173         * locale/programs/localedef.h (show_archive_content): Add noreturn
47174         attribute.
47175
47176 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
47177
47178         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
47179
47180 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
47181
47182         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
47183
47184         * io/Makefile (headers): Add bits/poll2.h.
47185
47186 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
47187
47188         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
47189         typo #include statement.
47190
47191 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
47192
47193         * include/sys/cdefs.h: Define __attribute_alloc_size.
47194         * catgets/gencat.c: Add alloc_size attribute and apply consistently
47195         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
47196         * elf/pldd.c: Likewise.
47197         * iconv/iconv_charmap.c: Likewise.
47198         * iconv/iconvconfig.c: Likewise.
47199         * iconv/strtab.c: Likewise.
47200         * locale/programs/locale.c: Likewise.
47201         * locale/programs/localedef.h: Likewise.
47202         * locale/programs/simple-hash.c: Likewise.
47203         * nscd/nscd.h: Likewise.
47204         * nss/makedb.c: Likewise.
47205         * sysdeps/generic/ldconfig.h: Likewise.
47206         * locale/programs/localedef.c: Remove xmalloc prototype.
47207         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
47208
47209 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
47210
47211         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
47212         appropriate.
47213
47214 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
47215
47216         * math/Makefile (tests): Add tst-CMPLX.
47217         * math/tst-CMPLX.c: New file.
47218
47219         * math/complex.h (CMPLXL): Fix typo.
47220
47221         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
47222         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
47223         GLIBC_2.16.
47224         * debug/tst-chk1.c: Add poll and ppoll tests.
47225         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
47226         * include/sys/poll.h: Add hidden proto for ppoll.
47227         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
47228         * sysdeps/mach/hurd/ppoll.c: Likewise.
47229         * io/ppoll.c: Likewise.
47230         * debug/poll_chk.c: New file.
47231         * debug/ppoll_chk.c: New file.
47232         * include/bits/poll2.h: New file.
47233         * io/bits/poll2.h: New file.
47234
47235         [BZ #1350]
47236         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
47237
47238         * configure.in: static is always set to yes.  Remove.
47239         * config.make.in: Don't set build-static.
47240         * Makeconfig: Remove use of build-static.
47241         * dlfcn/Makefile: Likewise.
47242         * elf/Makefile: Likewise.
47243         * math/Makefile: Likewise.
47244         * misc/Makefile: Likewise.
47245         * nptl/Makefile: Likewise.
47246         * sysdeps/mach/hurd/Makefile: Likewise.
47247
47248         * configure.in: PWD_P is not used anymore.
47249         * config.make.in: Remove PWD_P entry.
47250
47251         * configure.in: Remove last remnants of RANLIB.
47252         No need to check for signed size_t anymore.
47253         Don't set libc_commonpagesize and libc_relro_required here for Alpha
47254         and IA-64.
47255         Remove __builtin_expect test because we require at least gcc 3.4.
47256         * aclocal.m4: Likewise.
47257
47258         * wcsmbs/mbrtoc16.c: Implement using towc function.
47259         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
47260         * wcsmbs/wcsmbsload.c: Likewise.
47261         * iconv/gconv_simple.c: Likewise.
47262         * iconv/gconv_int.h: Likewise.
47263         * iconv/gconv_builtin.h: Likewise.
47264         * iconv/iconv_prog.c: Remove CHAR16 handling.
47265
47266         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
47267
47268         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
47269
47270         * configure.in: Remove --with-elf and --enable-bounded options.
47271         Dont set base_machine for ia64.  More non-ELF conditions removed.
47272         Remove testing and setting of leading underscore information.
47273         * config.make.in (build-bounded): Set to no.
47274         * config.h.in: Remove NO_UNDERSCORES entry.
47275         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
47276         them.
47277         * csu/start.c: Remove !NO_UNDERSCORE code.
47278         * locale/localeinfo.h: Likewise.
47279         * sysdeps/generic/machine-gmon.h: Likewise.
47280         * sysdeps/generic/sysdep.h: Likewise.
47281         * sysdeps/i386/sysdep.h: Likewise.
47282         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
47283         * sysdeps/mach/sysdep.h: Likewise.
47284         * sysdeps/s390/s390-32/sysdep.h: Likewise.
47285         * sysdeps/s390/s390-64/sysdep.h: Likewise.
47286         * sysdeps/sh/sysdep.h: Likewise.
47287         * sysdeps/sparc/sparc32/alloca.S: Likewise.
47288         * sysdeps/unix/i386/sysdep.S: Likewise.
47289         * sysdeps/unix/sparc/start.c: Likewise.
47290         * sysdeps/unix/sparc/sysdep.S: Likewise.
47291         * sysdeps/unix/sparc/sysdep.h: Likewise.
47292         * sysdeps/unix/start.c: Likewise.
47293         * sysdeps/unix/x86_64/sysdep.S: Likewise.
47294         * sysdeps/x86_64/sysdep.h: Likewise.
47295
47296 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
47297
47298         [BZ #13553]
47299         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
47300         for non-gcc.
47301         * argp/argp-fmtstream.h: Use const instead __const.
47302         * argp/argp.h: Likewise.
47303         * assert/assert.h: Likewise.
47304         * bits/fenv.h: Likewise.
47305         * bits/sched.h: Likewise.
47306         * bits/sigset.h: Likewise.
47307         * bits/sigthread.h: Likewise.
47308         * catgets/nl_types.h: Likewise.
47309         * conform/data/pthread.h-data: Likewise.
47310         * crypt/crypt-private.h: Likewise.
47311         * crypt/crypt.h: Likewise.
47312         * crypt/crypt_util.c: Likewise.
47313         * ctype/ctype.h: Likewise.
47314         * debug/execinfo.h: Likewise.
47315         * debug/mbsnrtowcs_chk.c: Likewise.
47316         * debug/mbsrtowcs_chk.c: Likewise.
47317         * debug/wcsnrtombs_chk.c: Likewise.
47318         * debug/wcsrtombs_chk.c: Likewise.
47319         * debug/wcstombs_chk.c: Likewise.
47320         * dirent/dirent.h: Likewise.
47321         * dlfcn/dlfcn.h: Likewise.
47322         * elf/neededtest4.c: Likewise.
47323         * grp/grp.h: Likewise.
47324         * gshadow/gshadow.h: Likewise.
47325         * iconv/gconv.h: Likewise.
47326         * iconv/gconv_int.h: Likewise.
47327         * iconv/gconv_simple.c: Likewise.
47328         * iconv/iconv.h: Likewise.
47329         * iconv/loop.c: Likewise.
47330         * iconv/skeleton.c: Likewise.
47331         * include/aio.h: Likewise.
47332         * include/aliases.h: Likewise.
47333         * include/argz.h: Likewise.
47334         * include/arpa/inet.h: Likewise.
47335         * include/assert.h: Likewise.
47336         * include/dirent.h: Likewise.
47337         * include/dlfcn.h: Likewise.
47338         * include/execinfo.h: Likewise.
47339         * include/fcntl.h: Likewise.
47340         * include/fenv.h: Likewise.
47341         * include/glob.h: Likewise.
47342         * include/grp.h: Likewise.
47343         * include/libintl.h: Likewise.
47344         * include/mntent.h: Likewise.
47345         * include/netdb.h: Likewise.
47346         * include/pwd.h: Likewise.
47347         * include/rpc/netdb.h: Likewise.
47348         * include/sched.h: Likewise.
47349         * include/search.h: Likewise.
47350         * include/shadow.h: Likewise.
47351         * include/signal.h: Likewise.
47352         * include/stdio.h: Likewise.
47353         * include/stdlib.h: Likewise.
47354         * include/string.h: Likewise.
47355         * include/sys/socket.h: Likewise.
47356         * include/sys/stat.h: Likewise.
47357         * include/sys/statfs.h: Likewise.
47358         * include/sys/statvfs.h: Likewise.
47359         * include/sys/syslog.h: Likewise.
47360         * include/sys/time.h: Likewise.
47361         * include/sys/uio.h: Likewise.
47362         * include/time.h: Likewise.
47363         * include/unistd.h: Likewise.
47364         * include/utmp.h: Likewise.
47365         * include/wchar.h: Likewise.
47366         * include/wctype.h: Likewise.
47367         * inet/aliases.h: Likewise.
47368         * inet/arpa/inet.h: Likewise.
47369         * inet/netinet/ether.h: Likewise.
47370         * inet/netinet/in.h: Likewise.
47371         * intl/libintl.h: Likewise.
47372         * io/bits/fcntl2.h: Likewise.
47373         * io/fcntl.h: Likewise.
47374         * io/ftw.h: Likewise.
47375         * io/sys/poll.h: Likewise.
47376         * io/sys/stat.h: Likewise.
47377         * io/sys/statfs.h: Likewise.
47378         * io/sys/statvfs.h: Likewise.
47379         * io/utime.h: Likewise.
47380         * libio/bits/stdio.h: Likewise.
47381         * libio/bits/stdio2.h: Likewise.
47382         * libio/libio.h: Likewise.
47383         * libio/libioP.h: Likewise.
47384         * libio/stdio.h: Likewise.
47385         * locale/lc-ctype.c: Likewise.
47386         * locale/locale.h: Likewise.
47387         * login/utmp.h: Likewise.
47388         * malloc/arena.c: Likewise.
47389         * malloc/malloc.c: Likewise.
47390         * malloc/malloc.h: Likewise.
47391         * malloc/mcheck.c: Likewise.
47392         * malloc/mtrace.c: Likewise.
47393         * math/bits/mathcalls.h: Likewise.
47394         * math/fenv.h: Likewise.
47395         * math/math_private.h: Likewise.
47396         * misc/bits/error.h: Likewise.
47397         * misc/bits/syslog.h: Likewise.
47398         * misc/err.h: Likewise.
47399         * misc/error.h: Likewise.
47400         * misc/fstab.h: Likewise.
47401         * misc/mntent.h: Likewise.
47402         * misc/regexp.h: Likewise.
47403         * misc/search.h: Likewise.
47404         * misc/sgtty.h: Likewise.
47405         * misc/sys/mman.h: Likewise.
47406         * misc/sys/syslog.h: Likewise.
47407         * misc/sys/uio.h: Likewise.
47408         * misc/sys/xattr.h: Likewise.
47409         * misc/ttyent.h: Likewise.
47410         * nis/rpcsvc/ypclnt.h: Likewise.
47411         * nss/nss.h: Likewise.
47412         * posix/bits/unistd.h: Likewise.
47413         * posix/fnmatch.h: Likewise.
47414         * posix/glob.h: Likewise.
47415         * posix/sched.h: Likewise.
47416         * posix/spawn.h: Likewise.
47417         * posix/sys/wait.h: Likewise.
47418         * posix/unistd.h: Likewise.
47419         * posix/wordexp.h: Likewise.
47420         * pwd/pwd.h: Likewise.
47421         * resolv/netdb.h: Likewise.
47422         * resource/sys/resource.h: Likewise.
47423         * rt/aio.h: Likewise.
47424         * rt/bits/mqueue2.h: Likewise.
47425         * rt/mqueue.h: Likewise.
47426         * shadow/shadow.h: Likewise.
47427         * signal/signal.h: Likewise.
47428         * socket/send.c: Likewise.
47429         * socket/sendto.c: Likewise.
47430         * socket/sys/socket.h: Likewise.
47431         * stdio-common/printf.h: Likewise.
47432         * stdlib/bits/stdlib.h: Likewise.
47433         * stdlib/fmtmsg.h: Likewise.
47434         * stdlib/monetary.h: Likewise.
47435         * stdlib/stdlib.h: Likewise.
47436         * stdlib/ucontext.h: Likewise.
47437         * streams/stropts.h: Likewise.
47438         * string/argz.h: Likewise.
47439         * string/bits/string2.h: Likewise.
47440         * string/string.h: Likewise.
47441         * string/strings.h: Likewise.
47442         * sunrpc/rpc/auth.h: Likewise.
47443         * sunrpc/rpc/auth_des.h: Likewise.
47444         * sunrpc/rpc/clnt.h: Likewise.
47445         * sunrpc/rpc/netdb.h: Likewise.
47446         * sunrpc/rpc/pmap_clnt.h: Likewise.
47447         * sunrpc/rpc/xdr.h: Likewise.
47448         * sysdeps/generic/inttypes.h: Likewise.
47449         * sysdeps/generic/net/if.h: Likewise.
47450         * sysdeps/generic/sys/swap.h: Likewise.
47451         * sysdeps/gnu/net/if.h: Likewise.
47452         * sysdeps/gnu/utmpx.h: Likewise.
47453         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
47454         * sysdeps/i386/i486/bits/string.h: Likewise.
47455         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
47456         * sysdeps/s390/bits/string.h: Likewise.
47457         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
47458         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
47459         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
47460         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
47461         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
47462         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
47463         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
47464         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
47465         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
47466         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
47467         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
47468         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
47469         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
47470         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
47471         * sysdeps/unix/sysv/linux/readv.c: Likewise.
47472         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
47473         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
47474         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
47475         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
47476         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
47477         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
47478         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
47479         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
47480         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
47481         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
47482         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
47483         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
47484         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
47485         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
47486         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
47487         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
47488         * sysvipc/sys/ipc.h: Likewise.
47489         * sysvipc/sys/msg.h: Likewise.
47490         * sysvipc/sys/sem.h: Likewise.
47491         * sysvipc/sys/shm.h: Likewise.
47492         * termios/termios.h: Likewise.
47493         * time/sys/time.h: Likewise.
47494         * time/time.h: Likewise.
47495         * wcsmbs/bits/wchar2.h: Likewise.
47496         * wcsmbs/uchar.h: Likewise.
47497         * wcsmbs/wchar.h: Likewise.
47498         * wctype/wctype.h: Likewise.
47499
47500         [BZ #13551]
47501         * Makeconfig: Remove all but ELF support including AIX support.
47502         * Makerules: Likewise.
47503         * config.h.in: Likewise.
47504         * config.make.in: Likewise.
47505         * configure: Likewise.
47506         * configure.in: Likewise.
47507         * csu/Makefile: Likewise.
47508         * csu/version.c: Likewise.
47509         * debug/Makefile: Likewise.
47510         * dlfcn/Makefile: Likewise.
47511         * elf/Makefile: Likewise.
47512         * extra-lib.mk: Likewise.
47513         * iconv/Makefile: Likewise.
47514         * include/libc-symbols.h: Likewise.
47515         * include/shlib-compat.h: Likewise.
47516         * resolv/Makefile: Likewise.
47517         * resolv/res_libc.c: Likewise.
47518         * rt/Makefile: Likewise.
47519         * sysdeps/i386/asm-syntax.h: Likewise.
47520         * sysdeps/i386/sysdep.h: Likewise.
47521         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
47522         * sysdeps/mach/sysdep.h: Likewise.
47523         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
47524         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
47525         * sysdeps/s390/asm-syntax.h: Likewise.
47526         * sysdeps/s390/s390-32/sysdep.h: Likewise.
47527         * sysdeps/s390/s390-64/sysdep.h: Likewise.
47528         * sysdeps/sh/sysdep.h: Likewise.
47529         * sysdeps/unix/sparc/sysdep.h: Likewise.
47530         * sysdeps/wordsize-32/divdi3.c: Likewise.
47531         * sysdeps/x86_64/sysdep.h: Likewise.
47532
47533         * argp/Versions: Remove _argp_unlock_xxx.
47534
47535         [BZ #13559]
47536         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
47537         * abilist/libBrokenLocale.abilist: Likewise.
47538         * abilist/libanl.abilist: Likewise.
47539         * abilist/libc.abilist: Likewise.
47540         * abilist/libcrypt.abilist: Likewise.
47541         * abilist/libdl.abilist: Likewise.
47542         * abilist/libm.abilist: Likewise.
47543         * abilist/libnsl.abilist: Likewise.
47544         * abilist/libpthread.abilist: Likewise.
47545         * abilist/libresolv.abilist: Likewise.
47546         * abilist/librt.abilist: Likewise.
47547         * abilist/libthread_db.abilist: Likewise.
47548         * abilist/libutil.abilist: Likewise.
47549         * abilist/libnss_db.abilist: New file.
47550
47551         * scripts/abilist.awk: Add support for indirect functions.
47552
47553         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
47554
47555         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
47556
47557         * shlib-versions: Remove entries for ports architectures.
47558
47559         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
47560         files in ports.
47561         * elf/stackguard-macros.h: Remove support for IA-64.
47562         * elf/tst-auditmod1.c: Likewise.
47563         * sysdeps/generic/ldsodefs.h: Likewise.
47564
47565         * sysdeps/unix/sysv/linux/configure.in: Ports should define
47566         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
47567         configure files.
47568
47569         [BZ #13552]
47570         * configure.in: Remove --enable-omitfp support.
47571         * FAQ.in: Adjust.
47572         * config.make.in: Likewise.
47573         * Makeconfig: Likewise.
47574         * manual/install.texi: Likewise.
47575
47576         In case anyone cares, the IA-64 architecture could move to ports.
47577         * sysdeps/ia64/*: Removed.
47578         * sysdeps/unix/sysv/linux/ia64/*: Removed.
47579         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
47580
47581         [BZ #13555]
47582         * configure.in: Remove entries for unsupported architectures.
47583
47584         [BZ #13533]
47585         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
47586         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
47587         routines.
47588         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
47589         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
47590         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
47591         fall back to using wcrtomb.
47592         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
47593         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
47594         renaming.
47595         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
47596         * wcsmbs/tst-c16c32-1.c: New file.
47597
47598         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
47599         local variable.
47600
47601         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
47602
47603         * elf/tst-unique3.cc: Add explicit declaration of gets.
47604         * elf/tst-unique3lib.cc: Likewise.
47605         * elf/tst-unique3lib2.cc: Likewise.
47606         * elf/tst-unique4.cc: Likewise.
47607
47608         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
47609
47610 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
47611
47612         [BZ #13566]
47613         * assert/assert.h (static_assert): Don't define for C++.
47614         * libio/stdio.h (gets): Do declare for C++ <= C++11.
47615         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
47616
47617 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
47618
47619         * iconv/loop.c (single loop): Fix assertion in storing of
47620         remaining bytes.
47621
47622         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
47623
47624 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
47625
47626         * posix/getconf.c: Update copyright year.
47627         * nss/getent.c: Likewise.
47628         * nss/makedb.c: Likewise.
47629         * iconv/iconvconfig.c: Likewise.
47630         * iconv/iconv_prog.c: Likewise.
47631         * elf/ldconfig.c: Likewise.
47632         * elf/pldd.c: Likewise.
47633         * elf/sotruss.ksh: Likewise.
47634         * catgets/gencat.c: Likewise.
47635         * csu/version.c: Likewise.
47636         * elf/ldd.bash.in: Likewise.
47637         * elf/sprof.c (print_version): Likewise.
47638         * locale/programs/locale.c: Likewise.
47639         * locale/programs/localedef.c: Likewise.
47640         * login/programs/pt_chown.c: Likewise.
47641         * nscd/nscd.c (print_version): Likewise.
47642         * debug/xtrace.sh: Likewise.
47643         * malloc/memusage.sh: Likewise.
47644         * malloc/mtrace.pl: Likewise.
47645         * debug/catchsegv.sh: Likewise.
47646
47647 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
47648
47649         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
47650         pure attribute.
47651
47652 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
47653
47654         [BZ #13533]
47655         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
47656         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
47657         transformations.
47658         * iconv/gconv_int.h: Likewise.
47659         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
47660         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
47661         from libc for GLIBC_2.16.
47662         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
47663         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
47664         * wcsmbs/uchar.h: Really define mbstate_t.
47665         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
47666         * wcsmbs/c16rtomb.c: New file.
47667         * wcsmbs/mbrtoc16.c: New file.
47668         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
47669         for C/POSIX locale.
47670         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
47671         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
47672
47673         * wcsmbs/wchar.h: Add missing __restrict.
47674
47675 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
47676
47677         [BZ #13532]
47678         * time/Makefile (routines): Add timespec_get.
47679         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
47680         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
47681         timespec for ISO C11.
47682         * time/timespec_get.c: New file.
47683         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
47684         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
47685
47686         [BZ #13531]
47687         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
47688         * stdlib/stdlib.h: Declare aligned_alloc.
47689         * Versions.def: Add GLIBC_2.16 for libc.
47690         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
47691
47692         [BZ 13527]
47693         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
47694         ISO C11.
47695
47696         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
47697         code.
47698
47699         [BZ #13528]
47700         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
47701
47702         [BZ #13529]
47703         * assert/assert.h (static_assert): Define.
47704
47705         * version.h: Update for 2.16 development version.
47706
47707         [BZ #13526]
47708         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
47709         _ISOC11_SOURCE.
47710
47711         * version.h (RELEASE): Bump for 2.15 release.
47712         * include/features.h (__GLIBC_MINOR__): Bump to 15.
47713
47714         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
47715         Patch by Marek Polacek <mpolacek@redhat.com>.
47716
47717         * bits/byteswap.h: Protect long long constants with __extension__.
47718         * sysdeps/i386/bits/byteswap.h: Likewise.
47719         * sysdeps/ia64/bits/byteswap.h: Likewise.
47720         * sysdeps/s390/bits/byteswap.h: Likewise.
47721         * sysdeps/x86_64/bits/byteswap.h: Likewise.
47722
47723 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47724
47725         [BZ #13540]
47726         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
47727         destination buffer.
47728         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
47729
47730 2011-12-23  Marek Polacek  <polacek@redhat.com>
47731
47732         * elf/dl-addr.c (determine_info): Add inline keyword.
47733         * elf/tst-auditmod4b.c (check_avx): Likewise.
47734         * elf/tst-auditmod6b.c (check_avx): Likewise.
47735         * elf/tst-auditmod6c.c (check_avx): Likewise.
47736         * elf/tst-auditmod7b.c (check_avx): Likewise.
47737
47738 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
47739
47740         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
47741         !__SSE_MATH__.
47742
47743 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47744
47745         [BZ #13540]
47746         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
47747         processing for last bytes.
47748
47749 2011-08-06  Bruno Haible  <bruno@clisp.org>
47750
47751         [BZ #13061]
47752         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
47753         U+0385, not to U+1FEE.
47754
47755         [BZ #13062]
47756         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
47757         entry for U+00A5 U+0301.
47758
47759 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
47760
47761         [BZ #13166]
47762         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
47763         buffer for the output is too small.
47764
47765         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
47766         optimization.
47767
47768         [BZ #13185]
47769         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
47770         SSE flags if possible.
47771
47772 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47773
47774         [BZ #13540]
47775         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
47776         processing for last bytes.
47777
47778 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
47779
47780         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
47781         (syscall-list-default-options, syscall-list-default-condition)
47782         (syscall-list-includes): Define.
47783         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
47784         list of ABIs and options and #if conditions for each ABI.  Do not
47785         handle common syscalls between ABIs specially.
47786         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
47787         Remove.
47788         (syscall-list-variants, syscall-list-32bit-options)
47789         (syscall-list-32bit-condition, syscall-list-64bit-options)
47790         (syscall-list-64bit-condition): Define.
47791         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
47792         (syscall-list-variants, syscall-list-32bit-options)
47793         (syscall-list-32bit-condition, syscall-list-64bit-options)
47794         (syscall-list-64bit-condition): Define.
47795         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
47796         Remove.
47797         (syscall-list-variants, syscall-list-32bit-options)
47798         (syscall-list-32bit-condition, syscall-list-64bit-options)
47799         (syscall-list-64bit-condition): Define.
47800         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
47801         Remove.
47802         (syscall-list-variants, syscall-list-32bit-options)
47803         (syscall-list-32bit-condition, syscall-list-64bit-options)
47804         (syscall-list-64bit-condition): Define.
47805
47806 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
47807
47808         * locale/iso-639.def: Add brx entry.
47809
47810         [BZ #13328]
47811         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
47812         Proposed by Mariusz_Cukr <marcukr@op.pl>.
47813
47814         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
47815         __feraiseexcept_renamed.
47816
47817 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
47818
47819         [BZ #13538]
47820         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
47821         EPOLLET with unsigned values.
47822         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
47823         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
47824
47825         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
47826         to large cancellation.
47827         * math/s_cacoshf.c: Likewise.
47828         * math/s_cacoshl.c: Likewise.
47829
47830 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
47831
47832         [BZ #13305]
47833         [BZ #12786]
47834         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
47835         * math/s_cacoshf.c: Likewise.
47836         * math/s_cacoshl.c: Likewise.
47837
47838 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
47839
47840         [BZ #13439]
47841         * iconv/gconv.h: Define __GCONV_SWAP.
47842         * iconvdata/unicode.c: The swap bit must be stored in __flags.
47843         * iconvdata/utf-16.c: Likewise.
47844         * iconvdata/utf-32.c: Likewise.
47845
47846 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
47847
47848         [BZ #13524]
47849         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
47850         numerator after shifting it by one limb.
47851
47852 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
47853
47854         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
47855         under [__USE_EXTERN_INLINES].
47856
47857 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
47858
47859         [BZ #13446]
47860         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
47861
47862 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47863
47864         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
47865         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
47866         optimized code.
47867         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
47868         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
47869         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
47870         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
47871         for strncasecmp/strncasecmp_l compilation.
47872         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
47873         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
47874
47875 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
47876
47877         [BZ #13484]
47878         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
47879         of __asm__.
47880
47881 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
47882
47883         [BZ #13506]
47884         * time/tzfile.c (__tzfile_read): Check values from file header.
47885
47886 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
47887
47888         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
47889         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
47890         * powerpc/powerpc32/dl-start.S: Likewise.
47891         * powerpc/powerpc32/elf/start.S: Likewise.
47892         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
47893         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
47894         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
47895         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
47896         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
47897         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
47898         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
47899         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
47900         * powerpc/powerpc32/fpu/s_round.S: Likewise.
47901         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
47902         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
47903         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
47904         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
47905         * powerpc/powerpc32/memset.S: Likewise.
47906         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
47907         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
47908         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
47909         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
47910         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
47911         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
47912         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
47913         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
47914         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
47915         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
47916         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
47917         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
47918         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
47919
47920 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47921
47922         * math/libm-test.inc: Added more nearbyint tests.
47923         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
47924         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
47925         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
47926         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
47927
47928 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
47929
47930         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
47931         FD_CLOEXEC.
47932
47933 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47934
47935         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
47936         Add wcscpy-ssse3 wcscpy-c.
47937         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
47938         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
47939         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
47940         * sysdeps/x86_64/wcschr.S: New file.
47941         * sysdeps/x86_64/wcsrchr.S: New file.
47942         * string/test-strcmp.c: Remove checking of wcscmp function for
47943         wrong alignments.
47944         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
47945         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
47946         wcsrchr-sse2 wcsrchr-c.
47947         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
47948         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
47949         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
47950         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
47951         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
47952         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
47953         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
47954         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
47955         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
47956         * wcsmbc/wcschr.c (WCSCHR): New macro.
47957
47958 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47959
47960         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
47961         * wcsmbs/test-wcsrchr.c: New file.
47962         * string/test-strrchr.c: Add wcsrchr support.
47963         (WIDE): New macro.
47964         * wcsmbs/test-wcscpy.c: New file.
47965         * string/test-strcpy.c: Add wcscpy support.
47966         (WIDE): New macro.
47967
47968 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
47969
47970         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
47971         the inner loop.
47972
47973 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
47974
47975         [BZ #13472]
47976         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
47977
47978 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
47979
47980         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
47981         Minor optimizations.
47982
47983         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
47984         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
47985         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
47986
47987 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
47988
47989         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
47990         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
47991         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
47992         for gcc to avoid warnings.
47993         * inet/Makefile (tests): Add tst-checks.
47994         * inet/tst-checks.c: New file.
47995
47996         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
47997         warning.
47998
47999         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
48000         __wmemcmp_sse2.
48001
48002         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
48003         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
48004
48005         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
48006
48007 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
48008
48009         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
48010         problem.
48011
48012         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
48013
48014 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
48015
48016         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
48017         conditional on GCC version.
48018         (__arch_compare_and_exchange_val_8_acq)
48019         (__arch_compare_and_exchange_val_16_acq)
48020         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
48021         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
48022         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
48023
48024 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
48025
48026         * sysdeps/sh/backtrace.c: New file.
48027
48028 2011-12-02  Andreas Schwab  <schwab@redhat.com>
48029
48030         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
48031         parenthesis.
48032
48033 2011-12-01  Andreas Schwab  <schwab@redhat.com>
48034
48035         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
48036         falling back to utime.
48037
48038 2011-11-30  Andreas Schwab  <schwab@redhat.com>
48039
48040         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
48041         expectations for float.
48042
48043 2011-11-29  Andreas Schwab  <schwab@redhat.com>
48044
48045         * locale/weight.h (findidx): Add parameter len.
48046         * locale/weightwc.h (findidx): Likewise.
48047         * posix/fnmatch_loop.c (FCT): Adjust caller.
48048         * posix/regcomp.c (build_equiv_class): Likewise.
48049         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
48050         * posix/regexec.c (check_node_accept_bytes): Likewise.
48051         * string/strcoll_l.c (STRCOLL): Likewise.
48052         * string/strxfrm_l.c (STRXFRM): Likewise.
48053
48054 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
48055
48056         * Makefile.in: Remove CVSOPT handling.
48057         * configure.in: Remove use of AC_REVISION.
48058         * iconvdata/Makefile (distribute): No need to filter out CVS.
48059         * scripts/list-sources.sh: Remove CVS, subversion and monotone
48060         handling.
48061
48062 2011-11-16  Andreas Schwab  <schwab@redhat.com>
48063
48064         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
48065         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
48066         [USE_AS_STRNCASECMP_L]: Likewise.
48067         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
48068         NO_TLS_DIRECT_SEG_REFS.
48069         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
48070         Fix argument offsets for non-PIC.
48071         [USE_AS_STRNCASECMP_L]: Likewise.
48072         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
48073         NO_TLS_DIRECT_SEG_REFS.
48074
48075 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
48076
48077         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
48078         O_CLOEXEC.
48079         * locale/loadlocale.c (_nl_load_locale): Likewise.
48080
48081 2011-11-15  Andreas Schwab  <schwab@redhat.com>
48082
48083         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
48084         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
48085         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
48086         (SYSCALL_GETTIME): Set errno on error.
48087
48088         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
48089         count references to noai6ai_cached.
48090
48091 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
48092
48093         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
48094
48095         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
48096         FD_CLOEXEC for /proc/self/maps.
48097
48098         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
48099         FD_CLOEXEC for /proc/meminfo.
48100
48101         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
48102         gai.conf.
48103
48104         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
48105         FD_CLOEXEC for given file.
48106
48107         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
48108
48109         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
48110         FD_CLOEXEC for /etc/hosts.
48111         (_gethtent): Likewise.
48112
48113         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
48114
48115         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
48116         cancellation and set FD_CLOEXEC for /etc/netgroup.
48117
48118         * nss/nss_files/files-key.c (search): Don't allow cancellation when
48119         reading /etc/publickey.
48120
48121         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
48122         allow cancellation when reading /etc/group.
48123
48124         * nss/nss_files/files-alias.c (internal_setent): Don't allow
48125         cancellation.
48126         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
48127
48128         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
48129         when using data file.
48130
48131         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
48132
48133         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
48134         (write_nis_obj): Use "c" and "e" in fopen.
48135
48136         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
48137
48138         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
48139
48140         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
48141
48142         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
48143
48144         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
48145         locale.alias.
48146
48147         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
48148
48149         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
48150
48151         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
48152
48153         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
48154         file parsing and set FD_CLOEXEC.
48155
48156 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
48157
48158         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
48159
48160 2011-11-14  Andreas Schwab  <schwab@redhat.com>
48161
48162         * malloc/arena.c (arena_get2): Don't call reused_arena when
48163         _int_new_arena failed.
48164
48165 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
48166
48167         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
48168         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
48169         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
48170         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
48171         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
48172         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
48173         to compile strcasecmp and strncasecmp.
48174         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
48175         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
48176
48177         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
48178
48179 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
48180
48181         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
48182         locale-defines.sym to gen-as-const-headers.
48183         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
48184         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
48185         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
48186         to compile strcasecmp and strncasecmp.
48187         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
48188         strcasecmp_l and strncasecmp_l.
48189         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
48190         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
48191         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
48192         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
48193         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
48194         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
48195         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
48196         * sysdeps/i386/i686/multiarch/strncase.S: New file.
48197         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
48198         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
48199         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
48200
48201 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
48202
48203         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
48204         result of SYSDEP_GETTIME_CPU to retval.
48205         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
48206         parameter list to macro.  Remove trailing semicolon.  Adjust users.
48207
48208         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
48209         variable.
48210
48211         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
48212         mantissa words.
48213         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
48214
48215         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
48216         from unused variable.
48217
48218         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
48219         DWARF definitions.
48220         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
48221         for assembling.
48222
48223         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
48224         over namespaces.
48225
48226         * sunrpc/rpc_prot.c (rejected): Fix case value.
48227
48228         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
48229         unsigned long long int to avoid warnings in shift.
48230
48231         * posix/regex_internal.c (re_string_reconstruct): Actually use result
48232         of use of trans.
48233         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
48234         variable tmp.
48235
48236         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
48237         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
48238         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
48239
48240         * nis/nis_table.c (nis_list): Use variable of correct type for
48241         result of __follow_path call.
48242
48243 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
48244
48245         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
48246         of math functions ceil, trunc, floor, round, and sqrt, when
48247         avaliable on the platform.
48248         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
48249         name clash.
48250         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
48251         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
48252         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
48253
48254 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
48255
48256         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
48257         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
48258
48259 2011-11-11  Roland McGrath  <roland@hack.frob.com>
48260
48261         * include/unistd.h: Fix __readlink return type.
48262         Reported by Chris Metcalf <cmetcalf@tilera.com>.
48263
48264 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
48265
48266         * stdlib/ucontext.h: Undo last change for makecontext.
48267
48268 2011-11-11  Andreas Schwab  <schwab@redhat.com>
48269
48270         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
48271
48272         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
48273         * setjmp/setjmp.h: Mark functions as non-leaf.
48274         * setjmp/bits/setjmp2.h: Likewise.
48275         * stdlib/ucontext.h: Likewise.
48276
48277 2011-11-10  Andreas Schwab  <schwab@redhat.com>
48278
48279         * malloc/arena.c (_int_new_arena): Don't increment narenas.
48280         (reused_arena): Don't check arena limit.
48281         (arena_get2): Atomically check arena limit.
48282
48283 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
48284
48285         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
48286         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
48287
48288         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
48289         instructions.
48290
48291 2011-11-07  Andreas Schwab  <schwab@redhat.com>
48292
48293         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
48294         handler when locking.
48295
48296         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
48297         Fix size of allocated buffer.
48298
48299 2011-11-04  Andreas Schwab  <schwab@redhat.com>
48300
48301         [BZ #10103]
48302         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
48303         declarations for long double functions.
48304         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
48305
48306         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
48307
48308 2011-11-03  Andreas Schwab  <schwab@redhat.com>
48309
48310         * nscd/nscd.c (main): Don't start AVC thread until credentials are
48311         installed.
48312
48313         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
48314         is disabled.
48315
48316 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
48317
48318         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
48319
48320 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
48321
48322         * include/alloca.h (stackinfo_alloca_round): Define.
48323         (extend_alloca): Use it.
48324         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
48325         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
48326         here.
48327
48328         * scripts/check-local-headers.sh: Ignore libaudit.h.
48329
48330         * nscd/Makefile (extra-objs): Make recursively expanded.
48331
48332 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
48333
48334         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
48335         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
48336
48337         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
48338         * posix/tst-rfc3484-2.c: Likewise.
48339         * posix/tst-rfc3484-3.c: Likewise.
48340
48341         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
48342         process_vm_writev.
48343         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
48344         process_vm_writev.
48345         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
48346         process_vm_writev from libc using GLIBC_2.15 version.
48347
48348         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
48349
48350 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
48351
48352         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
48353         stack usage.
48354
48355 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
48356
48357         [BZ #13367]
48358         * nss/getent.c (initgroups_keys): Show error message in case no group
48359         names are given.
48360
48361         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
48362         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
48363         __bump_nl_timestamp.
48364         * nscd/connections (nscd_init): When host database is served open
48365         netlink socket and request notification about configuration changes.
48366         (main_loop_poll): Track netlink file descriptor and bump timestamp
48367         in case data becomes available.
48368         (main_loop_epoll): Likewise.
48369         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
48370         (database_pers_head): Add extra_data fileds.
48371         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
48372         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
48373         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
48374         Adjust caller.
48375         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
48376         in6ai data, call __free_in6ai.
48377         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
48378         Add -DHAVE_NETLINK.
48379         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
48380         interface information.  Reuse previous data if netlink timestamp
48381         is not changed.
48382         (__bump_nl_timestamp): New function.
48383         (__free_in6ai): New function.
48384
48385 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
48386
48387         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
48388         close_not_cancel_no_status here.
48389         (__check_pf): Reorganize code a bit to not call close twice if OOM.
48390
48391 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
48392
48393         [BZ #13276]
48394         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
48395         return value.
48396
48397         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
48398         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
48399         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
48400
48401 2011-07-03  Andreas Jaeger  <aj@suse.de>
48402
48403         [BZ #10709]
48404         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
48405         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
48406         * math/libm-test.inc (sin_test): Add test case.
48407
48408 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
48409
48410         [BZ #13337]
48411         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
48412         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
48413
48414         * elf/chroot_canon.c (chroot_canon): Cleanups.
48415
48416         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
48417
48418         [BZ #13335]
48419         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
48420         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
48421
48422         * string/test-strchr.c: Make usable for strchrnul testing.
48423         * string/test-strchrnul.c: New file.
48424         * string/Makefile (strop-tests): Add strchrnul.
48425
48426         * po/it.po: Update from translation team.
48427         * po/es.po: Likewise.
48428
48429 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
48430
48431         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
48432         the three constants needed as parameters.  Drop the others.
48433         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
48434         __m128i_strloadu_tolower.
48435         Create and initialize variable zero and use it in all the places
48436         where _mm_setzero_si128 was used.
48437
48438         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
48439         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
48440         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
48441         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
48442         anymore.
48443         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
48444         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
48445         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
48446         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
48447         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
48448         __mpranred, __mptan.
48449         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
48450         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
48451         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
48452         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
48453         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
48454         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
48455         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
48456         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
48457         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
48458
48459 2011-10-28  Andreas Schwab  <schwab@redhat.com>
48460
48461         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
48462         redefine if SHARED.
48463         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
48464
48465         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
48466         wide char related routines to wcsmbs subdir.
48467
48468 2011-10-27  Andreas Schwab  <schwab@redhat.com>
48469
48470         [BZ #13344]
48471         * misc/sys/cdefs.h (__THROWNL): Define.
48472         * posix/unistd.h: Use __THREADNL instead of __THREAD
48473         for memory synchronization functions.
48474
48475 2011-10-26  Roland McGrath  <roland@hack.frob.com>
48476
48477         [BZ #13349]
48478         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
48479         doesn't exist.
48480         * manual/stdio.texi (Obstack Streams): Node removed.
48481
48482 2011-10-26  Andreas Schwab  <schwab@redhat.com>
48483
48484         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
48485         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
48486         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
48487
48488         * math/math_private.h (math_force_eval): Allow non-addressable
48489         arguments.
48490         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
48491
48492 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
48493
48494         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
48495         file is not needed.
48496
48497         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
48498         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
48499         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
48500         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
48501         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
48502         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
48503         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
48504         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
48505         Add AVX variants.
48506         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
48507         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
48508         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
48509         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
48510         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
48511         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
48512         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
48513         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
48514         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
48515         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
48516         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
48517         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
48518         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
48519         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
48520         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
48521         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
48522         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
48523         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
48524         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
48525
48526         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
48527         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
48528
48529         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
48530         place.  Use VEX encoding when compiling for AVX.
48531
48532 2011-10-25  Andreas Schwab  <schwab@redhat.com>
48533
48534         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
48535         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
48536
48537         * string/test-strchr.c (do_test): Don't generate NUL bytes.
48538
48539 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
48540
48541         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
48542         useless if() expression.
48543         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
48544         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
48545         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
48546         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
48547         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
48548         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
48549         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
48550         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
48551         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
48552         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
48553         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
48554         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
48555         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
48556         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
48557         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
48558         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
48559         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
48560         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
48561         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
48562
48563         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
48564
48565 2011-10-25  Andreas Schwab  <schwab@redhat.com>
48566
48567         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
48568         condition.
48569         * elf/dl-fini.c (_dl_sort_fini): Likewise.
48570
48571 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
48572
48573         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
48574         .text section.  Avoid duplicate constants.
48575         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
48576         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48577         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
48578         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48579         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48580         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48581         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48582         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48583         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
48584         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
48585         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
48586         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
48587         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
48588         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
48589         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
48590         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
48591         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
48592         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
48593         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
48594         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48595         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
48596         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
48597         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
48598         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
48599         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
48600         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
48601         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
48602         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
48603         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
48604         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
48605         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
48606         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
48607         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
48608         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
48609         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
48610         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
48611         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
48612         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
48613         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
48614         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
48615         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
48616         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
48617         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
48618         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
48619         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
48620
48621 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
48622
48623         * sysdeps/x86_64/dla.h: Move to ...
48624         * sysdeps/x86_64/fpu/dla.h: ...here.
48625         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
48626         situations.  Use __builtin_fma only for gcc 4.6 and up.
48627
48628         * config.make.in: Add have-mfma4 entry.
48629         * configure.in: Substitute libc_cv_cc_fma4.
48630         * math/Makefile (dbl-only-routines): Add sincostab.
48631         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
48632         Use __sincostab not sincos.
48633         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
48634         name is a macro.
48635         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48636         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48637         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48638         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
48639         using __copysign.
48640         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
48641         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
48642         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
48643         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
48644         and __inv.
48645         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
48646         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
48647         __copysign.
48648         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
48649         define aliases when function name is a macro.
48650         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
48651         sysdeps/ieee754/dbl-64/sincos.tbl.
48652         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
48653         fma4-enabled routines.
48654         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
48655         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
48656         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
48657         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
48658         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
48659         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
48660         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
48661         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
48662         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
48663         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
48664         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
48665         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
48666         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
48667         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
48668         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
48669         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
48670         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
48671         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
48672         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
48673         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
48674         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
48675         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
48676         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
48677         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
48678         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
48679         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
48680         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
48681         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
48682         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
48683         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
48684
48685         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
48686         rename.
48687         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48688         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48689         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48690         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48691         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48692         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48693         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48694         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48695
48696 2011-10-24  Andreas Schwab  <schwab@redhat.com>
48697
48698         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
48699
48700 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
48701
48702         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
48703
48704         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
48705         prediction.
48706         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
48707
48708         * string/strnlen.c: Don't define STRNLEN, reverse logic.
48709         Remove unused variable magic_bits.
48710         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
48711
48712         * string/strnlen.c: Define and use STRNLEN macro.
48713         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
48714         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
48715         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
48716         * wcsmbs/wcslen.c: Define and use WCSLEN.
48717         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
48718         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
48719         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
48720         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
48721         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
48722         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
48723         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
48724
48725 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48726
48727         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
48728         strnlen-sse2-no-bsf.
48729         Rename strlen-no-bsf to strlen-sse2-no-bsf.
48730         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
48731         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
48732         Add strnlen support.
48733         (USE_AS_STRNLEN): New macro.
48734         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
48735         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
48736         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
48737         * sysdeps/x86_64/wcslen.S: New file.
48738
48739 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
48740
48741         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
48742         XMM-moves are used for copying on small sizes.
48743
48744 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48745
48746         * wcsmbs/Makefile (strop-tests): Add wcschr.
48747         * wcsmbs/test-wcschr.c: New file.
48748         * string/test-strchr.c: Update.
48749         Add wcschr support.
48750         (WIDE): New macro.
48751
48752 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48753
48754         * wcsmbs/Makefile (strop-tests): Add wcslen.
48755         * wcsmbs/test-wcslen.c: New file.
48756         * string/test-strlen.c: Update.
48757         Add wcslen support.
48758         (WIDE): New macro.
48759
48760 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
48761
48762         * po/it.po: Update from translation team.
48763
48764 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48765
48766         * sysdeps/x86_64/wcscmp.S: Update.
48767         Fix wrong comparison semantics.
48768         wcscmp shall use signed comparison not unsigned.
48769         Don't use substraction to avoid overflow bug.
48770         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
48771         * wcsmbc/wcscmp.c: Likewise.
48772         * string/test-strcmp.c: Likewise.
48773         Add new tests to check cases with negative values.
48774
48775 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
48776
48777         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
48778         * sysdeps/x86_64/dla.h: ...here.  New file.
48779         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
48780         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48781         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48782         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48783         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48784         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
48785         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48786         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48787         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48788
48789 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
48790
48791         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
48792         __ynl_finite aliases.
48793
48794 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
48795
48796         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
48797
48798         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
48799         define DLA_FMA.
48800         [DLA_FMA] (EMULV): Use DLA_FMA.
48801         [DLA_FMA] (MUL12): Use EMULV.
48802         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
48803         that are not needed.
48804         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48805         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48806         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48807         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48808         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48809         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48810         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48811
48812 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
48813
48814         * math/s_nan.c: Undef __nan.
48815         * math/s_nanf.c: Undef __nanf.
48816         * math/s_nanl.c: Undef __nanl.
48817         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
48818         "math_private.h".
48819
48820 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
48821
48822         * math/s_catan.c: Add branch predictions.
48823         * math/s_catanf.c: Likewise.
48824         * math/s_catanh.c: Likewise.
48825         * math/s_catanhf.c: Likewise.
48826         * math/s_catanhl.c: Likewise.
48827         * math/s_catanl.c: Likewise.
48828         * math/s_cexp.c: Likewise.
48829         * math/s_cexpf.c: Likewise.
48830         * math/s_cexpl.c: Likewise.
48831         * math/s_clog.c: Likewise.
48832         * math/s_clog10.c: Likewise.
48833         * math/s_clog10f.c: Likewise.
48834         * math/s_clog10l.c: Likewise.
48835         * math/s_clogf.c: Likewise.
48836         * math/s_clogl.c: Likewise.
48837         * math/s_csqrt.c: Likewise.
48838         * math/s_csqrtf.c: Likewise.
48839         * math/s_csqrtl.c: Likewise.
48840         * math/s_ctanf.c: Likewise.
48841         * math/s_ctanh.c: Likewise.
48842         * math/s_ctanhf.c: Likewise.
48843         * math/s_ctanhl.c: Likewise.
48844         * math/s_ctanl.c: Likewise.
48845
48846         * math/math_private.h: Define __nan, __nanf, __nanl.
48847         * math/s_cacosh.c: Include <math_private.h>.
48848         * math/s_cacoshl.c: Likewise.
48849         * math/s_casinh.c: Likewise.
48850         * math/s_casinhf.c: Likewise.
48851         * math/s_casinhl.c: Likewise.
48852         * math/s_ccos.c: Rely entire on ccosh.
48853         * math/s_ccosf.c: Rely entire on ccoshf.
48854         * math/s_ccosl.c: Rely entirely on ccoshl.
48855         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
48856         Remove tests for FE_INVALID.
48857         * math/s_ccoshf.c: Likewise.
48858         * math/s_ccoshl.c: Likewise.
48859         * math/s_csin.c: Likewise.
48860         * math/s_csinf.c: Likewise.
48861         * math/s_csinh.c Likewise.
48862         * math/s_csinhf.c: Likewise.
48863         * math/s_csinhl.c: Likewise.
48864         * math/s_csinl.c: Likewise.
48865         * math/s_ctan.c: Likewise.
48866         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
48867         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
48868         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
48869
48870 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
48871
48872         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
48873         compilation problems.
48874
48875         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
48876         __builtin_expect.
48877
48878 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
48879
48880         * sysdeps/i386/configure.in: Test for -mfma4 option.
48881         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
48882         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
48883         COMMON_CPUID_INDEX_80000001.
48884         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
48885         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
48886         use it if FMA3 is not supported.
48887         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
48888
48889         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
48890         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
48891
48892 2011-10-20  Andreas Schwab  <schwab@redhat.com>
48893
48894         [BZ #12892]
48895         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
48896         it would create a cycle with a link time dependency.
48897
48898 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
48899
48900         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
48901         instruction.
48902         * string/Makefile (strop-tests): Add rawmemchr.
48903         * string/test-rawmemchr.c: New file.
48904
48905         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
48906         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
48907         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
48908         when compiling str{,n}casecmp and when AVX is available.  Hook up
48909         new optimized code in initializers.
48910
48911 2011-10-19  Andreas Schwab  <schwab@redhat.com>
48912
48913         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
48914         __feraiseexcept instead of feraiseexcept.
48915
48916 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
48917
48918         * math/math_private.h: Define defaults for libc_fetestexcept and
48919         libc_feupdateenv.
48920         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
48921         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
48922         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
48923         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
48924         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
48925         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
48926         libc_fetestexcept and libc_feupdateenv.
48927
48928         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
48929         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
48930         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
48931         * sysdeps/x86_64/fpu/math_private.h: Define special version of
48932         libc_feholdexcept_setround.
48933
48934         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
48935         Add s_nearbyint-c and s_nearbyintf-c.
48936         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
48937         nearbyintf inlines.
48938         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
48939         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
48940         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
48941         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
48942
48943         * math/math_private.h: Define defaults for libc_fegetround,
48944         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
48945         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
48946         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
48947         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
48948         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
48949         standard functions.
48950         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
48951         Remove comments and hacks for old compiler versions.
48952         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
48953         libc_fegetround, libc_fesetround, libc_feholdexcept, and
48954         libc_feholdexceptl.
48955
48956 2011-10-18  Andreas Schwab  <schwab@redhat.com>
48957
48958         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
48959         (__feraiseexcept_renamed): Add __NTH.
48960         (feraiseexcept): Add __NTH.  Rename local variables to fix
48961         namespace violations.
48962
48963 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
48964
48965         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
48966
48967         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
48968
48969         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
48970         recently added interfaces.
48971         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
48972
48973         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
48974         about macro parameter expansion.
48975
48976         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
48977         __NO_MATH_INLINES is defined.  Cleanups.
48978
48979         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
48980         and __floorf is target has SSE4.1.
48981         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
48982         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
48983         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
48984         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
48985
48986         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
48987         name.
48988         (floorf): Likewise.
48989
48990         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
48991
48992 2011-10-17  Andreas Schwab  <schwab@redhat.com>
48993
48994         * misc/sys/cdefs.h: Fix last change.
48995
48996         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
48997         database lookup.
48998
48999 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
49000
49001         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
49002
49003         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
49004         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
49005         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
49006         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
49007         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
49008         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
49009         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
49010         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
49011         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
49012         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
49013         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
49014         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
49015         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
49016         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
49017         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
49018         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
49019         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
49020         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
49021         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
49022         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
49023         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
49024         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
49025
49026         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
49027         ceil, ceilf, floor, floorf.
49028
49029         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
49030         Perform IRELATIVE relocations last.
49031
49032         * elf/do-rel.h: Add another parameter nrelative, replacing the
49033         local variable with the same name.  Change name of the function
49034         to end in Rel or Rela (uppercase).
49035         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
49036         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
49037         elf_dynamic_do_##reloc function.
49038
49039 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
49040
49041         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
49042         is sufficient, at least on modern CPUs.
49043
49044         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
49045
49046         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
49047         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
49048
49049         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
49050         __expl_finite.
49051         * math/bits/math-finite.h: Add entries for exp.
49052         * math/e_expl.c: Add __*_finite alias.
49053         * sysdeps/i386/fpu/e_exp.S: Likewise.
49054         * sysdeps/i386/fpu/e_expf.S: Likewise.
49055         * sysdeps/i386/fpu/e_expl.c: Likewise.
49056         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
49057         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
49058         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
49059         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
49060         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
49061         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
49062         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
49063
49064         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
49065         is sufficient, at least on modern CPUs.
49066
49067         * ctype/ctype-info.c (__ctype_init): Define.
49068         * include/ctype.h (__ctype_init): Declare.
49069         (__ctype_b_loc): The variable is always initialized.
49070         (__ctype_toupper_loc): Likewise.
49071         (__ctype_tolower_loc): Likewise.
49072         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
49073         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
49074
49075 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
49076
49077         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
49078
49079         * configure.in: Also look in $cxxmachine/include for C++ system
49080         headers.
49081
49082 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49083
49084         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
49085         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
49086         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
49087         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
49088         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
49089         (USE_AS_WMEMCMP): New macro.
49090         Fixing indents.
49091         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
49092         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
49093         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
49094         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
49095         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
49096         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
49097         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
49098         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
49099         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
49100         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
49101         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
49102         (USE_AS_WMEMCMP): New macro.
49103         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
49104         * sysdeps/string/test-memcmp.c: Update.
49105         Fix simple_wmemcmp.
49106         Add new tests.
49107         * wcsmbs/wmemcmp.c: Update.
49108         (WMEMCMP): New macro.
49109         Fix overflow bug.
49110
49111 2011-10-12  Andreas Jaeger  <aj@suse.de>
49112
49113         [BZ #13268]
49114         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
49115
49116 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
49117
49118         * libio/iofwide.c (do_length): Avoid warning.
49119
49120         * ctype/ctype.h (__isctype_f): Add missing __THROW.
49121
49122 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
49123
49124         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
49125
49126         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
49127         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
49128         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
49129         * sysdeps/i386/i686/fpu/e_log.S: New file.
49130         * sysdeps/i386/i686/fpu/e_logf.S: New file.
49131         * sysdeps/i386/i686/fpu/e_logl.S: New file.
49132
49133         * ctype/ctype.h: Add support for inlined isXXX functions when
49134         compiling C++ code.
49135
49136 2011-10-14  Andreas Schwab  <schwab@redhat.com>
49137
49138         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49139
49140         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
49141
49142 2011-10-13  Roland McGrath  <roland@hack.frob.com>
49143
49144         [BZ #13291]
49145         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
49146
49147 2011-10-13  Andreas Schwab  <schwab@redhat.com>
49148
49149         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
49150         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
49151         feraiseexcept.
49152
49153         * sysdeps/x86_64/memrchr.S: Check for zero size.
49154
49155         * string/stratcliff.c: Add memrchr tests.
49156
49157 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49158
49159         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
49160         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
49161         rawmemchr-sse2 rawmemchr-sse2-bsf.
49162         * sysdeps/i386/i686/multiarch/memchr.S: New file.
49163         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
49164         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
49165         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
49166         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
49167         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
49168         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
49169         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
49170         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
49171         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
49172         * string/memrchr.c (MEMRCHR): New macro.
49173
49174 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
49175
49176         Add integration with gcc's -ffinite-math-only and optimize wrapper
49177         functions in libm.
49178         * Versions.def: Define GLIBC_2.15 version for libm.
49179         * math/Makefile (headers): Add bits/math-finite.h.
49180         * math/bits/math-finite.h: New file.
49181         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
49182         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
49183         * math/e_acoshl.c: Add __*_finite alias.
49184         * math/e_acosl.c: Likewise.
49185         * math/e_asinl.c: Likewise.
49186         * math/e_atan2l.c: Likewise.
49187         * math/e_atanhl.c: Likewise.
49188         * math/e_coshl.c: Likewise.
49189         * math/e_exp10.c: Likewise.
49190         * math/e_exp10f.c: Likewise.
49191         * math/e_exp10l.c: Likewise.
49192         * math/e_exp2l.c: Likewise.
49193         * math/e_fmodl.c: Likewise.
49194         * math/e_gammal_r.c: Likewise.
49195         * math/e_hypotl.c: Likewise.
49196         * math/e_j0l.c: Likewise.
49197         * math/e_j1l.c: Likewise.
49198         * math/e_jnl.c: Likewise.
49199         * math/e_lgammal_r.c: Likewise.
49200         * math/e_log10l.c: Likewise.
49201         * math/e_log2l.c: Likewise.
49202         * math/e_logl.c: Likewise.
49203         * math/e_powl.c: Likewise.
49204         * math/e_sinhl.c: Likewise.
49205         * math/e_sqrtl.c: Likewise.
49206         * math/e_scalb.c: Completely rewritten and optimized.
49207         * math/e_scalbf.c: Likewise.
49208         * math/e_scalbl.c: Likewise.
49209         * math/w_acos.c: Likewise.
49210         * math/w_acosf.c: Likewise.
49211         * math/w_acosl.c: Likewise.
49212         * math/w_acosh.c: Likewise.
49213         * math/w_acoshf.c: Likewise.
49214         * math/w_acoshl.c: Likewise.
49215         * math/w_asin.c: Likewise.
49216         * math/w_asinf.c: Likewise.
49217         * math/w_asinl.c: Likewise.
49218         * math/w_atan2.c: Likewise.
49219         * math/w_atan2f.c: Likewise.
49220         * math/w_atan2l.c: Likewise.
49221         * math/w_atanh.c: Likewise.
49222         * math/w_atanhf.c: Likewise.
49223         * math/w_atanhl.c: Likewise.
49224         * math/w_exp10.c: Likewise.
49225         * math/w_exp10f.c: Likewise.
49226         * math/w_exp10l.c: Likewise.
49227         * math/w_fmod.c: Likewise.
49228         * math/w_fmodf.c: Likewise.
49229         * math/w_fmodl.c: Likewise.
49230         * math/w_j0.c: Likewise.
49231         * math/w_j0f.c: Likewise.
49232         * math/w_j0l.c: Likewise.
49233         * math/w_j1.c: Likewise.
49234         * math/w_j1f.c: Likewise.
49235         * math/w_j1l.c: Likewise.
49236         * math/w_jn.c: Likewise.
49237         * math/w_jnf.c: Likewise.
49238         * math/w_log.c: Likewise.
49239         * math/w_logf.c: Likewise.
49240         * math/w_logl.c: Likewise.
49241         * math/w_log10.c: Likewise.
49242         * math/w_log10f.c: Likewise.
49243         * math/w_log10l.c: Likewise.
49244         * math/w_log2.c: Likewise.
49245         * math/w_log2f.c: Likewise.
49246         * math/w_log2l.c: Likewise.
49247         * math/w_pow.c: Likewise.
49248         * math/w_powf.c: Likewise.
49249         * math/w_powl.c: Likewise.
49250         * math/w_remainder.c: Likewise.
49251         * math/w_remainderf.c: Likewise.
49252         * math/w_remainderl.c: Likewise.
49253         * math/w_scalb.c: Likewise.
49254         * math/w_scalbf.c: Likewise.
49255         * math/w_scalbl.c: Likewise.
49256         * math/w_sqrt.c: Likewise.
49257         * math/w_sqrtf.c: Likewise.
49258         * math/w_sqrtl.c: Likewise.
49259         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
49260         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
49261         used.
49262         * math/math_private.h: Declare __kernel_standard_f.
49263         * math/w_cosh.c: Remove cruft and optimize a bit.
49264         * math/w_coshf.c: Likewise.
49265         * math/w_coshl.c: Likewise.
49266         * math/w_exp2.c: Likewise.
49267         * math/w_exp2f.c: Likewise.
49268         * math/w_exp2l.c: Likewise.
49269         * math/w_hypot.c: Likewise.
49270         * math/w_hypotf.c: Likewise.
49271         * math/w_hypotl.c: Likewise.
49272         * math/w_lgamma.c: Likewise.
49273         * math/w_lgamma_r.c: Likewise.
49274         * math/w_lgammaf.c: Likewise.
49275         * math/w_lgammaf_r.c: Likewise.
49276         * math/w_lgammal.c: Likewise.
49277         * math/w_lgammal_r.c: Likewise.
49278         * math/w_sinh.c: Likewise.
49279         * math/w_sinhf.c: Likewise.
49280         * math/w_sinhl.c: Likewise.
49281         * math/w_tgamma.c: Likewise.
49282         * math/w_tgammaf.c: Likewise.
49283         * math/w_tgammal.c: Likewise.
49284         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
49285         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
49286         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
49287         Minor optimizations.  Pretty printing.  Remove cruft.
49288         * sysdeps/i386/fpu/e_acosf.S: Likewise.
49289         * sysdeps/i386/fpu/e_acosh.S: Likewise.
49290         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
49291         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
49292         * sysdeps/i386/fpu/e_acosl.c: Likewise.
49293         * sysdeps/i386/fpu/e_asin.S: Likewise.
49294         * sysdeps/i386/fpu/e_asinf.S: Likewise.
49295         * sysdeps/i386/fpu/e_atan2.S: Likewise.
49296         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
49297         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
49298         * sysdeps/i386/fpu/e_atanh.S: Likewise.
49299         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
49300         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
49301         * sysdeps/i386/fpu/e_exp10.S: Likewise.
49302         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
49303         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
49304         * sysdeps/i386/fpu/e_exp2.S: Likewise.
49305         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
49306         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
49307         * sysdeps/i386/fpu/e_fmod.S: Likewise.
49308         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
49309         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
49310         * sysdeps/i386/fpu/e_hypot.S: Likewise.
49311         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
49312         * sysdeps/i386/fpu/e_log.S: Likewise.
49313         * sysdeps/i386/fpu/e_log10.S: Likewise.
49314         * sysdeps/i386/fpu/e_log10f.S: Likewise.
49315         * sysdeps/i386/fpu/e_log10l.S: Likewise.
49316         * sysdeps/i386/fpu/e_log2.S: Likewise.
49317         * sysdeps/i386/fpu/e_log2f.S: Likewise.
49318         * sysdeps/i386/fpu/e_log2l.S: Likewise.
49319         * sysdeps/i386/fpu/e_logf.S: Likewise.
49320         * sysdeps/i386/fpu/e_logl.S: Likewise.
49321         * sysdeps/i386/fpu/e_pow.S: Likewise.
49322         * sysdeps/i386/fpu/e_powf.S: Likewise.
49323         * sysdeps/i386/fpu/e_powl.S: Likewise.
49324         * sysdeps/i386/fpu/e_remainder.S: Likewise.
49325         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
49326         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
49327         * sysdeps/i386/fpu/e_scalb.S: Likewise.
49328         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
49329         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
49330         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
49331         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
49332         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
49333         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
49334         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
49335         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
49336         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
49337         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
49338         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
49339         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
49340         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
49341         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
49342         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
49343         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
49344         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
49345         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
49346         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
49347         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
49348         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
49349         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
49350         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
49351         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
49352         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
49353         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
49354         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
49355         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
49356         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
49357         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
49358         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
49359         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
49360         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
49361         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
49362         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
49363         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
49364         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
49365         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
49366         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
49367         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
49368         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
49369         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
49370         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
49371         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
49372         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
49373         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
49374         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
49375         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
49376         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
49377         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
49378         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
49379         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
49380         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
49381         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
49382         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
49383         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
49384         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
49385         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
49386         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
49387         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
49388         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
49389         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
49390         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
49391         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
49392         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
49393         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
49394         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
49395         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
49396         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
49397         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
49398         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
49399         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
49400         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
49401         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
49402         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
49403         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
49404         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
49405         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
49406         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
49407         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
49408         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
49409         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
49410         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
49411         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
49412         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
49413         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
49414         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
49415         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
49416         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
49417         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
49418         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
49419         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
49420         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
49421         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
49422         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
49423         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
49424         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
49425         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
49426         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
49427         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
49428         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
49429         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
49430         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
49431         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
49432         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
49433         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
49434         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
49435         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
49436         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
49437         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
49438         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
49439         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
49440         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
49441         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
49442         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
49443         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
49444         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
49445         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
49446         (__isnanf): Likewise.
49447         (__isinf_ns): Likewise.
49448         (__isinf_nsf): Likewise.
49449         (__finite): Likewise.
49450         (__finitef): Likewise.
49451         (__ieee754_sqrt): Define as macro.
49452         (__ieee754_sqrtf): Define as macro.
49453         (__ieee754_sqrtl): Define as macro.
49454         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
49455         inlined copy.
49456         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
49457         __FINITE_MATH_ONLY__ consistent.
49458         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
49459
49460 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
49461
49462         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
49463         of rawmemchr.
49464
49465         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
49466
49467 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
49468
49469         * po/ja.po: Update from translation team.
49470
49471 2011-10-08  Roland McGrath  <roland@hack.frob.com>
49472
49473         * locale/programs/locarchive.c (prepare_address_space): New function.
49474         (create_archive, enlarge_archive, open_archive): Use it.
49475
49476         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
49477         inside [SHARED], where it is used.
49478
49479         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
49480
49481         * nss/getent.c (netgroup_keys): Remove unused variable.
49482         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
49483
49484 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
49485
49486         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
49487         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
49488         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
49489         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
49490         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
49491         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
49492         * math/Makefile (libm-calls): Add s_isinf_ns.
49493         * math/divtc3.c: Use __isinf_nsl instead of isinf.
49494         * math/multc3.c: Likewise.
49495         * math/s_casin.c: Likewise.
49496         * math/s_casinf.c: Likewise.
49497         * math/s_casinl.c: Likewise.
49498         * math/s_ccos.c: Likewise.
49499         * math/s_ccosf.c: Likewise.
49500         * math/s_ccosl.c: Likewise.
49501         * math/s_ctan.c: Likewise.
49502         * math/s_ctanf.c: Likewise.
49503         * math/s_ctanh.c: Likewise.
49504         * math/s_ctanhf.c: Likewise.
49505         * math/s_ctanhl.c: Likewise.
49506         * math/s_ctanl.c: Likewise.
49507         * math/w_fmod.c: Likewise.
49508         * math/w_fmodf.c: Likewise.
49509         * math/w_fmodl.c: Likewise.
49510         * math/w_remainder.c: Likewise.
49511         * math/w_remainderf.c: Likewise.
49512         * math/w_remainderl.c: Likewise.
49513         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
49514         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
49515         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
49516         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
49517         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
49518         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
49519         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
49520         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
49521
49522         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
49523         of the number.
49524         * stdio-common/printf_fphex.c: Likewise.
49525         * stdio-common/printf_size.c: Likewise.
49526
49527         * math/e_exp10.c: Include math_private.h using <...> not "...".
49528         * math/e_exp10f.c: Likewise.
49529         * math/e_exp10l.c: Likewise.
49530         * math/e_exp2l.c: Likewise.
49531         * math/e_j0l.c: Likewise.
49532         * math/e_j1l.c: Likewise.
49533         * math/e_jnl.c: Likewise.
49534         * math/e_lgammal_r.c: Likewise.
49535         * math/e_rem_pio2l.c: Likewise.
49536         * math/e_scalb.c: Likewise.
49537         * math/e_scalbf.c: Likewise.
49538         * math/e_scalbl.c: Likewise.
49539         * math/k_cosl.c: Likewise.
49540         * math/k_sinl.c: Likewise.
49541         * math/k_tanl.c: Likewise.
49542         * math/s_cacoshf.c: Likewise.
49543         * math/s_catan.c: Likewise.
49544         * math/s_catanf.c: Likewise.
49545         * math/s_catanh.c: Likewise.
49546         * math/s_catanhf.c: Likewise.
49547         * math/s_catanhl.c: Likewise.
49548         * math/s_catanl.c: Likewise.
49549         * math/s_ccosh.c: Likewise.
49550         * math/s_ccoshf.c: Likewise.
49551         * math/s_ccoshl.c: Likewise.
49552         * math/s_cexp.c: Likewise.
49553         * math/s_cexpf.c: Likewise.
49554         * math/s_cexpl.c: Likewise.
49555         * math/s_clog.c: Likewise.
49556         * math/s_clog10.c: Likewise.
49557         * math/s_clog10f.c: Likewise.
49558         * math/s_clog10l.c: Likewise.
49559         * math/s_clogf.c: Likewise.
49560         * math/s_clogl.c: Likewise.
49561         * math/s_csin.c: Likewise.
49562         * math/s_csinf.c: Likewise.
49563         * math/s_csinh.c: Likewise.
49564         * math/s_csinhf.c: Likewise.
49565         * math/s_csinhl.c: Likewise.
49566         * math/s_csinl.c: Likewise.
49567         * math/s_csqrt.c: Likewise.
49568         * math/s_csqrtf.c: Likewise.
49569         * math/s_csqrtl.c: Likewise.
49570         * math/s_ctan.c: Likewise.
49571         * math/s_ctanf.c: Likewise.
49572         * math/s_ctanh.c: Likewise.
49573         * math/s_ctanhf.c: Likewise.
49574         * math/s_ctanhl.c: Likewise.
49575         * math/s_ctanl.c: Likewise.
49576         * math/s_ldexp.c: Likewise.
49577         * math/s_ldexpf.c: Likewise.
49578         * math/s_ldexpl.c: Likewise.
49579         * math/s_significand.c: Likewise.
49580         * math/s_significandf.c: Likewise.
49581         * math/s_significandl.c: Likewise.
49582         * math/w_acos.c: Likewise.
49583         * math/w_acosf.c: Likewise.
49584         * math/w_acosh.c: Likewise.
49585         * math/w_acoshf.c: Likewise.
49586         * math/w_acoshl.c: Likewise.
49587         * math/w_acosl.c: Likewise.
49588         * math/w_asin.c: Likewise.
49589         * math/w_asinf.c: Likewise.
49590         * math/w_asinl.c: Likewise.
49591         * math/w_atan2.c: Likewise.
49592         * math/w_atan2f.c: Likewise.
49593         * math/w_atan2l.c: Likewise.
49594         * math/w_atanh.c: Likewise.
49595         * math/w_atanhf.c: Likewise.
49596         * math/w_atanhl.c: Likewise.
49597         * math/w_cosh.c: Likewise.
49598         * math/w_coshf.c: Likewise.
49599         * math/w_coshl.c: Likewise.
49600         * math/w_dremf.c: Likewise.
49601         * math/w_exp10.c: Likewise.
49602         * math/w_exp10f.c: Likewise.
49603         * math/w_exp10l.c: Likewise.
49604         * math/w_exp2.c: Likewise.
49605         * math/w_exp2f.c: Likewise.
49606         * math/w_fmod.c: Likewise.
49607         * math/w_fmodf.c: Likewise.
49608         * math/w_fmodl.c: Likewise.
49609         * math/w_hypot.c: Likewise.
49610         * math/w_hypotf.c: Likewise.
49611         * math/w_hypotl.c: Likewise.
49612         * math/w_j0.c: Likewise.
49613         * math/w_j0f.c: Likewise.
49614         * math/w_j0l.c: Likewise.
49615         * math/w_j1.c: Likewise.
49616         * math/w_j1f.c: Likewise.
49617         * math/w_j1l.c: Likewise.
49618         * math/w_jn.c: Likewise.
49619         * math/w_jnf.c: Likewise.
49620         * math/w_jnl.c: Likewise.
49621         * math/w_lgamma.c: Likewise.
49622         * math/w_lgamma_r.c: Likewise.
49623         * math/w_lgammaf.c: Likewise.
49624         * math/w_lgammaf_r.c: Likewise.
49625         * math/w_lgammal.c: Likewise.
49626         * math/w_lgammal_r.c: Likewise.
49627         * math/w_log.c: Likewise.
49628         * math/w_log10.c: Likewise.
49629         * math/w_log10f.c: Likewise.
49630         * math/w_log10l.c: Likewise.
49631         * math/w_log2.c: Likewise.
49632         * math/w_log2f.c: Likewise.
49633         * math/w_log2l.c: Likewise.
49634         * math/w_logf.c: Likewise.
49635         * math/w_logl.c: Likewise.
49636         * math/w_pow.c: Likewise.
49637         * math/w_powf.c: Likewise.
49638         * math/w_powl.c: Likewise.
49639         * math/w_remainder.c: Likewise.
49640         * math/w_remainderf.c: Likewise.
49641         * math/w_remainderl.c: Likewise.
49642         * math/w_scalb.c: Likewise.
49643         * math/w_scalbf.c: Likewise.
49644         * math/w_scalbl.c: Likewise.
49645         * math/w_sinh.c: Likewise.
49646         * math/w_sinhf.c: Likewise.
49647         * math/w_sinhl.c: Likewise.
49648         * math/w_sqrt.c: Likewise.
49649         * math/w_sqrtf.c: Likewise.
49650         * math/w_sqrtl.c: Likewise.
49651         * math/w_tgamma.c: Likewise.
49652         * math/w_tgammaf.c: Likewise.
49653         * math/w_tgammal.c: Likewise.
49654
49655         * po/ja.po: Update from translation team.
49656
49657 2011-09-29  Andreas Jaeger  <aj@suse.de>
49658
49659         [BZ #13179]
49660         * sunrpc/netname.c (netname2host): Fix logic.
49661
49662         [BZ #6779]
49663         [BZ #6783]
49664         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
49665         correctly.
49666         * math/w_remainder.c (__remainder): Likewise.
49667         * math/w_remainderf.c (__remainderf): Likewise.
49668         * math/libm-test.inc (remainder_test): Add test cases.
49669
49670 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
49671
49672         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
49673         sdiv_qrnnd.
49674
49675 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
49676
49677         * string/test-memcmp.c: Avoid unncessary #defines.
49678         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
49679
49680 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49681
49682         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
49683         Use new sse2 version for core i3 - i7 as it's faster
49684         than sse42 version.
49685         (bit_Prefer_PMINUB_for_stringop): New.
49686         * sysdeps/x86_64/rawmemchr.S: Update.
49687         Replace with faster SSE2 version.
49688         * sysdeps/x86_64/memrchr.S: New file.
49689         * sysdeps/x86_64/memchr.S: Update.
49690         Replace with faster SSE2 version.
49691
49692 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
49693
49694         * elf/dl-load.c (lose): Add cast to avoid warning.
49695
49696 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
49697
49698         * po/ca.po: Update from translation team.
49699
49700         * inet/getnetgrent_r.c: Hook up nscd.
49701         * nscd/Makefile (routines): Add nscd_netgroup.
49702         (nscd-modules): Add netgroupcache.
49703         (CFLAGS-netgroupcache.c): Define.
49704         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
49705         (cache_search): Add const to second parameter.
49706         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
49707         INNETGR.
49708         (dbs): Add netgrdb entry.
49709         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
49710         (verify_persistent_db): Handle netgrdb.
49711         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
49712         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
49713         GETFDNETGR.
49714         (netgroup_response_header): Define.
49715         (innetgroup_response_header): Define.
49716         (datahead): Add netgroup_response_header and innetgroup_response_header
49717         elements.
49718         * nscd/nscd.conf: Add entries for netgroup cache.
49719         * nscd/nscd.h (dbtype): Add netgrdb.
49720         (_PATH_NSCD_NETGROUP_DB): Define.
49721         (netgroup_iov_disabled): Declare.
49722         (xmalloc, xcalloc, xrealloc): Move declarations here.
49723         (cache_search): Adjust prototype.
49724         Add netgroup-related prototypes.
49725         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
49726         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
49727         (__nscd_innetgr): Declare.
49728         * nscd/selinux.c (perms): Use access_vector_t as element type and
49729         add netgroup-related initializers.
49730         * nscd/netgroupcache.c: New file.
49731         * nscd/nscd_netgroup.c: New file.
49732         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
49733         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
49734         For four parameters use innetgr.
49735         * nss/nss_files/files-init.c: Add definition and callback for netgr.
49736         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
49737         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
49738         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
49739
49740         * nscd/connections.c (register_traced_file): Don't register file
49741         for disabled databases.
49742
49743 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
49744
49745         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
49746
49747         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
49748         from tree and freeing node.
49749
49750 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
49751
49752         * nss/nsswitch.c (__nss_database_lookup): Handle
49753         nss_parse_service_list out of memory case.
49754
49755 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
49756
49757         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
49758         out of memory case.
49759
49760 2011-10-04  Andreas Schwab  <schwab@redhat.com>
49761
49762         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
49763         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
49764         pass it down.
49765         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
49766         elf_machine_rela, elf_machine_lazy_rel.
49767         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
49768         (ELF_DYNAMIC_DO_REL): Likewise.
49769         (ELF_DYNAMIC_DO_RELA): Likewise.
49770         (ELF_DYNAMIC_RELOCATE): Likewise.
49771         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
49772         to ELF_DYNAMIC_DO_REL.
49773         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
49774         (dl_main): In trace mode always set __RTLD_NOIFUNC.
49775         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
49776         elf_machine_rela.
49777         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
49778         skip_ifunc, don't call ifunc function if non-zero.
49779         (elf_machine_rela): Likewise.
49780         (elf_machine_lazy_rel): Likewise.
49781         (elf_machine_lazy_rela): Likewise.
49782         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
49783         (elf_machine_lazy_rel): Likewise.
49784         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
49785         Likewise.
49786         (elf_machine_lazy_rel): Likewise.
49787         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
49788         Likewise.
49789         (elf_machine_lazy_rel): Likewise.
49790         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
49791         (elf_machine_lazy_rel): Likewise.
49792         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
49793         (elf_machine_lazy_rel): Likewise.
49794         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
49795         (elf_machine_lazy_rel): Likewise.
49796         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
49797         (elf_machine_lazy_rel): Likewise.
49798         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
49799         (elf_machine_lazy_rel): Likewise.
49800         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
49801         (elf_machine_lazy_rel): Likewise.
49802
49803 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
49804
49805         * nss/nss_files/files-init.c (_nss_files_init): Use static
49806         initialization for all the *_traced_file variables.
49807
49808 2011-09-28  Andreas Schwab  <schwab@redhat.com>
49809
49810         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49811
49812 2011-09-27  Roland McGrath  <roland@hack.frob.com>
49813
49814         [BZ #13226]
49815         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
49816
49817 2011-09-27  Andreas Schwab  <schwab@redhat.com>
49818
49819         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
49820         Reread the line before reparsing it.
49821
49822 2011-09-26  Andreas Schwab  <schwab@redhat.com>
49823
49824         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
49825
49826 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
49827             Maxim Kuvyrkov  <maxim@codesourcery.com>
49828             Joseph Myers  <joseph@codesourcery.com>
49829
49830         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
49831         if needed for __stack_chk_guard.
49832
49833 2011-09-19  Roland McGrath  <roland@hack.frob.com>
49834
49835         * sysdeps/posix/spawni.c (script_execute): Always define it.
49836         It will be optimized away if unused.
49837         (maybe_script_execute): New function.
49838         (__spawni): Call it.
49839
49840         * Makerules: Don't include tls.make.
49841         (config-tls): Always set to thread.
49842         * tls.make.c: File removed.
49843
49844 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
49845
49846         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
49847         * config.make.in (CPPFLAGS-config): New substituted variable.
49848
49849 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
49850
49851         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
49852
49853         [BZ #13192]
49854         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
49855         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
49856
49857 2011-09-15  Roland McGrath  <roland@hack.frob.com>
49858
49859         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
49860         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
49861         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
49862         (CALL_FAIL): Likewise.
49863         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
49864         (CALL_FAIL): Macro removed.
49865         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
49866
49867 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
49868
49869         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
49870         for __FINITE_MATH_ONLY__ == 1.
49871
49872 2011-09-15  Andreas Schwab  <schwab@redhat.com>
49873
49874         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
49875         __ieee754_sqrt instead of sqrt.
49876         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
49877         __ieee754_sqrtf instead of sqrtf.
49878         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
49879         __floorf instead of floorf.
49880         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
49881         __floorf, __truncf instead of floorf, truncf.
49882
49883 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
49884
49885         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
49886
49887         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
49888         __extern_always_inline.
49889         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
49890         32-bit.
49891
49892 2011-09-14  Andreas Schwab  <schwab@redhat.com>
49893
49894         * elf/rtld.c (dl_main): Also relocate in dependency order when
49895         doing symbol dependency testing.
49896
49897 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
49898
49899         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
49900         Always define `refsym'.
49901
49902 2011-09-13  Andreas Schwab  <schwab@redhat.com>
49903
49904         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
49905         (__FD_ELT): Renamed from __FDELT.
49906         * misc/bits/select2.h (__FD_ELT): Likewise.
49907         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
49908         __FD_MASK instead of __FDELT, __FDMASK.
49909         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
49910         Likewise.
49911         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
49912         Likewise.
49913
49914         * elf/Makefile (gen-ldd): Fix pattern.
49915
49916         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
49917         (init_tls): Likewise.
49918
49919 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
49920
49921         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
49922
49923 2011-09-12  Andreas Schwab  <schwab@redhat.com>
49924
49925         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
49926         `struct cmsghdr *' instead of `void *'.
49927         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
49928         Likewise.
49929
49930 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
49931
49932         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
49933         if non-absolute.
49934         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
49935         ldd_rewrite_script.
49936
49937 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
49938
49939         * configure.in: Remove --with-tls option.
49940         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
49941         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
49942         out in case it is missing.
49943         * sysdeps/ia64/elf/configure.in: Likewise.
49944         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
49945         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
49946         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
49947         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
49948         * sysdeps/sh/elf/configure.in: Likewise.
49949         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
49950         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
49951         * sysdeps/x86_64/elf/configure.in: Likewise.
49952         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
49953         * sysdeps/mach/hurd/tls.h: Likewise.
49954
49955         [BZ #13067]
49956         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
49957
49958         [BZ #13090]
49959         * configure.in: Fix use of AC_INIT.
49960
49961         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
49962
49963 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
49964
49965         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
49966         __set_errno.
49967         * malloc/hooks.c: Likewise.
49968
49969         [BZ #11929]
49970         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
49971         variables statically.
49972         (narenas): Initialize.
49973         (list_lock): Initialize.
49974         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
49975         initializtion of main_arena and list_lock.  Small cleanups.
49976         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
49977         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
49978         Add initializers to main_arena and mp_.
49979         (malloc_state): Remove pagesize member.  Change all users to use
49980         GLRO(dl_pagesize).
49981
49982         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
49983         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
49984         is always initialized.
49985
49986         * malloc/malloc.c: Removed unused configurations and dead code.
49987         * malloc/arena.c: Likewise.
49988         * malloc/hooks.c: Likewise.
49989         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
49990
49991         * include/tls.h: Removed.  USE___THREAD must always be defined.
49992         * bits/libc-tsd.h: Don't handle !USE___THREAD.
49993         * elf/dl-libc.c: Likewise.
49994         * elf/dl-tsd.c: Likewise.
49995         * include/errno.h: Likewise.
49996         * include/netdb.h: Likewise.
49997         * include/resolv.h: Likewise.
49998         * inet/herrno-loc.c: Likewise.
49999         * inet/herrno.c: Likewise.
50000         * malloc/arena.c: Likewise.
50001         * malloc/hooks.c: Likewise.
50002         * malloc/malloc.c: Likewise.
50003         * resolv/res-state.c: Likewise.
50004         * resolv/res_libc.c: Likewise.
50005         * sysdeps/i386/dl-machine.h: Likewise.
50006         * sysdeps/ia64/dl-machine.h: Likewise.
50007         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
50008         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
50009         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
50010         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
50011         * sysdeps/sh/dl-machine.h: Likewise.
50012         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
50013         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
50014         * sysdeps/unix/i386/sysdep.S: Likewise.
50015         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
50016         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
50017         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
50018         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
50019         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
50020         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
50021         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
50022         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
50023         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
50024         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
50025         * sysdeps/unix/x86_64/sysdep.S: Likewise.
50026         * sysdeps/x86_64/dl-machine.h: Likewise.
50027         * tls.make.c: Likewise.
50028
50029         * configure.in: Remove --with-__thread option.  Make tests for
50030         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
50031         tls_model attribute fail if no support is available.  Remove
50032         USE_IN_LIBIO.
50033         * Makeconfig: Adjust for dropped configure option.  All features are
50034         now mandatory.
50035         * Makerules: Likewise.
50036         * Versions.def: Likewise.
50037         * argp/argp-fmtstream.c: Likewise.
50038         * argp/argp-fmtstream.h: Likewise.
50039         * argp/argp-help.c: Likewise.
50040         * assert/assert.c: Likewise.
50041         * config.h.in: Likewise.
50042         * config.make.in: Likewise.
50043         * configure: Likewise.
50044         * configure.in: Likewise.
50045         * csu/Versions: Likewise.
50046         * csu/init.c: Likewise.
50047         * elf/tst-audit2.c: Likewise.
50048         * elf/tst-tls10.c: Likewise.
50049         * elf/tst-tls10.h: Likewise.
50050         * elf/tst-tls11.c: Likewise.
50051         * elf/tst-tls12.c: Likewise.
50052         * elf/tst-tls14.c: Likewise.
50053         * elf/tst-tlsmod11.c: Likewise.
50054         * elf/tst-tlsmod12.c: Likewise.
50055         * elf/tst-tlsmod13.c: Likewise.
50056         * elf/tst-tlsmod13a.c: Likewise.
50057         * elf/tst-tlsmod14a.c: Likewise.
50058         * elf/tst-tlsmod15b.c: Likewise.
50059         * elf/tst-tlsmod16a.c: Likewise.
50060         * elf/tst-tlsmod16b.c: Likewise.
50061         * elf/tst-tlsmod7.c: Likewise.
50062         * elf/tst-tlsmod8.c: Likewise.
50063         * elf/tst-tlsmod9.c: Likewise.
50064         * gmon/gmon.c: Likewise.
50065         * grp/fgetgrent_r.c: Likewise.
50066         * grp/putgrent.c: Likewise.
50067         * hurd/fopenport.c: Likewise.
50068         * include/libc-symbols.h: Likewise.
50069         * include/tls.h: Likewise.
50070         * intl/gettextP.h: Likewise.
50071         * intl/loadinfo.h: Likewise.
50072         * locale/global-locale.c: Likewise.
50073         * locale/localeinfo.h: Likewise.
50074         * mach/devstream.c: Likewise.
50075         * malloc/arena.c: Likewise.
50076         * malloc/set-freeres.c: Likewise.
50077         * misc/err.c: Likewise.
50078         * misc/getttyent.c: Likewise.
50079         * misc/mntent_r.c: Likewise.
50080         * posix/getopt.c: Likewise.
50081         * posix/wordexp.c: Likewise.
50082         * pwd/fgetpwent_r.c: Likewise.
50083         * resolv/Versions: Likewise.
50084         * resolv/res_hconf.c: Likewise.
50085         * shadow/fgetspent_r.c: Likewise.
50086         * shadow/putspent.c: Likewise.
50087         * stdio-common/printf_fphex.c: Likewise.
50088         * stdio-common/tmpfile.c: Likewise.
50089         * stdlib/abort.c: Likewise.
50090         * stdlib/fmtmsg.c: Likewise.
50091         * sunrpc/auth_unix.c: Likewise.
50092         * sunrpc/clnt_perr.c: Likewise.
50093         * sunrpc/clnt_tcp.c: Likewise.
50094         * sunrpc/clnt_udp.c: Likewise.
50095         * sunrpc/clnt_unix.c: Likewise.
50096         * sunrpc/openchild.c: Likewise.
50097         * sunrpc/svc_simple.c: Likewise.
50098         * sunrpc/svc_tcp.c: Likewise.
50099         * sunrpc/svc_udp.c: Likewise.
50100         * sunrpc/svc_unix.c: Likewise.
50101         * sunrpc/xdr.c: Likewise.
50102         * sunrpc/xdr_array.c: Likewise.
50103         * sunrpc/xdr_rec.c: Likewise.
50104         * sunrpc/xdr_ref.c: Likewise.
50105         * sunrpc/xdr_stdio.c: Likewise.
50106
50107 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
50108
50109         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
50110
50111 2011-07-03  Andreas Jaeger  <aj@suse.de>
50112
50113         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
50114         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
50115         regenerate with gen-libm-tests.pl.
50116
50117 2010-05-12  Petr Baudis  <pasky@suse.cz>
50118
50119         [BZ #11589]
50120         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
50121         around j0() zero points by switching to j1().
50122         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
50123         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
50124         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
50125         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
50126
50127 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
50128
50129         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
50130         instead of 0.
50131         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
50132         instead of 0.
50133         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
50134         Patch in part by Pavel Roskin <proski@gnu.org>.
50135
50136         [BZ #13138]
50137         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
50138         realloc.
50139         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
50140         Free memory block if necessary.
50141
50142         [BZ #12847]
50143         * libio/genops.c (INTDEF): For string streams the _lock pointer can
50144         be NULL.  Don't lock in this case.
50145
50146 2011-09-09  Roland McGrath  <roland@hack.frob.com>
50147
50148         * elf/elf.h (ELFOSABI_GNU): New macro.
50149         (ELFOSABI_LINUX): Define to that.
50150
50151 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
50152
50153         * string/strncat.c (strncat): Undef the symbol in case it has been
50154         defined in bits/string.h.
50155
50156 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
50157
50158         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
50159
50160         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
50161         link map.
50162
50163 2011-08-17  Andreas Jaeger  <aj@suse.de>
50164
50165         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
50166
50167 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
50168             Ian Lance Taylor  <iant@google.com>
50169
50170         * math/libm-test.inc (lround_test): New testcase.
50171         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
50172
50173 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
50174
50175         * Makefile: Remove support for automatic cvs check-ins.
50176         * Makerules: Likewise.
50177         * config.make.in: Likewise.
50178         * configure.in: Likewise.
50179         * intl/Makefile: Likewise.
50180         * locale/Makefile: Likewise.
50181         * po/Makefile: Likewise.
50182         * posix/Makefile: Likewise.
50183         * sysdeps/gnu/Makefile: Likewise.
50184         * sysdeps/mach/hurd/Makefile: Likewise.
50185         * sysdeps/sparc/sparc32/Makefile: Likewise.
50186
50187         [BZ #13118]
50188         * posix/Makefile (bug-regex32-ENV): Define.
50189         Patch by John Stanley <jpsinthemix@verizon.net>.
50190
50191         * misc/Makefile (headers): Add bits/select2.h.
50192         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
50193         * misc/bits/select2.h: New file.
50194         * include/bits/select2.h: New file.
50195         * debug/Makefile (routines): Add fdelt_chk.
50196         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
50197         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
50198         FD_ISSET.
50199         * debug/fdelt_chk.c: New file.
50200
50201         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
50202         * wcsmbs/test-wmemcmp.c: Likewise.
50203         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
50204         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
50205
50206 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50207
50208         * string/Makefile (strop-tests): Add memcmp.
50209         * string/test-wmemcmp.c: New file.
50210         * string/test-memcmp.c: Add wmemcmp support.
50211
50212 2011-09-08  Roland McGrath  <roland@hack.frob.com>
50213
50214         [BZ #13153]
50215         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
50216         2011-07-19 change.
50217
50218         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
50219         garbage value in a __mach_port_mod_refs call in the cases of the
50220         task-self and thread-self ports.
50221
50222 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
50223
50224         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
50225
50226 2011-09-08  Andreas Schwab  <schwab@redhat.com>
50227
50228         * elf/dl-load.c (lose): Check for non-null L.
50229
50230 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
50231
50232         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
50233
50234         * elf/dl-libc.c (dlerror_run): Pass back error code from
50235         dl_catch_error.
50236
50237         [BZ #13123]
50238         * elf/dl-load.c (lose): Free l_origin if it is valid.
50239
50240         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
50241         names.
50242         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
50243         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
50244         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
50245         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
50246         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
50247         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
50248
50249 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
50250
50251         * sysdeps/powerpc/fpu/e_hypot.c: New file.
50252         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
50253         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
50254         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
50255         * sysdeps/powerpc/fpu/k_cosf.c: New file.
50256         * sysdeps/powerpc/fpu/k_sinf.c: New file.
50257         * sysdeps/powerpc/fpu/s_cosf.c: New file.
50258         * sysdeps/powerpc/fpu/s_sinf.c: New file.
50259         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
50260         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
50261
50262 2011-08-15  Alan Modra  <amodra@gmail.com>
50263
50264         [BZ #13092]
50265         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
50266         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
50267         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
50268         ppc_mcount to static-only-routines.
50269         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
50270         __mcount_internal.
50271         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
50272         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
50273
50274 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
50275
50276         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
50277         for finite and infinity parameters.
50278
50279 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
50280
50281         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
50282         and add nop instructions for throughput optimization.
50283         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
50284
50285 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
50286
50287         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
50288         aligned copy for power7 with vector-scalar instructions.
50289         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
50290
50291 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
50292
50293         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
50294         AVX check.
50295
50296 2011-09-07  Andreas Schwab  <schwab@redhat.com>
50297
50298         [BZ #13144]
50299         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
50300         last change.
50301
50302 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
50303
50304         * sysdeps/unix/sysv/linux/x86_64/init-first.c
50305         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
50306         syscall wrapper around clock_gettime in __vdso_clock_gettime.
50307         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
50308         clock_gettime.
50309
50310 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
50311
50312         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
50313         Forgot to demangle the pointer.
50314
50315         * sysdeps/i386/sysdep.h: Define atom_text_section.
50316         * sysdeps/x86_64/sysdep.h: Likewise.
50317         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
50318         section with atom_text_section.
50319         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
50320         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
50321         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
50322         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
50323         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
50324
50325         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
50326         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
50327         already be defined.  Change to take two parameters and don't assign
50328         result to variable.  Adjust all users.
50329         Define INTERNAL_GETTIME if not already defined.
50330         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
50331         call.
50332         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
50333         HAVE_CLOCK_GETTIME_VSYSCALL.
50334         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
50335
50336         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
50337         gettimeofday vsyscall, just use time.
50338
50339 2011-09-06  Andreas Schwab  <schwab@redhat.com>
50340
50341         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
50342         <errno.h>.
50343
50344 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
50345
50346         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
50347         syscall on x86-64.
50348         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
50349         syscall.
50350         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
50351         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
50352         syscall if possible.
50353
50354 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
50355
50356         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
50357         e_ident.  Don't pass to find_mapsXX.
50358         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
50359
50360 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50361
50362         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50363         strchr-sse2-no-bsf strrchr-sse2-no-bsf
50364         * sysdeps/x86_64/multiarch/strchr.S: Update.
50365         Check bit_slow_BSF bit.
50366         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
50367         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
50368         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
50369
50370 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
50371
50372         [BZ #13134]
50373         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
50374         before glibc 2.15.
50375         (tryshell): Define.
50376         (__spawni): Change last parameter to be flag.  Test
50377         SPAWN_XFLAGS_USE_PATH flag to use path or not.
50378         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
50379         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
50380         * posix/spawni.c: Likewise.
50381         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
50382         * posix/spawnp.c: Likewise.  Change normal version to use
50383         SPAWN_XFLAGS_USE_PATH.
50384         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
50385         SPAWN_XFLAGS_TRY_SHELL.
50386
50387         [BZ #13150]
50388         * posix/glob.h: Remove gcc 1.x support.
50389
50390         [BZ #13068]
50391         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
50392
50393 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50394
50395         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50396         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
50397         strrchr-sse2-bsf
50398         * sysdeps/i386/i686/multiarch/strchr.S: New file.
50399         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
50400         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
50401         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
50402         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
50403         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
50404
50405 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50406
50407         * sysdeps/x86_64/wcscmp.S: New file.
50408
50409         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
50410         wcscmp-c wcscmp-sse2
50411         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
50412         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
50413         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
50414         * wcsmbs/wcscmp.c: Allow renaming.
50415
50416 2011-09-05  David S. Miller  <davem@davemloft.net>
50417
50418         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
50419         stack slot, rather than the struct return pointer slot.
50420         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
50421         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
50422         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
50423         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
50424
50425 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
50426
50427         * po/ja.po: Update from translation team.
50428
50429         [BZ #13144]
50430         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
50431         kernel in 64-bit binaries.
50432
50433 2011-09-01  David S. Miller  <davem@davemloft.net>
50434
50435         * elf/elf.h (HWCAP_SPARC_*): Move to..
50436         * sysdeps/sparc/sysdep.h: this new file and add new values.
50437         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
50438         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
50439         _DL_HWCAP_COUNT to 24.
50440         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
50441         entries.
50442         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
50443         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
50444         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
50445         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
50446         instead of magic constants.
50447         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
50448
50449 2011-08-31  David S. Miller  <davem@davemloft.net>
50450
50451         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
50452         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
50453         Reimplement to do errno handling inline.
50454         (SYSCALL_ERROR_HANDLER): New macro.
50455         (__SYSCALL_STRING): Do not do errno handling in asm.
50456         (__CLONE_SYSCALL_STRING): Delete.
50457         (__INTERNAL_SYSCALL_STRING): Delete.
50458         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
50459         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
50460         (PSEUDO): Reimplement to do errno handling inline.
50461         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
50462         (SYSCALL_ERROR_HANDLER): New macro.
50463         (__SYSCALL_STRING): Do not do errno handling in asm.
50464         (__CLONE_SYSCALL_STRING): Delete.
50465         (__INTERNAL_SYSCALL_STRING): Delete.
50466         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
50467         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
50468         i386.
50469         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
50470         (inline_syscall*): Add 'err' argument.
50471         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
50472         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
50473         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
50474         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
50475
50476         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
50477         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
50478
50479 2011-08-30  Andreas Schwab  <schwab@redhat.com>
50480
50481         * elf/rtld.c (dl_main): Relocate objects in dependency order.
50482
50483 2011-08-29  Jiri Olsa <jolsa@redhat.com>
50484
50485         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
50486         directive.
50487
50488 2011-08-24  David S. Miller  <davem@davemloft.net>
50489
50490         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
50491
50492 2011-08-24  Andreas Schwab  <schwab@redhat.com>
50493
50494         * elf/Makefile: Add rules to build and run unload8 test.
50495         * elf/unload8.c: New file.
50496         * elf/unload8mod1.c: New file.
50497         * elf/unload8mod1x.c: New file.
50498         * elf/unload8mod2.c: New file.
50499         * elf/unload8mod3.c: New file.
50500
50501         * elf/dl-close.c (_dl_close_worker): Reset private search list if
50502         it wasn't used.
50503
50504 2011-08-23  David S. Miller  <davem@davemloft.net>
50505
50506         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
50507         subtract stack bias.
50508         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
50509         %sp not %fp in calculations.
50510         (_JMPBUF_UNWINDS_ADJ): Likewise.
50511
50512         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
50513         (aio_suspend): Call it to force an exception region around the
50514         AIO_MISC_WAIT() invocation.
50515
50516 2011-08-23  Andreas Schwab  <schwab@redhat.com>
50517
50518         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
50519         backslash.
50520
50521 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
50522
50523         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
50524         protection macro.
50525         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
50526         and <dl-machine.h>.
50527         (Elf64_FuncDesc): Remove.
50528
50529 2011-08-22  David S. Miller  <davem@davemloft.net>
50530
50531         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
50532         sigaltstack check, add missing cfi directives.
50533         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
50534         missing cfi directives, and sigaltstack handling.
50535
50536 2011-08-16  Andreas Schwab  <schwab@redhat.com>
50537
50538         [BZ #11724]
50539         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
50540         object is seen twice.
50541         * elf/dl-fini.c (_dl_sort_fini): Likewise.
50542
50543         * elf/Makefile (distribute): Add tst-initorder2.c.
50544         (tests): Add tst-initorder2.
50545         (modules-names): Add tst-initorder2a tst-initorder2b
50546         tst-initorder2c tst-initorder2d.  Add rules to build them.
50547         ($(objpfx)tst-initorder2.out): New rule.
50548         * elf/tst-initorder2.c: New file.
50549         * elf/tst-initorder2.exp: New file.
50550
50551 2011-08-22  Andreas Schwab  <schwab@redhat.com>
50552
50553         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
50554
50555         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
50556         dependencies back to end of function.
50557
50558         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
50559         $(elfobjdir)/ld.so.
50560
50561 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
50562
50563         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
50564         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
50565         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
50566         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
50567         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
50568         of __vdso_gettimeofday.
50569         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
50570         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
50571         attribute_hidden.
50572         (_libc_vdso_platform_setup): Remove initialization of
50573         __vdso_gettimeofday and __vdso_time.
50574
50575 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
50576
50577         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
50578         and fgetc_unlocked.
50579         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
50580         getc_unlocked.
50581
50582         * elf/dl-open.c (add_to_global): Report additions to the global scope
50583         for LD_DEBUG=scopes.
50584         (dl_open_worker): Also print scope of newly loaded dependencies.
50585         (_dl_show_scope): Indicate if there is no scope.
50586
50587         [BZ #13114]
50588         * stdio-common/Makefile (tests): Add bug24.
50589         * stdio-common/bug24.c: New file.
50590
50591 2011-08-19  Andreas Jaeger  <aj@suse.de>
50592
50593         [BZ #13114]
50594         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
50595         non-existant file when using close-on-exec mode.
50596
50597 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
50598
50599         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
50600         the very first instruction.
50601
50602         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
50603         the CFI state in the end.
50604         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
50605         inclusion of dl-trampoline.h.
50606         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
50607
50608 2011-08-19  Andreas Schwab  <schwab@redhat.com>
50609
50610         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
50611         expectations for long double.
50612
50613         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
50614         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
50615
50616 2011-08-14  David S. Miller  <davem@davemloft.net>
50617
50618         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
50619         artificual limit depends upon the system page size.
50620
50621 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
50622
50623         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
50624         * resolv/Makefile: Define CFLAGS-libresolv.
50625
50626 2011-08-17  Andreas Schwab  <schwab@redhat.com>
50627
50628         * nss/makedb.c (compute_tables): Make variables used in nested
50629         function static.
50630
50631 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
50632
50633         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
50634         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
50635         if buffer was too small.
50636
50637         * elf/pldd.c (main): Attach to all threads in the process.
50638         Rewrite /proc handling to use *at functions.
50639
50640 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
50641
50642         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
50643         specifies first scope to show.
50644         (dl_open_worker): Update callers.  Move printing scope of new
50645         object to before the relocation.
50646         * elf/rtld.c (dl_main): Update _dl_show_scope call.
50647         * sysdeps/generic/ldsodefs.h: Update declaration.
50648
50649         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
50650         string for the scope number.
50651
50652 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
50653
50654         * nscd/servicescache.c (cache_addserv): Make sure written is always
50655         initialized.
50656
50657 2011-08-14  Roland McGrath  <roland@hack.frob.com>
50658
50659         * sysdeps/i386/i486/bits/atomic.h
50660         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
50661         statement expression, so as to suppress "set but not used" warning.
50662         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
50663
50664         * string/strncat.c (STRNCAT): Use prototype definition.
50665
50666         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
50667         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
50668         -Iprograms here.
50669         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
50670         (localedef-modules): Add localedef.
50671         (locale-modules): Add locale.
50672
50673         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
50674         * elf/rtld.c (dl_main): Invert order of assignment in last change,
50675         to avoid a warning.
50676
50677 2011-08-14  David S. Miller  <davem@davemloft.net>
50678
50679         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
50680         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
50681
50682 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
50683
50684         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
50685         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
50686         * elf/rtld.c (dl_main): Set l_name of vDSO.
50687         Call _dl_show_scope when DL_DEBUG_SCOPES.
50688         (process_dl_debug): Recognize scopes flag and also set it for all.
50689         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
50690         Declare _dl_show_scope.
50691
50692         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
50693         (do_dlopen): Pass caller_dlopen to dl_open.
50694         (__libc_dlopen_mode): Initialize caller_dlopen.
50695
50696         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
50697         of libc.  Make tolower call locale-independent.  Optimize a bit by
50698         using isdigit instead of isalnum.
50699         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
50700
50701 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
50702
50703         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
50704         was a dependency or dynamically loaded.
50705
50706 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
50707
50708         * intl/l10nflist.c: Allow architecture-specific pop function.
50709         * sysdeps/x86_64/l10nflist.c: New file.
50710
50711         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
50712         classification.
50713
50714 2011-08-10  Andreas Schwab  <schwab@redhat.com>
50715
50716         * include/dirent.h: Add libc_hidden_proto for scandirat and
50717         scandirat64.  Don't declare __scandirat64.
50718         * dirent/scandirat.c: Add libc_hidden_def.
50719         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
50720         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
50721
50722 2011-08-10  David S. Miller  <davem@davemloft.net>
50723
50724         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
50725         enum.
50726         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
50727         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
50728         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
50729
50730 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
50731
50732         * Versions.def [libc]: Add GLIBC_2.15.
50733         * dirent/Makefile (routines): Add scandirat and scandirat64.
50734         * dirent/Versions [libc]: Export scandirat and scandirat64 for
50735         GLIBC_2.15.
50736         * dirent/dirent.h: Declare scandirat and scandirat64.
50737         * dirent/scandirat.c: New file.
50738         * dirent/scandirat64.c: New file.
50739         * sysdeps/wordsize-64/scandirat.c: New file.
50740         * sysdeps/wordsize-64/scandirat64.c: New file.
50741         * dirent/opendir.c: Define opendirat.
50742         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
50743         using scandirat.
50744         * dirent/scandir64.c: Adjust for scandir.c change.
50745         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
50746         __scandirat64, and __scandir_cancel_handler.
50747         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
50748         additional parameter and use openat instead of open (outside of ld.so).
50749         Add new __opendir as wrapper around __opendirat.
50750         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
50751         here without requiring old scandirat implementation.
50752
50753 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
50754
50755         * dirent/scandir.c (cancel_handler): Renamed to
50756         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
50757         defined.  Adjust users.
50758         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
50759         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
50760
50761 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
50762
50763         * string/test-string.h (IMPL): Use __STRING to expand name and then
50764         stringify it.
50765
50766         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
50767         of cleanups.
50768
50769 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50770
50771         * string/Makefile: Update.
50772         (strop-tests): Append strncat.
50773         * string/test-wcscmp.c: New file.
50774         New comprehensive test for wcscmp.
50775         * string/test-strcmp.c: Update.
50776         (WIDE): New define.
50777
50778 2011-07-22  Andreas Schwab  <schwab@redhat.com>
50779
50780         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
50781         line.
50782
50783 2011-07-26  Andreas Schwab  <schwab@redhat.com>
50784
50785         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
50786         encoding to ACE if AI_IDN.
50787
50788 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
50789
50790         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
50791         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
50792
50793 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50794
50795         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
50796         Fix overflow bug in strncat.
50797         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
50798
50799         * string/test-strncat.c: Update.
50800         Add new tests for checking overflow bugs.
50801
50802 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50803
50804         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50805         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
50806         * sysdeps/i386/i686/multiarch/strcat.S: New file.
50807         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
50808         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
50809         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
50810         * sysdeps/i386/i686/multiarch/strncat.S: New file.
50811         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
50812         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
50813
50814         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
50815         (USE_AS_STRCAT): Define.
50816         Add strcat and strncat support.
50817         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
50818
50819 2011-07-25  Andreas Schwab  <schwab@redhat.com>
50820
50821         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
50822         __n bigger than INT_MAX+1.
50823         (__strncmp_g): Likewise.
50824
50825 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
50826
50827         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
50828         * libio/stido.h: Likewise.
50829
50830         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
50831         (AF_NFC): Define.
50832         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
50833         (AF_NFC): Define.
50834
50835         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
50836         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
50837         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
50838         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
50839         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
50840
50841         [BZ #13021]
50842         * scripts/test-installation.pl: Don't expect libnss_test1 to be
50843         installed.
50844
50845         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
50846         typo.
50847         (_dl_x86_64_save_sse): Likewise.
50848
50849 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
50850
50851         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
50852         OSXSAVE.
50853         (_dl_x86_64_save_sse): Likewise.
50854
50855         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
50856
50857         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
50858
50859 2011-07-21  Andreas Schwab  <schwab@redhat.com>
50860
50861         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
50862         change.
50863         (_dl_x86_64_save_sse): Use correct AVX check.
50864
50865 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50866
50867         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
50868         bug in strncpy/strncat.
50869         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
50870
50871 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
50872
50873         * string/tester.c (test_strcat): Add tests for different alignments
50874         of source and destination.
50875         (test_strncat): Likewise.
50876
50877 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
50878
50879         [BZ #12852]
50880         * posix/glob.c (glob): Check passed in values before using them in
50881         expressions to avoid some overflows.
50882         (glob_in_dir): Likewise.
50883
50884         [BZ #13007]
50885         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
50886         check for AVX enablement so that we don't crash with old kernels and
50887         new hardware.
50888         * elf/tst-audit4.c: Add same checks here.
50889         * elf/tst-audit6.c: Likewise.
50890
50891         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
50892
50893 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
50894
50895         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
50896
50897 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
50898
50899         * po/cs.po: Update from translation team.
50900         * po/bg.po: Likewise.
50901
50902 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
50903
50904         * misc/sys/cdefs.h: Add support for const attribute.
50905         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
50906         to gnu_dev_{major,minor,makedev} functions.
50907
50908 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
50909
50910         * intl/dcigettext.c (get_output_charset): Add missing bracket.
50911
50912 2011-07-20  Andreas Schwab  <schwab@redhat.com>
50913
50914         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
50915         strlen results.
50916
50917 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
50918
50919         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
50920         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
50921         register in order to avoid conflicts with the soft frame pointer
50922         being held in r11 when necessary.
50923         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
50924         (INTERNAL_VSYSCALL_NCS): Likewise.
50925
50926 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
50927
50928         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
50929         * elf/dl-fini.c (_dl_fini): Adjust caller.
50930         * elf/dl-close.c (_dl_close_worker): Likewise.
50931         * sysdeps/generic/ldsodefs.h: Adjust declaration.
50932
50933 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
50934
50935         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
50936         "aux_cache->nlibs < 0".
50937
50938         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
50939         in the reload-count case.
50940
50941 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50942
50943         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50944         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
50945         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
50946         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
50947         * sysdeps/x86_64/multiarch/strcat.S: New file.
50948         * sysdeps/x86_64/multiarch/strncat.S: New file.
50949         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
50950         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
50951         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
50952         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
50953         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
50954         (USE_AS_STRCAT): Define.
50955         Add strcat and strncat support.
50956         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
50957         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
50958         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
50959         * string/strncat.c: Update.
50960         (USE_AS_STRNCAT): Define.
50961         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
50962         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
50963         and i7.
50964         * sysdeps/x86_64/multiarch/init-arch.h
50965         (bit_Prefer_PMINUB_for_stringop): New.
50966         (index_Prefer_PMINUB_for_stringop): Likewise.
50967         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
50968         bit_Prefer_PMINUB_for_stringop.
50969
50970 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
50971
50972         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
50973         buffer64.
50974         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
50975         of casting of buffer.
50976         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
50977         buffer32 and buffer64.
50978         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
50979         writes instead of casting of buffer.
50980         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
50981         buffer32.
50982         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
50983         casting of buffer.
50984
50985 2011-07-19  Andreas Schwab  <schwab@redhat.com>
50986
50987         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
50988
50989 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
50990
50991         * nscd/nscd.c (termination_handler): Don't do anything for a database
50992         if it has not yet been initialized.
50993
50994 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
50995
50996         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
50997
50998 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
50999
51000         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
51001
51002 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
51003
51004         * po/nl.po: Update from translation team.
51005         * po/sv.po: Likewise.
51006
51007 2011-07-16  Roland McGrath  <roland@hack.frob.com>
51008
51009         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
51010         now disallowed by GCC.
51011
51012         * configure.in (use-default-link): Default to yes if a test -shared
51013         link meets our qualifications.
51014         * configure: Regenerated.
51015
51016         * config.make.in (output-format): New variable.
51017         * configure.in: Check for ld --print-output-format support.
51018         * configure: Regenerated.
51019         * Makerules ($(common-objpfx)format.lds)
51020         [$(output-format) != unknown]: Just use $(output-format),
51021         instead of the linker-script munging.
51022
51023 2011-07-14  Roland McGrath  <roland@hack.frob.com>
51024
51025         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
51026         of $(common-objpfx)shlib.lds.
51027         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
51028
51029         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
51030         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
51031
51032         * configure.in (-z relro check): Adjust test code to add a large
51033         writable data section after it.
51034         * configure: Regenerated.
51035
51036 2011-07-11  Roland McGrath  <roland@hack.frob.com>
51037
51038         * configure.in (-z relro check): Fix test code to make the variable
51039         truly const.
51040         * configure: Regenerated.
51041
51042 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
51043
51044         * nscd/nscd.h (struct traced_file): Define.
51045         (struct database_dyn): Remove inotify_descr, reset_res, and filename
51046         elements.  Add traced_files.
51047         (inotify_fd): Declare.
51048         (register_traced_file): Declare.
51049         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
51050         (inotify_fd): Export.
51051         (resolv_conf_descr): Remove.
51052         (nscd_init): Move inotify descriptor creation to main.
51053         Don't register files for notification here.
51054         (register_traced_file): New function.
51055         (invalidate_cache): Don't use reset_res to determine whether to call
51056         res_init, go through the list of registered files.
51057         (main_loop_poll): The inotify descriptors are now stored in the
51058         structures for the traced files.
51059         (main_loop_epoll): Likewise
51060         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
51061         to __nss_disable_nscd.
51062         * nscd/cache.c (prune_cache): There is no single inotify descriptor
51063         for a database anymore.  Check the records for all the registered
51064         files instead.
51065         * nss/Makefile (libnss_files-routines): Add files-init.
51066         (libnss_db-routines): Add db-init.
51067         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
51068         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
51069         * nss/nss_db/db-init.c: New file.
51070         * nss/nss_files/files-init.c: New file.
51071         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
51072         __nss_lookup_function.
51073         (__nss_lookup_function): Call nss_load_library.
51074         (nss_load_all_libraries): New function.
51075         (__nss_disable_nscd): Take parameter with callback function for files
51076         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
51077         used for the cached services.
51078         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
51079         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
51080         options for features to all the files in nscd.
51081
51082         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
51083
51084 2011-07-10  Roland McGrath  <roland@hack.frob.com>
51085
51086         * csu/elf-init.c (__libc_csu_init): Comment typo.
51087
51088 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
51089
51090         * po/pl.po: Update from translation team.
51091         * po/ja.po: Likewise.
51092         * po/ru.po: Likewise.
51093         * po/ko.po: Likewise.
51094         * po/fr.po: Likewise.
51095
51096 2011-07-09  Roland McGrath  <roland@hack.frob.com>
51097
51098         * configure.in (.ctors/.dtors header and trailer check):
51099         Use an empirical test on a built program.
51100         * configure: Regenerated.
51101
51102         * configure.in (-z relro check): Use an empirical test on a built DSO.
51103         Detect, but do not require, on ia64.
51104         * configure: Regenerated.
51105
51106         * configure.in (READELF): Find it with AC_CHECK_TOOL.
51107         Update tests that use readelf to use $READELF instead.
51108         * configure: Regenerated.
51109
51110 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
51111
51112         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
51113         if the result is not used.
51114
51115 2011-07-05  Andreas Jaeger  <aj@suse.de>
51116
51117         [BZ#9696]
51118         * stdlib/tst-strtod.c: Add testcase.
51119
51120 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
51121
51122         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
51123         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
51124         The latter has a higher limit.  Take additional parameter to pass to
51125         the new function.
51126         (__pathconf): Pass file to __statfs_link_max.
51127         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
51128         __statfs_link_max.
51129         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
51130         __statfs_link_max.
51131
51132         [BZ #12868]
51133         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
51134         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
51135         Handle Lustre.
51136         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
51137         (__statfs_filesize_max): Likewise.
51138         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
51139
51140 2011-07-05  Andreas Jaeger  <aj@suse.de>
51141
51142         * resolv/res_comp.c (dn_skipname): Remove unused variable.
51143
51144 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
51145
51146         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
51147         `status' variable.
51148         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
51149         Likewise.
51150
51151 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
51152
51153         * Makefile (strop-tests): Add strncat.
51154         * string/test-strncat.c: New file.
51155
51156 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
51157
51158         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
51159
51160 2011-06-21  Andreas Jaeger  <aj@suse.de>
51161
51162         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
51163         Copy rule from iconvdata/Makefile.
51164
51165 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
51166
51167         [BZ #12922]
51168         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
51169         but no long options are defined, just return 'W'.
51170
51171 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
51172
51173         [BZ #9696]
51174         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
51175
51176 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
51177
51178         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
51179         netgroups to read.
51180         (innetgr): Likewise.
51181
51182 2011-07-05  Roland McGrath  <roland@hack.frob.com>
51183
51184         * config.make.in (install_root): Default to $(DESTDIR).
51185
51186 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
51187
51188         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
51189
51190 2011-07-02  Roland McGrath  <roland@hack.frob.com>
51191
51192         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
51193
51194         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
51195         containing directory rather than embedding absolute directory names.
51196
51197         * scripts/check-local-headers.sh: Rewritten using awk.
51198         Match by word, not by line.  Print error messages for matches.
51199         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
51200
51201         * Makerules [shlib-lds-flags empty]:
51202         ($(common-objpfx)libc_pic.opts): New target.
51203         ($(common-objpfx)libc_pic.os.clean): New target.
51204         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
51205
51206         * config.make.in (OBJCOPY): New variable.
51207         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
51208         * configure: Regenerated.
51209
51210         * config.make.in (use-default-link): New variable.
51211         * configure.in (use_default_link): Grok --with-default-link to set it.
51212         * configure: Regenerated.
51213         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
51214         (shlib-lds, shlib-lds-flags): Define to empty.
51215
51216         * Makerules (shlib-lds): New variable.
51217         (shlib-lds-flags): New variable.
51218         (build-shlib, build-moduile, build-module-asneeded): Use it.
51219         ($(common-objpfx)libc.so): Use $(shlib-lds).
51220         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
51221         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
51222
51223         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
51224         DT_FLAGS/DT_FLAGS_1 with zero flags.
51225
51226         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
51227         linker script munging.
51228
51229 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
51230
51231         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
51232         as 128-bit value.
51233         * crypt/sha512.c (sha512_process_block): Perform total addition using
51234         128-bit if possible.
51235         (__sha512_finish_ctx): Likewise.
51236         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
51237         as 64-bit value.
51238         * crypt/sha256.c (SWAP64): Define.
51239         (sha256_process_block): Perform total addition using 64-bit if
51240         possible.
51241         (__sha256_finish_ctx): Likewise.
51242
51243 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
51244
51245         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
51246         * nscd/initgrcache.c (addinitgroupsX): Likewise.
51247         * nscd/hstcache.c (cache_addhst): Likewise.
51248         * nscd/grpcache.c (cache_addgr): Likewise.
51249         * nscd/aicache.c (addhstaiX): Likewise
51250         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
51251
51252 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
51253
51254         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
51255         * nscd/initgrcache.c (addinitgroupsX): Likewise.
51256         * nscd/hstcache.c (cache_addhst): Likewise.
51257         * nscd/grpcache.c (cache_addgr): Likewise.
51258         * nscd/aicache.c (addhstaiX): Likewise
51259
51260 2011-07-01  Andreas Schwab  <schwab@redhat.com>
51261
51262         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
51263         domain only when needed.
51264
51265 2011-06-30  Andreas Schwab  <schwab@redhat.com>
51266
51267         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
51268         is always restored.
51269
51270 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
51271
51272         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
51273         are re-adding the entry.
51274         * nscd/servicescache.c (cache_addserv): Likewise.
51275
51276 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
51277
51278         * sysdeps/generic/dl-irel.h: fix protection against multiple
51279         inclusions.
51280         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
51281
51282 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
51283
51284         [BZ #12935]
51285         * malloc/memusage.sh: Fix quoting in message.
51286         * debug/xtrace.sh: Likewise.
51287
51288         * configure.in: Remove support for --experimental-malloc option, make
51289         it the default.
51290         * config.make.in: Likewise.
51291         * malloc/Makefile: Likewise.
51292
51293 2011-06-27  Andreas Schwab  <schwab@redhat.com>
51294
51295         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
51296         two-byte characters.
51297
51298 2011-06-27  Roland McGrath  <roland@hack.frob.com>
51299
51300         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
51301         AC_CACHE_CHECK invocation.
51302         * configure: Regenerated.
51303
51304         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
51305
51306 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
51307
51308         [BZ #12350]
51309         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
51310         bit from old_res_options.
51311
51312         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
51313
51314         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
51315         value type for setfct.
51316
51317 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
51318
51319         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
51320         __gettimeofday instead of gettimeofday.
51321
51322 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
51323
51324         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
51325
51326 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
51327
51328         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
51329
51330         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
51331         info.
51332
51333 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
51334
51335         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
51336         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
51337         strcpy-sse2-unaligned strncpy-sse2-unaligned
51338         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
51339         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
51340         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
51341         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
51342         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
51343         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
51344         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
51345         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
51346         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
51347         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
51348         (STRCPY): Support SSE2 and SSSE3 versions.
51349
51350 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
51351
51352         [BZ #12874]
51353         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
51354         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
51355         kernels which artificially limit size of requests.
51356
51357 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
51358
51359         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
51360         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
51361         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
51362         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
51363         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
51364         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
51365         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
51366         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
51367         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
51368         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
51369         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
51370         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
51371         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
51372         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
51373         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
51374         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51375         Enable unaligned load optimization for Intel Core i3, i5 and i7
51376         processors.
51377         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
51378         Define.
51379         (index_Fast_Unaligned_Load): Define.
51380         (HAS_FAST_UNALIGNED_LOAD): Define.
51381
51382 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
51383
51384         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
51385
51386 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
51387
51388         [BZ #12907]
51389         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
51390         until it is clear that the information is realy needed.
51391         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
51392
51393 2011-06-22  Andreas Schwab  <schwab@redhat.com>
51394
51395         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
51396
51397 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
51398
51399         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
51400         /sys/devices/system/cpu/online if it is usable.
51401
51402         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
51403         reading the information from the /proc filesystem to once a second.
51404
51405 2011-06-21  Andreas Jaeger  <aj@suse.de>
51406
51407         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
51408         NULL after inclusion of kernel headers.
51409
51410 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
51411
51412         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
51413         calls to internal_setent.
51414
51415         [BZ #12885]
51416         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
51417         addresses using gethostbyname4_r ignore IPv4 addresses.
51418
51419         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
51420         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
51421
51422         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
51423
51424 2011-06-20  David S. Miller  <davem@davemloft.net>
51425
51426         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
51427         inclusions.
51428         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
51429
51430         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
51431         (elf_irel): Use it.
51432         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
51433         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
51434         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
51435         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
51436         * sysdeps/x86_64/dl-irel.h: Likewise.
51437
51438         * elf/dl-runtime.c: Use elf_ifunc_invoke.
51439         * elf/dl-sym.c: Likewise.
51440
51441 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
51442
51443         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
51444         need to dereference resplen2.
51445
51446 2011-06-14  Andreas Schwab  <schwab@redhat.com>
51447
51448         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
51449
51450 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
51451
51452         * Makeconfig: Define vardbdir and inst_vardbdir.
51453         * nss/Makefile: Add rules to install db-Makefile.
51454
51455         * nss/nss_db/db-XXX.c: Cleanup.
51456
51457         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
51458         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
51459         GLIBC_PRIVATE.
51460         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
51461         * nss/makedb.c: Implement -g option to specify that value strings
51462         are generated and should not be added to table iterated over for
51463         get*ent calls.
51464         * nss/nss_db/db-initgroups.c: New file.
51465
51466         * nss/getent.c: Add support for initgroups lookups through getgrouplist
51467         interface.
51468
51469         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
51470         (internal_getgrouplist): Adjust to name change.
51471         Update use_initgroups_entry if this is not the first call.
51472         * nss/databases.def: Add initgroups entry.
51473
51474         * nss/makedb.c (compute_tables): Check result of multiple hash table
51475         sizes to minimize maximum chain length.
51476
51477 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
51478
51479         * Versions.def: Add entry for libnss_db.
51480         * shlib-versions: Likewise.
51481         * nss/Makefile: Add rules to build libnss_db.
51482         * nss/Versions: Add libnss_db information.  Organize libnss_files
51483         entries better.
51484         * nss/db-Makefile: Add gshadow support.  Change rules for the new
51485         makedb progra.  Some minor improvements to generate smaller files.
51486         * nss/nss_db/nss_db.h: Move NSS database header data structures to
51487         here from...
51488         * nss/makedb.c: ...here.
51489         Improve database format to be smaller and require less memory at
51490         runtime.
51491         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
51492         db anymore.
51493         * nss/nss_db/db-netgrp.c: Likewise.
51494         * nss/nss_db/db-open.c: Likewise.
51495         * nss/nss_files/flies-XXX.x: Adjust comments.
51496         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
51497         * nss/nss_files/files-grp.c: Likewise.
51498         * nss/nss_files/files-hosts.c: Likewise.
51499         * nss/nss_files/files-network.c: Likewise.
51500         * nss/nss_files/files-proto.c: Likewise.
51501         * nss/nss_files/files-pwd.c: Likewise.
51502         * nss/nss_files/files-rpc.c: Likewise.
51503         * nss/nss_files/files-service.c: Likewise.
51504         * nss/nss_files/files-sgrp.c: Likewise.
51505         * nss/nss_files/files-spwd.c: Likewise.
51506         * nss/nss_db/db-alias.c: Removed.
51507         * nss/nss_db/dummy-db.h: Removed.
51508
51509 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
51510
51511         * nss/makedb.c: Rewritten to not use database library.
51512         * nss/Makefile: Update to build new makedb program.
51513
51514 2011-06-14  Andreas Jaeger  <aj@suse.de>
51515
51516         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
51517         memset declaration.
51518
51519 2011-06-10  Andreas Schwab  <schwab@redhat.com>
51520
51521         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
51522         tmpbuf.
51523
51524 2011-06-10  Roland McGrath  <roland@hack.frob.com>
51525
51526         * Makerules (shlib.lds): Fail if the linker script comes out empty.
51527         * elf/Makefile ($(objpfx)ld.so): Likewise.
51528
51529         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
51530         Don't list ld.so twice in dependencies.
51531
51532         * posix/bug-regex31.c: Include <stdlib.h>.
51533
51534         * nscd/hstcache.c (cache_addhst): Remove unused variable.
51535
51536         * nis/nss_compat/compat-spwd.c
51537         (getspent_next_nss_netgr): Remove unused variable.
51538         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
51539
51540         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
51541         nonmembers" output to use the right array.
51542
51543         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
51544
51545         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
51546
51547         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
51548         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
51549         * catgets/gencat.c (read_input_file): Likewise.
51550         * locale/programs/locarchive.c (enlarge_archive): Likewise.
51551
51552         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
51553         variable definition inside #if's controlling its use.
51554
51555         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
51556
51557         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
51558
51559         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
51560
51561         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
51562         unreachable code.
51563
51564         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
51565
51566         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
51567         * configure: Regenerated.
51568
51569         * Makerules: Revert last change.
51570         * elf/Makefile: Likewise.
51571
51572 2011-06-09  Roland McGrath  <roland@hack.frob.com>
51573
51574         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
51575         * elf/Makefile ($(objpfx)librtld.os): Likewise.
51576         (reloc-link): Likewise.
51577
51578 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
51579
51580         * elf/Makefile: Add rules to build pldd.
51581         * elf/pldd.c: New file.
51582         * elf/pldd-xx.c: New file.
51583
51584 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
51585
51586         * version.h: Update for 2.15 development version.
51587
51588 2011-06-07  David S. Miller  <davem@davemloft.net>
51589
51590         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
51591         ifuncs.
51592         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
51593         elf_machine_lazy_rel): Likewise.
51594         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
51595         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
51596         elf_machine_lazy_rel): Likewise.
51597         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
51598         dl_hwcap via passed in argument.
51599         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
51600         Likewise.
51601
51602 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
51603
51604         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
51605
51606 2011-06-06  Roland McGrath  <roland@hack.frob.com>
51607
51608         [BZ #12849]
51609         * manual/fdl-1.1.texi: New file, verbatim from:
51610         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
51611         * manual/lgpl-2.1.texi: New file, verbatim from:
51612         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
51613         * manual/Makefile (licenses): New variable, list those new file names.
51614         (texis): Use it.
51615         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
51616
51617         * manual/fdl.texi: File removed.
51618         * manual/lesser.texi: File removed.
51619         * manual/libc.texinfo (Copying, Documentation License):
51620         Use new @include file names, put @appendix directive before @include.
51621
51622 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
51623
51624         [BZ #12841]
51625         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
51626         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
51627         (mq_open): Add __NTH.
51628
51629 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
51630
51631         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51632         Assume Intel Core i3/i5/i7 processor if AVX is available.
51633
51634 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
51635
51636         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
51637         typo.
51638
51639 2011-05-31  Andreas Schwab  <schwab@redhat.com>
51640
51641         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
51642         memory.  Use alloca_account.  Fix memory leak when retrying.
51643
51644 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
51645
51646         * version.h (RELEASE): Bump for 2.14 release.
51647         * include/features.h (__GLIBC_MINOR__): Bump to 14.
51648
51649         * config.make.in (RANLIB): Remove entry.
51650
51651 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
51652
51653         * po/Makefile (po-sed-cmd): Add ksh to extensions.
51654         (libc.pot): Work around missing support for .ksh extension in xgettext.
51655
51656         [BZ #12684]
51657         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
51658         if both request failed.
51659         (send_dg): In case of server errors clear resplen or *resplen2.
51660
51661         [BZ #12454]
51662         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
51663         when there are multiple maps.
51664         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
51665         (_dl_fini): Remove test here.
51666
51667         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
51668
51669 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
51670
51671         [BZ #12350]
51672         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
51673         bit from old_res_options.
51674         (gaih_inet): Likewise.
51675
51676         [BZ #11099]
51677         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
51678         as signed.
51679
51680         * resolv/res_init.c (res_setoptions): Make the code more compact.
51681
51682         [BZ #11558]
51683         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
51684         set RES_USEVC.
51685
51686         [BZ #11634]
51687         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
51688
51689         * malloc/malloc.h: Mark malloc hook variables as deprecated.
51690
51691         [BZ #11781]
51692         * malloc/malloc.h: Declare malloc hook variables as volatile.
51693
51694         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
51695         in last patch.
51696
51697         [BZ #11799]
51698         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
51699         raise in the comment.
51700         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
51701         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
51702         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
51703
51704 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
51705
51706         [BZ #12811]
51707         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
51708         grow the buffers more if it already has to be sufficient.
51709         (build_wcs_upper_buffer): Likewise.
51710         * posix/regexec.c (check_matching): Likewise.
51711         (clean_state_log_if_needed): Likewise.
51712         (extend_buffers): Don't enlarge buffers beyond size of the input
51713         buffer.
51714         Patches mostly by Emil Wojak <emil@wojak.eu>.
51715         * posix/bug-regex32.c: New file.
51716         * posix/Makefile (tests): Add bug-regex32.
51717
51718         * locale/findlocale.c (_nl_find_locale): Return right away if
51719         _nl_explode_name failed.
51720         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
51721
51722         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
51723
51724         * debug/xtrace.sh: Unify messages.
51725         * malloc/memusage.sh: Likewise.
51726
51727         [BZ #12813]
51728         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
51729         time symbol from vDSO.  Substitute with vsyscall if not available.
51730         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
51731         __vdso_time.
51732
51733         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
51734         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
51735         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
51736         Add sendmmsg and internal_sendmmsg.
51737         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
51738         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
51739         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
51740
51741         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
51742         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
51743         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
51744
51745 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
51746
51747         [BZ #12813]
51748         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
51749         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
51750         available.
51751         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
51752         __vdso_getcpu.
51753
51754         [BZ #12814]
51755         * iconvdata/Makefile (tests): Add bug-iconv9.
51756         * iconvdata/bug-iconv9.c: New file.
51757
51758 2011-05-27  Andreas Schwab  <schwab@redhat.com>
51759
51760         [BZ #12814]
51761         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
51762
51763 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
51764
51765         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
51766         (struct user_regs_struct): Change intcs field back to cs.
51767
51768 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
51769
51770         * po/ja.po: Update from translation team.
51771
51772 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
51773
51774         [BZ #12795]
51775         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
51776         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
51777
51778 2011-05-20  Andreas Schwab  <schwab@redhat.com>
51779
51780         * stdlib/longlong.h: Update from GCC.
51781
51782 2011-05-23  Andreas Schwab  <schwab@redhat.com>
51783
51784         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
51785         parameter name.
51786         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
51787         Add parameter name.
51788         (__sysconf): Pass it down.
51789
51790 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
51791
51792         [BZ #12671]
51793         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
51794         some situations.
51795         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
51796         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
51797         add in in __libc_use_alloca calls.  Adjust callers.
51798         (glob): Use malloc in some situations.
51799
51800         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
51801         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
51802         pltexit.
51803
51804 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
51805
51806         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
51807         and CLOCK_BOOTTIME_ALARM.
51808
51809         [BZ #12782]
51810         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
51811         is returned.
51812
51813         * string/_strerror.c (__strerror_r): Print negative errors as signed
51814         numbers.
51815
51816         [BZ #12777]
51817         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
51818         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
51819         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
51820
51821         * configure.in: Fix typo in redirection and correct removal of test
51822         files in two cases.
51823
51824         [BZ #12788]
51825         * locale/setlocale.c (new_composite_name): Fix test to check for
51826         identical name of all categories.
51827
51828         [BZ #12792]
51829         * libio/filedoalloc.c (local_isatty): New function.
51830         (_IO_file_doallocate): Use local_isatty.
51831         * stdio-common/perror.c (perror): In case a new stream is used
51832         forward the stream error.
51833         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
51834         error flag.
51835
51836 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
51837
51838         [BZ #11869]
51839         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
51840         alloca.
51841         * include/alloca.h (extend_alloca_account): Define.
51842
51843         [BZ #11857]
51844         * posix/regex.h: Fix comments with documentation of user-accessible
51845         fields after compilation and describe correct free'ing of pattern
51846         after re_compile_pattern.
51847         Patch by Reuben Thomas <rrt@sc3d.org>.
51848
51849 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
51850
51851         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
51852         and -mno-altivec to prevent the compiler from using Altivec and/or
51853         VSX instructions when the corresponding registers are not available.
51854
51855 2011-05-19  Andreas Schwab  <schwab@redhat.com>
51856
51857         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
51858
51859 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
51860
51861         * libio/freopen.c (freopen): Use __dup2, not dup2.
51862         * libio/freopen64.c (freopen64): Likewise.
51863
51864 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
51865
51866         [BZ #12775]
51867         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
51868         * math/Makefile (tests): Add test-powl.
51869         (CFLAGS-test-powl.c): Define.
51870         * math/test-powl.c: New file.
51871
51872 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
51873
51874         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
51875
51876 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
51877
51878         [BZ #11837]
51879         * iconvdata/gb18030.c: Update to GB18020-2005.
51880
51881 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
51882
51883         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
51884         RE_SYNTAX_POSIX_AWK): Update to match recent development.
51885         Patch by Aharon Robbins <arnold@skeeve.com>.
51886
51887         [BZ #11892]
51888         * stdlib/putenv.c (putenv): Don't always create copy of the variable
51889         on the stack.
51890
51891         [BZ #11895]
51892         * misc/pselect.c (__pselect): Handle timeout value errors hidden
51893         through underflows.
51894
51895         [BZ #12766]
51896         * misc/error.c (error_at_line): Ensure file_name and old_file_name
51897         point to strings before performing equality test for error_one_per_line
51898         mode.
51899
51900         [BZ #11697]
51901         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
51902
51903         [BZ #11820]
51904         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
51905         (struct user_fpregs_struct): Avoid __uint*_t types.
51906
51907         [BZ #6420]
51908         * malloc/mtrace.c (tr_where): Add additional parameter to point to
51909         symbol info.  Use it instead of calling _dl_addr locally.
51910         (lock_and_info): New function.
51911         (tr_freehook): Call lock_and_info and pass symbol info as additional
51912         parameter to tr_where.
51913         (tr_mallochook): Likewise.
51914         (tr_reallochook): Likewise.
51915         (tr_memalignhook): Likewise.
51916
51917         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
51918         used and couldn't be at all thread-safe.
51919
51920 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
51921
51922         * libio/freopen.c (freopen): Don't close old file descriptor
51923         before the new one is opened.  Instead dup the new file descriptor
51924         to the old one after the new stream is created.
51925         * libio/freopen64.c (freopen64): Likewise.
51926         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
51927         * libio/fileops.c (_IO_new_file_close_it): Handle new
51928         _IO_FLAGS2_NOCLOSE flag.
51929         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
51930         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
51931         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
51932         _IO_FLAGS2_NOCLOSE flag.
51933         * include/unistd.h: Add hidden_proto for dup3.
51934         Define __have_dup3.
51935         * io/dup3.c: Define hidden symbol.
51936         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
51937
51938         [BZ #7101]
51939         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
51940         when an incomplete long option is used.
51941         * posix/tst-getopt_long1.c: New file.
51942         * posix/Makefile (tests): Add tst-getopt_long1.
51943
51944         [BZ #10138]
51945         * scripts/config.guess: Update from autoconf-2.68.
51946         * scripts/config.sub: Likewise.
51947
51948         [BZ #10157]
51949         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
51950         tests into ...
51951         (has_cpuclock): ...this.  New function.
51952         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
51953         macro here based on has_cpuclock code.
51954
51955         [BZ #10149]
51956         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
51957         First byte (not low byte) is now always NUL.
51958         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
51959
51960         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
51961         Use non-cancelable interfaces.
51962
51963         [BZ #9809]
51964         * locale/iso-639.def: Add entry for Sorani.
51965
51966         [BZ #11901]
51967         * include/stdlib.h: Move include protection to the right place.
51968         Define abort_msg_s.  Declare __abort_msg with it.
51969         * stdlib/abort.c (__abort_msg): Adjust type.
51970         * assert/assert.c (__assert_fail_base): New function.  Majority
51971         of code from __assert_fail.  Allocate memory for __abort_msg with
51972         mmap.
51973         (__assert_fail): Now call __assert_fail_base.
51974         * assert/assert-perr.c: Remove bulk of implementation.  Use
51975         __assert_fail_base.
51976         * include/assert.hL Declare __assert_fail_base.
51977         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
51978         mmap.
51979         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
51980
51981 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
51982
51983         [BZ #11952]
51984         [BZ #12453]
51985         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
51986         until all modules are registered in the DTV.
51987         * elf/Makefile: Add rules to build and run tst-tls19.
51988         * elf/tst-tls19.c: New file.
51989         * elf/tst-tls19mod1.c: New file.
51990         * elf/tst-tls19mod2.c: New file.
51991         * elf/tst-tls19mod3.c: New file.
51992         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
51993
51994         [BZ #12083]
51995         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
51996         correctly.
51997
51998         [BZ #12601]
51999         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
52000         two-byte sequence errors.
52001         * iconvdata/Makefile (tests): Add bug-iconv8.
52002         * iconvdata/bug-iconv8.c: New file.
52003
52004         [BZ #12626]
52005         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
52006         buf2 definition.
52007
52008         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
52009
52010         [BZ #12432]
52011         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
52012         (dummy_getcfa): New function.
52013         (init): Get _Unwind_GetCFA address, use dummy if not found.
52014         (backtrace_helper): In recursion check, also check whether CFA changes.
52015         (__backtrace): Completely initialize arg.
52016
52017         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
52018         storing incomplete byte sequence in state object.  Avoid testing for
52019         guaranteed too small input if we know there is enough data available.
52020
52021 2011-05-11  Andreas Schwab  <schwab@redhat.com>
52022
52023         * Makeconfig (+link-pie): Indent.
52024         * Rules (binaries-pie): Define if $(have-fpie) and
52025         $(build-shared).
52026         (binaries-shared): Also filter out $(binaries-pie).
52027         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
52028         * nscd/Makefile (others-pie): Add nscd.
52029         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
52030         ($(objpfx)nscd): Remove command override.
52031         * login/Makefile (others-pie): Add pt_chown.
52032         ($(objpfx)pt_chown): Remove command override.
52033         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
52034         remove command overrides.
52035
52036 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
52037
52038         * libio/tst_putwc.c: Fix error messages.
52039
52040         [BZ #12724]
52041         * libio/fileops.c (_IO_new_file_close_it): Always flush when
52042         currently writing and seek to current position when not.
52043         * libio/Makefile (tests): Add bug-fclose1.
52044         * libio/bug-fclose1.c: New file.
52045
52046 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
52047
52048         [BZ #12511]
52049         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
52050         don't set DF_1_NODELETE here.
52051         (do_lookup_x): When entering new entry test for copy relocation
52052         and if necessary set DF_1_NODELETE flag.
52053         * elf/tst-unique4.cc: New file.
52054         * elf/tst-unique4.h: New file.
52055         * elf/tst-unique4lib.cc: New file.
52056         * elf/Makefile: Add rules to build and run tst-unique4.
52057         Patch by Piotr Bury <pbury@goahead.com>.
52058
52059 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
52060
52061         [BZ #12052]
52062         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
52063
52064         [BZ #12625]
52065         * misc/mntent_r.c (addmntent): Flush the stream after the output
52066
52067         [BZ #12393]
52068         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
52069         (is_trusted_path_normalize): Skip initial colon.  Append slash
52070         to empty buffer.  Duplicate is_trusted_path code but allow
52071         constructed patch to be prefix.
52072         (is_dst): Allow $ORIGIN followed by /.
52073         (_dl_dst_substitute): Correct clearing of check_for_trusted.
52074         Correct testing of result of is_trusted_path_normalize
52075         (decompose_rpath): Fix warning.
52076
52077 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
52078
52079         [BZ #11257]
52080         * grp/initgroups.c (internal_getgrouplist): When we found the service
52081         list through the initgroups entry in nsswitch.conf do not always
52082         continue on a successful lookup.  Don't always use the
52083         __nss_group_database value if it is set.
52084         * nss/nsswitch.conf (initgroups): Change action for successful db
52085         lookup to continue for compatibility.
52086
52087 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
52088
52089         [BZ #11532]
52090         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
52091         and CP774 modules.
52092         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
52093         and CP774 modules.
52094         * iconvdata/tst-tables.sh: Likewise.
52095         * iconvdata/cp770.c: New file.
52096         * iconvdata/cp771.c: New file.
52097         * iconvdata/cp772.c: New file.
52098         * iconvdata/cp773.c: New file.
52099         * iconvdata/cp774.c: New file.
52100         * iconvdata/testdata/CP770: New file.
52101         * iconvdata/testdata/CP770..UTF8: New file.
52102         * iconvdata/testdata/CP771: New file.
52103         * iconvdata/testdata/CP771..UTF8: New file.
52104         * iconvdata/testdata/CP772: New file.
52105         * iconvdata/testdata/CP772..UTF8: New file.
52106         * iconvdata/testdata/CP773: New file.
52107         * iconvdata/testdata/CP773..UTF8: New file.
52108         * iconvdata/testdata/CP774: New file.
52109         * iconvdata/testdata/CP774..UTF8: New file.
52110
52111         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
52112         END CHARMAP line.
52113         * iconvdata/gen-8bit-gap.sh: Likewise.
52114         * iconvdata/gen-8bit.sh: Likewise.
52115
52116         * locale/iso-639.def: Add ary entry.
52117
52118         [BZ #11258]
52119         * locale/C-translit.h.in: Add U20A1 transliteration.
52120
52121         [BZ #12178]
52122         * locale/iso-639.def: Add wae entry.
52123         Patch by Kevin Bortis <bortis@translate-wae.ch>.
52124
52125         [BZ #12545]
52126         * locale/programs/localedef.c (construct_output_path): Use ssize_t
52127         for n.
52128
52129         [BZ #12711]
52130         * locale/C-translit.h.in: Add entry for U20B9.
52131         Patch by pravin.d.s@gmail.com.
52132
52133 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
52134
52135         [BZ #12713]
52136         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
52137         ENAMETOOLONG use generic getcwd.
52138         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
52139         in rtld.  Use *stat64.
52140         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
52141         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
52142         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
52143         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
52144         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
52145         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
52146         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
52147         __fstatat64 macros.
52148         * include/dirent.h: Add libc_hidden_proto for rewinddir.
52149         * dirent/rewinddir.c: Add libc_hidden_def.
52150         * sysdeps/mach/hurd/rewinddir.c: Likewise.
52151         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
52152
52153         * include/dirent.h (__alloc_dir): Add flags parameter.
52154         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
52155         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
52156         __alloc_dir.
52157         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
52158         from fdopendir if O_CLOEXEC is already set.
52159
52160 2011-03-15  Alan Modra  <amodra@gmail.com>
52161
52162         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
52163         l_tls_firstbyte_offset non-zero.  Save padding offset in
52164         l_tls_firstbyte_offset for later use.
52165         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
52166         freeing static tls block.
52167
52168 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
52169
52170         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
52171         where #ifdef was intended.  The intent is to prevent ARG_MAX from
52172         being defined by the kernel headers.
52173
52174 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
52175
52176         [BZ #12734]
52177         * resolv/resolv.h: Define RES_NOTLDQUERY.
52178         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
52179         no-tld-query and set RES_NOTLDQUERY.
52180         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
52181         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
52182         modern BIND to search name as TLD unless forbidden.
52183
52184 2011-05-07  Petr Baudis  <pasky@suse.cz>
52185             Ulrich Drepper  <drepper@gmail.com>
52186
52187         [BZ #12393]
52188         * elf/dl-load.c (fillin_rpath): Move trusted path check...
52189         (is_trusted_path): ...to here.
52190         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
52191         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
52192         using is_trusted_path_normalize() in setuid scripts.
52193
52194 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
52195
52196         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
52197         __BEGIN/__END_DECLS.
52198
52199 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
52200
52201         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
52202         NSS_STATUS_NOTFOUND if no record was found.
52203
52204 2011-05-05  Andreas Schwab  <schwab@redhat.com>
52205
52206         * sunrpc/Makefile (headers): Add rpc/netdb.h.
52207         (headers-not-in-tirpc): Remove rpc/netdb.h
52208         * resolv/netdb.h: Revert last change.
52209
52210 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
52211
52212         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
52213         circular dependency between libgcc.a and libc.a.
52214
52215 2011-05-05  Andreas Schwab  <schwab@redhat.com>
52216
52217         * resolv/netdb.h: Don't include <rpc/netdb.h>.
52218         * nis/Makefile: Don't install rpcsvc/*.
52219         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
52220         instead of <rpc/types.h>.
52221         (MAXHOSTNAMELEN): Define.
52222
52223 2011-05-03  Andreas Schwab  <schwab@redhat.com>
52224
52225         * elf/ldconfig.c (add_dir): Don't crash on empty path.
52226
52227 2011-04-28  Maciej Babinski  <mbabinski@google.com>
52228
52229         [BZ #12714]
52230         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
52231         gethostbyname4_r when IPv6 results are possible.
52232
52233 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
52234
52235         [BZ #12723]
52236         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
52237         _PC_PIPE_BUF handling.
52238
52239 2011-04-30  Bruno Haible  <bruno@clisp.org>
52240
52241         [BZ #12717]
52242         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
52243         * resolv/netdb.h (getnameinfo): Change type of flags parameter
52244         to 'int'.
52245         * inet/getnameinfo.c (getnameinfo): Likewise.
52246
52247 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
52248
52249         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
52250         to groups setting in database lookup.
52251         * nss/nsswitch.conf: Add initgroups entry.
52252
52253 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
52254
52255         [BZ #12685]
52256         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
52257         mode string.
52258         Patch by Eric Blake <eblake@redhat.com>.
52259
52260 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
52261
52262         * sunrpc/Makefile (need-export-routines): Add svc_run.
52263         (routines): Remove svc_run.
52264         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
52265         * sunrpc/clnt_perr.c (clnt_perrno): Export.
52266         * sunrpc/svc_run.c (svc_run): Likewise.
52267         * sunrpc/svc_udp.c (svcudp_create): Likewise.
52268
52269 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
52270
52271         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
52272         problem in reallocation in last patch.
52273
52274 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
52275
52276         * sunrpc/Makefile: Move inclusion of Rules.
52277
52278 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
52279
52280         * nss/nss_files/files-initgroups.c: New file.
52281         * nss/Makefile (libnss_files-routines): Add files-initgroups.
52282         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
52283         _nss_files_initgroups_dyn.
52284
52285 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
52286
52287         * elf/elf.h (R_ARM_IRELATIVE): Define.
52288
52289 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
52290
52291         * po/ru.po: Update from translation team.
52292
52293 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
52294
52295         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
52296         dependencies.
52297
52298 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
52299
52300         [BZ #12653]
52301         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
52302         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
52303         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
52304         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
52305         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
52306
52307 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
52308
52309         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
52310         differing bytes.
52311         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
52312         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
52313         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
52314
52315 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
52316
52317         [BZ #12420]
52318         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
52319         storing it.
52320         * stdlib/bug-getcontext.c: New file.
52321         * stdlib/Makefile: Add rules to build and run bug-getcontext.
52322
52323 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52324
52325         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
52326         instructions into .machine "z9-109".
52327         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
52328         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
52329
52330 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52331
52332         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
52333         between environment variables and auxiliary vector.
52334
52335 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
52336
52337         * Makefile: Add rules to build linkobj/libc.so.
52338         * include/libc-symbols.h: Define libc_hidden_nolink.
52339         * include/rpc/auth.h: Mark functions which are to be hidden.
52340         * include/rpc/auth_des.h: Likewise.
52341         * include/rpc/auth_unix.h: Likewise.
52342         * include/rpc/clnt.h: Likewise.
52343         * include/rpc/des_crypt.h: Likewise.
52344         * include/rpc/key_prot.h: Likewise.
52345         * include/rpc/pmap_clnt.h: Likewise.
52346         * include/rpc/pmap_prot.h: Likewise.
52347         * include/rpc/pmap_rmt.h: Likewise.
52348         * include/rpc/rpc_msg.h: Likewise.
52349         * include/rpc/svc.h: Likewise.
52350         * include/rpc/svc_auth.h: Likewise.
52351         * include/rpc/xdr.h: Likewise.
52352         * nis/Makefile: Link all DSOs against linkobj/libc.so.
52353         * nss/Makefile: Likewise.
52354         * sunrpc/Makefile: Don't install headers.  Build library with normal
52355         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
52356         * sunrpc/auth_des.c: Hide exported symbols by default, export some
52357         for the compat linking library.  Remove use of INTDEF/INTUSE.
52358         * sunrpc/auth_none.c: Likewise.
52359         * sunrpc/auth_unix.c: Likewise.
52360         * sunrpc/authdes_prot.c: Likewise.
52361         * sunrpc/authuxprot.c: Likewise.
52362         * sunrpc/clnt_gen.c: Likewise.
52363         * sunrpc/clnt_perr.c: Likewise.
52364         * sunrpc/clnt_raw.c: Likewise.
52365         * sunrpc/clnt_simp.c: Likewise.
52366         * sunrpc/clnt_tcp.c: Likewise.
52367         * sunrpc/clnt_udp.c: Likewise.
52368         * sunrpc/clnt_unix.c: Likewise.
52369         * sunrpc/des_crypt.c: Likewise.
52370         * sunrpc/des_soft.c: Likewise.
52371         * sunrpc/get_myaddr.c: Likewise.
52372         * sunrpc/key_call.c: Likewise.
52373         * sunrpc/key_prot.c: Likewise.
52374         * sunrpc/netname.c: Likewise.
52375         * sunrpc/pm_getmaps.c: Likewise.
52376         * sunrpc/pm_getport.c: Likewise.
52377         * sunrpc/pmap_clnt.c: Likewise.
52378         * sunrpc/pmap_prot.c: Likewise.
52379         * sunrpc/pmap_prot2.c: Likewise.
52380         * sunrpc/pmap_rmt.c: Likewise.
52381         * sunrpc/publickey.c: Likewise.
52382         * sunrpc/rpc_cmsg.c: Likewise.
52383         * sunrpc/rpc_common.c: Likewise.
52384         * sunrpc/rpc_dtable.c: Likewise.
52385         * sunrpc/rpc_prot.c: Likewise.
52386         * sunrpc/rpc_thread.c: Likewise.
52387         * sunrpc/rtime.c: Likewise.
52388         * sunrpc/svc.c: Likewise.
52389         * sunrpc/svc_auth.c: Likewise.
52390         * sunrpc/svc_authux.c: Likewise.
52391         * sunrpc/svc_raw.c: Likewise.
52392         * sunrpc/svc_run.c: Likewise.
52393         * sunrpc/svc_simple.c: Likewise.
52394         * sunrpc/svc_tcp.c: Likewise.
52395         * sunrpc/svc_udp.c: Likewise.
52396         * sunrpc/svc_unix.c: Likewise.
52397         * sunrpc/svcauth_des.c: Likewise.
52398         * sunrpc/xcrypt.c: Likewise.
52399         * sunrpc/xdr.c: Likewise.
52400         * sunrpc/xdr_array.c: Likewise.
52401         * sunrpc/xdr_float.c: Likewise.
52402         * sunrpc/xdr_intXX_t.c: Likewise.
52403         * sunrpc/xdr_mem.c: Likewise.
52404         * sunrpc/xdr_rec.c: Likewise.
52405         * sunrpc/xdr_ref.c: Likewise.
52406         * sunrpc/xdr_sizeof.c: Likewise.
52407         * sunrpc/xdr_stdio.c: Likewise.
52408
52409 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
52410
52411         [BZ #12650]
52412         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
52413         * sysdeps/ia64/dl-tls.h: Likewise.
52414         * sysdeps/powerpc/dl-tls.h: Likewise.
52415         * sysdeps/s390/dl-tls.h: Likewise.
52416         * sysdeps/sh/dl-tls.h: Likewise.
52417         * sysdeps/sparc/dl-tls.h: Likewise.
52418         * sysdeps/x86_64/dl-tls.h: Likewise.
52419         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
52420
52421 2011-03-14  Andreas Schwab  <schwab@redhat.com>
52422
52423         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
52424         rpath element also skip the following colon.
52425         (expand_dynamic_string_token): Add is_path parameter and pass
52426         down to DL_DST_REQUIRED and _dl_dst_substitute.
52427         (decompose_rpath): Call expand_dynamic_string_token with
52428         non-zero is_path.  Ignore empty rpaths.
52429         (_dl_map_object_from_fd): Call expand_dynamic_string_token
52430         with zero is_path.
52431
52432 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
52433
52434         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
52435         Make cancelable.
52436
52437 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
52438
52439         [BZ #12655]
52440         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
52441         Patch by Filipe David Manana <fdmanana@apache.org>.
52442
52443 2011-04-07  Andreas Schwab  <schwab@redhat.com>
52444
52445         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
52446         Maintain aligned stack.
52447         (CHECK_RSP): Remove unused macro.
52448
52449 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
52450
52451         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
52452         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
52453
52454 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
52455
52456         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
52457
52458         * include/features.h: Mention __USE_XOPEN2K8 in comment.
52459
52460 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
52461
52462         [BZ #12518]
52463         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
52464         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
52465         * sysdeps/x86_64/memmove.c: New file.
52466         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
52467         (memcpy): Renamed to ...
52468         (__new_memcpy): This.
52469         (memcpy): Provide GLIBC_2_14 memcpy.
52470         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
52471         (memcpy): Provide GLIBC_2_2_5 memcpy.
52472
52473 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
52474
52475         [BZ #12631]
52476         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
52477
52478 2011-03-30  Andreas Schwab  <schwab@redhat.com>
52479
52480         * misc/syncfs.c: New file.
52481         * misc/Makefile (routines): Add syncfs.
52482         * posix/unistd.h: Declare syncfs.
52483         * sysdeps/unix/syscalls.list: Add syncfs.
52484
52485 2011-04-01  Andreas Schwab  <schwab@redhat.com>
52486
52487         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
52488         open_by_handle_at.
52489         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
52490         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
52491         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
52492         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
52493         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
52494         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
52495         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
52496
52497 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
52498
52499         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
52500         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
52501         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
52502         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
52503         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
52504         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
52505         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
52506
52507         * io/Makefile: Compile fallocate.c, fallocate64.c, and
52508         sync_file_range.c with -fexceptions.
52509         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
52510         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
52511         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
52512         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
52513         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
52514         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
52515         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
52516         sync_file_range as cancellation point
52517         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
52518         now a wrapper around __call_sync_file_range with cancellation handling.
52519         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
52520         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
52521         function name to __call_sync_file_range.
52522         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
52523         Add call_sync_file_range.
52524
52525 2011-04-01  Andreas Schwab  <schwab@redhat.com>
52526
52527         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
52528         bits/timex.h.
52529
52530 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
52531
52532         * iconv/iconv.h: Fix typo in comment.
52533         * io/fcntl.h: Likewise.
52534         * libio/stdio.h: Likewise.
52535         * posix/spawn.h: Likewise.
52536         * posix/unistd.h: Likewise.
52537         * stdlib/stdlib.h: Likewise.
52538         * time/time.h: Likewise.
52539         * wcsmbs/wchar.h: Likewise.
52540
52541         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
52542         open_by_handle): Add.
52543         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
52544         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
52545         Augment a few comments.
52546         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
52547         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
52548         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
52549         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
52550         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
52551         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
52552         open_by_handle.
52553
52554         * io/fcntl.h (AT_EMPTY_PATH): Define.
52555
52556 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
52557
52558         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
52559         * sysdeps/unix/sysv/linux/bits/time.h: New file.
52560         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
52561         to...
52562         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
52563         * Versions.def: Add GLIBC_2.14.
52564         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
52565         Export.
52566
52567 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
52568
52569         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
52570         round counter.
52571         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
52572
52573 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
52574
52575         [BZ #12597]
52576         * string/test-strncmp.c (do_page_test): New function.
52577         (check2): Likewise.
52578         (test_main): Call check2.
52579         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
52580
52581 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
52582
52583         [BZ #12587]
52584         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
52585         Handle cache information in CPU leaf 4.
52586         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
52587
52588 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
52589
52590         [BZ #12583]
52591         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
52592         character representation.
52593         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
52594
52595 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
52596
52597         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
52598         END(__isnan) to END(__isnanf) to match function entry point/label
52599         EALIGN(__isnanf,...).
52600
52601 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
52602
52603         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
52604
52605 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
52606
52607         [BZ #12510]
52608         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
52609         copy from the symbol referenced in the relocation to initialize the
52610         used variable.
52611         Patch by Piotr Bury <pbury@goahead.com>.
52612         * elf/Makefile: Add rules to build and tst-unique3.
52613         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
52614         * elf/tst-unique3.cc: New file.
52615         * elf/tst-unique3.h: New file.
52616         * elf/tst-unique3lib.cc: New file.
52617         * elf/tst-unique3lib2.cc: New file.
52618
52619         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
52620
52621 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
52622
52623         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
52624         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
52625         to _start.
52626
52627 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
52628
52629         * elf/dl-load.c (_dl_map_object): If we are looking for the first
52630         to-be-loaded object along a path to loader is ld.so.
52631
52632 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
52633             Ulrich Drepper  <drepper@gmail.com>
52634
52635         * sysdeps/x86_64/memset.S: After aligning destination, code
52636         branches to different locations depending on the value of
52637         misalignment, when multiarch is enabled. Fix this.
52638
52639 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
52640
52641         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
52642         Set _x86_64_preferred_memory_instruction for AMD processsors.
52643         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
52644         Set bit_Prefer_SSE_for_memop for AMD processors.
52645
52646 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
52647
52648         * libio/fmemopen.c (fmemopen): Optimize a bit.
52649
52650 2011-03-03  Andreas Schwab  <schwab@redhat.com>
52651
52652         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
52653
52654 2011-03-03  Roland McGrath  <roland@redhat.com>
52655
52656         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
52657
52658 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
52659
52660         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
52661         __bzero_ultra1 instead of __memset_ultra1.
52662
52663 2011-02-23  Andreas Schwab  <schwab@redhat.com>
52664             Ulrich Drepper  <drepper@gmail.com>
52665
52666         [BZ #12509]
52667         * include/link.h (struct link_map): Add l_orig_initfini.
52668         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
52669         returning unsuccessfully.
52670         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
52671         close of a file loaded at startup, restore the original l_initfini
52672         list.
52673         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
52674         list, store the pointer.
52675         * elf/Makefile ($(objpfx)noload-mem): New rule.
52676         (noload-ENV): Define.
52677         (tests): Add $(objpfx)noload-mem.
52678         * elf/noload.c: Include <memcheck.h>.
52679         (main): Call mtrace.  Close all opened handles.
52680
52681 2011-02-17  Andreas Schwab  <schwab@redhat.com>
52682
52683         [BZ #12454]
52684         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
52685         dependencies are missing.
52686
52687 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52688
52689         Fix __if_freereq crash: Unlike the generic version which uses free,
52690         Hurd needs munmap.
52691         * sysdeps/mach/hurd/ifreq.h: New file.
52692
52693 2011-01-27  Petr Baudis  <pasky@suse.cz>
52694             Ulrich Drepper  <drepper@gmail.com>
52695
52696         [BZ 12445]#
52697         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
52698         to extend_alloca().
52699         * stdio-common/bug23.c: New file.
52700         * stdio-common/Makefile (tests): Add bug23.
52701
52702 2010-09-28  Andreas Schwab  <schwab@redhat.com>
52703             Ulrich Drepper  <drepper@gmail.com>
52704
52705         [BZ #12489]
52706         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
52707         before performing relro protection.  At old place add assertion
52708         to make sure nothing changed.
52709
52710 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
52711             Glauber de Oliveira Costa  <glommer@gmail.com>
52712
52713         * elf/elf.h: Add new ARM TLS relocs.
52714
52715 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
52716
52717         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
52718         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
52719         cast from r3.
52720         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
52721         'tests' variable.
52722         * sysdeps/wordsize-64/tst-writev.c: New file.
52723
52724 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
52725
52726         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
52727         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
52728         insns in _dl_start to prevent a TOC reference before relocs are
52729         resolved.
52730
52731 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
52732
52733         [BZ #12469]
52734         * Makeconfig: Remove RANLIB definition.
52735         * Makerules: Don't use RANLIB.
52736         * aclocal.m4: Remove ranlib test.
52737         * configure.in: No need to check for ranlib.
52738         * elf/rtld-Rules: Don't use RANLIB.
52739
52740 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52741
52742         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
52743         protection macro.
52744         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
52745         inclusion protection macro.
52746
52747         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
52748         SIGRTMIN and SIGRTMAX and print information in that case only when
52749         SIGRTMIN is defined.
52750
52751 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
52752
52753         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
52754         arginfo fn returning -1.
52755
52756         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
52757         and thousands string is zero terminated.
52758
52759 2011-02-03  Andreas Schwab  <schwab@redhat.com>
52760
52761         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
52762         sysdeps/unix/sysv/linux/bits/socket.h.
52763
52764 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52765
52766         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
52767         (__CPU_COUNT): Remove old macros.
52768         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
52769         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
52770         (__CPU_ALLOC, __CPU_FREE): Add macros.
52771         (__sched_cpualloc, __sched_cpufree): Add declarations.
52772
52773 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
52774
52775         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
52776         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
52777         * nscd/aicache.c (addhstaiX): Return timeout of added value.
52778         (readdhstai): Return value of addhstaiX call.
52779         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
52780         (addgrbyX): Return value returned by cache_addgr.
52781         (readdgrbyname): Return value returned by addgrbyX.
52782         (readdgrbygid): Likewise.
52783         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
52784         (addpwbyX): Return value returned by cache_addpw.
52785         (readdpwbyname): Return value returned by addhstbyX.
52786         (readdpwbyuid): Likewise.
52787         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
52788         (addservbyX): Return value returned by cache_addserv.
52789         (readdservbyname): Return value returned by addservbyX:
52790         (readdservbyport): Likewise.
52791         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
52792         (addhstbyX): Return value returned by cache_addhst.
52793         (readdhstbyname): Return value returned by addhstbyX.
52794         (readdhstbyaddr): Likewise.
52795         (readdhstbynamev6): Likewise.
52796         (readdhstbyaddrv6): Likewise.
52797         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
52798         (readdinitgroups): Return value returned by addinitgroupsX.
52799         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
52800         (prune_cache): Keep track of timeout value of re-added entries.
52801         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
52802         * nscd/nscd.h: Adjust prototypes of readd* functions.
52803
52804 2011-02-04  Roland McGrath  <roland@redhat.com>
52805
52806         * nis/nis_server.c (nis_servstate): Use the right name for 0.
52807         (nis_stats): Likewise.
52808         * nis/nis_modify.c (nis_modify): Likewise.
52809         * nis/nis_remove.c (nis_remove): Likewise.
52810         * nis/nis_add.c (nis_add): Likewise.
52811
52812         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
52813
52814         * posix/fnmatch_loop.c: Add some consts.
52815
52816         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
52817
52818 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
52819
52820         [BZ #12460]
52821         * config.make.in (config-cflags-novzeroupper): Define.
52822         * configure.in: Substitute libc_cv_cc_novzeroupper.
52823         * elf/Makefile (AVX-CFLAGS): Define.
52824         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
52825         (CFLAGS-tst-auditmod4a.c): Likewise.
52826         (CFLAGS-tst-auditmod4b.c): Likewise.
52827         (CFLAGS-tst-auditmod6b.c): Likewise.
52828         (CFLAGS-tst-auditmod6c.c): Likewise.
52829         (CFLAGS-tst-auditmod7b.c): Likewise.
52830         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
52831
52832 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
52833
52834         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
52835         function to the callback.
52836         Patch partly by Jiri Olsa <jolsa@redhat.com>.
52837
52838 2011-02-02  Andreas Schwab  <schwab@redhat.com>
52839
52840         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
52841         of errno.
52842
52843 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
52844
52845         [BZ #11724]
52846         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
52847         of constructors.
52848         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
52849         of destructors.
52850         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
52851
52852         [BZ #11724]
52853         * elf/Makefile: Add rules to build and run new test.
52854         * elf/tst-initorder.c: New file.
52855         * elf/tst-initorder.exp: New file.
52856         * elf/tst-initordera1.c: New file.
52857         * elf/tst-initordera2.c: New file.
52858         * elf/tst-initordera3.c: New file.
52859         * elf/tst-initordera4.c: New file.
52860         * elf/tst-initorderb1.c: New file.
52861         * elf/tst-initorderb2.c: New file.
52862         * elf/tst-order-a1.c: New file.
52863         * elf/tst-order-a2.c: New file.
52864         * elf/tst-order-a3.c: New file.
52865         * elf/tst-order-a4.c: New file.
52866         * elf/tst-order-b1.c: New file.
52867         * elf/tst-order-b2.c: New file.
52868         * elf/tst-order-main.c: New file.
52869         New test case by George Gensure <werkt0@gmail.com>.
52870
52871 2010-10-01  Andreas Schwab  <schwab@redhat.com>
52872
52873         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
52874         decoding ACE if AI_CANONIDN.
52875
52876 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
52877
52878         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
52879
52880 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
52881
52882         * version.h (RELEASE): Bump for 2.13 release.
52883         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
52884
52885         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
52886
52887         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
52888         MADV_NOHUGEPAGE.
52889         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
52890         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
52891         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
52892         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
52893         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
52894         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
52895
52896         * posix/getconf.c: Update copyright year.
52897         * catgets/gencat.c: Likewise.
52898         * csu/version.c: Likewise.
52899         * debug/catchsegv.sh: Likewise.
52900         * debug/xtrace.sh: Likewise.
52901         * elf/ldconfig.c: Likewise.
52902         * elf/ldd.bash.in: Likewise.
52903         * elf/sprof.c (print_version): Likewise.
52904         * iconv/iconv_prog.c: Likewise.
52905         * iconv/iconvconfig.c: Likewise.
52906         * locale/programs/locale.c: Likewise.
52907         * locale/programs/localedef.c: Likewise.
52908         * malloc/memusage.sh: Likewise.
52909         * malloc/mtrace.pl: Likewise.
52910         * nscd/nscd.c (print_version): Likewise.
52911         * nss/getent.c: Likewise.
52912
52913         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
52914         PF_CAIF, and PF_ALG.
52915         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
52916
52917 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
52918
52919         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
52920         (modules-names): Use them.
52921         (ifunc-test-modules, ifunc-pie-tests): Define.
52922         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
52923         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
52924         (test-extras): Likewise.
52925         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
52926         $(compile-command.c).
52927         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
52928         (all-built-dso): Define.
52929         (check-textrel.out, check-execstack.out): Depend on it.
52930
52931         * configure.in: Don't override --enable-multi-arch.
52932
52933 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
52934
52935         [BZ #6812]
52936         * nscd/hstcache.c (tryagain): Define.
52937         (cache_addhst): Return tryagain not notfound for temporary errors.
52938         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
52939         failed.
52940
52941 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
52942
52943         [BZ #10563]
52944         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
52945         to make the syscall.
52946         * sysdeps/unix/sysv/linux/setgroups.c: New file.
52947
52948         [BZ #12378]
52949         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
52950         and fall back to matching as normal character if the string ends before
52951         the matching ']' is found.  This is what POSIX requires.
52952         * posix/testfnm.c: Adjust test result.
52953         * posix/globtest.sh: Adjust test result.  Add new test.
52954         * posix/tst-fnmatch.input: Likewise.
52955         * posix/tst-fnmatch2.c: Add new test.
52956
52957 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
52958
52959         * elf/Makefile (check-execstack): Revert last change.  Depend on
52960         check-execstack.h.
52961         (check-execstack.h): New target.
52962         (generated): Add check-execstack.h.
52963         * elf/check-execstack.c: Include "check-execstack.h".
52964         (main): Revert last change.
52965         (handle_file): Return zero if GNU_STACK is absent and
52966         DEFAULT_STACK_PERMS doesn't include PF_X.
52967
52968 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
52969
52970         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
52971         in child fails because the descriptor is already closed.
52972         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
52973         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
52974         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
52975
52976         [BZ #12397]
52977         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
52978         syscall.
52979
52980         [BZ #10484]
52981         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
52982         temporary buffer used to handle multi lookups locally.
52983         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
52984
52985 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
52986
52987         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
52988         loader is ld.so.
52989
52990 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
52991
52992         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
52993         alignment for SSE2.
52994
52995 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
52996
52997         [BZ #12394]
52998         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
52999         characters.  When rounding increased number of integer digits recompute
53000         number of groups.
53001         * stdio-common/tst-grouping.c: New file.
53002         * stdio-common/Makefile: Add rules to build and run tst-grouping.
53003
53004 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
53005
53006         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
53007         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
53008
53009         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
53010         void.
53011         * bits/select.h: Likewise.
53012
53013 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
53014
53015         * po/ja.po: Update from translation team.
53016
53017 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
53018
53019         [BZ #11155]
53020         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
53021         implementation just like for lxstat, fxstatat, et al.
53022
53023 2010-12-27  Jim Meyering  <meyering@redhat.com>
53024
53025         [BZ #12348]
53026         * posix/regexec.c (build_trtable): Return failure indication upon
53027         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
53028
53029 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
53030
53031         [BZ #12201]
53032         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
53033         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
53034         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
53035         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
53036
53037         [BZ #12207]
53038         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
53039
53040         [BZ #12204]
53041         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
53042         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
53043
53044 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
53045
53046         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
53047         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
53048         script has SORT_BY_INIT_PRIORITY.
53049         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
53050         NO_CTORS_DTORS_SECTIONS is defined.
53051         * elf/soinit.c: Likewise.
53052         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
53053         NO_CTORS_DTORS_SECTIONS is defined.
53054         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
53055         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
53056         * sysdeps/sh/init-first.c: Likewise.
53057         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
53058
53059 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
53060
53061         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
53062         always use the slow path.
53063
53064 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
53065
53066         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
53067         similar rule which adds the sysdep directories to the header search in
53068         order to pick up the correct platform stackinfo.h.
53069         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
53070         perform test if it is, otherwise return successfully without testing.
53071         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
53072         DEFAULT_STACK_PERMS define in stackinfo.h.
53073         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
53074         defined in stackinfo.h.
53075         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
53076         DEFAULT_STACK_PERMS defined in stackinfo.h.
53077         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
53078         * sysdeps/ia64/stackinfo.h: Likewise.
53079         * sysdeps/s390/stackinfo.h: Likewise.
53080         * sysdeps/sh/stackinfo.h: Likewise.
53081         * sysdeps/sparc/stackinfo.h: Likewise.
53082         * sysdeps/x86_64/stackinfo.h: Likewise.
53083         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
53084         PF_X for powerpc64.  Retain PF_X for powerpc32.
53085
53086 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
53087
53088         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
53089         accurately.
53090         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
53091         GETDENTS_64BIT_ALIGNED.
53092
53093 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
53094
53095         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
53096
53097 2010-12-10  Andreas Schwab  <schwab@redhat.com>
53098
53099         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
53100         _GNU_SOURCE.
53101
53102         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
53103         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
53104         Remove __restrict.
53105         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
53106         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
53107
53108 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
53109
53110         [BZ #11655]
53111         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
53112         are initialized.
53113
53114 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
53115
53116         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
53117
53118 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
53119
53120         * po/it.po: Update from translation team.
53121
53122 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
53123
53124         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
53125         unused codes.
53126
53127 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
53128
53129         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
53130
53131 2010-11-24  Andreas Schwab  <schwab@redhat.com>
53132
53133         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
53134         specially.
53135         (gaih_getanswer_slice): Likewise.
53136
53137 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
53138
53139         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
53140
53141 2010-05-31  Petr Baudis  <pasky@suse.cz>
53142
53143         [BZ #11149]
53144         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
53145         silently even in the chroot mode.
53146
53147 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
53148
53149         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
53150         last patch a bit.  Pretty printing
53151
53152 2010-05-31  Petr Baudis <pasky@suse.cz>
53153
53154         [BZ #10085]
53155         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
53156         initialization of skip_initgroups_dyn.
53157
53158 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
53159
53160         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
53161         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
53162
53163 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
53164
53165         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
53166
53167 2010-11-11  Andreas Schwab  <schwab@redhat.com>
53168
53169         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
53170         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
53171         (tst-fnmatch-ENV): Set MALLOC_TRACE.
53172         ($(objpfx)tst-fnmatch-mem): New rule.
53173         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
53174         * posix/tst-fnmatch.c (main): Call mtrace.
53175
53176 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
53177
53178         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53179         Support Intel processor model 6 and model 0x2c.
53180
53181 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
53182
53183         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
53184           signed comparison.
53185
53186 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
53187
53188         [BZ #12205]
53189         * string/test-strncasecmp.c (check_result): New function.
53190         (do_one_test): Use it.
53191         (check1): New function.
53192         (test_main): Use it.
53193         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
53194         Support strcasecmp and strncasecmp.
53195
53196 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
53197
53198         [BZ #12194]
53199         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
53200         * sysdeps/x86_64/bits/byteswap.h: Likewise.
53201
53202 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
53203
53204         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
53205         IFUNC support.
53206         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53207         memset-x86-64.
53208         * sysdeps/x86_64/multiarch/bzero.S: New file.
53209         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
53210         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
53211         * sysdeps/x86_64/multiarch/memset.S: New file.
53212         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
53213         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53214         Set bit_Prefer_SSE_for_memop for Intel processors.
53215         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
53216         Define.
53217         (index_Prefer_SSE_for_memop): Define.
53218         (HAS_PREFER_SSE_FOR_MEMOP): Define.
53219
53220 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
53221
53222         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
53223         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
53224
53225 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
53226
53227         [BZ #12191]
53228         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
53229         (__x86_64_raw_data_cache_size_half): Likewise.
53230         (__x86_64_raw_shared_cache_size): Likewise.
53231         (__x86_64_raw_shared_cache_size_half): Likewise.
53232
53233         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
53234         (__x86_64_raw_data_cache_size_half): Likewise.
53235         (__x86_64_raw_shared_cache_size): Likewise.
53236         (__x86_64_raw_shared_cache_size_half): Likewise.
53237         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
53238         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
53239         and __x86_64_raw_shared_cache_size_half.  Round
53240         __x86_64_data_cache_size_half, __x86_64_data_cache_size
53241         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
53242         to multiple of 256 bytes.
53243
53244 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
53245
53246         [BZ #12167]
53247         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
53248         of inacessible symlinks.  Verify result of symlink before returning it.
53249         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
53250         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
53251
53252 2010-10-28  Erich Ritz  <erichritz@gmail.com>
53253
53254         * math/math.h (isinf): Fix typo in comment.
53255
53256 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
53257
53258         * po/da.po: Update from translation team.
53259
53260 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
53261
53262         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
53263         is added to the list.
53264
53265 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53266             Ulrich Drepper  <drepper@gmail.com>
53267
53268         * elf/dl-object.c (_dl_new_object): Don't append the new object to
53269         the global list here.  Move code to...
53270         (_dl_add_to_namespace_list): ...here.  New function.
53271         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
53272         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
53273         * elf/dl-load.c (lose): Don't remove the element from the list.
53274         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
53275         (_dl_map_object): Likewise.
53276
53277 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
53278
53279         [BZ #12159]
53280         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
53281         into all bytes of SSE register.
53282         Patch by Richard Li <richardpku@gmail.com>.
53283
53284 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
53285
53286         [BZ #12140]
53287         * malloc/malloc.c (_int_free): Fill correct number of bytes when
53288         perturbing.
53289
53290 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
53291
53292         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
53293         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
53294         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
53295         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
53296         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
53297         submachine.
53298         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
53299
53300 2010-10-22  Andreas Schwab  <schwab@redhat.com>
53301
53302         * include/dlfcn.h (__RTLD_SECURE): Define.
53303         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
53304         mode & __RTLD_SECURE instead.
53305         (open_path): Rename preloaded parameter to secure.
53306         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
53307         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
53308         * elf/dl-deps.c (openaux): Likewise.
53309         * elf/rtld.c (struct map_args): Remove is_preloaded.
53310         (map_doit): Don't use it.
53311         (dl_main): Likewise.
53312         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
53313         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
53314
53315 2010-09-09  Andreas Schwab  <schwab@redhat.com>
53316
53317         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
53318         (sysd-rules-targets): Remove duplicates.
53319         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
53320         rtld-%.$o dependency.
53321
53322 2010-10-18  Andreas Schwab  <schwab@redhat.com>
53323
53324         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
53325         _dl_map_object do it.
53326
53327 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
53328
53329         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
53330         fast fma builtins, define the macros in the C99 standard.
53331         (FP_FAST_FMAF): Likewise.
53332         (FP_FAST_FMAL): Likewise.
53333         * sysdeps/x86_64/bits/mathdef.h: Likewise.
53334
53335         * bits/mathdef.h: Update copyright year.
53336         * sysdeps/powerpc/bits/mathdef.h: Likewise.
53337
53338 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
53339
53340         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
53341         builtins, define the macros in the C99 standard.
53342         (FP_FAST_FMAF): Likewise.
53343         (FP_FAST_FMAL): Likewise.
53344         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
53345         multiply/add.
53346         (FP_FAST_FMAF): Likewise.
53347
53348 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
53349
53350         [BZ #3268]
53351         * math/libm-test.inc (fma_test): Some new testcases.
53352         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
53353         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
53354         y and infinite z.  Do multiplication by C already in long double.
53355         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
53356         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
53357         y and infinite z.  Do bitwise or of inexact bit into u.d.
53358         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
53359         * sysdeps/i386/fpu/s_fmaf.S: Removed.
53360         * sysdeps/i386/fpu/s_fma.S: Removed.
53361         * sysdeps/i386/fpu/s_fmal.S: Removed.
53362
53363 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
53364
53365         [BZ #3268]
53366         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
53367         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
53368         computation is not scheduled after fetestexcept.  Fix value
53369         of minimum denormal long double.
53370
53371 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
53372
53373         [BZ #3268]
53374         * math/libm-test.inc (fma_test): Add some more tests.
53375         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
53376         correctly.
53377
53378 2010-10-15  Andreas Schwab  <schwab@redhat.com>
53379
53380         * scripts/data/localplt-s390-linux-gnu.data: New file.
53381         * scripts/data/localplt-s390x-linux-gnu.data: New file.
53382
53383 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
53384
53385         [BZ #3268]
53386         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
53387         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
53388         instead of dbl-64.
53389         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
53390         inlines.
53391         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
53392         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
53393         if one of x and y is very large and the other is subnormal.
53394         * sysdeps/s390/fpu/s_fmaf.c: New file.
53395         * sysdeps/s390/fpu/s_fma.c: New file.
53396         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
53397         * sysdeps/powerpc/fpu/s_fma.S: New file.
53398         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
53399         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
53400         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
53401
53402 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
53403
53404         [BZ #3268]
53405         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
53406         fma tests.
53407         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
53408         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
53409         * sysdeps/i386/i686/multiarch/s_fma.c: Include
53410         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
53411         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
53412         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
53413         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
53414
53415 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
53416
53417         [BZ #12078]
53418         * posix/regcomp.c (parse_branch): One more memory leak plugged.
53419         * posix/bug-regex31.input: Add test case.
53420
53421 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
53422
53423         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
53424         * posix/bug-regex31.input: New file.
53425
53426         [BZ #12078]
53427         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
53428         (parse_sub_exp): Fix last change, use postorder.
53429
53430         * posix/bug-regex31.c: New file.
53431         * posix/Makefile: Add rules to build and run bug-regex31.
53432
53433         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
53434
53435         [BZ #12078]
53436         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
53437
53438         [BZ #12108]
53439         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
53440         to have entries in sys_siglist.
53441
53442         [BZ #12093]
53443         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
53444         be NULL.
53445
53446 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
53447
53448         [BZ #3268]
53449         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
53450         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
53451         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
53452         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
53453         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
53454         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
53455         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
53456         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
53457         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
53458         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
53459         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
53460         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
53461         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
53462         * math/ftestexcept.c (fetestexcept): Likewise.
53463         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
53464         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
53465         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
53466         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
53467         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
53468         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
53469         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
53470
53471 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
53472
53473         [BZ #12107]
53474         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
53475         newline.
53476
53477 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
53478
53479         * string/bug-strstr1.c: New file.
53480         * string/Makefile: Add rules to build and run bug-strstr1.
53481
53482 2010-10-05  Eric Blake  <eblake@redhat.com>
53483
53484         [BZ #12092]
53485         * string/str-two-way.h (two_way_long_needle): Always clear memory
53486         when skipping input due to the shift table.
53487
53488 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
53489
53490         [BZ #12005]
53491         * malloc/mcheck.c: Handle large requests.
53492
53493         [BZ #12077]
53494         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
53495         for strncmp and strncasecmp.
53496         * string/stratcliff.c: Add tests for strcmp and strncmp.
53497         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
53498
53499 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
53500
53501         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
53502         __set_fpscr.
53503
53504 2010-09-30  Andreas Jaeger  <aj@suse.de>
53505
53506         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
53507         (CGROUP_SUPER_MAGIC): Define.
53508         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
53509         Handle btrfs and cgroup file systems.
53510         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
53511         Likewise.
53512
53513 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
53514
53515         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
53516         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
53517
53518 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53519
53520         [BZ #12067]
53521         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
53522         trying to locate the ELF header.
53523
53524 2010-09-27  Andreas Schwab  <schwab@redhat.com>
53525
53526         [BZ #11611]
53527         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
53528         Mask out sign-bit copies when constructing f_fsid.
53529
53530 2010-09-24  Petr Baudis <pasky@suse.cz>
53531
53532         * debug/stack_chk_fail_local.c: Add missing licence exception.
53533         * debug/warning-nop.c: Likewise.
53534
53535 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
53536
53537         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
53538         implementing getdents64 using getdents syscall, set d_type if
53539         __ASSUME_GETDENTS32_D_TYPE.
53540
53541 2010-09-16  Andreas Schwab  <schwab@redhat.com>
53542
53543         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
53544         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
53545
53546 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
53547
53548         [BZ #12037]
53549         * posix/unistd.h: Undo change of feature selection for ftruncate from
53550         2010-01-11.
53551
53552 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
53553
53554         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
53555         detection.
53556
53557 2010-09-20  Andreas Schwab  <schwab@redhat.com>
53558
53559         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
53560         fanotify_mark.
53561         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
53562
53563 2010-09-14  Andreas Schwab  <schwab@redhat.com>
53564
53565         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
53566         variables after CHECK_SP call.
53567         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
53568
53569 2010-09-13  Andreas Schwab  <schwab@redhat.com>
53570             Ulrich Drepper  <drepper@redhat.com>
53571
53572         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
53573         re-relocationg ld.so.
53574         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
53575         _dl_init_paths call.
53576         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
53577         here anymore.
53578
53579 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
53580
53581         * resolv/res_init.c (__res_vinit): Count the default server we added.
53582
53583 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
53584             Ulrich Drepper  <drepper@redhat.com>
53585
53586         [BZ #11968]
53587         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
53588         (____longjmp_chk): Use %ebx for saving value across system call.
53589         Add unwind info.
53590
53591 2010-09-06  Andreas Schwab  <schwab@redhat.com>
53592
53593         * manual/Makefile: Don't mix pattern rules with normal rules.
53594
53595 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
53596
53597         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
53598         operation.
53599         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
53600         * libio/iofopncook.c (_IO_cookie_init): Likewise.
53601         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
53602         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
53603         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
53604         Likewise.
53605
53606 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
53607
53608         [BZ #11979]
53609         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
53610         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
53611
53612 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
53613
53614         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
53615         * sysdeps/x86_64/addmul_1.S: Likewise.
53616         * sysdeps/x86_64/lshift.S: Likewise.
53617         * sysdeps/x86_64/mul_1.S: Likewise.
53618         * sysdeps/x86_64/rshift.S: Likewise.
53619         * sysdeps/x86_64/sub_n.S: Likewise.
53620         * sysdeps/x86_64/submul_1.S: Likewise.
53621
53622 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53623
53624         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
53625         Define __sched_param instead of SCHED_* and sched_param when
53626         <bits/sched.h> is included with __need_schedparam defined.
53627         * bits/sched.h [__need_schedparam]
53628         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
53629         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
53630         (__defined_schedparam): Define to 1.
53631         (__sched_param): New structure, identical to sched_param.
53632         (__need_schedparam): Undefine.
53633
53634 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
53635
53636         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
53637         (epoll_create1): Declare.
53638
53639         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
53640
53641 2010-08-31  Andreas Schwab  <schwab@redhat.com>
53642
53643         [BZ #7066]
53644         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
53645         shifting retval into place.
53646
53647 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
53648
53649         * nis/rpcsvc/nis.h: Update copyright notice.
53650         * nis/rpcsvc/nis.x: Likewise.
53651         * nis/rpcsvc/nis_callback.h: Likewise.
53652         * nis/rpcsvc/nis_callback.x: Likewise.
53653         * nis/rpcsvc/nis_object.x: Likewise.
53654         * nis/rpcsvc/nis_tags.h: Likewise.
53655         * nis/rpcsvc/yp.h: Likewise.
53656         * nis/rpcsvc/yp.x: Likewise.
53657         * nis/rpcsvc/ypupd.h: Likewise.
53658         * nis/yp_xdr.c: Likewise.
53659         * nis/ypupdate_xdr.c: Likewise.
53660
53661         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
53662         mainly the body of pmap_getport.  Add parameters to specify timeouts.
53663         (pmap_getport): Use __libc_rpc_getport.
53664         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
53665         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
53666         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
53667
53668 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
53669
53670         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
53671         fanotify_mark.
53672
53673 2010-08-27  Roland McGrath  <roland@redhat.com>
53674
53675         * sysdeps/i386/i686/multiarch/Makefile
53676         (CFLAGS-varshift.c): New variable.
53677
53678 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
53679
53680         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
53681         * sysdeps/i386/i686/multiarch/varshift.c: New file.
53682
53683         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
53684
53685         * sysdeps/x86_64/strlen.S: Minimal code improvement.
53686
53687 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
53688
53689         * sysdeps/x86_64/strlen.S: Unroll the loop.
53690         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53691         strlen-sse2 strlen-sse2-bsf.
53692         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
53693         __strlen_no_bsf if bit_Slow_BSF is set.
53694         (__strlen_sse42): Removed.
53695         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
53696         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
53697
53698 2010-08-25  Roland McGrath  <roland@redhat.com>
53699
53700         * sysdeps/x86_64/multiarch/varshift.S: File removed.
53701         * sysdeps/x86_64/multiarch/varshift.c: New file.
53702         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
53703         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
53704         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
53705         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
53706
53707 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
53708
53709         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53710         strlen-sse2 strlen-sse2-bsf.
53711         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
53712         __strlen_sse2_bsf if bit_Slow_BSF is unset.
53713         (__strlen_sse2): Removed.
53714         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
53715         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
53716         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
53717         bit_Slow_BSF for Atom.
53718         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
53719         (index_Slow_BSF): Define.
53720         (HAS_SLOW_BSF): Define.
53721
53722 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
53723
53724         [BZ #10851]
53725         * resolv/res_init.c (__res_vinit): When no server address at all
53726         is given default to loopback.
53727
53728 2010-08-24  Roland McGrath  <roland@redhat.com>
53729
53730         * configure.in: Remove config-name.h generation.
53731         * configure: Regenerated.
53732         * config-name.in: File removed.
53733         * scripts/config-uname.sh: New file.
53734         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
53735         ($(objdir)config-name.h): New target.
53736
53737         * sunrpc/rpc_parse.h: Avoid nested comment.
53738
53739 2010-08-24  Richard Henderson  <rth@redhat.com>
53740             Ulrich Drepper  <drepper@redhat.com>
53741             H.J. Lu  <hongjiu.lu@intel.com>
53742
53743         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
53744         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
53745         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
53746         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
53747         _mm_alignr_epi8 with _mm_loadu_si128.
53748         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
53749         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
53750         (__m128i_shift_right): Removed.
53751         * sysdeps/i386/i686/multiarch/varshift.h: New file.
53752         * sysdeps/i386/i686/multiarch/varshift.S: New file.
53753         * sysdeps/x86_64/multiarch/varshift.h: New file.
53754         * sysdeps/x86_64/multiarch/varshift.S: New file.
53755
53756 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
53757
53758         * configure.in: Move assembler checks to before sysdep dir checking.
53759
53760 2010-08-20  Petr Baudis  <pasky@suse.cz>
53761
53762         * LICENSES: Sync the sunrpc license.
53763
53764 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
53765
53766         * sunrpc/auth_des.c: Update copyright notice once again.
53767         * sunrpc/auth_none.c: Likewise.
53768         * sunrpc/auth_unix.c: Likewise.
53769         * sunrpc/authdes_prot.c: Likewise.
53770         * sunrpc/authuxprot.c: Likewise.
53771         * sunrpc/bindrsvprt.c: Likewise.
53772         * sunrpc/clnt_gen.c: Likewise.
53773         * sunrpc/clnt_perr.c: Likewise.
53774         * sunrpc/clnt_raw.c: Likewise.
53775         * sunrpc/clnt_simp.c: Likewise.
53776         * sunrpc/clnt_tcp.c: Likewise.
53777         * sunrpc/clnt_udp.c: Likewise.
53778         * sunrpc/clnt_unix.c: Likewise.
53779         * sunrpc/des_crypt.c: Likewise.
53780         * sunrpc/des_soft.c: Likewise.
53781         * sunrpc/get_myaddr.c: Likewise.
53782         * sunrpc/getrpcport.c: Likewise.
53783         * sunrpc/key_call.c: Likewise.
53784         * sunrpc/key_prot.c: Likewise.
53785         * sunrpc/openchild.c: Likewise.
53786         * sunrpc/pm_getmaps.c: Likewise.
53787         * sunrpc/pm_getport.c: Likewise.
53788         * sunrpc/pmap_clnt.c: Likewise.
53789         * sunrpc/pmap_prot.c: Likewise.
53790         * sunrpc/pmap_prot2.c: Likewise.
53791         * sunrpc/pmap_rmt.c: Likewise.
53792         * sunrpc/rpc/auth.h: Likewise.
53793         * sunrpc/rpc/auth_unix.h: Likewise.
53794         * sunrpc/rpc/clnt.h: Likewise.
53795         * sunrpc/rpc/des_crypt.h: Likewise.
53796         * sunrpc/rpc/key_prot.h: Likewise.
53797         * sunrpc/rpc/netdb.h: Likewise.
53798         * sunrpc/rpc/pmap_clnt.h: Likewise.
53799         * sunrpc/rpc/pmap_prot.h: Likewise.
53800         * sunrpc/rpc/pmap_rmt.h: Likewise.
53801         * sunrpc/rpc/rpc.h: Likewise.
53802         * sunrpc/rpc/rpc_des.h: Likewise.
53803         * sunrpc/rpc/rpc_msg.h: Likewise.
53804         * sunrpc/rpc/svc.h: Likewise.
53805         * sunrpc/rpc/svc_auth.h: Likewise.
53806         * sunrpc/rpc/types.h: Likewise.
53807         * sunrpc/rpc/xdr.h: Likewise.
53808         * sunrpc/rpc_clntout.c: Likewise.
53809         * sunrpc/rpc_cmsg.c: Likewise.
53810         * sunrpc/rpc_common.c: Likewise.
53811         * sunrpc/rpc_cout.c: Likewise.
53812         * sunrpc/rpc_dtable.c: Likewise.
53813         * sunrpc/rpc_hout.c: Likewise.
53814         * sunrpc/rpc_main.c: Likewise.
53815         * sunrpc/rpc_parse.c: Likewise.
53816         * sunrpc/rpc_parse.h: Likewise.
53817         * sunrpc/rpc_prot.c: Likewise.
53818         * sunrpc/rpc_sample.c: Likewise.
53819         * sunrpc/rpc_scan.c: Likewise.
53820         * sunrpc/rpc_scan.h: Likewise.
53821         * sunrpc/rpc_svcout.c: Likewise.
53822         * sunrpc/rpc_tblout.c: Likewise.
53823         * sunrpc/rpc_util.c: Likewise.
53824         * sunrpc/rpc_util.h: Likewise.
53825         * sunrpc/rpcinfo.c: Likewise.
53826         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
53827         * sunrpc/rpcsvc/key_prot.x: Likewise.
53828         * sunrpc/rpcsvc/klm_prot.x: Likewise.
53829         * sunrpc/rpcsvc/mount.x: Likewise.
53830         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
53831         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
53832         * sunrpc/rpcsvc/rex.x: Likewise.
53833         * sunrpc/rpcsvc/rstat.x: Likewise.
53834         * sunrpc/rpcsvc/rusers.x: Likewise.
53835         * sunrpc/rpcsvc/sm_inter.x: Likewise.
53836         * sunrpc/rpcsvc/spray.x: Likewise.
53837         * sunrpc/rpcsvc/yppasswd.x: Likewise.
53838         * sunrpc/rtime.c: Likewise.
53839         * sunrpc/svc.c: Likewise.
53840         * sunrpc/svc_auth.c: Likewise.
53841         * sunrpc/svc_authux.c: Likewise.
53842         * sunrpc/svc_raw.c: Likewise.
53843         * sunrpc/svc_run.c: Likewise.
53844         * sunrpc/svc_simple.c: Likewise.
53845         * sunrpc/svc_tcp.c: Likewise.
53846         * sunrpc/svc_udp.c: Likewise.
53847         * sunrpc/svc_unix.c: Likewise.
53848         * sunrpc/svcauth_des.c: Likewise.
53849         * sunrpc/xcrypt.c: Likewise.
53850         * sunrpc/xdr.c: Likewise.
53851         * sunrpc/xdr_array.c: Likewise.
53852         * sunrpc/xdr_float.c: Likewise.
53853         * sunrpc/xdr_mem.c: Likewise.
53854         * sunrpc/xdr_rec.c: Likewise.
53855         * sunrpc/xdr_ref.c: Likewise.
53856         * sunrpc/xdr_sizeof.c: Likewise.
53857         * sunrpc/xdr_stdio.c: Likewise.
53858
53859         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
53860         handling.
53861
53862 2010-08-19  Andreas Schwab  <schwab@redhat.com>
53863
53864         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
53865
53866 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
53867
53868         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
53869         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
53870         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
53871         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
53872         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
53873         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
53874         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
53875         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
53876         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
53877         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
53878         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
53879         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
53880         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
53881         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
53882
53883 2010-07-26  Anton Blanchard  <anton@samba.org>
53884
53885         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
53886         * malloc/arena.c (heap_trim): Likewise.
53887
53888 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
53889
53890         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
53891         here.  Not...
53892         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
53893         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
53894
53895 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
53896
53897         * sysdeps/i386/elf/Makefile: New file.
53898
53899 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
53900
53901         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
53902         from fanotify_init.
53903         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
53904         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
53905
53906 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
53907
53908         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
53909         of strncasecmp_l.
53910         * sysdeps/multiarch/strcmp.S: Likewise.
53911
53912 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
53913
53914         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
53915         strncase_l-nonascii.
53916         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
53917         Add strncase_l-ssse3.
53918         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
53919         * sysdeps/x86_64/strcmp.S: Likewise.
53920         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
53921         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
53922         * sysdeps/x86_64/strncase.S: New file.
53923         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
53924         * sysdeps/x86_64/strncase_l.S: New file.
53925         * string/Makefile (strop-tests): Add strncasecmp.
53926         * string/test-strncasecmp.c: New file.
53927
53928         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
53929         warning.
53930
53931         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
53932         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
53933
53934 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
53935
53936         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
53937
53938 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
53939
53940         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
53941         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
53942         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
53943
53944 2010-05-01  Alan Modra  <amodra@gmail.com>
53945
53946         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
53947         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
53948         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
53949         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
53950         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
53951         tidying.  Don't tail-call __sigjmp_save for static lib.
53952         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
53953         save location.
53954         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
53955         (CALL_MCOUNT): Add eh info, and nop after bl.
53956         (TAIL_CALL_SYSCALL_ERROR): New macro.
53957         (PSEUDO_RET): Use it.
53958         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
53959         Correct save location of integer regs and cr.
53960         (_dl_profile_resolve): Correct cr save location.  Delete nops
53961         after bl when SHARED.  Reduce cfi size a little by better
53962         placement of cfi directives.
53963         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
53964         make a stack frame.  Instead use parm save area as a temp.
53965         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
53966         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
53967         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
53968         Don't make a stack frame for parent, use parm save area.
53969         Increase child stack frame to 112 bytes.  Don't save unused reg,
53970         and adjust reg usage.  Set up cfi on error recovery and
53971         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
53972         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
53973         (__makecontext): Add dummy nop after jump to exit.
53974         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
53975         Use correct parm save area and cr save, reduce stack frame.
53976         Correct cfi for possible PSEUDO_RET frame setup.
53977         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
53978         Branch to local label emitted by PSEUDO_RET rather than
53979         __syscall_error.
53980
53981 2010-08-12  Andreas Schwab  <schwab@redhat.com>
53982
53983         [BZ #11904]
53984         * locale/programs/locale.c (print_assignment): New function.
53985         (show_locale_vars): Use it.
53986
53987 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
53988
53989         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
53990         field.
53991         (struct statfs64): Likewise.
53992         (_STATFS_F_FLAGS): Define.
53993         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
53994         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
53995         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
53996         (ST_VALID): Define locally.
53997         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
53998         __statvfs_getflags, use the provided value.
53999         * sysdeps/unix/sysv/linux/kernel-features.h: Define
54000         __ASSUME_STATFS_F_FLAGS.
54001
54002         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
54003
54004         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
54005         Add sys/fanotify.h.
54006         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
54007         fanotify_mask for GLIBC_2.13.
54008         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
54009         fanotify_init and fanotify_mark.
54010         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
54011         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
54012
54013         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
54014         Add prlimit.
54015         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
54016         prlimit64 for GLIBC_2.13.
54017         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
54018         prlimit64.
54019         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
54020         syscall.
54021         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
54022         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
54023         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
54024         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
54025         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
54026         add prlimit alias.
54027         * sysdeps/unix/sysv/linux/prlimit.c: New file.
54028
54029         [BZ #11903]
54030         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
54031         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
54032
54033         * nss/Makefile: Add rules to build and run tst-nss-test1.
54034         * shlib-versions: Add entry for libnss_test1.
54035         * nss/nss_test1.c: New file.
54036         * nss/tst-nss-test1.c: New file.
54037
54038         * nss/nsswitch.c (__nss_database_custom): Define new variable.
54039         (__nss_configure_lookup): Set appropriate entry in
54040         __nss_configure_lookup to true.
54041         * nss/nsswitch.h: Define enum with indeces of databases in
54042         databases and __nss_database_custom arrays.  Declare
54043         __nss_database_custom.
54044         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
54045         to avoid using nscd when custom rules are installed.
54046         * nss/getXXbyYY_r.c: Likewise.
54047         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
54048
54049         * nss/nss_files/files-parse.c: Whitespace fixes.
54050
54051 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
54052
54053         [BZ #11883]
54054         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
54055         * posix/fnmatch_loop.c: Likewise.
54056
54057 2010-07-17  Andi Kleen  <ak@linux.intel.com>
54058
54059         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
54060         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
54061         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
54062         * Versions.def [GLIBC_2.13]: Add.
54063
54064 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
54065
54066         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
54067         Also fail if tpwd after pwuid call is NULL.
54068
54069 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
54070
54071         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
54072         when converting to ms.
54073
54074 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
54075
54076         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
54077         EOPNOTSUPP errors with ENOTTY.
54078         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
54079         EOPNOTSUPP errors with ENOTTY.
54080
54081 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
54082
54083         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
54084         Add strcasecmp_l-ssse3.
54085         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
54086         strcasecmp.
54087         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
54088         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
54089         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
54090
54091 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
54092
54093         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
54094
54095         * string/Makefile (strop-tests): Add strcasecmp.
54096         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
54097         strcasecmp_l-nonascii.
54098         (gen-as-const-headers): Add locale-defines.sym.
54099         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
54100         * sysdeps/x86_64/strcasecmp.S: New file.
54101         * sysdeps/x86_64/strcasecmp_l.S: New file.
54102         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
54103         * sysdeps/x86_64/locale-defines.sym: New file.
54104         * string/test-strcasecmp.c: New file.
54105
54106         * string/test-strcasestr.c: Test both ends of the range of characters.
54107         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
54108
54109 2010-07-29  Roland McGrath  <roland@redhat.com>
54110
54111         [BZ #11856]
54112         * manual/locale.texi (Yes-or-No Questions): Fix example code.
54113
54114 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
54115
54116         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
54117         for ld.so.
54118
54119 2010-07-27  Andreas Schwab  <schwab@redhat.com>
54120
54121         * manual/memory.texi (Malloc Tunable Parameters): Document
54122         M_PERTURB.
54123
54124 2010-07-26  Roland McGrath  <roland@redhat.com>
54125
54126         [BZ #11840]
54127         * configure.in (-fgnu89-inline check): Set and substitute
54128         gnu89_inline, not libc_cv_gnu89_inline.
54129         * configure: Regenerated.
54130         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
54131
54132 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
54133
54134         * string/test-strnlen.c: New file.
54135         * string/Makefile (strop-tests): Add strnlen.
54136         * string/tester.c (test_strnlen): Add a few more test cases.
54137         * string/tst-strlen.c: Better error reporting.
54138
54139         * sysdeps/x86_64/strnlen.S: New file.
54140
54141 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
54142
54143         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
54144         lower-latency instructions.
54145
54146 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
54147
54148         * string/test-strcasestr.c: New file.
54149         * string/test-strstr.c: New file.
54150         * string/Makefile (strop-tests): Add strstr and strcasestr.
54151         * string/str-two-way.h: Don't undefine MAX.
54152         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
54153
54154 2010-07-21  Andreas Schwab  <schwab@redhat.com>
54155
54156         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
54157         strcasestr-nonascii.
54158         (CFLAGS-strcasestr-nonascii.c): Define.
54159         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
54160         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
54161         Remove unused attribute.
54162
54163 2010-07-20  Roland McGrath  <roland@redhat.com>
54164
54165         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
54166         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
54167         ld.so.cache was broken.  With it, there is no way to disable dsocaps
54168         like LD_HWCAP_MASK can disable hwcaps.
54169
54170 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
54171
54172         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
54173
54174 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
54175
54176         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
54177         call in strcasestr.
54178         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
54179         __strcasestr_sse42_nonascii.
54180         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
54181         strcasestr-nonascii.c.
54182         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
54183
54184 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
54185
54186         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
54187         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
54188         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
54189         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
54190
54191 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
54192
54193         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
54194         fcntl.
54195
54196 2010-07-06  Andreas Schwab  <schwab@redhat.com>
54197
54198         [BZ #11577]
54199         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
54200         dl_signal_cerror.
54201
54202 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
54203
54204         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
54205         _PC_PIPE_BUF using F_GETPIPE_SZ.
54206
54207 2010-07-05  Roland McGrath  <roland@redhat.com>
54208
54209         * manual/arith.texi (Rounding Functions): Fix rint description
54210         implicit in round description.
54211
54212 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
54213
54214         * elf/Makefile: Fix linking for a few tests to make recent linker
54215         happy.
54216
54217 2010-06-30  Andreas Schwab  <schwab@redhat.com>
54218
54219         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
54220         $(common-objpfx)libc_nonshared.a.
54221
54222 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
54223
54224         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
54225         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
54226         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
54227         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
54228         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
54229         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
54230         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
54231         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
54232         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
54233         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
54234         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
54235         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
54236         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
54237         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
54238         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
54239         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
54240         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
54241         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
54242         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
54243         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
54244         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
54245         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
54246         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
54247         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
54248         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
54249         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
54250         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
54251         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
54252         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
54253         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
54254         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
54255         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
54256         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
54257         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
54258         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
54259         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
54260         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
54261         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
54262         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
54263         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
54264         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
54265         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
54266         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
54267         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
54268         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
54269         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
54270         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
54271         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
54272
54273 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
54274
54275         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
54276         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
54277         * string/memmove.c (memmove): Renamed to ...
54278         (MEMMOVE): ...this.  Default to memmove.
54279         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
54280         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
54281         (END_CHK): Define.
54282         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
54283         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
54284         mempcpy-ssse3-back memmove-ssse3-back.
54285         * sysdeps/x86_64/multiarch/bcopy.S: New file .
54286         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
54287         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
54288         * sysdeps/x86_64/multiarch/memcpy.S: New file.
54289         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
54290         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
54291         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
54292         * sysdeps/x86_64/multiarch/memmove.c: New file.
54293         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
54294         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
54295         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
54296         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
54297         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
54298         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
54299         Define.
54300         (index_Fast_Copy_Backward): Define.
54301         (HAS_ARCH_FEATURE): Define.
54302         (HAS_FAST_REP_STRING): Define.
54303         (HAS_FAST_COPY_BACKWARD): Define.
54304
54305 2010-06-21  Andreas Schwab  <schwab@redhat.com>
54306
54307         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
54308         Restore proper fallback handling.
54309
54310 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
54311
54312         [BZ #11701]
54313         * posix/group_member.c (__group_member): Correct checking loop.
54314
54315         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
54316         OOM in getpwuid_r correctly.  Return error number when the caller
54317         should return, otherwise -1.
54318         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
54319         call returning > 0 value.
54320         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
54321
54322 2010-06-07  Andreas Schwab  <schwab@redhat.com>
54323
54324         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
54325         libc_nonshared.a from targets in modules-names.
54326
54327 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
54328
54329         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
54330         requires it.
54331
54332 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
54333
54334         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
54335         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
54336         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
54337         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
54338
54339 2010-06-02  Andreas Schwab  <schwab@redhat.com>
54340
54341         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
54342
54343 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
54344
54345         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
54346         and F_GETPIPE_SZ.
54347         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
54348         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
54349         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
54350         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
54351         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
54352         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
54353
54354 2010-06-14  Roland McGrath  <roland@redhat.com>
54355
54356         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
54357
54358 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
54359
54360         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
54361         __REDIRECT followed by __THROW.
54362         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
54363         * posix/getopt.h (getopt): Likewise.
54364
54365 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
54366
54367         * hurd/lookup-at.c (__file_name_lookup_at): Accept
54368         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
54369         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
54370         in AT_FLAGS.
54371         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
54372         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
54373
54374 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
54375
54376         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
54377
54378 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
54379
54380         [BZ #11640]
54381         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
54382         Properly check family and model.
54383
54384 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
54385
54386         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
54387
54388 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
54389
54390         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
54391
54392 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
54393
54394         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
54395         symbol reference.
54396
54397 2010-05-19  Andreas Schwab  <schwab@redhat.com>
54398
54399         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
54400         symbol reference.
54401
54402 2010-05-21  Andreas Schwab  <schwab@redhat.com>
54403
54404         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
54405         and internal_recvmmsg.
54406         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
54407         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
54408         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
54409         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
54410
54411         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
54412         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
54413         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
54414
54415 2010-05-20  Andreas Schwab  <schwab@redhat.com>
54416
54417         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
54418
54419 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
54420
54421         POWER7 optimizations.
54422         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
54423         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
54424
54425 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
54426
54427         * version.h: Update for 2.13 development version.
54428
54429 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
54430
54431         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
54432         exceptions.  Return 0.
54433
54434 2010-05-07  Roland McGrath  <roland@redhat.com>
54435
54436         * elf/ldconfig.c (main): Add a const.
54437
54438 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
54439
54440         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
54441         (args_options): Add no-idn option.
54442         (ahosts_keys_int): Add idn_flags to ai_flags.
54443         (parse_option): Handle 'i' option to clear idn_flags.
54444
54445         * malloc/malloc.c (_int_free): Possible race in the most recently
54446         added check.  Only act on the data if no current modification
54447         happened.
54448
54449 See ChangeLog.17 for earlier changes.